Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-15 | moved compacts and related static data out of the scummvm.exe into an ↵ | Robert Göffringmann | |
external file (available from www.lavosspawn.de/tmp/sky_cpt.zip) svn-id: r16053 | |||
2004-12-13 | fixed a bug that I introduced with the last cleanup. | Robert Göffringmann | |
(caused the graphical glitches in the pipe factory) svn-id: r16043 | |||
2004-11-27 | Make use of our String class instead of juggling with char pointers; added ↵ | Max Horn | |
File::exists method svn-id: r15913 | |||
2004-11-11 | Fix compilation on BE systems | Max Horn | |
svn-id: r15791 | |||
2004-11-11 | misc cleanup | Robert Göffringmann | |
svn-id: r15783 | |||
2004-08-19 | Fix potential OOB read | Joost Peters | |
svn-id: r14643 | |||
2004-06-27 | Reversed param order of File::open() -- this allowed me to get rid of a few ↵ | Max Horn | |
more getGameDataPath() calls svn-id: r14090 | |||
2004-03-13 | some cleanup | Joost Peters | |
svn-id: r13263 | |||
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-10 | some cleanup | Max Horn | |
svn-id: r10720 | |||
2003-10-10 | constness | Max Horn | |
svn-id: r10714 | |||
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-10-01 | Whitespace changes | Torbjörn Andersson | |
svn-id: r10516 | |||
2003-09-18 | moved engine.* to base; this fixes some linking issues when building a ↵ | Max Horn | |
barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) svn-id: r10287 | |||
2003-09-17 | added a static method setDefaultDirectory to class File; used this to ↵ | Max Horn | |
simplify some code; added a global g_sound pointer in bs2, this cuts down on uses of g_sword2 (of course both should be removed on the long run); some other minor tweaks/fixes svn-id: r10278 | |||
2003-09-06 | Actually make these game version message shown by default, so users can ↵ | Travis Howell | |
better report bugs. svn-id: r10037 | |||
2003-08-15 | Replaced printf()s with debug() and warning(). | Torbjörn Andersson | |
svn-id: r9710 | |||
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 |