summaryrefslogtreecommitdiff
path: root/src/gui/game/Tool.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-11-13Initial check-in of movable solids. Save/Load/Undo do not work and may crash.Stanislaw Skowronek1-1/+6
2013-07-18remove specific delete for walls, doesn't work very well and it conflicts ↵jacob11-1/+1
with specific delete for elements Also prevent wall replace mode, could never do anything because walls already replace everything
2013-07-13fix being able to draw STKM and SPWN on top of other elementsjacob11-1/+1
2013-07-12fixes to wall and particle floodfill. Wall fill ignores particles and always ↵jacob11-4/+4
goes to the edges, while particle fill will only ignore walls it can't exist in, and flood particle erase won't check for walls / edges at all
2013-06-23Add back replace mode and specific delete *jacob11-9/+9
* only usable by Lua
2013-06-02allow creating WIND lines from luajacob11-1/+1
2013-05-16lua simulation api functions for drawing with tools / decojacob11-21/+1
2013-05-14lua simulation api functions for creating particles, walls, boxes, and wallsjacob11-4/+4
2013-05-11D:mniip1-1/+1
2013-03-22Fix includes for GUI stuffSimon Robertshaw1-1/+1
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-0/+215