summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)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 re...Simon Robertshaw1-0/+2
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 you...jacob11-2/+7
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 / f...jacob13-14/+65
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
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 preven...Simon Robertshaw1-0/+8
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
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
2012-09-06Visual studio compatibilityjacob140-193/+219
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
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