summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 th...Simon Robertshaw2-21/+52
2012-08-15Fix cursor and zoom with OpenGLSimon Robertshaw1-2/+2
2012-08-15Revert some changes by Triclops200 in 42d707f8a432afa001d58611fc960d6ce602167...Simon Robertshaw4-11/+8
2012-08-15Revert "Missing "invert" declaration in OpenGLDrawMethods"Simon Robertshaw1-1/+0
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, fix...Simon Robertshaw6-14/+57
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 expected),...Simon Robertshaw4-81/+58
2012-08-13Fix bug where thumbnails would not always show in the searchSimon Robertshaw2-25/+39
2012-08-13Clear render, display and colour mode in renderer contructorSimon Robertshaw1-1/+4
2012-08-13Precompile some headers. Fix sconscript to prevent recompiling everythingSimon Robertshaw12-11/+32
2012-08-13Now stickmen and fighters show HP. Closes #93Savely Skresanov1-4/+4
2012-08-12oops, fixed a bad piece of code I addedBryan Hoyle1-0/+2
2012-08-12Opengl fixesBryan Hoyle1-1/+1
2012-08-12Use forward declarations more to avoid excessive includesSimon Robertshaw41-228/+281
2012-08-12More efficiency, fix of point size being too bigBryan Hoyle1-2/+7
2012-08-12A litte more efficientBryan Hoyle1-2/+2
2012-08-12Fixed brush for now, used inefficient algorithm until I can get pure opengl w...Bryan Hoyle2-3/+16