summaryrefslogtreecommitdiff
path: root/src/game/GameController.h
AgeCommit message (Collapse)AuthorFilesLines
2012-08-06Started work on save as current nameSimon Robertshaw1-0/+1
2012-08-03Add shortcuts for things like gravity, air and air reset, issues #85 and #57Simon Robertshaw1-0/+6
2012-08-01Local Saving, Server Saving rewriteSimon Robertshaw1-3/+2
2012-07-28Resize brush X and Y axis seperately using Shift and Control, Addresses ↵Simon Robertshaw1-1/+1
issue #27
2012-07-27Local file browser + some more interesting things like Progress bar UI componentSimon Robertshaw1-0/+3
2012-07-25TPT: Optimization for GoL, Added brush size and mouse wheel to lua! e7035233fdSimon Robertshaw1-0/+1
2012-07-18Renderer Presets and default graphics functionSimon Robertshaw1-0/+2
2012-06-24Element searchSimon Robertshaw1-0/+1
2012-06-20More in the way of an autoupdaterSimon Robertshaw1-0/+3
2012-06-20OpenGL canvas for Windows, Notifications for main Game, Update checker in ↵Simon Robertshaw1-1/+7
Client (+ other client triggered events)
2012-06-12Correct save reloading, add Vac and NGrav toolsSimon Robertshaw1-0/+1
2012-06-09Unify stamp and clipboard placement code, GameSave translation and ↵Simon Robertshaw1-2/+6
transoformation working (not particularly well)
2012-06-08Load save data when showing the save previewSimon Robertshaw1-0/+1
2012-06-07Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ↵Simon Robertshaw1-2/+2
(stamps and local saves). Rename Stamps browser to LocalBrowser, ready for sharing code with the local save browser
2012-05-13Click function for tools that aren't continuous. Debug helper for UI ↵Simon Robertshaw1-0/+1
components (Ctrl+Shift D when DEBUG is defined), fix add sign window logic
2012-04-15Simulation optionsSimon Robertshaw1-1/+4
2012-04-07Element sampling HUD thingy (No very good with MVC)Simon Robertshaw1-0/+1
2012-04-04Change brush size with [ and ] keys, change order of drawing for Lua, Fix ↵Simon Robertshaw1-2/+3
print and tpt.log so they log to the console when it is open
2012-04-04CommandInterface, Mouse, Keyboard and Tick events, on screen log, print ↵Simon Robertshaw1-0/+8
redirected to tpt.log
2012-04-02Stamps browser, placement + clipboard sampling and placement - No clipboard ↵Simon Robertshaw1-0/+6
or stamp thumbnail generation, needs thumbnail generator from SaveLoader
2012-03-28Clipboard and Stamp from selection (no way to paste/place yet)Simon Robertshaw1-0/+2
2012-03-22More work on Tags - display tags in Tag window and Tag buttonSimon Robertshaw1-0/+1
2012-03-05 Tag UI - actually more of a box at the momentSimon Robertshaw1-0/+2
2012-03-04Slider and decoration colour changerSimon Robertshaw1-0/+1
2012-02-12Fixed some lua methods, set decorations enabled by default, allow toggling ↵Simon Robertshaw1-0/+2
of decorations with ctrl+b, saving and loading of render, display and colour modes for the renderer
2012-02-12Somewhat working lua console, no element function overrides, no keyboard, ↵Simon Robertshaw1-1/+2
mouse or tick events
2012-02-05Started intrepreter for tpt script and various things for consoleSimon Robertshaw1-0/+4
2012-02-02Frame steppingSimon Robertshaw1-0/+1
2012-02-01Console UI, open in browser button, tab and enter shortcut for Login UI, variousSimon Robertshaw1-0/+3
2012-01-30Line and rect drawingSimon Robertshaw1-2/+5
2012-01-30ASCII for key events, save and Textarea (no caret, yet)Simon Robertshaw1-0/+3
2012-01-28ZoomSimon Robertshaw1-0/+4
2012-01-26Ellipse cursorSimon Robertshaw1-0/+1
2012-01-26I've got to a point where I can no longer be bothered to think of a proper ↵Simon Robertshaw1-0/+2
commit comment
2012-01-25Better way of managing ControllersSimon Robertshaw1-1/+1
2012-01-25Login working, segfaults sometimesSimon Robertshaw1-0/+1
2012-01-24VariousSimon Robertshaw1-0/+2
2012-01-23GameController shut down any render options openSimon Robertshaw1-0/+2
2012-01-23Element menuSimon Robertshaw1-0/+2
2012-01-22Begining menu, toolSimon Robertshaw1-0/+2
2012-01-22Brush class for drawing on simulation, more interface for gameSimon Robertshaw1-0/+9
2012-01-21Fix thumbnail crash, turns out SaveButton was storing a Thumbnail pointer, ↵Simon Robertshaw1-0/+2
not a Thumbnail as I thought
2012-01-21Better cleanup for simulation - fix memory leaksSimon Robertshaw1-2/+3
2012-01-19Some folder changes, started search and clientSimon Robertshaw1-1/+2
2012-01-17Some minor changesSimon Robertshaw1-0/+28