summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-22Changes to sconscript to allow building with specific version numberSimon Robertshaw2-3/+36
2012-07-22Snapshot checkingSimon Robertshaw6-13/+30
2012-07-22Sign tool iconSimon Robertshaw2-3/+20
2012-07-22Strealine icon and Erase iconSimon Robertshaw3-2/+42
2012-07-21Icons for menu itemsSimon Robertshaw14-36/+231
2012-07-21Prevent race condition when reloading local stamps, fix task so "after()" get...Simon Robertshaw4-10/+24
2012-07-20Update sconscript for SSE optimisationsSimon Robertshaw1-4/+28
2012-07-20Remove AMD detection from CPU checkSimon Robertshaw1-2/+2
2012-07-20Add more optimisations to release modebuild.powdertoy.co.uk1-1/+1
2012-07-20Merge branch 'master' of github.com:FacialTurd/PowderToyppbuild.powdertoy.co.uk7-67/+170
2012-07-20Merge branch 'master' of github.com:FacialTurd/PowderToyppSimon Robertshaw1-1/+1
2012-07-20Use exceptions instead of goto to corrup state. Fix Fan wall loading with PSV...Simon Robertshaw1-33/+97
2012-07-20Typo fixBryan Hoyle1-1/+1
2012-07-20Prevent the multiline update for labels from going out of boundsSimon Robertshaw1-27/+38
2012-07-20Ensure GameSave internal pointers are NULL at the startSimon Robertshaw1-4/+26
2012-07-19Fix icon drawing in text boxesSimon Robertshaw1-0/+2
2012-07-19Correct comment page sizingSimon Robertshaw1-0/+1
2012-07-19Element search triggered by 'e' keySimon Robertshaw1-0/+3
2012-07-19Correct divider position in save PreviewSimon Robertshaw1-1/+1
2012-07-19Correct text colour on element buttonsSimon Robertshaw1-1/+1
2012-07-19Merge branch 'master' of github.com:FacialTurd/PowderToyppbuild.powdertoy.co.uk136-194/+860
2012-07-19Special ligh placementSimon Robertshaw3-4/+37
2012-07-19GOL loads gol colours for useSimon Robertshaw2-2/+21
2012-07-19Use two functions for renderer drawing instead of several, fix alignment with...Simon Robertshaw5-26/+54
2012-07-18Add descriptions to toolbuttons, add Tooltips to Button, ToolTip event for Wi...Simon Robertshaw11-34/+61
2012-07-18Info tip for changing display modesSimon Robertshaw5-1/+84
2012-07-18Renderer Presets and default graphics functionSimon Robertshaw109-103/+204
2012-07-18Working comment submissionSimon Robertshaw8-0/+122
2012-07-17Fancy animation for textbox autosizeSimon Robertshaw2-4/+55
2012-07-17Improve spacing of multiline labels, multiline cursor for Textbox, autoresizi...Simon Robertshaw5-17/+54
2012-07-17Add comment box to save preview - doesn't work yetSimon Robertshaw12-11/+163
2012-07-17Varying update notificationsSimon Robertshaw2-5/+18
2012-07-11Update SConscriptbuild.powdertoy.co.uk1-1/+15
2012-07-08Update sconscriptbuild.powdertoy.co.uk1-2/+4
2012-07-08Use sdl-configSimon Robertshaw2-43/+31
2012-07-07Fix fftw3f detectionSimon Robertshaw1-1/+1
2012-07-07SConscriptSimon Robertshaw3-1/+140
2012-07-06Parsing commandline argumentsSimon Robertshaw1-2/+66
2012-07-06Move array terminator for sign saving into if statementSimon Robertshaw1-1/+1
2012-07-06Move graphics into seperate folderSimon Robertshaw35-102/+118
2012-07-04Fix incorrect assignment for video buffer in rendererSimon Robertshaw1-1/+1
2012-07-03Make update notification a little better - correct colour. Correct multiline ...Simon Robertshaw5-3/+16
2012-07-03Add missing RenderFill function for brushesSimon Robertshaw2-0/+8
2012-07-03Ignore Sublime Text 2 project/config filesSimon Robertshaw1-0/+1
2012-07-03Line snapping in gameview - hold altSimon Robertshaw2-6/+54
2012-07-03Remove unused old console classSimon Robertshaw2-105/+0
2012-07-03Fix errors due to typos in Renderer (VIDXRES = VIDXRES) and RasterGraphics (M...Simon Robertshaw2-2/+6
2012-06-26Textbox now inherits from Label - gets all the fancy text selection featuresSimon Robertshaw4-8/+312
2012-06-26Release selection when the label component loses focusSimon Robertshaw2-0/+12
2012-06-26Replace textblock with new multiline label - with text selection!!!!111!!!one!!Simon Robertshaw11-150/+279