summaryrefslogtreecommitdiff
path: root/src/console
AgeCommit message (Collapse)AuthorFilesLines
2013-03-22Move all GUI source files into gui/Simon Robertshaw7-363/+0
2013-03-06remove auto generated comments from all files, fix some missing tabs, remove ↵jacob17-49/+0
unused variables from config.h
2013-01-26typing '~' doesn't close the lua consolejacob11-1/+4
2013-01-09fix console not closing when you use !loadjacob11-1/+1
2012-10-26close console when using the !load commandjacob11-2/+3
2012-08-21Remember Console historySimon Robertshaw2-2/+17
2012-08-06Fix TPTScript 'set' functionSimon Robertshaw1-1/+3
2012-08-04Better exiting from windows (Escape and Enter) and 'q' for exit, fixes #35 ↵Simon Robertshaw1-0/+1
and #60
2012-06-18Controllers should free their callbacks and viewsSimon Robertshaw1-1/+6
2012-06-11Saving and loading other flags from GameSave, remove old saveloaderSimon Robertshaw2-3/+6
2012-05-15Move style into ComponentSimon Robertshaw1-3/+6
2012-04-21Clean out graphics, add openGL graphics in seperate file, change brush to ↵Simon Robertshaw1-2/+2
use unsigned char rather than boolean for bitmap/outline
2012-02-05Started intrepreter for tpt script and various things for consoleSimon Robertshaw3-40/+23
2012-02-01Console UI, open in browser button, tab and enter shortcut for Login UI, variousSimon Robertshaw7-0/+396