aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-29DC: Create a "dcdist" target for buildbotMarcus Comstedt
The "dcdist" target creates the directory dcdist/scummvm and copies relevant files from the nightly build into it. This is is they do not have to be enumerated in the buildbot configuration.
2011-04-29DC: Aesthetical improvements to plugin loaderMarcus Comstedt
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-29OSYSTEM: Clarify doc for getGraphicsMode()Thierry Crozat
2011-04-29WEBOS: Fix compilationMax Horn
2011-04-29BACKENDS: Really *really* fix keymapper codeMax Horn
2011-04-29AMIGAOS: Fix CAMD compiler warningHubert Maier
2011-04-29BACKENDS: Really fix keymapperMax Horn
2011-04-29BACKENDS: Fix compilation of keymapper codeMax Horn
2011-04-29WEBOS: Tweak configure script to simplify support for WebOS on buildbotMax Horn
2011-04-29fix AmigaOS 4 build (thanks to Raziel^)Alyssa Milburn
2011-04-29WINCE: Fix Mixer Compilation after header changes.D G Turner
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-28BACKENDS: Fix compilation on ports using Virtual Keyboard.D G Turner
2011-04-29TSAGE: Fixed 2 bugs in scene 5200 (flesheater throne room)md5
2011-04-29JANITORIAL: Yet another attempt at fixing compilationOri Avtalion
2011-04-28BACKENDS: Fix compilation for various backendsOri Avtalion
Affects: * PS2 * GPH * ELF * MOTO * IPHONE * N64 * DINGUX * WINCE * PSP
2011-04-28NDS: Fix compilationOri Avtalion
2011-04-28TEEN: Fix incorrect keyword in forward declarationOri Avtalion
2011-04-28ARM: Fix compilation really harddhewg
2011-04-28ANDROID: Fix compilation harderdhewg
2011-04-28MOHAWK: Remove duplicate #includeOri Avtalion
2011-04-28MOHAWK: Fix compilation when only default engines are enabledOri Avtalion
2011-04-28ANDROID: Fix compilation some moredhewg
2011-04-28DC: Fix compilationOri Avtalion
2011-04-28ANDROID: Another attempt at compilation fixOri Avtalion
2011-04-28KOM: Delete engine added accidentally. The world is not ready for itOri Avtalion
2011-04-28MOHAWK: Fix compilationOri Avtalion
2011-04-28PSP: Fix compilationOri Avtalion
2011-04-28ANDROID: Fix compilationOri Avtalion
2011-04-28VIDEO: Fix compilation on SCUMM_BIG_ENDIAN backendsOri Avtalion
2011-04-28COMMON: Fix compilation on backends that USE_RGB_COLOROri Avtalion
2011-04-28GPH: Fix compilationOri Avtalion
2011-04-28WII: Fix compilationOri Avtalion
2011-04-28KYRA: Fix compilation when LoL is disabled.Johannes Schickel
2011-04-28CREATE_PROJECT: Replace macros by proper functions/methods.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-28CREATE_PROJECT: Add a FIXME related to our warning lists.Johannes Schickel
2011-04-28CREATE_PROJECT: Get rid of variadic macro usage.Johannes Schickel
Variadic macros are C99 and ugly in C++. If we would want to do it differently we should rather rely on C++0x's initializer lists. But since we cannot assume all compilers we want create_project to build support that we cannot do that.
2011-04-28MACOSX: Fix compilationMax Horn
2011-04-28TSAGE: Don't use NULL for an int parameterMax Horn