summaryrefslogtreecommitdiff
path: root/src/game
AgeCommit message (Expand)AuthorFilesLines
2013-01-12Merge pull request #114 from mniip/decojacob13-13/+22
2013-01-11moving gameModel was a bad idea, so i just made an alias functionmniip3-6/+12
2013-01-11'B' opens deco editormniip2-10/+13
2013-01-10don't allow streamline floodfilljacob11-1/+2
2013-01-09readd tpt.hud and tpt.set_console commandsjacob14-1/+23
2013-01-08change tpt.fillrect dimentions to old tpt ones, move brush list generating ou...jacob11-25/+24
2013-01-08fix tpt.selectedl/r/a, but it returns the string identifier now instead of an idjacob11-0/+6
2013-01-07fix many more uninitialized variablesjacob11-1/+2
2013-01-06draw cursor outline when shift drawing linesjacob11-1/+1
2013-01-06allow right click to close notifications toojacob12-4/+7
2013-01-04faster ellipse brush resizing that doesn't lag/freezejacob11-8/+26
2013-01-04fix Ctrl+x being one pixel off, better xor_rect from tpt, delete test.cjacob11-3/+3
2013-01-03change that will probably fix custom menus not showingjacob11-1/+1
2012-12-19change max to 200, 500 was a bit largejacob11-4/+4
2012-12-19allow a slightly larger brush sizejacob11-8/+8
2012-12-18selecting a stamp moves it to the front of the list again (unless you hold ctrl)jacob11-0/+2
2012-12-18initialize variables in air.cpp and simulation.cppjacob11-0/+1
2012-12-18fix WARP being invisible, make it visible in heat display mode thoughjacob11-1/+9
2012-12-16fix colors slightly from last commitjacob11-2/+6
2012-12-16fix upvote buttons still having colored background after clearing the save, m...jacob11-6/+17
2012-12-15save stamps on 1 pixel grid (works exactly like in tpt now), delete signs wit...jacob11-12/+9
2012-12-15Prompt for install on first startupSimon Robertshaw1-1/+6
2012-12-15Make installation success message a little friendlierSimon Robertshaw1-1/+1
2012-12-15Element population histogram debug info display - has to be enabled by adding...Simon Robertshaw2-0/+10
2012-12-14Prevent saves from being loaded twice by the Save browserSimon Robertshaw1-0/+1
2012-12-09New Conversation notificationsSimon Robertshaw2-0/+18
2012-12-09Use NotifyAuthUserChanged for GameController login, this will help users beco...Simon Robertshaw3-15/+9
2012-12-06fix compiling warnings / errorjacob11-1/+1
2012-11-26Right clicking on reload button will show save preview.Simon Robertshaw3-0/+14
2012-11-18Allow resizing of custom brushesSimon Robertshaw1-11/+51
2012-11-18Custom brushes loaded from "Brushes" folder, format is a simple RAW 8bit grey...Simon Robertshaw3-1/+78
2012-11-17fix link signs ignoring the zoom window, allow right clicking link signs to u...jacob11-2/+5
2012-11-16fix pause state being reset every time you clear the simjacob11-3/+1
2012-11-16save pause state in stamps, load pause state from local saves and stamps corr...jacob12-2/+8
2012-11-12More edge casesmniip1-1/+2
2012-11-12Better rectangle tool render function, no crappy pixels in edge cases anymoremniip1-3/+7
2012-10-29Don't use SDL defines in platform independant codeSimon Robertshaw1-1/+1
2012-10-26Ctrl + G gravity grid togglejacob16-4/+29
2012-10-26Save local saves as current name option (overwrites them automatically). Fix ...jacob16-24/+44
2012-10-26ability to reload and resave local saves without retyping namejacob14-3/+59
2012-10-26limit the number of signs that can be placedjacob11-1/+2
2012-10-05show # of parts, [GRID X], PIPE/PPIP with X, and molten X (with debug on) in HUDjacob11-5/+23
2012-10-05holding both Ctrl and Shift still enables 10x stengthjacob11-5/+2
2012-10-05Console Show quickoptionjacob15-5/+27
2012-10-05info tip on deco/ngrav/aheat changedjacob14-6/+28
2012-10-05{t:15100|text} to open a forum thread (will try to add more shortcuts later)jacob12-4/+13
2012-10-05Ensure save is stored in memory for reload when using Save as current name, c...Simon Robertshaw1-2/+1
2012-10-01Don't highlight menus when the mouse button is down.Simon Robertshaw1-1/+2
2012-10-01Allow pausing when using stamp placement/selectionSimon Robertshaw1-1/+2
2012-09-30Activate deco tools when using deco menuSimon Robertshaw2-14/+40