Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-13 | factored out the case-insensitive fopen into its own function - makes it ↵ | Max Horn | |
easier to adapt all the code to use it. TODO: improve it to work like in exult, i.e. sometimes other parts of the path have to be changed to upper/lower case (e.g. video vs. VIDEO) svn-id: r4935 | |||
2002-09-13 | ugh! yes, negative offsets for seek do occur! Thus using an unsigned isn't ↵ | Max Horn | |
such a good choice for the offset parameter svn-id: r4927 | |||
2002-09-10 | fixed compilation, but not sure about this | Paweł Kołodziejski | |
svn-id: r4921 | |||
2002-09-10 | changed scumm file io to class File | Paweł Kołodziejski | |
svn-id: r4920 | |||
2002-09-09 | added String constructor which takes (and clones) a ConstString | Max Horn | |
svn-id: r4918 | |||
2002-09-09 | fixed bug in remove() (could cause crashes) | Max Horn | |
svn-id: r4917 | |||
2002-09-09 | added missing destructor; fixed clearNodes; fixed parameter of merge() | Max Horn | |
svn-id: r4916 | |||
2002-09-09 | Applied roever's screen effects patch (#602595) and fixed LethalWP's Makefile ;) | Michael Pearce | |
svn-id: r4909 | |||
2002-09-08 | Added ConstString class; not yet used, but will allow us to reduce the ↵ | Max Horn | |
overhead involved when passing in string constants as parameters taking a String ref right now svn-id: r4904 | |||
2002-09-08 | rewrote config class; cleanup; code restructuring | Max Horn | |
svn-id: r4903 | |||
2002-09-07 | Change snprintf to sprintf to be consistent with surrounding code. | Matt Hargett | |
svn-id: r4902 | |||
2002-09-07 | Fix heap corruption. Fix compiler warning. | Matt Hargett | |
svn-id: r4901 | |||
2002-09-02 | added write support to File | Paweł Kołodziejski | |
svn-id: r4900 | |||
2002-09-02 | removed (+ pos) | Paweł Kołodziejski | |
svn-id: r4899 | |||
2002-09-02 | corrected lower/upper changes in File | Paweł Kołodziejski | |
svn-id: r4898 | |||
2002-09-02 | fixes | Paweł Kołodziejski | |
svn-id: r4897 | |||
2002-09-02 | changed file io in sounds to class File | Paweł Kołodziejski | |
svn-id: r4896 | |||
2002-08-31 | fixes | Paweł Kołodziejski | |
svn-id: r4887 | |||
2002-08-31 | don't print char 0x7f | Max Horn | |
svn-id: r4881 | |||
2002-08-31 | fixed compilation on Mac OS X; some cleanup; moved header file ↵ | Max Horn | |
scumm/smusH/rect.h to common/rect.h svn-id: r4877 | |||
2002-08-31 | removed bad strdup implementation | Max Horn | |
svn-id: r4876 | |||
2002-08-31 | updated | Paweł Kołodziejski | |
svn-id: r4875 | |||
2002-08-31 | changed Bundle to File class, cleanup | Paweł Kołodziejski | |
svn-id: r4874 | |||
2002-08-31 | added class File | Paweł Kołodziejski | |
svn-id: r4873 | |||
2002-08-29 | experimental support for the V2 resource format (patch #601560) | Max Horn | |
svn-id: r4864 | |||
2002-08-25 | fixed some endian issues in the new SMUSH decoder; cleanup | Max Horn | |
svn-id: r4842 | |||
2002-08-24 | endian fixes; cleanup | Max Horn | |
svn-id: r4837 | |||
2002-08-23 | Move scaler code from SCUMM-specific area. | James Brown | |
svn-id: r4803 | |||
2002-08-22 | Made MorphOS port use master makefile, few compilation fixes | Ruediger Hanke | |
svn-id: r4800 | |||
2002-08-21 | engine.* moved to common (where it belongs); added distclean target which ↵ | Max Horn | |
gets rid of the .deps dirs, too; removed -Isound svn-id: r4794 | |||
2002-08-21 | fixed the 'intelligent' GCC build rules; added .cvsignore files | Max Horn | |
svn-id: r4790 | |||
2002-08-21 | Initial revision | Max Horn | |
svn-id: r4785 |