aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2011-04-30MOHAWK: Fix CSTime-only builds.Alyssa Milburn
2011-04-30TSAGE: Rename setPriority2 to setPriority for disambiguationstrangerke
2011-04-30TSAGE: Fix a hotspot's use/look descriptions in Scene #7700Paul Gilbert
2011-04-30TSAGE: Fix some more bugs in scene 2100. It's now playable againstrangerke
2011-04-30TSAGE: Fix for GUI dialog appearing when clicking on some hotspots in Scene ↵Paul Gilbert
#5200
2011-04-30TSAGE: Added a print out of region details to the walk_regions debugger commandPaul Gilbert
2011-04-30TSAGE: Removed hack from Scene #5200 now that pathfinding has been fixedPaul Gilbert
2011-04-30TSAGE: Fixed problem in pathfinding when clicked position is outside ↵Paul Gilbert
walkable areas
2011-04-30TSAGE: Reintroduced the show introduction code using a ConfMan flagPaul Gilbert
2011-04-30TSAGE: Fix a couple of big graphical glitches in scene 2100strangerke
2011-04-29TSAGE: Fix bug in scene 4050: The rope may now be used to climb toostrangerke
2011-04-29TSAGE: Fixed the book inside the sky lab (it contains the sheet of paper, ↵md5
not the key)
2011-04-29TSAGE: Bugfix for Scene #2320 after having returned from cavesPaul Gilbert
2011-04-29TSAGE: Fixed saved game ordering in the save and load dialogsmd5
2011-04-29TSAGE: Proper bugfix for the route used in Scene #5100 to escape the cavesPaul Gilbert
2011-04-29TSAGE: Bugfix in Scene #2320 for getting the flycyclePaul Gilbert
2011-04-29SCI: Fixed bug #3289744 - "Hero Quest 1 demo crashes"md5
2011-04-29TSAGE: Added two temporary hacks for scenes 5100 and 5200 and added some ↵md5
comments With these two hacks, it's possible to progress a bit further
2011-04-29TSAGE: Fix bug in scene 4025 "The comet is turn in the wrong sense, screwing ↵strangerke
the palette animation"
2011-04-29TSAGE: Fixed 2 bugs in scene 5200 (flesheater throne room)md5
2011-04-28TEEN: Fix incorrect keyword in forward declarationOri Avtalion
2011-04-28MOHAWK: Remove duplicate #includeOri Avtalion
2011-04-28MOHAWK: Fix compilation when only default engines are enabledOri Avtalion
2011-04-28KOM: Delete engine added accidentally. The world is not ready for itOri Avtalion
2011-04-28MOHAWK: Fix compilationOri Avtalion
2011-04-28KYRA: Fix compilation when LoL is disabled.Johannes Schickel
2011-04-28TOON: Reduced fragmentation by using a fixed value for pathfinding allocationBluddy
Toon makes some rather big allocations for pathfinding, alternating between 3MB and 6MB). In small devices, this creates really bad fragmentation which can cause crashes. I set the size at a fixed 6MB.
2011-04-28TSAGE: Don't use NULL for an int parameterMax Horn
2011-04-28KYRA: Clean up of header includes.Johannes Schickel
2011-04-28JANITORIAL: Add in necessary include files to fix compilation in MSVCPaul Gilbert
2011-04-28TSAGE: Slowed down Scene #6100 to a reasonable speed, and finished code for ↵Paul Gilbert
hitting sunflowers
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2011-04-28TINSEL: Fixed code analysis warnings in bug #3087863Paul Gilbert
2011-04-28TSAGE: Proper setting of startup cursor for full game versus demoPaul Gilbert
2011-04-28TSAGE: Proper bugfix for problem saving/restoring game in Scene #5000 and othersPaul Gilbert
2011-04-28SCI: Clarify comment from rev 5654e12 furtherWillem Jan Palenstijn
2011-04-28JANITORIAL: Format more forward declarations to follow conventionOri Avtalion
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2011-04-28TSAGE: Added code to handle visual differences in Demo help dialogPaul Gilbert
2011-04-28NOHAWK: Add detection for Just Grandma and Me 1.0.Alyssa Milburn
2011-04-28SCI: Clarified comment in rev 5654e12md5
It's a bad idea to write comments when half asleep :P
2011-04-28TSAGE: Fix a little bug in scene 5100, when looking at the speaking batstrangerke
2011-04-28TSAGE: Suppress the 2 workarounds previously added, use of a proper fixstrangerke
2011-04-28SCI: Added a more specific workaround for bug #3267956. This fixes bug ↵md5
#3291115 - "KQ6: Game freezes when getting paper from web"
2011-04-27SCUMM: Fix differences in soccer's u32 op_1011Matthew Hoops
2011-04-27SCUMM: Add separate game id's for soccermls and soccer2004Matthew Hoops
There are subtle differences in their u32 code that we need to handle
2011-04-28TSAGE: Fixed 2 script logic bugs (scene 5100, 5300) and two typosmd5
These fix the following issues: - Loss of control after freeing the bat in scene 5100 - Loss of control after drinking from the bat's pheromonone bottle in scene 5300 - Crash when the two flesheaters appear on the path in scene 5300
2011-04-28TSAGE: Fixed assert after loading a game in scene 5000 and changing scenemd5
2011-04-27TSAGE: Added temporary fix for some saved games (e.g. scenes 4050 and 5000)md5
2011-04-27TSAGE: Fix "map" bug in scene 4050. Thanks MD5 for reporting it.strangerke