Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-27 | Not required for CD version, causes palette glitches in CD version. | Travis Howell | |
svn-id: r19716 | |||
2005-11-27 | Add fix for cursors in CD version, from LordHoto. | Travis Howell | |
svn-id: r19713 | |||
2005-11-27 | Implemented cmd_runSceneAnimUntilDone and cmd_displayWSAFrameOnHidPage. | Johannes Schickel | |
Also fixed cursor hotspot position. svn-id: r19707 | |||
2005-11-18 | Implemented basic input handling and fixed mask drawing. | Johannes Schickel | |
svn-id: r19657 | |||
2005-11-13 | Fixed a bug with the sprite loader and various things related to | Johannes Schickel | |
the scene switching code. Now the intro works correctly with a minor graphics glitch. svn-id: r19588 | |||
2005-11-10 | Commited patch #1350510 with some little changes. Thanks to vinterstum. | Johannes Schickel | |
svn-id: r19548 | |||
2005-11-09 | - fixed setCharactersPosition | Johannes Schickel | |
- fixed loadCharacterShapes - fixed anim shape drawing - corrected some tables - added debug drawing for the pathfinder (still a bit buggy) - gets a small script scene to work with some graphics glitches - corrected some drawShape drawing functions - started to implement cmd_walkPlayerToPoint and the needed functions svn-id: r19539 | |||
2005-11-01 | Implemented the pathfinder and applied patch # 1342902. | Johannes Schickel | |
Also added debug printouts to some functions. svn-id: r19386 | |||
2005-10-30 | Implemented initSceneObjectList, fixed bug with wrong drawn mouse, | Johannes Schickel | |
also fixed a bug in loadCharacterShapes. svn-id: r19375 | |||
2005-10-29 | Oops, fixed a segfault with CD version. | Johannes Schickel | |
svn-id: r19365 | |||
2005-10-29 | Implemented some basic opcodes, and basic character drawing, also | Johannes Schickel | |
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 | |||
2005-10-22 | Fixed a double loading of shape 10, | Johannes Schickel | |
and corrected mouse cursor region backup. svn-id: r19242 | |||
2005-10-22 | Made the shape handling endian safe, also renamned some functions and | Johannes Schickel | |
variables. (mostly the *Helper functions and decodeShape -> encodeShape) But kept mouse handling. svn-id: r19241 | |||
2005-10-22 | Implemented correct cursor handling. | Johannes Schickel | |
svn-id: r19230 | |||
2005-10-18 | Commited patch # 1324980. Thanks to vinterstum. | Johannes Schickel | |
svn-id: r19163 | |||
2005-10-18 | Some fixes: | Johannes Schickel | |
- added support for an external data file for all the resources from the original binary - fixed a typo with malco(l)m - added support for spanish floppy - changes support for unknown languages a bit - some other cleanups svn-id: r19161 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-10-13 | Committed patch #1325945 ( KYRA: md5 game detection ) with a few changes | Johannes Schickel | |
and added the story picture in the intro. svn-id: r19068 | |||
2005-10-03 | committed patch #1312156 'Various sprite-related things'. Thanks Oystein ↵ | Gregory Montoir | |
Eftevaag/vinterstum svn-id: r18930 | |||
2005-09-10 | fixed line breaks ; cleanup | Gregory Montoir | |
svn-id: r18800 | |||
2005-09-09 | cleanup | Gregory Montoir | |
svn-id: r18799 | |||
2005-09-08 | some WIP code, moved Font stuff to Screen class | Gregory Montoir | |
svn-id: r18790 | |||
2005-09-02 | fix shape loading for cdrom version | Gregory Montoir | |
svn-id: r18737 | |||
2005-09-02 | added special sequence opcode 8 | Gregory Montoir | |
svn-id: r18733 | |||
2005-08-31 | some WIP code, add drawShape() | Gregory Montoir | |
svn-id: r18724 | |||
2005-08-30 | Fix compilation. | Eugene Sandulenko | |
svn-id: r18716 | |||
2005-08-19 | correction in setTextColor() | Gregory Montoir | |
svn-id: r18705 | |||
2005-08-19 | some WIP code to start introduction (with glitches) in Kyrandia 1 : | Gregory Montoir | |
- 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 |