Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-25 | SWORD25: Get rid of most of the 'kernel service/superclass' code | Max Horn | |
svn-id: r53835 | |||
2010-10-25 | TOON: Implemented Ambient SFX | Sylvain Dupont | |
For example used in arcade playing sounds, lullaby music, toilet game win sound effects... svn-id: r53834 | |||
2010-10-25 | LASTEXPRESS: Add Date-time comments for US & FR Broderbund releases | Julien Templier | |
svn-id: r53833 | |||
2010-10-25 | SWORD25: Get rid of classes ScummVMWindow and Window | Max Horn | |
svn-id: r53832 | |||
2010-10-25 | HUGO: Add specific versions of doAction() for Dos versions | Arnaud Boutonné | |
svn-id: r53831 | |||
2010-10-25 | SCUMM: Move shared code of Player_V2 & Player_V2CMS to new common base class | Max Horn | |
svn-id: r53830 | |||
2010-10-25 | SCUMM: Move class Player_V2CMS to its own header file | Max Horn | |
svn-id: r53829 | |||
2010-10-25 | SCI: fix comment in kAddToPic | Martin Kiewitz | |
svn-id: r53828 | |||
2010-10-25 | HUGO: Add a debug channel for Object functions | Arnaud Boutonné | |
svn-id: r53826 | |||
2010-10-25 | HUGO: cleanup: Suppress trailing spaces and tabs | Arnaud Boutonné | |
svn-id: r53825 | |||
2010-10-25 | HUGO: Fix display priority order in H1 Dos | Arnaud Boutonné | |
svn-id: r53823 | |||
2010-10-25 | HUGO: Add specific function variantes for H2 Dos and H3 Dos | Arnaud Boutonné | |
Also add pathfinding to H1 Dos svn-id: r53822 | |||
2010-10-25 | SCUMM: Add patch #3094711 - MMC64: Correct position of plant actor. | Travis Howell | |
svn-id: r53814 | |||
2010-10-25 | HUGO: Add missing files (sorry!) | Arnaud Boutonné | |
svn-id: r53812 | |||
2010-10-25 | HUGO: Fix GCC warnings | Arnaud Boutonné | |
svn-id: r53811 | |||
2010-10-25 | HUGO: Add specific v1d object class | Arnaud Boutonné | |
svn-id: r53810 | |||
2010-10-25 | SCUMM: Add patch #3089936 - MMC64: Parcel/Tombstone/Verb Fix. | Travis Howell | |
svn-id: r53807 | |||
2010-10-25 | SCUMM: Add patch #3093541 - MMC64: Actor Walk / Object Fix. | Travis Howell | |
svn-id: r53806 | |||
2010-10-25 | SCUMM: Add patch #3093061 - MMC64: sentence highlighting. | Travis Howell | |
svn-id: r53805 | |||
2010-10-25 | SCUMM: Add patch #3093051 - MMC64: Ladder facing patch. | Travis Howell | |
svn-id: r53799 | |||
2010-10-25 | SCUMM: Add patch #3093048 - MMC64: German actor names. | Travis Howell | |
svn-id: r53796 | |||
2010-10-25 | GOB: Fix the Gob3 ladder walking bug | Sven Hesse | |
Fix the bug where Blount stops in the middle of big ladders. svn-id: r53794 | |||
2010-10-25 | GOB: Fix the Gob3 stairs walking bug | Sven Hesse | |
Fix the bug where blount keeps moving between two steps of wide stairs. svn-id: r53793 | |||
2010-10-25 | GOB: Format optimizePoints() to be a bit more readable | Sven Hesse | |
svn-id: r53792 | |||
2010-10-25 | GOB: Minor map cleanup | Sven Hesse | |
Make the direction a named enum and create a function moveDirection() for increasing coordinates according to a direction. svn-id: r53791 | |||
2010-10-25 | GOB: Fix a typo in checkDirectPath() | Sven Hesse | |
svn-id: r53790 | |||
2010-10-25 | GOB: Format getDirection() to be more readable | Sven Hesse | |
svn-id: r53789 | |||
2010-10-25 | GOB: Add sanity checks to getPass()/setPass() | Sven Hesse | |
svn-id: r53788 | |||
2010-10-25 | GOB: Make moveAdvance() and movePathFind() a bit more readable | Sven Hesse | |
svn-id: r53787 | |||
2010-10-25 | SCUMM: Add patch #3093057 - MMC64: sentence/inventory color. | Travis Howell | |
svn-id: r53785 | |||
2010-10-25 | LASTEXPRESS: Adding Date-Time Comments To UK Broderbund Detection Entry | David Turner | |
As per Littleboy's request. svn-id: r53784 | |||
2010-10-25 | LASTEXPRESS: Don't use NULL in arithmetic | Matthew Hoops | |
svn-id: r53783 | |||
2010-10-24 | SAGA: reduce memory usage | Andrew Kurushin | |
svn-id: r53782 | |||
2010-10-24 | SAGA: fix SAGA_DEBUG; fix IHNM cutaway typo | Andrew Kurushin | |
svn-id: r53781 | |||
2010-10-24 | SAGA: fix const cast warns | Andrew Kurushin | |
svn-id: r53780 | |||
2010-10-24 | SAGA: replace Resource:loadResource malloc with ByteArray class | Andrew Kurushin | |
svn-id: r53779 | |||
2010-10-24 | LASTEXPRESS: Fix issues when copying debugger commands | Julien Templier | |
- Properly free allocated memory in resetCommand() - Make sure _commandParams strings are null-terminated svn-id: r53778 | |||
2010-10-24 | LASTEXPRESS: Fix crash in subtitle handling | Julien Templier | |
svn-id: r53777 | |||
2010-10-24 | SCI: Fixed bug #3094235 - "SQ4CD: Crashes at Roger jr. in beam" | Filippos Karapetis | |
svn-id: r53776 | |||
2010-10-24 | SCI: fixing obvious kAddToPic regression | Martin Kiewitz | |
caused by r53068, triggered bug #3092840 (SQ5 genetix lab scaled incorrectly when laying course) - thx to digitall for bisect svn-id: r53775 | |||
2010-10-24 | GOB: Replace strncmp by scumm_stricmp when possible | Arnaud Boutonné | |
svn-id: r53774 | |||
2010-10-24 | SAGA: replace Scene::_resourceList, Interface::_inventory malloc arrays with ↵ | Andrew Kurushin | |
Common::Array svn-id: r53773 | |||
2010-10-24 | GOB: un-ban and fix a somehow corrupted version of Fascination | Arnaud Boutonné | |
(This version has been found on original floppies) svn-id: r53772 | |||
2010-10-24 | LASTEXPRESS: Change detection entries platform to kPlatformUnknown | Julien Templier | |
All full versions of the game are multiplatform Dos/Win/Mac and the demo is Dos/Win svn-id: r53770 | |||
2010-10-24 | SAGA: replace Actor::_actors and _objs malloc base arrays with Common::Array | Andrew Kurushin | |
svn-id: r53766 | |||
2010-10-24 | ALL: code formatting fixes | Max Horn | |
svn-id: r53764 | |||
2010-10-24 | SCUMM: Turn global g_cmsEmu into a member var of Player_V2CMS | Max Horn | |
svn-id: r53763 | |||
2010-10-24 | ALL: Fix various typos (patch #3093266) | Max Horn | |
svn-id: r53762 | |||
2010-10-24 | KYRA/PC98: workaround for missing delay opcodes | Florian Kagerer | |
The sequence data for the forest sequence in the Kyra PC-98 intro has no delay opcodes making it play way too fast on modern systems. This workaround adds the same delay opcodes to the sequence data that the other Kyra versions have. svn-id: r53761 | |||
2010-10-24 | SWORD25: Remove some dead code; cleanup | Max Horn | |
svn-id: r53760 |