aboutsummaryrefslogtreecommitdiff
path: root/sword1/control.cpp
AgeCommit message (Expand)Author
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
2004-01-01fixed savename drawing.Robert Göffringmann
2004-01-01Rewrote the music code. It now follows the same basic idea as the one inTorbjörn Andersson
2004-01-01compilation fixJonathan Gray
2003-12-31Use uint8 instead of char to avoid crashes with some accented characters.Torbjörn Andersson
2003-12-31fixed language stringsRobert Göffringmann
2003-12-31fix segfaultJonathan Gray
2003-12-30cd changing code and checking for savegames on startupRobert Göffringmann
2003-12-29use correct sprite for text-on/offRobert Göffringmann
2003-12-29made control panel use the correct fontsRobert Göffringmann
2003-12-28this fixes the remaining glitchesRobert Göffringmann
2003-12-28Indentation fixes: changed spaces to tabs. (These tend to really stick outTorbjörn Andersson
2003-12-28I believe this is the evil bug that's been corrupting my SAVEGAME.INF. (ITorbjörn Andersson
2003-12-23fix control panel bugRobert Göffringmann
2003-12-23control panel changesRobert Göffringmann
2003-12-23Microsoft Compilers : Which part of the standard do you want to break today ?Nicolas Bacca
2003-12-20fix warningMax Horn
2003-12-20fixed crashes after restoring a savegame, added fnSetPaletteToFade and change...Robert Göffringmann
2003-12-20fix memory leakRobert Göffringmann