summaryrefslogtreecommitdiff
path: root/src/game/Brush.h
AgeCommit message (Expand)AuthorFilesLines
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-108/+0
2013-03-06remove auto generated comments from all files, fix some missing tabs, remove ...jacob11-6/+0
2012-11-18Custom brushes loaded from "Brushes" folder, format is a simple RAW 8bit grey...Simon Robertshaw1-1/+1
2012-08-12Fixed brush for now, used inefficient algorithm until I can get pure opengl w...Bryan Hoyle1-1/+2
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