Age | Commit message (Collapse) | Author |
|
svn-id: r20088
|
|
svn-id: r19946
|
|
Moved scene object drawing into its own class (see animator.h and .cpp) (this needs some more cleanup!)
Moved text displaying into its own class (see text.h and .cpp)
Also moved timer code to timers.cpp and button code to gui.cpp.
Also changed wrong (c) information in debugger.h and debugger.cpp
svn-id: r19890
|
|
fixed now
svn-id: r19708
|
|
the scene switching code. Now the intro works correctly with a minor graphics glitch.
svn-id: r19588
|
|
started to change a bit of the sprite code (thanks to vinterstum for his work)
It is still WIP code and breaks CD version, since all the used tables have to
be located in one cd version binary.
svn-id: r19361
|
|
svn-id: r19142
|
|
- Now only one instance is needed for many scripts
- Fixed a few command procs, but lacks opcode caller
implementation
svn-id: r19064
|
|
- the decoders have been rewritten due to crashes I encountered with the previous ones in Compression::
- the wsa code loader for v1 have been rewritten too, to handle the same flags as the original
- some cleanup
- this has only been tested with the floppy version
svn-id: r18704
|
|
svn-id: r18604
|
|
svn-id: r18447
|
|
svn-id: r18444
|
|
svn-id: r17975
|
|
WriteStream are now subclasses of it.
* Added new methods eos(), ioFailed(), clearIOFailed() to
all streams. This allows better error checking.
* SaveFile classes take advantage of these new standard
stream APIS
* Removed File::gets()
* Added SeekableReadStream::readLine() (replaces File::gets)
* Added WriteStream::writeString, for convenience
svn-id: r17752
|
|
svn-id: r16504
|
|
svn-id: r16398
|
|
svn-id: r15811
|
|
svn-id: r15786
|
|
array, as it seems that none of kyrandia games have more than 0x13 command opcodes (checked kyra2 and kyra3).
svn-id: r15782
|
|
svn-id: r15558
|
|
svn-id: r15557
|
|
svn-id: r15556
|
|
svn-id: r15555
|
|
It's still non-functional, but once I merge in some more of my local changes things should actually be moving a long a bit.
svn-id: r15554
|