summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
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
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 Robertshaw4-19/+28
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-13Fix bug where thumbnails would not always show in the searchSimon Robertshaw2-25/+39