Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-20 | TOLTECS: Corrected debug output. | Benjamin Haisch | |
2011-11-20 | TOLTECS: Fixed clipping (the clipping of the right border with flipped ↵ | Benjamin Haisch | |
sprites was buggy) | |||
2011-11-20 | TOLTECS: Finished sprite clipping. | Benjamin Haisch | |
2011-11-20 | TOLTECS: Deleted obsolete files. | Benjamin Haisch | |
2011-11-20 | TOLTECS: - Merged input.cpp with toltecs.cpp | Benjamin Haisch | |
- Kernel function 5 returns a random value; use ScummVM's RNG | |||
2011-11-20 | TOLTECS: Implemented buildColorTransTable (still TODO) and shadow sprite ↵ | Benjamin Haisch | |
drawing. | |||
2011-11-20 | TOLTECS: Merged drawChar and drawChar2 | Benjamin Haisch | |
2011-11-20 | TOLTECS: Minor cleanup. | Benjamin Haisch | |
2011-11-20 | TOLTECS: Fixed tabs. | Benjamin Haisch | |
2011-11-20 | TOLTECS: - Made game "quittable" | Benjamin Haisch | |
- Save/load mouse position and if the cursor is enabled | |||
2011-11-20 | TOLTECS: Saving/loading is working; it still needs work but will suffice to ↵ | Benjamin Haisch | |
make debugging somewhat easier. | |||
2011-11-20 | TOLTECS: - Renamed stuff and cleanups | Benjamin Haisch | |
- Beginnings of the saveload system (incomplete) | |||
2011-11-20 | TOLTECS: - Renamed some variables & functions | Benjamin Haisch | |
- Mouse cursor is hidden/shown when _mouseDisabled variable is set via script | |||
2011-11-20 | TOLTECS: Some cleanup of the pathfinding code. | Benjamin Haisch | |
2011-11-20 | TOLTECS: Fixed tabs and formatting. | Benjamin Haisch | |
2011-11-20 | TOLTECS: Initial checkin | Eugene Sandulenko | |
2011-11-20 | MOHAWK: Implement kLBOpLoad, kLBOpUnload. | Alyssa Milburn | |
2011-11-20 | MOHAWK: Replace _neverEnabled with basic _loaded logic. | Alyssa Milburn | |
2011-11-20 | SCI: Reset parameters for all channels used by a song when it starts | Filippos Karapetis | |
2011-11-20 | DREAMWEB: Reduce code duplication | Willem Jan Palenstijn | |
2011-11-20 | DREAMWEB: Accessor for kQuitrequested | Bertrand Augereau | |
2011-11-20 | DREAMWEB: 'screenupdate' ported to C++ | Bertrand Augereau | |
2011-11-20 | DREAMWEB: 'switchryanon' and 'switchryanoff' ported to C++ | Bertrand Augereau | |
2011-11-20 | DREAMWEB: 'startup' and 'startup1' ported to C++ | Bertrand Augereau | |
2011-11-20 | DREAMWEB: dochange(void) is not needed anymore | Bertrand Augereau | |
2011-11-20 | DREAMWEB: 'dumpwatch' ported to C++ | Bertrand Augereau | |
2011-11-20 | DREAMWEB: 'turnonpower' ported to C++ | Bertrand Augereau | |
2011-11-20 | DREAMWEB: 'powerlighton' and 'powerlightoff' ported to C++ | Bertrand Augereau | |
2011-11-20 | MOHAWK: Implement LB's makePt. | Alyssa Milburn | |
2011-11-20 | MOHAWK: Draw LB items in sorted order. | Alyssa Milburn | |
2011-11-20 | DREAMWEB: 'neterror' ported to C++ | Bertrand Augereau | |
2011-11-20 | DREAMWEB:'monmessage' ported to C++ | Bertrand Augereau | |
2011-11-20 | DREAMWEB: 'randomaccess' ported to C++ | Bertrand Augereau | |
2011-11-20 | DREAMWEB: Accessor for kTempcharset | Bertrand Augereau | |
2011-11-20 | DREAMWEB: Accessors for kTempGraphics | Bertrand Augereau | |
2011-11-20 | DREAMWEB: 'accesslighton' and 'accesslightoff' ported to C++ | Bertrand Augereau | |
2011-11-20 | QUEEN: Remove unused variable | Torbjörn Andersson | |
As far as I can tell, this 'canQuit' variable (originally 'CANTQUIT') has been replaced by the _vm->input->canQuit() method in all other cases. However, I'm not at all sure what effect this change will have. | |||
2011-11-20 | GUI: Update translations by using "make update-translations". | Johannes Schickel | |
2011-11-20 | ALL: More m4 removal. | Johannes Schickel | |
Thanks to digitall for spotting the occurance in engines.mk. | |||
2011-11-20 | BUILD: Add Debian packaging files supplied by jmm@debian.org. | D G Turner | |
2011-11-20 | AUDIO: Very small formatting fix. | Johannes Schickel | |
2011-11-20 | ALL: Remove more m4/mads leftovers. | Johannes Schickel | |
Some project files (iPhone) and backend files (Symbian) still reference m4.dat, but I know not enough on how to remove that without breaking something. | |||
2011-11-20 | M4: Remove M4 engine from credits.pl | Paul Gilbert | |
2011-11-20 | M4: Removed the M4/MADS engine from trunk | Paul Gilbert | |
2011-11-19 | DREAMWEB: Clean up loop | Willem Jan Palenstijn | |
2011-11-19 | DREAMWEB: Minor cleanup | Willem Jan Palenstijn | |
2011-11-19 | CREDITS: mark whoozle as retired in AUTHORS | Strangerke | |
2011-11-19 | DREAMWEB: 'monprint' ported to C++ | Bertrand Augereau | |
2011-11-19 | AGOS: Fix using saved games from the CD versions of Simon the Sorcerer 2, on ↵ | Travis Howell | |
the floppy disk versions of Simon the Sorcerer 2. | |||
2011-11-19 | TSAGE: Properly update user interface when switching between characters in R2RW | Paul Gilbert | |