Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-09 | Remove usage of vsprintf in favour of vsnprintf and make | Jonathan Gray | |
more use of STRINGBUFLEN. Some ports may need a new stub for this, discussed with Chrilith. svn-id: r17463 | |||
2005-04-07 | Missed these. | Torbjörn Andersson | |
svn-id: r17428 | |||
2005-01-10 | Reduce dependencies on common/savefile.h from 88 to 14 | Max Horn | |
svn-id: r16528 | |||
2005-01-10 | system.h was being included in tons of places, without any good reason; ↵ | Max Horn | |
reduced this (total dependencies on system.h went down from 193 to 85 files) svn-id: r16527 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-20 | Speedup a bit PalmOS port | Chris Apers | |
svn-id: r16165 | |||
2004-12-10 | PalmOS stuffs | Chris Apers | |
svn-id: r16011 | |||
2004-12-05 | Clean up OSystem::Event | Max Horn | |
svn-id: r15990 | |||
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-15 | BS1 demo is basically fully supported now. | Robert Göffringmann | |
only some SFX are flipped. svn-id: r15819 | |||
2004-11-09 | Cleanup | Chris Apers | |
svn-id: r15739 | |||
2004-11-09 | free memory on quit. | Robert Göffringmann | |
Still leaks some, though svn-id: r15735 | |||
2004-10-21 | enable czech control panel. should work. | Robert Göffringmann | |
svn-id: r15628 | |||
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn | |
svn-id: r15332 | |||
2004-07-18 | Let displayMessage() restore the mouse pointer to the standard BS1 arrow | Torbjörn Andersson | |
once it's done. svn-id: r14258 | |||
2004-06-25 | Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage again | Max Horn | |
svn-id: r14058 | |||
2004-06-25 | Use auto_ptr to avoid leaks | Max Horn | |
svn-id: r14057 | |||
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-30 | Use vsprintf instead of vsnprintf: more portable, less safe (but then again, ↵ | Max Horn | |
vsnprinft isn't that safe either) svn-id: r13434 | |||
2004-03-30 | please fix | Paweł Kołodziejski | |
svn-id: r13433 | |||
2004-03-28 | Renamed more OSystem methods | Max Horn | |
svn-id: r13410 | |||
2004-03-28 | Fix bug #920491 (BS1: Game crashes when savepath is invalid) | Max Horn | |
svn-id: r13396 | |||
2004-03-02 | Display keyboard when saving | Nicolas Bacca | |
svn-id: r13151 | |||
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed ↵ | Max Horn | |
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087 | |||
2004-02-01 | help poor VC7 | Max Horn | |
svn-id: r12711 | |||
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 | some changes for Czech version | Robert Göffringmann | |
svn-id: r12221 | |||
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 | 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 | |||
2004-01-01 | fixed savename drawing. | Robert Göffringmann | |
svn-id: r12074 | |||
2004-01-01 | Rewrote the music code. It now follows the same basic idea as the one in | Torbjörn Andersson | |
BS2, which has worked pretty well so far. I haven't implemented pausing and volume since the code I replaced didn't have it either, as far as I could tell. svn-id: r12070 | |||
2004-01-01 | compilation fix | Jonathan Gray | |
svn-id: r12066 | |||
2003-12-31 | Use uint8 instead of char to avoid crashes with some accented characters. | Torbjörn Andersson | |
svn-id: r12061 | |||
2003-12-31 | fixed language strings | Robert Göffringmann | |
svn-id: r12060 | |||
2003-12-31 | fix segfault | Jonathan Gray | |
svn-id: r12049 | |||
2003-12-30 | cd changing code and checking for savegames on startup | Robert Göffringmann | |
svn-id: r12043 | |||
2003-12-29 | use correct sprite for text-on/off | Robert Göffringmann | |
svn-id: r12013 | |||
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-28 | Indentation fixes: changed spaces to tabs. (These tend to really stick out | Torbjörn Andersson | |
in my editor, since it shows tabs as eight spaces, not four.) svn-id: r12002 | |||
2003-12-28 | I believe this is the evil bug that's been corrupting my SAVEGAME.INF. (I | Torbjörn Andersson | |
can't reproduce the problem under Windows though.) svn-id: r11996 | |||
2003-12-23 | fix control panel bug | Robert Göffringmann | |
svn-id: r11878 | |||
2003-12-23 | control panel changes | Robert Göffringmann | |
svn-id: r11877 | |||
2003-12-23 | Microsoft Compilers : Which part of the standard do you want to break today ? | Nicolas Bacca | |
svn-id: r11866 | |||
2003-12-20 | fix warning | Max Horn | |
svn-id: r11790 | |||
2003-12-20 | fixed crashes after restoring a savegame, added fnSetPaletteToFade and ↵ | Robert Göffringmann | |
changed speech code to distinguish between CD1 and CD2. (now needs SPEECH1.CLU and SPEECH2.CLU) svn-id: r11789 | |||
2003-12-20 | fix memory leak | Robert Göffringmann | |
svn-id: r11788 | |||
2003-12-20 | forgot these. :) | Robert Göffringmann | |
svn-id: r11776 |