aboutsummaryrefslogtreecommitdiff
path: root/sky/disk.cpp
AgeCommit message (Expand)Author
2005-03-11PalmOS : ARM optimized unpackerChris Apers
2005-02-11Make rnc unpacker a member of Disk class so it reuses the same object, and ch...Joost Peters
2005-01-01Updated copyrightMax Horn
2004-12-15moved compacts and related static data out of the scummvm.exe into an externa...Robert Göffringmann
2004-12-13fixed a bug that I introduced with the last cleanup.Robert Göffringmann
2004-11-27Make use of our String class instead of juggling with char pointers; added Fi...Max Horn
2004-11-11Fix compilation on BE systemsMax Horn
2004-11-11misc cleanupRobert Göffringmann
2004-08-19Fix potential OOB readJoost Peters
2004-06-27Reversed param order of File::open() -- this allowed me to get rid of a few m...Max Horn
2004-03-13some cleanupJoost Peters
2004-01-06updated copyright noticeMax Horn
2004-01-03remove 'Sky' name prefix for most stuff (not needed anymore since we are in n...Max Horn
2004-01-03Introduce namespace 'Sky'Max Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-10-10some cleanupMax Horn
2003-10-10constnessMax Horn
2003-10-05renamed SkyState to SkyEngine; cleaned the #include dependency mess a bit (tr...Max Horn
2003-10-01Whitespace changesTorbjörn Andersson
2003-09-18moved engine.* to base; this fixes some linking issues when building a barebo...Max Horn
2003-09-17added a static method setDefaultDirectory to class File; used this to simplif...Max Horn
2003-09-06Actually make these game version message shown by default, so users can bette...Travis Howell
2003-08-15Replaced printf()s with debug() and warning().Torbjörn Andersson
2003-07-16Quick-Fix for the OOB access in RNC decoder.Joost Peters
2003-07-13debug/warning/error all automatically output a newlineMax Horn
2003-07-12add some stuff for v0.0109Jonathan Gray
2003-07-12floppy versions don't seem to have all languages in their datafiles.Robert Göffringmann
2003-07-11big endian fixRobert Göffringmann
2003-07-08fixed file loading bugs for v.0.0331, control panel works nowRobert Göffringmann
2003-07-07applied patch #766979 (BASS: Possible fix for problem with cut-off speech).Robert Göffringmann
2003-07-07fixed M$VC++ warnings in text.cpp and added code to disk.cpp which may or may...Robert Göffringmann
2003-07-07use our standard cast styleMax Horn
2003-07-06endian fix, cleanupMax Horn
2003-07-04make sky detect v.0.0348 (even though not existing ;)Robert Göffringmann
2003-07-04show detected game version at startup. (hopefully this will stop the wave of ...Joost Peters
2003-06-27some more loading & saving work (still unfinished)Robert Göffringmann
2003-06-09fixed issue about file decompression.Robert Göffringmann
2003-06-09some talk-related bugs fixedRobert Göffringmann
2003-06-05fixed caching routinesRobert Göffringmann
2003-06-02added some functions to SkyLogic, -Screen, -Talk and -Disk, moved SkyGrid out...Robert Göffringmann
2003-06-01basic ingame speech supportRobert Göffringmann
2003-05-30cleanupOliver Kiehl
2003-05-28fixes gcc compiler warningRobert Göffringmann
2003-05-28Screen *kinda* works now.Robert Göffringmann
2003-05-20fixed prefetching bugRobert Göffringmann
2003-05-14restructured some things (mainly the screen routines), moved things out from ...Robert Göffringmann
2003-04-21added detection for v0.0303Joost Peters
2003-04-08applied eriktorbjorn's patch, removed unnecessary cast and renamed CD text de...Joost Peters
2003-04-07new class SkyDiskOliver Kiehl
2003-04-05changed warning() to error()Joost Peters