summaryrefslogtreecommitdiff
path: root/src/game/GameView.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-2140/+0
2013-03-15Use VideoBuffer in place of thumbnailSimon Robertshaw1-14/+14
2013-03-11fix stamp thumbnails not showing until you move the mouse, add a few new[]'s ...jacob11-20/+19
2013-03-04fix being able to toggle disabled buttons (fixes save browser issue with this)jacob11-1/+1
2013-03-04by date turns white like my own does when selectedjacob11-194/+194
2013-02-10fix some more brush bugs, remove alt-sample brushjacob11-3/+9
2013-02-09fix deco sample tool with 1 px brush, fix deco sample also sampling HUD/other...jacob11-0/+1
2013-02-09flood fill / sample brush shape, fix rectangle snappingjacob11-3/+3
2013-02-09fix tpt.selectedl not updating with sample brush, always put photons[] on top...jacob11-0/+3
2013-02-08one more small thing: show gravity in debug mode hud even when it's a small v...jacob11-1/+1
2013-01-26Fix brush not being visible when using CTRL to change the sizejacob11-1/+1
2013-01-19Revert "move version info to version.h, no longer needs full recompile on ver...Simon Robertshaw1-1/+0
2013-01-15move version info to version.h, no longer needs full recompile on version changejacob11-0/+1
2013-01-15allow removing zoom tool when shift drawing linesjacob11-2/+3
2013-01-15probably fix compiling errorjacob11-1/+3
2013-01-14deco menu needs to be clicked to enter, press 'b' to get out of deco editor toojacob11-7/+26
2013-01-11moving gameModel was a bad idea, so i just made an alias functionmniip1-1/+1
2013-01-11'B' opens deco editormniip1-9/+12
2013-01-09readd tpt.hud and tpt.set_console commandsjacob11-0/+5
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 toojacob11-0/+4
2013-01-04fix Ctrl+x being one pixel off, better xor_rect from tpt, delete test.cjacob11-3/+3
2012-12-18initialize variables in air.cpp and simulation.cppjacob11-0/+1
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-11-26Right clicking on reload button will show save preview.Simon Robertshaw1-0/+4
2012-10-26Ctrl + G gravity grid togglejacob11-2/+4
2012-10-26Save local saves as current name option (overwrites them automatically). Fix ...jacob11-6/+17
2012-10-26ability to reload and resave local saves without retyping namejacob11-0/+12
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-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-30Pass points by value for drawing toolsSimon Robertshaw1-7/+7
2012-09-26render preset buttons in render options interface, also shift + 1 life view s...jacob11-57/+4
2012-09-25some improvements to the render options interface and checkboxes (icons and t...jacob11-1/+1
2012-09-25alt click alternative to middle click (that doesn't break line snapping)jacob11-0/+2
2012-09-13Ensure cursor position is correct after placing stamp.Simon Robertshaw1-0/+1
2012-09-06revert changing the lua/sdl includes and min/max changesjacob11-1/+1
2012-09-06Visual studio compatibilityjacob11-2/+2
2012-09-06Fix some off-by-one mouse clamping issuesSimon Robertshaw1-2/+2
2012-09-06Fix PRTI/PRTO color, debug lines only drawn in debug mode. Fixes # 148jacob11-0/+2
2012-09-06Change hover color of update box (white just didn't look right)jacob11-0/+4
2012-09-06Wall names in HUDjacob11-4/+9
2012-09-06More demonstration of my inability to commit the saved fileSimon Robertshaw1-1/+1
2012-09-06Gah, amend previousSimon Robertshaw1-3/+3
2012-09-06Fix Line/Rect drawing in zoom windowSimon Robertshaw1-2/+2
2012-09-05Perform pointtranslate (zoom) only in GameView. Fixes point line issue in #175Simon Robertshaw1-11/+11