Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2003-09-28 | Improve intro timing a tiny bit on WinCE | Nicolas Bacca | |
svn-id: r10472 | |||
2003-09-24 | Whitespace changes | Torbjörn Andersson | |
svn-id: r10390 | |||
2003-09-17 | new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there ↵ | Max Horn | |
(this removes the need for an ugly hack in the build system, and is also conceptionally cleaner) svn-id: r10282 | |||
2003-08-10 | Replaced use of File with use of SaveFileManager where appropriate. | Marcus Comstedt | |
svn-id: r9627 | |||
2003-08-03 | new compacts, new loading + saving code (not compatible to old one) | Robert Göffringmann | |
svn-id: r9439 | |||
2003-08-02 | removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ↵ | Max Horn | |
did it should be trivial to get them working again) svn-id: r9391 | |||
2003-08-01 | changed loading & saving code to fix the bug discribed in the general forum. ↵ | Robert Göffringmann | |
This bug applies to all platforms, it just seems to cause a crash only on Mac OS X. svn-id: r9352 | |||
2003-07-31 | deactivated loading/(auto-)saving at places where it's not allowed | Robert Göffringmann | |
svn-id: r9315 | |||
2003-07-14 | maybe this fixed those random crashes... | Robert Göffringmann | |
svn-id: r9021 | |||
2003-07-14 | fixed toggling music on/off after savegame restore | Robert Göffringmann | |
svn-id: r9007 | |||
2003-07-14 | fixed text drawing bug and made sure autosave doesn't save if engine is in ↵ | Robert Göffringmann | |
logic_choose mode svn-id: r9006 | |||
2003-07-13 | debug/warning/error all automatically output a newline | Max Horn | |
svn-id: r8991 | |||
2003-07-12 | A few mino changes for pc gamer demo | Travis Howell | |
svn-id: r8949 | |||
2003-07-12 | Add WinCE virtual keyboard | Nicolas Bacca | |
svn-id: r8944 | |||
2003-07-12 | fix Swedish quit message | Robert Göffringmann | |
svn-id: r8932 | |||
2003-07-12 | one more small fix | Robert Göffringmann | |
svn-id: r8929 | |||
2003-07-12 | keep virgin logo from flashing up when using -x | Robert Göffringmann | |
svn-id: r8928 | |||
2003-07-12 | implemented -x command line option | Robert Göffringmann | |
svn-id: r8926 | |||
2003-07-12 | added support for different languages and fixed memory leak and screen ↵ | Robert Göffringmann | |
refreshes in load/save dialogs svn-id: r8921 |