Age | Commit message (Expand) | Author |
2004-12-15 | moved compacts and related static data out of the scummvm.exe into an externa... | Robert Göffringmann |
2004-12-13 | fixed a bug that I introduced with the last cleanup. | Robert Göffringmann |
2004-11-27 | Make use of our String class instead of juggling with char pointers; added Fi... | Max Horn |
2004-11-11 | Fix compilation on BE systems | Max Horn |
2004-11-11 | misc cleanup | Robert Göffringmann |
2004-08-19 | Fix potential OOB read | Joost Peters |
2004-06-27 | Reversed param order of File::open() -- this allowed me to get rid of a few m... | Max Horn |
2004-03-13 | some cleanup | Joost Peters |
2004-01-06 | updated copyright notice | Max Horn |
2004-01-03 | remove 'Sky' name prefix for most stuff (not needed anymore since we are in n... | Max Horn |
2004-01-03 | Introduce namespace 'Sky' | Max Horn |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-10-10 | some cleanup | Max Horn |
2003-10-10 | constness | Max Horn |
2003-10-05 | renamed SkyState to SkyEngine; cleaned the #include dependency mess a bit (tr... | Max Horn |
2003-10-01 | Whitespace changes | Torbjörn Andersson |
2003-09-18 | moved engine.* to base; this fixes some linking issues when building a barebo... | Max Horn |
2003-09-17 | added a static method setDefaultDirectory to class File; used this to simplif... | Max Horn |
2003-09-06 | Actually make these game version message shown by default, so users can bette... | Travis Howell |
2003-08-15 | Replaced printf()s with debug() and warning(). | Torbjörn Andersson |
2003-07-16 | Quick-Fix for the OOB access in RNC decoder. | Joost Peters |
2003-07-13 | debug/warning/error all automatically output a newline | Max Horn |
2003-07-12 | add some stuff for v0.0109 | Jonathan Gray |
2003-07-12 | floppy versions don't seem to have all languages in their datafiles. | Robert Göffringmann |
2003-07-11 | big endian fix | Robert Göffringmann |
2003-07-08 | fixed file loading bugs for v.0.0331, control panel works now | Robert Göffringmann |
2003-07-07 | applied patch #766979 (BASS: Possible fix for problem with cut-off speech). | Robert Göffringmann |
2003-07-07 | fixed M$VC++ warnings in text.cpp and added code to disk.cpp which may or may... | Robert Göffringmann |
2003-07-07 | use our standard cast style | Max Horn |
2003-07-06 | endian fix, cleanup | Max Horn |
2003-07-04 | make sky detect v.0.0348 (even though not existing ;) | Robert Göffringmann |
2003-07-04 | show detected game version at startup. (hopefully this will stop the wave of ... | Joost Peters |
2003-06-27 | some more loading & saving work (still unfinished) | Robert Göffringmann |
2003-06-09 | fixed issue about file decompression. | Robert Göffringmann |
2003-06-09 | some talk-related bugs fixed | Robert Göffringmann |
2003-06-05 | fixed caching routines | Robert Göffringmann |
2003-06-02 | added some functions to SkyLogic, -Screen, -Talk and -Disk, moved SkyGrid out... | Robert Göffringmann |
2003-06-01 | basic ingame speech support | Robert Göffringmann |
2003-05-30 | cleanup | Oliver Kiehl |
2003-05-28 | fixes gcc compiler warning | Robert Göffringmann |
2003-05-28 | Screen *kinda* works now. | Robert Göffringmann |
2003-05-20 | fixed prefetching bug | Robert Göffringmann |
2003-05-14 | restructured some things (mainly the screen routines), moved things out from ... | Robert Göffringmann |
2003-04-21 | added detection for v0.0303 | Joost Peters |
2003-04-08 | applied eriktorbjorn's patch, removed unnecessary cast and renamed CD text de... | Joost Peters |
2003-04-07 | new class SkyDisk | Oliver Kiehl |
2003-04-05 | changed warning() to error() | Joost Peters |
2003-04-05 | Added text decoders + various other bits of code | Joost Peters |
2003-03-24 | Some more cleanup, loadFile now returns a uint8*/byte* so no casting is neede... | Joost Peters |
2003-03-11 | added timers, full cd-intro and fixed some minor issues | Joost Peters |