aboutsummaryrefslogtreecommitdiff
path: root/sword1/control.cpp
AgeCommit message (Expand)Author
2005-11-12Stop sounds at control panel, otherwise any looping sounds will still beTorbjörn Andersson
2005-11-12clear screen when entering control panel. Fixes palette glitch after playing ...Robert Göffringmann
2005-11-08Don't write empty save slot names to the savegame index. All that does isTorbjörn Andersson
2005-11-05PalmOS ifdefChris Apers
2005-10-26removed old and unused defines.Robert Göffringmann
2005-10-26added call to OutSaveFile::flush() and some more I/O error checksRobert Göffringmann
2005-10-26fix for bug #1328022: BS1: savegame name text input ignores keypressesRobert Göffringmann
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-10-17Decrease delay while editing savegame name. This way, there should be muchTorbjörn Andersson
2005-10-16Be more careful when subtracting from unsigned values. Fixes bug #1327972.Torbjörn Andersson
2005-10-15Try do display the virtual keyboard only when a string input widget has focus.Marcus Comstedt
2005-09-09After saving, return to the game instead of the main control panel. This isTorbjörn Andersson
2005-09-03Avoid putting non-ASCII chars into source filesMax Horn
2005-08-25Added keyboard repeating.Torbjörn Andersson
2005-08-24The dialog windows now react to "Enter" and "Escape" in what I hope is aTorbjörn Andersson
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-05-10Moved (In/Out)SaveFile(Manager) and Timer to namespace CommonMax Horn
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-04-10split SaveFileManager::openSavefile and class SaveFile into two, each, one fo...Max Horn
2005-04-09Remove usage of vsprintf in favour of vsnprintf and makeJonathan Gray
2005-04-07Missed these.Torbjörn Andersson
2005-01-10Reduce dependencies on common/savefile.h from 88 to 14Max Horn
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-20Speedup a bit PalmOS portChris Apers
2004-12-10PalmOS stuffsChris Apers
2004-12-05Clean up OSystem::EventMax Horn
2004-11-27Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory'...Max Horn
2004-11-15BS1 demo is basically fully supported now.Robert Göffringmann
2004-11-09CleanupChris Apers
2004-11-09free memory on quit.Robert Göffringmann
2004-10-21enable czech control panel. should work.Robert Göffringmann
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-07-18Let displayMessage() restore the mouse pointer to the standard BS1 arrowTorbjörn Andersson
2004-06-25Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage againMax Horn
2004-06-25Use auto_ptr to avoid leaksMax Horn
2004-05-12Some usability fixes to the control panel code:Torbjörn Andersson
2004-03-30Use vsprintf instead of vsnprintf: more portable, less safe (but then again, ...Max Horn
2004-03-30please fixPaweł Kołodziejski
2004-03-28Renamed more OSystem methodsMax Horn
2004-03-28Fix bug #920491 (BS1: Game crashes when savepath is invalid)Max Horn
2004-03-02Display keyboard when savingNicolas Bacca
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor...Max Horn
2004-02-01help poor VC7Max Horn
2004-01-11Introduced new namespace, Sword1, removing the "Sword" and "Bs" prefixes inTorbjörn Andersson
2004-01-07some changes for Czech versionRobert Göffringmann
2004-01-07implemented volume control panelRobert Göffringmann
2004-01-06updated copyright noticeMax Horn
2004-01-04added control panel confirmation dialog.Robert Göffringmann
2004-01-04removed speed button from control panel and made the game do a full screen re...Robert Göffringmann