aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-06MADS: Implement scene 503Strangerke
2014-05-06SYMBIAN: Updated Symbian support, help textanotherguest
2014-05-06MADS: Implement scene 501Strangerke
2014-05-06FULLPIPE: Implement MovGraph::shuffleTree()Eugene Sandulenko
2014-05-06MADS: Index and document all Dragonsphere scenesFilippos Karapetis
2014-05-06MADS: Index and document all Phantom scenesFilippos Karapetis
2014-05-06MADS: Fix loading of V2 hotspotsFilippos Karapetis
2014-05-06MADS: Fix scene loading for V2 gamesFilippos Karapetis
2014-05-06MADS: Restore accidentally reverted codeFilippos Karapetis
2014-05-06MADS: Document all game scenes, and allow entering unimplemented scenesFilippos Karapetis
This way, it's possible to enter all scenes for debugging purposes. Also, this avoids the scene reordering during development. Scenes 708 and 806 have been removed, as they don't exist
2014-05-06MADS: Add a sanity check to scene 413Filippos Karapetis
2014-05-06MADS: Add a sanity check for color 255Filippos Karapetis
This is used in scene 752
2014-05-05MADS: Fix teleporter booths to show booth code as 4 digitsPaul Gilbert
2014-05-05MADS: Fix code display in Teleporter roomStrangerke
2014-05-05MADS: Implement scene6XX::setPlayerSpritesPrefix and scene6xx::sceneEntrySoundStrangerke
2014-05-05MADS: Some renaming in scene8xx and scene804, implement scene 807Strangerke
2014-05-05MADS: Implement scene 711Strangerke
2014-05-05MADS: Add initial files for Rex scene group 6Filippos Karapetis
2014-05-05MADS: Implement scene 707Strangerke
2014-05-05NEVERHOOD: Fix memory leak from static data loading.D G Turner
This is occurring due to duplicate entry ids, which should probably not be present.
2014-05-05FULLPIPE: Complete MovGraph::findClosestLink() implementationEugene Sandulenko
2014-05-05NEVERHOOD: Fix memory leak in BaseSurfaceTorbjörn Andersson
I hope this will help the memory leak reported as part of bug #6513 but my computer isn't quite up to the task of doing any extensive Valgrind testing.
2014-05-05MADS: Add scene 7xxStrangerke
2014-05-05FULLPIPE: Started MovGraph::findClosestLink() implementationEugene Sandulenko
2014-05-04MADS: Fix immediate crashes in new fadeToGrey logicPaul Gilbert
2014-05-04MADS: Further gcc compilation fixesPaul Gilbert
2014-05-04MADS: Fix gcc warningsPaul Gilbert
2014-05-04MADS: Implemented remainder of fadeToGreyPaul Gilbert
2014-05-04MADS: Implement scene 502Strangerke
2014-05-04MADS: Implement scene 5xx ancestorStrangerke
2014-05-04MADS: Implement scene 322Strangerke
2014-05-04MADS: Remove optional parameters in scene213Strangerke
2014-05-04NEVERHOOD: Fixed off-by-one error in getTextIndex3()Torbjörn Andersson
This is the same fix that was applied to getKloggsTextIndex() some time ago. It restores a missing Willie nonsense letter. While I haven't actually verified for myself that this letter appears in the original game, it is referenced in Wikipedia's article about Absalom.
2014-05-04NEVERHOOD: Fixed one of the issues in #6513Torbjörn Andersson
The getKloggsTextIndex() function would return 40 twice in a row when wrapping around. This caused one of Willie's nonsense letters to appear instead, since they're supposed to trigger when getTextIndex1() returns the same result more than once. The same bug also appeared (and has been fixed) in getTextIndex3(), but there it just caused the same nonsense letter to appear twice.
2014-05-04MADS: Implement scene 213Strangerke
2014-05-04MADS: Fix for scene loading in teleporter scenesPaul Gilbert
2014-05-04MADS: In progress greyscale fading for picking up inventory itemsPaul Gilbert
2014-05-04MADS: Implement scene 409, first try of Teleporter implementationStrangerke
2014-05-04MOHAWK: Add missing commaMatthew Hoops
2014-05-04ZVISION: Small cleanup.Johannes Schickel
2014-05-04ZVISION: Fix out of bounds access.Johannes Schickel
2014-05-04MADS: More naming for scene 208Filippos Karapetis
2014-05-04MADS: Replace some magic values in scene 208 with their enumsFilippos Karapetis
2014-05-04MADS: Replace some more article magic numbers with their enumFilippos Karapetis
2014-05-04MADS: Replace some more magic values for inventory items and actionsFilippos Karapetis
2014-05-04MADS: Clean up the Rex object IDs a bitFilippos Karapetis
2014-05-04MADS: Add enums for some magic numbers in Nebular scene group 2Filippos Karapetis
2014-05-04MADS: Sprites aren't always cleared properly - add a FIXMEFilippos Karapetis
2014-05-04MADS: Fix a bug in SequenceList::scan()Filippos Karapetis
This resolves the FIXME in SpriteSets::remove()
2014-05-04FULLPIPE: Implement MovGraph2::freeItems()Eugene Sandulenko