aboutsummaryrefslogtreecommitdiff
path: root/sky/disk.cpp
AgeCommit message (Expand)Author
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
2003-04-05Added text decoders + various other bits of codeJoost Peters
2003-03-24Some more cleanup, loadFile now returns a uint8*/byte* so no casting is neede...Joost Peters
2003-03-11added timers, full cd-intro and fixed some minor issuesJoost Peters
2003-03-11add dumpFile(), as per rest of scummvm dumps dir must exist etc missed a file..Jonathan Gray
2003-03-08Added voice support, and more (cd_)intro stuff + added myself to the README :)Joost Peters
2003-03-07Some cleanup, now follows the ScummVM coding guidelines more closely, also ad...Joost Peters
2003-03-06Major cleanup in rnc_deco.cpp, is now a seperate RncDecoder class, modified d...Joost Peters
2003-03-06Some more cleanup + fixed the bug pertaining v0.0288 of the bass datafiles, s...Joost Peters
2003-03-06cleanupOliver Kiehl
2003-03-06some pedantic cleanupPaweł Kołodziejski