summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2012-08-20TPT: Prevent CONV from destroying diamondSimon Robertshaw1-1/+1
2012-08-20TPT: Powered pipe, based on jacob1's commitsSimon Robertshaw6-90/+414
2012-08-20TPT: Error reporting in other things besides just step functions (No error ↵Simon Robertshaw1-6/+13
reporting in graphics or part update to prevent massive spam) fixes #134
2012-08-20TPT: fix enegery particles going into PIPESimon Robertshaw1-1/+1
2012-08-20TPT: fix set_property not checking stacked particles when specifying range, ↵Simon Robertshaw1-13/+19
add dcolor property setting/getting
2012-08-20TPT: Fix salt/water proportions when dissolving into DSTW as wellSimon Robertshaw1-2/+4
2012-08-20TPT: Consistent proportions of WATR and SALT in SLTW (1 SALT + 3 WATR = 4 SLTW)Simon Robertshaw3-3/+5
2012-08-20Add missing legacy update functionSimon Robertshaw3-2/+120
2012-08-20Correct position of context menus in scrolling panels, fixes #135Simon Robertshaw1-1/+1
2012-08-19Fix a few small (a lot of big) memory leaks associated with the stamps browserSimon Robertshaw5-4/+21
2012-08-19Herp derp, forgot to call dealloc in GameSave destructorSimon Robertshaw1-1/+1
2012-08-19Looks like calling the destructor manually is not a good idea.Simon Robertshaw2-4/+32
2012-08-19Catch exceptions when loading initial stampSimon Robertshaw1-2/+10
2012-08-19Pad frame numbers with zeros for screenshots and recordingSimon Robertshaw2-3/+22
2012-08-19Basic realistic heat and latent heat support.Savely Skresanov8-400/+167
2012-08-19TPTScript: Allow numbers with decimal pointSimon Robertshaw1-1/+1
2012-08-19Fix the Lua EngineProcess bug, not sure how either (needs further ↵Simon Robertshaw1-5/+2
investigation) I suspect that stacking Lua calls upon each other (which will happen in engine->Tick()/engine->Draw()) is causing some unusual behaviour, checking for an engine break just before this fixes it. fixes #129
2012-08-19Ensure Lua mouse status is reset at startup, fixes #130Simon Robertshaw1-0/+3
2012-08-19Prevent mouse up from leaving a little blob, fixes #130Simon Robertshaw1-1/+1
2012-08-19Merge branch 'master' of github.com:FacialTurd/PowderToyppSimon Robertshaw1-1/+0
2012-08-19Make ngrav negative, fixes #133Simon Robertshaw1-1/+1
2012-08-18Don't delete Simulation::Elements now that it's not runtime allocatedSimon Robertshaw1-1/+0
2012-08-18More robust EngineProcess (still doesn't fix lua bug)Simon Robertshaw4-2/+12
2012-08-18Blocking Confirm/Error/Input prompts (EngineProcess creates a new event loop ↵Simon Robertshaw12-180/+334
which can be broken out of with Engine::Break())
2012-08-18Initialise stickman legs correctlySimon Robertshaw1-28/+28
2012-08-18Element slots default to disabledSimon Robertshaw2-2/+2
2012-08-18Fix typoSimon Robertshaw1-1/+1
2012-08-18Remove disabled elements when simulating. Fix crash when kill_part is run on ↵Simon Robertshaw2-7/+11
elements with invalid types
2012-08-18Merge branch 'master' of github.com:FacialTurd/PowderToyppSimon Robertshaw1-1/+1
2012-08-18Fix autoupdate issue where temp file is not deleted, fixes #128Simon Robertshaw4-7/+31
2012-08-17Fix crash when creating null terminator in updateRichText (writing out of ↵Simon Robertshaw1-1/+1
bounds)
2012-08-17PPM screen recordingSimon Robertshaw5-2/+105
2012-08-17Tick client more frequently and remove *pyc files from gitSimon Robertshaw1-1/+1
2012-08-17Ensure input text is null terminated when parsing RichTextSimon Robertshaw1-1/+2
2012-08-17Load signs from OPS dataSimon Robertshaw1-1/+11
2012-08-17Red error, ensure residual actiondata is not read for RichLabelSimon Robertshaw2-83/+94
2012-08-17Some more safety for RichText parserSimon Robertshaw1-0/+4
2012-08-17RichText label (used for MOTD), fixes #123Simon Robertshaw5-2/+236
2012-08-17Sample tool, fixes #122Simon Robertshaw5-4/+104
2012-08-17Fix sign tool message box placeholder textSimon Robertshaw1-1/+1
2012-08-16Undo/Snapshots, fixes #118Simon Robertshaw8-6/+166
2012-08-16Air invert and grid mode switchingSimon Robertshaw7-5/+49
2012-08-15Missing part of fix for save comments page numberSimon Robertshaw1-0/+1
2012-08-15xor_bitmap drawing for rendererSimon Robertshaw3-30/+85
2012-08-15Ensure zoom is drawn after particles for OpenGL Rendering, draw walls onto ↵Simon Robertshaw2-21/+52
the correct framebuffer
2012-08-15Fix cursor and zoom with OpenGLSimon Robertshaw1-2/+2
2012-08-15Revert some changes by Triclops200 in ↵Simon Robertshaw4-11/+8
42d707f8a432afa001d58611fc960d6ce6021676, Broke prototypes for drawrect with pixel functions, seems to have modified drawrect to make filled rects (forgot about fillrect?). Also use correct macros for getting colour components out of pixel data
2012-08-15Revert "Missing "invert" declaration in OpenGLDrawMethods"Simon Robertshaw1-1/+0
This reverts commit 708379a3f859cb0d09e44c5b2c41469396809940.
2012-08-15Merge branch 'master' of github.com:FacialTurd/PowderToyppSimon Robertshaw4-6/+18
2012-08-15Missing "invert" declaration in OpenGLDrawMethodsSimon Robertshaw1-0/+1