summaryrefslogtreecommitdiff
path: root/src/cat
AgeCommit message (Collapse)AuthorFilesLines
2012-05-13Click function for tools that aren't continuous. Debug helper for UI ↵Simon Robertshaw1-1/+1
components (Ctrl+Shift D when DEBUG is defined), fix add sign window logic
2012-05-07A bit of refactoring (elements)Simon Robertshaw2-21/+21
2012-04-26OS X compiling working, Make it a bit more friendly with stricter compilersSimon Robertshaw3-29/+29
2012-04-21Clean out graphics, add openGL graphics in seperate file, change brush to ↵Simon Robertshaw1-18/+6
use unsigned char rather than boolean for bitmap/outline
2012-04-17TPT: Lua methods for reading/writing the bmap and emap (no mapped walltypes ↵Simon Robertshaw2-0/+126
yet) 1c4bce1f22
2012-04-13Fix Integer <-> Pointer casts on 64bitSimon Robertshaw1-2/+3
2012-04-09Remove unused codeSimon Robertshaw1-37/+0
2012-04-05Modifier keys for Lua, Air display, correct render mode savingSimon Robertshaw1-2/+16
2012-04-04Change brush size with [ and ] keys, change order of drawing for Lua, Fix ↵Simon Robertshaw4-6/+19
print and tpt.log so they log to the console when it is open
2012-04-04CommandInterface, Mouse, Keyboard and Tick events, on screen log, print ↵Simon Robertshaw4-5/+63
redirected to tpt.log
2012-03-03Disable key repeatSimon Robertshaw3-67/+18
2012-02-12Better names for sort, allow showing own savesSimon Robertshaw2-37/+61
2012-02-12Fixed some lua methods, set decorations enabled by default, allow toggling ↵Simon Robertshaw1-8/+15
of decorations with ctrl+b, saving and loading of render, display and colour modes for the renderer
2012-02-12Somewhat working lua console, no element function overrides, no keyboard, ↵Simon Robertshaw7-8/+2080
mouse or tick events
2012-02-05Started intrepreter for tpt script and various things for consoleSimon Robertshaw6-0/+672