Age | Commit message (Expand) | Author |
2009-10-28 | Change help text to nicely fit 80xY terminals. | Johannes Schickel |
2009-10-28 | Fix bug createUUID, which caused our custom createUUID implementation to fail... | Johannes Schickel |
2009-10-28 | SCI/newgui: fill screen with white instead of black before picture drawing, f... | Martin Kiewitz |
2009-10-28 | SCI/newgui: BaseSetter moved to SciGui | Martin Kiewitz |
2009-10-28 | SCI/newgui: IsItSkip moved into SciGui | Martin Kiewitz |
2009-10-28 | SCI/newgui: Cleanup | Martin Kiewitz |
2009-10-28 | Add multilanguage EN+FR versions of gob2 and gob3 found on english Adi 4.10 E... | Arnaud Boutonné |
2009-10-28 | SCI/newgui: update whole screen when show_map console-command is used | Martin Kiewitz |
2009-10-28 | SCI/newgui: another floodfill change, fixes sq3 this time (this is madness) | Martin Kiewitz |
2009-10-28 | SCI/newgui: floodfill fixed (hopefully), fixes kq5 priority issues | Martin Kiewitz |
2009-10-28 | Fixing "graphical glitch in Bizoo level" (bug #2867361) | Sven Hesse |
2009-10-28 | Adding another Windows Lost in Time version, German/French | Sven Hesse |
2009-10-28 | Style fixes | Sven Hesse |
2009-10-28 | Removing trailing spaces | Sven Hesse |
2009-10-28 | Fixed the rectangle top inside kBaseSetter() | Filippos Karapetis |
2009-10-28 | Cleanup | Filippos Karapetis |
2009-10-28 | Oops, removed leftover code (z was taken into account after all, but in a dif... | Filippos Karapetis |
2009-10-28 | Rewrote kBaseSetter() to use new graphics functions and behave like the origi... | Filippos Karapetis |
2009-10-28 | BUILD: Reduce build overhead by marking *.d and *.mk files as .PHONY, thus pr... | Max Horn |
2009-10-28 | Reimplemented isItSkip() using new graphics code | Filippos Karapetis |
2009-10-28 | SCI/newgui: Jones windowMgr Port adjustment, added explanatory comment | Martin Kiewitz |
2009-10-28 | Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def... | Filippos Karapetis |
2009-10-28 | SCI/newgui: Added comment about jones hack | Martin Kiewitz |
2009-10-28 | SCI/newgui: SciGuiControls created, SciGuiText now active | Martin Kiewitz |
2009-10-28 | Implement palette fading | Robert Špalek |
2009-10-28 | Fix charset masking for 16bit color games. | Travis Howell |
2009-10-28 | Fix initialization of the mouse cursor. | Robert Špalek |
2009-10-28 | Fix entering the same room when re-loading the game. | Robert Špalek |
2009-10-27 | Don't change mouse cursors so ridiculously often. | Robert Špalek |
2009-10-27 | TINSEL: Formatting cleanup, remove a dead var, tweaked comment to Get/SetNoBl... | Max Horn |
2009-10-27 | Only use std::srand once. (Fixes bug that createUUID always creates identical... | Johannes Schickel |
2009-10-27 | Fix building under MSVC. | Johannes Schickel |
2009-10-27 | Include support for "create_msvc" in the Makefile based build system. | Johannes Schickel |
2009-10-27 | Implement support for "scanFiles" for POSIX systems, now the tool should work... | Johannes Schickel |
2009-10-27 | Implemented a working createUUID for *NIX systems (and some minor cleanup). | Johannes Schickel |
2009-10-27 | Fix whitespace usage. | Johannes Schickel |
2009-10-27 | Add another assert to check for return value of "new". | Johannes Schickel |
2009-10-27 | Got rid of use of exceptions. | Johannes Schickel |
2009-10-27 | Add missing include. | Johannes Schickel |
2009-10-27 | Oops, forgot to commit the txt file too. | Matthew Hoops |
2009-10-27 | Update detection of Loom PCE Japanese. | Matthew Hoops |
2009-10-27 | Add patch #2856940 - MM C64: corner walkboxes fixed. | Travis Howell |
2009-10-27 | Add patch #2846425 - MM C64: walkbox fixed, with minor changes. | Travis Howell |
2009-10-27 | Load/save the 16BitPalette data in PCE version of Loom. | Travis Howell |
2009-10-27 | Fix restoring distaff, after reloading saved game in PCE version of Loom. | Travis Howell |
2009-10-27 | Reset _distaff after drawing distaff image in PCE version of Loom. | Travis Howell |
2009-10-27 | Add support for distaff images in PCE version of Loom. | Travis Howell |
2009-10-27 | Make Jones in the Fast Lane use up the whole screen as did the original game. | Matthew Hoops |
2009-10-27 | TINSEL: Add some debugging code; fix LockMem() regression | Max Horn |
2009-10-27 | TINSEL: Rename Poly pp to ptp in various places, for consistency; cleanup | Max Horn |