summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
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
2012-08-15Very very basic wall rendering for openglBryan Hoyle4-6/+18
2012-08-14Photon wavlength info for HUD, fixes #111Simon Robertshaw1-0/+40
2012-08-14Fix typo, HUD variable should be Tmp, not Temp, #111Simon Robertshaw1-5/+1
2012-08-14Stricter formatting for Property tool, attempts to address #109Simon Robertshaw1-8/+22
2012-08-14Easier okaying/cancelling for Property tool WindowSimon Robertshaw1-0/+8
2012-08-14Tooltips for menu buttons, fixes #113Simon Robertshaw1-10/+10
2012-08-14Fix crash caused by malformed preference files, fixes #110Simon Robertshaw1-2/+2
2012-08-14Strings.h for strcasecmp in SimulationSimon Robertshaw1-0/+1
2012-08-14Better text selection colour invert, fixes #107Simon Robertshaw4-4/+55
2012-08-14Add missing strings.h header for strcasecmdSimon Robertshaw1-0/+1
2012-08-14Name colour formatting in commentsSimon Robertshaw1-1/+1
2012-08-14Ensure comments page count is loaded correctly, fixes #117Simon Robertshaw2-19/+23
2012-08-14Prevent page count for being all over the place in searchSimon Robertshaw2-1/+3
2012-08-14Air and heat tool limits, fixes #112Simon Robertshaw4-0/+16
2012-08-14Cut region, fixes #105Simon Robertshaw4-1/+19
2012-08-14Allow key releases when in stamp selecting/placement #104, #105Simon Robertshaw1-4/+0
2012-08-14Reset drawing state when placing stampsSimon Robertshaw1-0/+4