summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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 Robertshaw6-6/+18
2012-08-15Missing "invert" declaration in OpenGLDrawMethodsSimon Robertshaw1-0/+1
2012-08-15Version Incrementchaos.powdertoy.co.uk1-2/+2
2012-08-15Very very basic wall rendering for openglBryan Hoyle6-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
2012-08-14Show some info when selecting stamps, #104Simon Robertshaw3-6/+10
2012-08-14Stamp selection and placements works through the zoom window, #104Simon Robertshaw1-3/+5
2012-08-14Snap stamp selection to CELL res, #104Simon Robertshaw1-2/+2
2012-08-14Correct tooltip for save buttonSimon Robertshaw2-9/+34
2012-08-14Whoops, close DropDown windows before disposingSimon Robertshaw1-0/+1
2012-08-14Varying borders for button, exit dropdown menu with Esc or outside click, ↵Simon Robertshaw6-14/+57
fixes #100
2012-08-14Fix tool buttonsSimon Robertshaw2-2/+2
2012-08-14Lua autorun, fixes #99Simon Robertshaw1-0/+2
2012-08-14Placeholder text for sign tool window, #98Simon Robertshaw1-1/+1
2012-08-14Focus text field for Sign Tool Window, fixes #98Simon Robertshaw1-0/+1
2012-08-14Update gitignore, show votes correctly, fixes #97Simon Robertshaw5-19/+30
2012-08-14Remove temp files created by scheme handlingSimon Robertshaw1-0/+1
2012-08-14ptsave scheme handling for Linux, addresses #97Simon Robertshaw1-0/+20
2012-08-14Only call button actions if the mouse is released inside the button. Fixes #96Simon Robertshaw3-4/+5
2012-08-14Fix crash when using search (std::remove doesn't seem to work as I ↵Simon Robertshaw4-81/+58
expected), Add clickable author names for search. Fixes #95
2012-08-13Prevent CONV from destroying diamondjacob11-1/+1
2012-08-13Fix cut message, stamps/copying can be done backwards, fix xor_rectjacob13-24/+72
(amended to remove extra argument to build_save)
2012-08-13fix many crashes when out of memoryjacob13-5/+59
2012-08-13Powered pipe, based on jacob1's commitsjacksonmj8-57/+317
PSCN to turn on, NSCN to turn off, INST to reverse. Differences from jacob1's commit include: flood fill function that includes 1px diagonal pipes, powered/reversed state stored in tmp instead of flags, sparks from PSCN/NSCN/INST always take effect the following frame, single pixel pipe directions are a number from 0 to 7 so "if(coords)" does not check whether one is set (store another "transfers according to 1px pipe direction" bit for reverse flow).
2012-08-13Allow specifying the snapshot IDSimon Robertshaw1-2/+6
2012-08-13Fix bug where thumbnails would not always show in the searchSimon Robertshaw2-25/+39
2012-08-13Add CPPDEFINES to the compile commandSimon Robertshaw2-2/+7
2012-08-13Clear render, display and colour mode in renderer contructorSimon Robertshaw1-1/+4
2012-08-13"everything at once" compilation in a seperate argSimon Robertshaw2-3/+6
2012-08-13Compile everything at once with --releaseSimon Robertshaw4-10/+325