Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-16 | Quick-Fix for the OOB access in RNC decoder. | Joost Peters | |
Obviously this should be fixed in the decoder itself, but for some reason I couldn't get it to work in a short period of time. (before every offending READ_UINT16(), I had a call to function that was like this: "if ((_srcPtr - _startPtr) >= _packLen) { _srcPtr -= 2; }", note that _srcPtr is the current position in the buffer, _startPos is the starting position of the buffer and _packLen is the (supposed?) size. but I would still get "Invalid Read of 2" with this in Valgrind ..maybe someone knows what I did wrong?) svn-id: r9050 | |||
2003-07-13 | debug/warning/error all automatically output a newline | Max Horn | |
svn-id: r8991 | |||
2003-07-12 | add some stuff for v0.0109 | Jonathan Gray | |
svn-id: r8936 | |||
2003-07-12 | floppy versions don't seem to have all languages in their datafiles. | Robert Göffringmann | |
svn-id: r8927 | |||
2003-07-11 | big endian fix | Robert Göffringmann | |
svn-id: r8912 | |||
2003-07-08 | fixed file loading bugs for v.0.0331, control panel works now | Robert Göffringmann | |
svn-id: r8868 | |||
2003-07-07 | applied patch #766979 (BASS: Possible fix for problem with cut-off speech). | Robert Göffringmann | |
added small change to SFX samplerate, sparky doesn't sound like a bird now, either. svn-id: r8840 | |||
2003-07-07 | fixed M$VC++ warnings in text.cpp and added code to disk.cpp which may or ↵ | Robert Göffringmann | |
may not fix graphics problems in hobbins' room on big endian systems (can't test that). svn-id: r8830 | |||
2003-07-07 | use our standard cast style | Max Horn | |
svn-id: r8824 | |||
2003-07-06 | endian fix, cleanup | Max Horn | |
svn-id: r8819 | |||
2003-07-04 | make sky detect v.0.0348 (even though not existing ;) | Robert Göffringmann | |
svn-id: r8751 | |||
2003-07-04 | show detected game version at startup. (hopefully this will stop the wave of ↵ | Joost Peters | |
'how do I find out what version I have' questions. we still need to alter the detection to allow 0.0348 to be the detected since it can't be uniquely identified by the number of dnr-entries (i.e. it has the same amount as v0.0331) svn-id: r8734 | |||
2003-06-27 | some more loading & saving work (still unfinished) | Robert Göffringmann | |
svn-id: r8663 | |||
2003-06-09 | fixed issue about file decompression. | Robert Göffringmann | |
svn-id: r8421 | |||
2003-06-09 | some talk-related bugs fixed | Robert Göffringmann | |
svn-id: r8412 | |||
2003-06-05 | fixed caching routines | Robert Göffringmann | |
svn-id: r8334 | |||
2003-06-02 | added some functions to SkyLogic, -Screen, -Talk and -Disk, moved SkyGrid ↵ | Robert Göffringmann | |
out of SkyState svn-id: r8266 | |||
2003-06-01 | basic ingame speech support | Robert Göffringmann | |
svn-id: r8220 | |||
2003-05-30 | cleanup | Oliver Kiehl | |
svn-id: r8138 | |||
2003-05-28 | fixes gcc compiler warning | Robert Göffringmann | |
svn-id: r8061 | |||
2003-05-28 | Screen *kinda* works now. | Robert Göffringmann | |
Though I wonder what the menu sprite is doing on the mainscreen, now. ;) svn-id: r8059 | |||
2003-05-20 | fixed prefetching bug | Robert Göffringmann | |
svn-id: r7751 | |||
2003-05-14 | restructured some things (mainly the screen routines), moved things out from ↵ | Robert Göffringmann | |
SkyState. (not yet complete) svn-id: r7516 | |||
2003-04-21 | added detection for v0.0303 | Joost Peters | |
svn-id: r7061 | |||
2003-04-08 | applied eriktorbjorn's patch, removed unnecessary cast and renamed CD text ↵ | Joost Peters | |
decoder svn-id: r6939 | |||
2003-04-07 | new class SkyDisk | Oliver Kiehl | |
svn-id: r6932 | |||
2003-04-05 | changed warning() to error() | Joost Peters | |
svn-id: r6915 | |||
2003-04-05 | Added text decoders + various other bits of code | Joost Peters | |
svn-id: r6913 | |||
2003-03-24 | Some more cleanup, loadFile now returns a uint8*/byte* so no casting is ↵ | Joost Peters | |
needed anymore. svn-id: r6854 | |||
2003-03-11 | added timers, full cd-intro and fixed some minor issues | Joost Peters | |
svn-id: r6797 | |||
2003-03-11 | add dumpFile(), as per rest of scummvm dumps dir must exist etc missed a file.. | Jonathan Gray | |
svn-id: r6796 | |||
2003-03-08 | Added voice support, and more (cd_)intro stuff + added myself to the README :) | Joost Peters | |
svn-id: r6768 | |||
2003-03-07 | Some cleanup, now follows the ScummVM coding guidelines more closely, also ↵ | Joost Peters | |
added initialiseGrids() svn-id: r6741 | |||
2003-03-06 | Major cleanup in rnc_deco.cpp, is now a seperate RncDecoder class, modified ↵ | Joost Peters | |
disk.cpp to use the class + added rnc_deco.h svn-id: r6712 | |||
2003-03-06 | Some more cleanup + fixed the bug pertaining v0.0288 of the bass datafiles, ↵ | Joost Peters | |
should now work with _ALL_ bass versions svn-id: r6709 | |||
2003-03-06 | cleanup | Oliver Kiehl | |
svn-id: r6708 | |||
2003-03-06 | some pedantic cleanup | Paweł Kołodziejski | |
svn-id: r6706 | |||
2003-03-06 | indention fixed | Max Horn | |
svn-id: r6704 | |||
2003-03-06 | finished olki's work of renaming struct 's' to dataFileHeader :-) | Max Horn | |
svn-id: r6702 | |||
2003-03-05 | fixed compilation for VC6 | Paweł Kołodziejski | |
svn-id: r6699 | |||
2003-03-05 | renamed struct s | Oliver Kiehl | |
svn-id: r6698 | |||
2003-03-05 | added VC6 support for BASS | Paweł Kołodziejski | |
svn-id: r6696 | |||
2003-03-05 | Patch #697312: Beneath a Steel Sky interim/initial support patch | Max Horn | |
svn-id: r6691 |