Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-27 | Moved Engine::getSavePath() to class SaveFileManager; removed the ↵ | Max Horn | |
'directory' parameter from SaveFileManager::openSavefile and listSavefiles (they always use getSavePath() now, which is what we did anyway) svn-id: r15901 | |||
2004-11-09 | free memory on quit. | Robert Göffringmann | |
Still leaks some, though svn-id: r15735 | |||
2004-10-21 | Make PalmOS happy | Chris Apers | |
svn-id: r15632 | |||
2004-06-25 | Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage again | Max Horn | |
svn-id: r14058 | |||
2004-05-12 | Some usability fixes to the control panel code: | Torbjörn Andersson | |
* Draw a blinking cursor when typing savegame names. (Bug #908679) * Number the savegame slots. At the moment they are numbered differently than in BS2 in that they start on 1 instead of 0. As far as I recall, this was the case with the original engine as well, but we may want to reconsider. * Added scroll wheel support. This wasn't in the original, but it's a nice thing to have. Particularly since the scroll buttons don't repeat. (It would be nice if they did.) I would like this patch to be considered for 0.6.1, if there aren't any obvious problems with it. svn-id: r13833 | |||
2004-03-28 | Fix bug #920491 (BS1: Game crashes when savepath is invalid) | Max Horn | |
svn-id: r13396 | |||
2004-01-11 | Introduced new namespace, Sword1, removing the "Sword" and "Bs" prefixes in | Torbjörn Andersson | |
the process, except for SwordEngine. Some minor cleanups along the wa, e.g. stdafx.h already includes <stdio.h>, <stdlib.h> and <math.h> so there shouldn't be any need to do it elsewhere. svn-id: r12320 | |||
2004-01-07 | implemented volume control panel | Robert Göffringmann | |
svn-id: r12220 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2004-01-04 | nothing. | Robert Göffringmann | |
svn-id: r12129 | |||
2004-01-04 | added control panel confirmation dialog. | Robert Göffringmann | |
svn-id: r12128 | |||
2004-01-04 | removed speed button from control panel and made the game do a full screen ↵ | Robert Göffringmann | |
refresh after leaving the control panel svn-id: r12127 | |||
2003-12-31 | Use uint8 instead of char to avoid crashes with some accented characters. | Torbjörn Andersson | |
svn-id: r12061 | |||
2003-12-30 | cd changing code and checking for savegames on startup | Robert Göffringmann | |
svn-id: r12043 | |||
2003-12-29 | made control panel use the correct fonts | Robert Göffringmann | |
svn-id: r12010 | |||
2003-12-28 | this fixes the remaining glitches | Robert Göffringmann | |
svn-id: r12004 | |||
2003-12-23 | control panel changes | Robert Göffringmann | |
svn-id: r11877 | |||
2003-12-20 | forgot these. :) | Robert Göffringmann | |
svn-id: r11776 |