summaryrefslogtreecommitdiff
path: root/src/game
AgeCommit message (Expand)AuthorFilesLines
2012-08-03Nicer defaults for Window closing, Implement these with Sign tool, issue #51....Simon Robertshaw1-1/+10
2012-08-03QuickOptions!! #46Simon Robertshaw7-0/+287
2012-08-03PROP tool colourSimon Robertshaw1-1/+1
2012-08-03Allow PROP to set types from element name, fixes issue #48Simon Robertshaw1-7/+38
2012-08-02Update menus on element change from lua, addresses issue #42Simon Robertshaw2-59/+79
2012-08-01Local Saving, Server Saving rewriteSimon Robertshaw2-25/+42
2012-07-30Ensure CTRL, SHIFT and ALT states are reset when Window falls into backgroundSimon Robertshaw2-4/+10
2012-07-30Faster brush adjusting with [ and ], use alt to change to 1 pixelSimon Robertshaw3-3/+24
2012-07-29Improvements to textbox, prevent selection loss on non modifying keypressesSimon Robertshaw1-1/+1
2012-07-29Number type for text fields, addresses some of issue #39Simon Robertshaw1-0/+8
2012-07-29HUD toggle, addresses "h should toggle the HUD" in issue #23Simon Robertshaw2-20/+28
2012-07-29Textboxes for decoration, addresses "No text boxes in deco editor to directly...Simon Robertshaw2-16/+91
2012-07-29Restart N. Grav when needed (somewhat effects issue #31) and fix shitty logic...Simon Robertshaw1-7/+3
2012-07-28Resize brush X and Y axis seperately using Shift and Control, Addresses issue...Simon Robertshaw5-22/+60
2012-07-28Draw brush using renderer, fixes issue #25Simon Robertshaw3-41/+51
2012-07-27Local file browser + some more interesting things like Progress bar UI componentSimon Robertshaw6-3/+104
2012-07-25TPT: Optimization for GoL, Added brush size and mouse wheel to lua! e7035233fdSimon Robertshaw2-0/+8
2012-07-25WIND toolSimon Robertshaw4-12/+64
2012-07-24Correct alignment of elements in TextPromptSimon Robertshaw1-1/+1
2012-07-24Adjust icon positionsSimon Robertshaw1-11/+22
2012-07-24HUD improvementsSimon Robertshaw2-8/+26
2012-07-24Integer values for prefs, Default decoration colour, clear decorationSimon Robertshaw2-4/+20
2012-07-22Sign tool iconSimon Robertshaw2-3/+20
2012-07-22Strealine icon and Erase iconSimon Robertshaw2-2/+2
2012-07-21Icons for menu itemsSimon Robertshaw6-17/+47
2012-07-19Element search triggered by 'e' keySimon Robertshaw1-0/+3
2012-07-19Correct text colour on element buttonsSimon Robertshaw1-1/+1
2012-07-19Special ligh placementSimon Robertshaw3-4/+37
2012-07-19GOL loads gol colours for useSimon Robertshaw1-1/+1
2012-07-19Use two functions for renderer drawing instead of several, fix alignment with...Simon Robertshaw1-8/+2
2012-07-18Add descriptions to toolbuttons, add Tooltips to Button, ToolTip event for Wi...Simon Robertshaw8-31/+50
2012-07-18Info tip for changing display modesSimon Robertshaw5-1/+84
2012-07-18Renderer Presets and default graphics functionSimon Robertshaw5-0/+90
2012-07-17Varying update notificationsSimon Robertshaw2-5/+18
2012-07-06Move graphics into seperate folderSimon Robertshaw3-3/+3
2012-07-03Make update notification a little better - correct colour. Correct multiline ...Simon Robertshaw2-2/+7
2012-07-03Add missing RenderFill function for brushesSimon Robertshaw2-0/+8
2012-07-03Line snapping in gameview - hold altSimon Robertshaw2-6/+54
2012-06-25Sign tool can now edit existing signsSimon Robertshaw1-13/+60
2012-06-24Element searchSimon Robertshaw5-77/+163
2012-06-23Option to use OpenGL JUST for the interfaceSimon Robertshaw1-1/+1
2012-06-23Scrollbar appearance and code changesBryan Hoyle1-7/+8
2012-06-23Scrollbar addedBryan Hoyle2-1/+21
2012-06-22Prevent tool buttons being drawn off the edge of the window when scrollableSimon Robertshaw1-3/+9
2012-06-22Menu scrollingSimon Robertshaw2-1/+43
2012-06-22Client now provides methods for reading and saving preferences - less powerfu...Simon Robertshaw1-41/+12
2012-06-21Stage 1 of update process completedSimon Robertshaw1-0/+2
2012-06-20More in the way of an autoupdaterSimon Robertshaw2-2/+32
2012-06-20Merge branch 'master' of github.com:FacialTurd/PowderToyppSimon Robertshaw5-21/+39
2012-06-20OpenGL canvas for Windows, Notifications for main Game, Update checker in Cli...Simon Robertshaw8-2/+150