summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2012-09-17Checkbox, Slider and ProgressBar components for ui APISimon Robertshaw14-8/+461
2012-09-16Prevent UI thread lockup when drawing hideously large progress bars for no ↵Simon Robertshaw1-0/+2
reason.
2012-09-16Right click menu to go to history and user info for save buttonsSimon Robertshaw6-42/+126
2012-09-16Fix minor highlighting bug in the save browser, votes counter is drawn on ↵jacob11-2/+7
your saves even with mouse over thumbnail this covers up the corner all the time, so i'm not sure if I should go back to the old way
2012-09-16fix some errors in visual studiojacob12-2/+3
2012-09-16update version numbersjacob11-2/+2
2012-09-16remove unneeded checkjacob11-1/+1
2012-09-16Add icons back to search buttons, fix positioning of them, disable my own / ↵jacob13-14/+65
fav buttons when still loading saves
2012-09-16Show number of votes and the history button on your own savesjacob13-2/+68
2012-09-16fix possible crashes with save buttons and uninitialized renderer variablesjacob12-3/+2
Fixes second part of issue 179
2012-09-16Merge branch 'master' of github.com:FacialTurd/PowderToyppSimon Robertshaw4-13/+31
2012-09-16When reloading elements API, set packages.loaded["elements"] to nil to ↵Simon Robertshaw1-0/+8
prevent luaL_register from trying to reuse a nilled table. Fixes #189
2012-09-15Hooked more functions to VM.Savely Skresanov2-4/+12
2012-09-15Some work on adding new hooks.Savely Skresanov4-13/+23
2012-09-15Better reporting dialogueSimon Robertshaw2-5/+12
2012-09-15Render fire after wall drawingSimon Robertshaw1-3/+3
2012-09-15Fix file reading, fix ARG implementationSimon Robertshaw3-5/+3
2012-09-14Better fire rendering for savesSimon Robertshaw2-0/+28
2012-09-14Correct initialisation of FIGHSimon Robertshaw1-11/+14
2012-09-14Fixes invalid text pasting, Adds API to VM, allow program loading in Lua and ↵Simon Robertshaw7-29/+265
assigning to update function
2012-09-13Remove testing particle from repoSimon Robertshaw1-100/+0
2012-09-13Save history and new multiline formatterSimon Robertshaw12-23/+111
2012-09-13Show version info in update prompt. Fixes #177Simon Robertshaw4-3/+32
2012-09-13Make sample tool sample different life types. Fixes #184Simon Robertshaw1-3/+25
2012-09-13Ensure cursor position is correct after placing stamp.Simon Robertshaw1-0/+1
2012-09-13Mouse move on exiting Window. Fixes 181Simon Robertshaw1-0/+13
2012-09-13Allow editing link signs. Fixes #182Simon Robertshaw1-2/+2
2012-09-13Disable JIT for nowSimon Robertshaw2-2/+106
2012-09-13Some progress on JIT - no syscalls yetSimon Robertshaw5-26/+298
2012-09-11Fix buffer overflow with HTTP headers caused by recent \r\n commit"Simon Robertshaw2-1/+922
2012-09-09More VM syscallsSimon Robertshaw4-79/+74
2012-09-09Allow terminating the VMSimon Robertshaw2-0/+6
2012-09-09MergeSimon Robertshaw1-0/+1
2012-09-09Move opcodes and syscalls out of main virtualmachine coeeSimon Robertshaw7-450/+460
2012-09-09Preserve stack pointer after VirtualMachine::Call()Simon Robertshaw1-5/+8
2012-09-09Disable VM test file by defaultSimon Robertshaw1-1/+4
2012-09-09Add test files.Savely Skresanov2-0/+171
2012-09-09Virtual machineSimon Robertshaw6-0/+1104
2012-09-07Remove debug crapSimon Robertshaw1-1/+0
2012-09-07Hidden elements in element searchSimon Robertshaw3-0/+8
2012-09-06revert changing the lua/sdl includes and min/max changesjacob119-48/+51
2012-09-06Fix one more compiling errorjacob13-3/+3
(was using outdated SearchModel.h so reverted to official version)
2012-09-06Visual studio compatibilityjacob140-193/+219
This removes some inlines when using visual studio to compile, uisng TPT_NO_INLINE. It also fixes many other problems visual studio has with the code
2012-09-06Fix some off-by-one mouse clamping issuesSimon Robertshaw2-3/+3
2012-09-06Some improvements to the appearence of the save browser and previewjacob12-19/+21
Make huge labels not so huge, fix color of some buttons
2012-09-06fix spark color in nothing modejacob11-3/+3
2012-09-06Fix PRTI/PRTO color, debug lines only drawn in debug mode. Fixes # 148jacob13-8/+12
2012-09-06Change hover color of update box (white just didn't look right)jacob11-0/+4
2012-09-06Fix bugs with energy particles in PIPEjacob11-2/+9
2012-09-06Wall names in HUDjacob16-20/+39
Conflicts: src/game/GameView.cpp