summaryrefslogtreecommitdiff
path: root/src/cat/TPTScriptInterface.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-07-25instant save option option, hold ctrl when clicking a save in the save ↵jacob11-1/+1
preview to skip the entire preview and not load the comments
2013-06-23Add back replace mode and specific delete *jacob11-1/+1
* only usable by Lua
2013-05-22mniip: add back missing easter eggjacob11-0/+3
2013-04-30Merge remote-tracking branch 'upstream/master'mmbob1-4/+1
2013-04-27Remove obsolete code from TPTScriptInterfacejacksonmj1-4/+1
2013-04-22Fix reading hexadecimal in TPTScriptInterfacemmbob1-1/+1
Instead of subtracting 'A', subtract 'a'
2013-04-18Prevent "!set type none blah"jacksonmj1-0/+2
2013-04-10fix setting negative numbers in the old console (using atoi)jacob11-8/+1
2013-04-07Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-1/+57
2013-03-26TPTScriptInterface: Ability to read hexadecimal constantsSimon Robertshaw1-1/+57
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-1/+1
2013-03-06remove auto generated comments from all files, fix some missing tabs, remove ↵jacob11-7/+0
unused variables from config.h
2012-11-16save pause state in stamps, load pause state from local saves and stamps ↵jacob11-1/+1
correctly, remove accidental inclusion
2012-10-26Fix error from mergingSimon Robertshaw1-1/+1
2012-10-26some testing with DEBUG mode, add some stuffjacob11-1/+6
Conflicts: src/cat/TPTScriptInterface.cpp
2012-10-26!quit functionjacob11-0/+11
2012-10-05prevent setting invalid types, fix setting type to "NONE", "C4", & "C5"jacob11-0/+6
2012-10-01Negative values in old console commandsSimon Robertshaw1-1/+3
2012-09-01!load command for old consoleSimon Robertshaw1-2/+2
2012-08-19TPTScript: Allow numbers with decimal pointSimon Robertshaw1-1/+1
2012-08-06Fix TPTScript 'set' functionSimon Robertshaw1-10/+12
2012-08-04Implement more of the old TPT consoleSimon Robertshaw1-0/+98
2012-08-04Implement more of the old consoleSimon Robertshaw1-11/+95
2012-08-03Old TPT console commands with "!" prefixSimon Robertshaw1-2/+2
2012-04-26OS X compiling working, Make it a bit more friendly with stricter compilersSimon Robertshaw1-6/+6
2012-02-12Better names for sort, allow showing own savesSimon Robertshaw1-36/+1
2012-02-12Somewhat working lua console, no element function overrides, no keyboard, ↵Simon Robertshaw1-1/+2
mouse or tick events
2012-02-05Started intrepreter for tpt script and various things for consoleSimon Robertshaw1-0/+314