summaryrefslogtreecommitdiff
path: root/src/console/ConsoleView.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-102/+0
2013-03-06remove auto generated comments from all files, fix some missing tabs, remove ↵jacob11-7/+0
unused variables from config.h
2013-01-26typing '~' doesn't close the lua consolejacob11-1/+4
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-11Saving and loading other flags from GameSave, remove old saveloaderSimon Robertshaw1-2/+5
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 Robertshaw1-1/+8
2012-02-01Console UI, open in browser button, tab and enter shortcut for Login UI, variousSimon Robertshaw1-0/+90