Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20514 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2006-01-17 | Commit patch #1171517 by salty-horse (save speech and sfx preferences BASS ↵ | Joost Peters | |
engine in config file) svn-id: r20063 | |||
2005-12-13 | make sure all Text compacts were killed after restoring a savegame | Robert Göffringmann | |
svn-id: r19795 | |||
2005-12-13 | fixed Sky memory leaks on quitting | Robert Göffringmann | |
svn-id: r19791 | |||
2005-12-05 | some cleanup, engine returns to the launcher now instead of calling ↵ | Robert Göffringmann | |
OSystem::quit. I suppose it leaks memory though... svn-id: r19743 | |||
2005-11-21 | fixed segmentation fault when speed/volume sliders are clicked and then ↵ | Robert Göffringmann | |
dragged out of the scummvm window. svn-id: r19683 | |||
2005-11-05 | PalmOS ifdef | Chris Apers | |
svn-id: r19473 | |||
2005-10-26 | call OutSaveFile::flush() to check for errors | Robert Göffringmann | |
svn-id: r19298 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-09-08 | Whitespace changes | Torbjörn Andersson | |
svn-id: r18788 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-05-10 | Moved (In/Out)SaveFile(Manager) and Timer to namespace Common | Max Horn | |
svn-id: r18038 | |||
2005-04-10 | split SaveFileManager::openSavefile and class SaveFile into two, each, one ↵ | Max Horn | |
for loading and one for saving svn-id: r17517 | |||
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-01 | Display text in Restart Yes/No Dialog for consistency with | Jonathan Gray | |
Quit dialog. Pointed out in part of FR #1145781. svn-id: r17320 | |||
2005-03-18 | Apply patch #1162546 "BASS: Hanging notes fix / patch". Thanks __tom. | Eugene Sandulenko | |
svn-id: r17177 | |||
2005-03-11 | Not needed any more | Chris Apers | |
svn-id: r17076 | |||
2005-02-20 | fix missing speech animations. I introduced that bug when I moved the ↵ | Robert Göffringmann | |
compacts out of the scummvm executable. svn-id: r16828 | |||
2005-01-10 | Reduce dependencies on common/savefile.h from 88 to 14 | Max Horn | |
svn-id: r16528 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-20 | - Change mouse position on click | Chris Apers | |
- Remove timimg code which slow down PalmOS port svn-id: r16163 | |||
2004-12-16 | Removed unused variable. | Torbjörn Andersson | |
svn-id: r16076 | |||
2004-12-16 | some cleanup | Robert Göffringmann | |
svn-id: r16071 | |||
2004-12-16 | fix gcc warnings | Robert Göffringmann | |
svn-id: r16068 | |||
2004-12-15 | moved compacts and related static data out of the scummvm.exe into an ↵ | Robert Göffringmann | |
external file (available from www.lavosspawn.de/tmp/sky_cpt.zip) svn-id: r16053 | |||
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-12 | use message window instead of console printf if user wants to load a ↵ | Robert Göffringmann | |
savegame from a different BASS version svn-id: r15797 | |||
2004-11-11 | misc cleanup | Robert Göffringmann | |
svn-id: r15783 | |||
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn | |
svn-id: r15332 | |||
2004-09-18 | fixed warnings | Paweł Kołodziejski | |
svn-id: r15161 | |||
2004-09-06 | Save setting of the text toggle when quitting, fixes bug #855542 | Joost Peters | |
svn-id: r14933 | |||
2004-08-25 | typo | Joost Peters | |
svn-id: r14755 | |||
2004-07-18 | Adapted Fingolfin's BS1 code for better error messages when save/restore | Torbjörn Andersson | |
fails. The downside to this is that while the error dialog is showing, the mouse cursor is drawn in dark greys, so it's almost invisible. svn-id: r14260 | |||
2004-07-08 | (Ab)used the yes/no dialog to show an error message if saving a game fails. | Torbjörn Andersson | |
As far as I can tell, writing a proper one-button dialog is tricky. It can't re-use a button from the yes/no dialog since the whole thing appears to be just one sprite! svn-id: r14178 | |||
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-03-28 | Renamed more OSystem methods | Max Horn | |
svn-id: r13410 | |||
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-24 | the OSystem changes we discussed on the ML (note: renaming of the existing ↵ | Max Horn | |
OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036 | |||
2004-01-26 | Remove old CE tweak | Nicolas Bacca | |
svn-id: r12626 | |||
2004-01-17 | Implements TOGGLE_VIRTUAL_KEYBOARD | Nicolas Bacca | |
svn-id: r12459 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2004-01-03 | remove 'Sky' name prefix for most stuff (not needed anymore since we are in ↵ | Max Horn | |
namespace 'Sky' now) svn-id: r12114 | |||
2004-01-03 | Introduce namespace 'Sky' | Max Horn | |
svn-id: r12099 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11213 | |||
2003-10-25 | Changed the behaviour of the page up/down buttons in the save/load dialog. | Torbjörn Andersson | |
LavosSpawn tells me that the previous behaviour was, in fact, what the original did, but agreed that it was confusing. The new behaviour is consistent with how BS2 does it, by the way. svn-id: r10962 | |||
2003-10-05 | renamed SkyState to SkyEngine; cleaned the #include dependency mess a bit ↵ | Max Horn | |
(try to only #include files when you *have* to -> this reduces compilation time to a minimum when header file changes are made) svn-id: r10622 |