Age | Commit message (Expand) | Author |
2007-01-31 | - Correctly setting of Snd::_playingSound | Sven Hesse |
2007-01-30 | eplaced platform-specific game features with common platform setting. | Eugene Sandulenko |
2007-01-30 | Rearranged detection table and clarified some entries. | Eugene Sandulenko |
2007-01-30 | - Changed _soundFlags and implemented "compositions" | Sven Hesse |
2007-01-30 | Moved Gob engine to AdvancedDetector. | Eugene Sandulenko |
2007-01-29 | Added a proper workaround for the race condition in the script when opening t... | Sven Hesse |
2007-01-29 | - Another attempt at fixing the immediately-closing notepad heisenbug (#1621089) | Sven Hesse |
2007-01-28 | Ooops | Sven Hesse |
2007-01-28 | - Fixed the Adlib data ugliness | Sven Hesse |
2007-01-26 | Changed one strcmp in Parse_v2::parseExpr() to scumm_stricmp, to fix bug #163... | Sven Hesse |
2007-01-26 | - Just warn, don't die, when a CD-Track isn't found | Sven Hesse |
2007-01-25 | Moved Paula and Infogrames to sound/mods/ | Sven Hesse |
2007-01-25 | - Some clean-up | Sven Hesse |
2007-01-23 | Added support for Infogrames/RobHubbard2 (amiga) music | Sven Hesse |
2007-01-20 | First phase of detection-related plugins interface improvements. Now plugins | Eugene Sandulenko |
2007-01-13 | Rename special debug levels to conform our suggested naming scheme. | Eugene Sandulenko |
2007-01-06 | - Fixed cut off and missing sounds | Sven Hesse |
2007-01-05 | Fixed the loading delay bug I introduced with the playing from CD fix (#1626308) | Sven Hesse |
2007-01-04 | Make sure warning is shown for CD versions of Gobliins 2, when playing from C... | Travis Howell |
2007-01-04 | Add the Amiga version of Gobiins 2 demo | Travis Howell |
2006-12-24 | Add md5 for interactive gob2 demo. | Eugene Sandulenko |
2006-12-20 | Changed CD playing a bit, now playing directly from the CD should be possible... | Sven Hesse |
2006-12-19 | Stomped the well/diving-bug | Sven Hesse |
2006-12-19 | Fixed backspace and delete in the note-pad | Sven Hesse |
2006-12-18 | Fixed the note-pad, font changing and date/time-display | Sven Hesse |
2006-12-18 | Added a waitRetrace in Game_v2::CheckCollisions() and rearranged the delay in... | Sven Hesse |
2006-12-17 | Fixed a walking animations related mistake | Sven Hesse |
2006-12-17 | Added a range check in Draw_v2::printText(), fixing invalid reads. It *should... | Sven Hesse |
2006-12-14 | Smashed the wizard's house bug | Sven Hesse |
2006-11-30 | The music in the Mac version of Gob1 seems to be selected randomly for each s... | Sven Hesse |
2006-11-30 | Adding new Gob2 MD5 (closing bug #1605235) | Sven Hesse |
2006-11-27 | Removed the "#ifdef SCUMM_BIG_ENDIAN"s | Sven Hesse |
2006-11-27 | - Properly implemented o2_getCDTrackPos() | Sven Hesse |
2006-11-22 | Fix MSVC2005 warnings. Please, review the changes. | Eugene Sandulenko |
2006-11-21 | - Fixed the crashes in Gob1 EGA and Gob2 Demo | Sven Hesse |
2006-11-20 | Changed the way sprites-freeing is handled, now the menu sprites and window d... | Sven Hesse |
2006-11-19 | Implemented (currently still endian-unsafe) save/load | Sven Hesse |
2006-11-14 | formatting. | Johannes Schickel |
2006-11-14 | Fixed the lock when leaving the menu | Sven Hesse |
2006-11-09 | Closing bug #1593768 (Logical and should probably be bitwise and) | Sven Hesse |
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the... | Max Horn |
2006-09-16 | Reduce code duplication | Max Horn |
2006-09-09 | Fixed unaligned read on PalmOS | Chris Apers |
2006-08-16 | Fixed pathfinding | Sven Hesse |
2006-08-15 | Limit md5 computations to first 5000 bytes in gob engine. | Eugene Sandulenko |
2006-08-12 | Ooops again, use the correct delete... | Sven Hesse |
2006-08-12 | Ooops, free the allocated _startTot/_startTot0, too... | Sven Hesse |
2006-08-12 | Added another field to the GameSettings for the intro.tot, because the Goblii... | Sven Hesse |
2006-08-12 | - Some more goblins-handling functions | Sven Hesse |
2006-07-31 | * Added copyright string to all engine plugins | Max Horn |