summaryrefslogtreecommitdiff
path: root/src/game
AgeCommit message (Expand)AuthorFilesLines
2012-05-23Fix slight issues when clicking on menu section buttons and missing isMouseIn...Simon Robertshaw1-0/+4
2012-05-23Use mouse hover callback for menu buttonsSimon Robertshaw1-1/+1
2012-05-17Warp display with newer shader, Render options works in OpenGLSimon Robertshaw1-2/+2
2012-05-15Seperate new/old CreateParts functionsSimon Robertshaw2-5/+17
2012-05-15Move style into ComponentSimon Robertshaw5-26/+30
2012-05-14Make flood_prop use PropertyType from StructProperty, Property tool worksSimon Robertshaw2-32/+113
2012-05-14Style improvements to sign toolSimon Robertshaw1-4/+6
2012-05-14Improve appearance of some dialogues, style defaultsSimon Robertshaw2-0/+79
2012-05-13Text alignment for dropdown, make sign UI niceSimon Robertshaw1-3/+3
2012-05-13Correct air include path for OptionsModel, correct Window debugmode logic, ju...Simon Robertshaw1-2/+11
2012-05-13Click function for tools that aren't continuous. Debug helper for UI componen...Simon Robertshaw5-16/+21
2012-05-12Stupid gitSimon Robertshaw3-14/+122
2012-05-12Primitive sign addingSimon Robertshaw1-0/+9
2012-05-12Tools implemented in a similar way to elementsSimon Robertshaw2-3/+16
2012-05-12Redo Wall IDsSimon Robertshaw2-10/+32
2012-05-07Default elements in gamemodelSimon Robertshaw1-2/+2
2012-05-07A bit of refactoring (elements)Simon Robertshaw3-8/+9
2012-04-26OS X compiling working, Make it a bit more friendly with stricter compilersSimon Robertshaw1-1/+2
2012-04-22Correct quirks with drawrect and fillrect, change UI components accordingly, ...Simon Robertshaw3-34/+37
2012-04-21Clean out graphics, add openGL graphics in seperate file, change brush to use...Simon Robertshaw4-42/+40
2012-04-20OpenGL renderingSimon Robertshaw2-3/+5
2012-04-18TPT: Added smudge tool afbe8cf38eSimon Robertshaw2-1/+2
2012-04-17Fix drawing of lines, rects and fill within the zoom windowSimon Robertshaw1-3/+3
2012-04-16Newtonian gravity workingSimon Robertshaw1-0/+1
2012-04-15Simulation optionsSimon Robertshaw3-5/+22
2012-04-14Remove some unnecessary files.Simon Robertshaw1-26/+0
2012-04-11Nice drawing for brushSimon Robertshaw2-19/+54
2012-04-09Add missing GOL dataSimon Robertshaw1-1/+4
2012-04-07Element sampling HUD thingy (No very good with MVC)Simon Robertshaw4-3/+45
2012-04-05Modifier keys for Lua, Air display, correct render mode savingSimon Robertshaw2-2/+3
2012-04-04Change brush size with [ and ] keys, change order of drawing for Lua, Fix pri...Simon Robertshaw4-12/+44
2012-04-04CommandInterface, Mouse, Keyboard and Tick events, on screen log, print redir...Simon Robertshaw6-0/+137
2012-04-03Search and stamps scolling with mouse wheel, Esc to exitSimon Robertshaw2-0/+6
2012-04-03Use a single instance of a background simulation for thumbnail renderingSimon Robertshaw1-2/+3
2012-04-03Super, megaheavyweight thumbnail rendererSimon Robertshaw1-2/+2
2012-04-02Stamps browser, placement + clipboard sampling and placement - No clipboard o...Simon Robertshaw6-41/+219
2012-03-29Replace Error notification with exception for Tags modelSimon Robertshaw3-4/+30
2012-03-28Exception when loading invalid saveSimon Robertshaw4-4/+46
2012-03-28Clipboard and Stamp from selection (no way to paste/place yet)Simon Robertshaw6-5/+165
2012-03-22More work on Tags - display tags in Tag window and Tag buttonSimon Robertshaw3-2/+43
2012-03-05 Tag UI - actually more of a box at the momentSimon Robertshaw2-2/+10
2012-03-05Better sliders for Decoration editorSimon Robertshaw4-17/+31
2012-03-05More fancy Sliders for deco colourSimon Robertshaw1-3/+6
2012-03-04Slider and decoration colour changerSimon Robertshaw7-4/+145
2012-03-03Decoration tools - no way to set colour yetSimon Robertshaw2-1/+43
2012-02-12Fixed some lua methods, set decorations enabled by default, allow toggling of...Simon Robertshaw5-0/+100
2012-02-12Somewhat working lua console, no element function overrides, no keyboard, mou...Simon Robertshaw2-3/+4
2012-02-11Fix thumbnail alignment for save buttons, add code for building PSv formatSimon Robertshaw1-10/+17
2012-02-05Started intrepreter for tpt script and various things for consoleSimon Robertshaw2-2/+11
2012-02-02Flood fillSimon Robertshaw3-2/+14