summaryrefslogtreecommitdiff
path: root/src/game/Brush.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-51/+0
2013-02-09flood fill / sample brush shape, fix rectangle snappingjacob11-1/+4
2012-11-12More edge casesmniip1-1/+2
2012-11-12Better rectangle tool render function, no crappy pixels in edge cases anymoremniip1-3/+7
2012-08-12Minor opengl fixes, still not compiling, look at line 14 in ↵Bryan Hoyle1-1/+2
src/graphics/OpenGLGraphics.cpp, build/src/graphics/OpenGLGraphics.cpp:14:15: error: expected primary-expression before '{' token build/src/graphics/OpenGLGraphics.cpp:14:15: error: expected ')' before '{' token '
2012-07-28Draw brush using renderer, fixes issue #25Simon Robertshaw1-0/+42