Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2003-07-11 | added autosaving every 5 minutes | Robert Göffringmann | |
svn-id: r8915 | |||
2003-07-10 | fixed endian specific palette bugs for restarting game and control panel | Robert Göffringmann | |
svn-id: r8899 | |||
2003-07-10 | whoops. | Robert Göffringmann | |
svn-id: r8895 | |||
2003-07-10 | Slight cleanup. Fixes a few minor memory leaks, I believe. | Torbjörn Andersson | |
svn-id: r8894 | |||
2003-07-10 | forgot to allow restarting from control panel | Robert Göffringmann | |
svn-id: r8887 | |||
2003-07-10 | implemented fnRestartGame() and skipping of 2nd intro part | Robert Göffringmann | |
svn-id: r8885 | |||
2003-07-09 | added toggling music on/off | Robert Göffringmann | |
svn-id: r8884 | |||
2003-07-09 | activated speed slider in SkyControl, fixed different charsets in control ↵ | Robert Göffringmann | |
panel when entering from LINC terminal, etc. svn-id: r8883 | |||
2003-07-09 | /me slaps himself | Robert Göffringmann | |
svn-id: r8875 | |||
2003-07-09 | script data is the same for 0.0365, 0.0368 and 0.0372, so allow switching ↵ | Robert Göffringmann | |
saved games. svn-id: r8874 | |||
2003-07-08 | fixed file loading bugs for v.0.0331, control panel works now | Robert Göffringmann | |
svn-id: r8868 | |||
2003-07-07 | button text for save and restore doesn't disappear anymore. | Robert Göffringmann | |
+ fixed screen updates for swing seqs. svn-id: r8844 |