summaryrefslogtreecommitdiff
path: root/src/game
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-18Fix stamp and save assignmentSimon Robertshaw1-11/+17
2012-06-18GameModel manages currentSave instanceSimon Robertshaw2-2/+8
2012-06-18Controllers should free their callbacks and viewsSimon Robertshaw1-0/+1
2012-06-18Menu frees any added itemsSimon Robertshaw2-4/+9
2012-06-18Use C++ allocation and deletion for Brush memorySimon Robertshaw2-8/+8
2012-06-13Remove debug printing from brushSimon Robertshaw1-4/+1
2012-06-12Correct save reloading, add Vac and NGrav toolsSimon Robertshaw3-3/+4
2012-06-11Correct overlapping rectangles with translucent stamp selectionSimon Robertshaw1-2/+2
2012-06-11Saving and loading other flags from GameSave, remove old saveloaderSimon Robertshaw2-5/+27
2012-06-10Change stamp storage to a list, insert new stamps at the begining, 'l' loads ...Simon Robertshaw3-3/+18
2012-06-09Unify stamp and clipboard placement code, GameSave translation and transoform...Simon Robertshaw6-68/+114
2012-06-09Preview: Wait for save to load before opening, Simulation: Correct block coor...Simon Robertshaw1-6/+2
2012-06-08Load save data when showing the save previewSimon Robertshaw3-9/+17
2012-06-07Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ...Simon Robertshaw4-46/+30
2012-06-06Saving and loading at position, yuse exceptions for parsing savesSimon Robertshaw2-1/+7