Age | Commit message (Expand) | Author |
2007-05-17 | moved gfx related functions from various.cpp/.h to gfx.cpp/.h and fixed inden... | Gregory Montoir |
2007-05-17 | removed unneeded if blocks | Gregory Montoir |
2007-05-17 | added code for gfxSpriteFunc1 and gfxSpriteFunc2, which are used for sprite m... | Gregory Montoir |
2007-05-17 | Replaced the old, broken fillpoly() function with a new, and hopefully slightly | Torbjörn Andersson |
2007-05-17 | Completely revert last changes in icon code. | Travis Howell |
2007-05-17 | Cleanup. | Travis Howell |
2007-05-17 | Add code to slowing kill the demon in DIMP. | Travis Howell |
2007-05-16 | Figured out the bug that was causing the animations to glitch | Vincent Hamm |
2007-05-16 | Replaced explicit bitmasks with function calls. | Nicola Mettifogo |
2007-05-16 | Ooops, commit too much. | Travis Howell |
2007-05-16 | Add code for handling special walls in Elvira 1/2. | Travis Howell |
2007-05-16 | Fix inventory icons in Amiga/AtariST versions of Elvira 1. | Travis Howell |
2007-05-16 | Ooops, correct inheritance of load/save functions. | Travis Howell |
2007-05-16 | Add caption to saved games for Elvira 1/2 and Waxworks. | Travis Howell |
2007-05-16 | Fix regression in Simon the Sorcerer 1/2, that caused various glitches. | Travis Howell |
2007-05-16 | Add idle code for DIMP. | Travis Howell |
2007-05-15 | Fixed bug when typing protection code. | Nicola Mettifogo |
2007-05-15 | Removed the case for the Italian version from displayQuitDialog(). According to | Torbjörn Andersson |
2007-05-15 | Minor cleanup. | Travis Howell |
2007-05-15 | Fix fade regressions. | Travis Howell |
2007-05-15 | Ooops, the y offset in drawBackGround() should be based on state width too. | Travis Howell |
2007-05-15 | Fix regressions in the introduction of Simon the Sorcerer 1 and in the DOS Fl... | Travis Howell |
2007-05-14 | this should fix script label offsets computation for OS | Gregory Montoir |
2007-05-14 | Added cases for missing languages to displayQuitDialog(). Should fix feature | Torbjörn Andersson |
2007-05-14 | Correct error in drawImages(), where _window3Flag should have been used. | Travis Howell |
2007-05-13 | Reverted some changes to inventory handling. | Nicola Mettifogo |
2007-05-13 | added basic support for sounds playback in Amiga versions (only tested with t... | Gregory Montoir |
2007-05-13 | removed duplicated code (BASESON datafiles can be loaded with the existing bu... | Gregory Montoir |
2007-05-13 | More cleanup. | Nicola Mettifogo |
2007-05-13 | cleanup | Nicola Mettifogo |
2007-05-13 | Cleanup. | Travis Howell |
2007-05-13 | New debug messages. | Nicola Mettifogo |
2007-05-13 | Reverted my last change to changeLocation. | Nicola Mettifogo |
2007-05-13 | Fixed timings when showing credits. | Nicola Mettifogo |
2007-05-13 | Added new debugger commands. | Nicola Mettifogo |
2007-05-13 | Fix reported compiler warning. | Travis Howell |
2007-05-13 | Rename a few variables. | Travis Howell |
2007-05-13 | Correct delay for animateSprite event in Simon the Sorcerer 2. | Travis Howell |
2007-05-13 | Fix bugs #941074 and #828860, by switching to graphics renderer code used by ... | Travis Howell |
2007-05-13 | Trigger palette update in colorWindow() for Elvira 2. | Travis Howell |
2007-05-13 | Fix bug in original Simon the Sorcerer 2, the x position in invertBox() needs... | Travis Howell |
2007-05-13 | free decrunch buffer once protracker module is loaded | Gregory Montoir |
2007-05-13 | removed part of my patch for bug #1662610, CharsetRenderer::getStringHeight()... | Gregory Montoir |
2007-05-13 | minor fixes to the adlib sound code, this should help bug #1599270 | Gregory Montoir |
2007-05-13 | french and german versions of Touche use the same charset data (confirmed by ... | Gregory Montoir |
2007-05-13 | this should trigger invalid resource types loads, if that ever happens | Gregory Montoir |
2007-05-13 | Add UK versions of several HE games. | Travis Howell |
2007-05-12 | Fixed crashes when changing location in the introduction and removed useless ... | Nicola Mettifogo |
2007-05-12 | New debug strings and levels. | Nicola Mettifogo |
2007-05-12 | I believe these #includes are unnecessary. | Torbjörn Andersson |