summaryrefslogtreecommitdiff
path: root/src/game/Brush.h
AgeCommit message (Expand)AuthorFilesLines
2012-07-28Resize brush X and Y axis seperately using Shift and Control, Addresses issue...Simon Robertshaw1-1/+1
2012-07-28Draw brush using renderer, fixes issue #25Simon Robertshaw1-37/+5
2012-07-03Add missing RenderFill function for brushesSimon Robertshaw1-0/+4
2012-06-18Use C++ allocation and deletion for Brush memorySimon Robertshaw1-6/+6
2012-06-13Remove debug printing from brushSimon Robertshaw1-4/+1
2012-05-15Seperate new/old CreateParts functionsSimon Robertshaw1-1/+13
2012-04-21Clean out graphics, add openGL graphics in seperate file, change brush to use...Simon Robertshaw1-30/+25
2012-04-11Nice drawing for brushSimon Robertshaw1-4/+54
2012-01-30Line and rect drawingSimon Robertshaw1-1/+22
2012-01-26Ellipse cursorSimon Robertshaw1-0/+1
2012-01-22Brush class for drawing on simulation, more interface for gameSimon Robertshaw1-0/+65