aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2011-12-28DREAMWEB: Move all saved variables to a GameVars structWillem Jan Palenstijn
The data segment is now completely unused.
2011-12-28SCI: Always prefer digital sound effects to prevent confusion to usersFilippos Karapetis
This toggle will be enabled again when a more user-friendly GUI option is possible
2011-12-28SCI: Rename _bMultiMidi to _useDigitalSFX and only initialize it inside ↵Filippos Karapetis
SoundCommandParser
2011-12-28DREAMWEB: Remove a lot of unused/duplicate constants and move some of them ↵Filippos Karapetis
to dreambase.h
2011-12-28TSAGE: Removed virtual keyword from setDetails methodsPaul Gilbert
The methods are never overriden, so there's no point in the methods being virtual
2011-12-28DREAMWEB: Move all zoom-related functions to vgagrafx.cpp, and remove a lot ↵Filippos Karapetis
of unused global constants
2011-12-28TSAGE: R2R - Fix a bug in scene 3700Strangerke
2011-12-28DREAMWEB: Remove more global variablesFilippos Karapetis
2011-12-28DREAMWEB: Remove some unused globalsFilippos Karapetis
2011-12-28DREAMWEB: Move checkCoords templated implementation to Dreambase header.D G Turner
The PSP (MIPS) toolchain generates differing symbols for this template and thus fails to link. By moving the implementation to the defining header, this should fix this.
2011-12-28DREAMWEB: Mass-move variables out of dataWillem Jan Palenstijn
This has been done by an automated search/replace, culling unused variables in the process. The remaining variables in data are all stored in savegames.
2011-12-28DREAMWEB: Move 4 volume related variables out of data blob.D G Turner
2011-12-28KYRA: Slight cleanup in the transfer party code.Johannes Schickel
2011-12-28KYRA: Silence some valgrind warnings by doing a slight sanity check on ↵Johannes Schickel
savefile size.
2011-12-28DREAMWEB: Move 'speechloaded' flag out of data blob.D G Turner
2011-12-28TSAGE: R2R - Implement scene 3700Strangerke
2011-12-28DREAMWEB: Move 'wongame' flag out of data blob.D G Turner
2011-12-28KYRA: (EOB) - fix EOB1 intro glitchathrxx
2011-12-27DREAMWEB: Move 3 sound related variables out of data blob.D G Turner
2011-12-28KYRA: add support for another Russian HOF fan translationathrxx
2011-12-28KYRA: (LOL) - refactor item/monster structsathrxx
2011-12-28KYRA: (LOL) - minor reduction of save file sizeathrxx
2011-12-28KYRA: (LOL) - add support for loading original DOS version save filesathrxx
2011-12-28KYRA: (EOB) - fix spell book tab 5 in EOB1athrxx
2011-12-28KYRA: (EOB) - fix invalid string access in EOB 1athrxx
(when entering the memorize/pray menu without having a mage/cleric)
2011-12-28KYRA: (EOB) - fix minor color glitchathrxx
2011-12-28KYRA: (EOB) - cleanup dialog settings a bitathrxx
2011-12-28KYRA: (EOB) - fix 2 gcc (-Woverloaded-virtual) warningsathrxx
2011-12-28KYRA: (EOB) - fix signed/unsigned mismatchathrxx
2011-12-27CRUISE: Fix cppcheck warning about possible NULL pointer use.Torbjörn Andersson
2011-12-27DREAMWEB: Remove unused functionsWillem Jan Palenstijn
2011-12-27DREAMWEB: Remove setdat, freedat segmentsWillem Jan Palenstijn
2011-12-27DREAMWEB: Remove reels segmentWillem Jan Palenstijn
2011-12-27DREAMWEB: Convert room text into TextFilesWillem Jan Palenstijn
2011-12-27DREAMWEB: Convert reel segments into GraphicsFilesWillem Jan Palenstijn
2011-12-27DREAMWEB: Convert exText into TextFileWillem Jan Palenstijn
2011-12-27DREAMWEB: Remove Extras segmentWillem Jan Palenstijn
2011-12-27DREAMWEB: Streamline graphics file accessWillem Jan Palenstijn
2011-12-27DREAMWEB: Fix uninitialized variableWillem Jan Palenstijn
2011-12-27DREAMWEB: Add the ability to blacklist unused constants in tasm-recoverFilippos Karapetis
2011-12-27DREAMWEB: Streamline text file handlingWillem Jan Palenstijn
2011-12-27DREAMWEB: Create MapFlags struct, remove backdrops segmentWillem Jan Palenstijn
2011-12-27DREAMWEB: Remove mapData segmentWillem Jan Palenstijn
2011-12-27DREAMWEB: Remove mapStore segmentWillem Jan Palenstijn
2011-12-27TSAGE: Make lots of globals const.Christoph Mallon
2011-12-27TSAGE: Added missing NULL prefix to one of the R2R setDetails callsPaul Gilbert
2011-12-27TSAGE: Fixed ambiguity with NULL parameters in R2R setDetails callsPaul Gilbert
2011-12-27TSAGE: Added explicit prefixes to more NULL's used in setDetails callsPaul Gilbert
2011-12-27TSAGE: Add explicit prefixes to NULL's used in various setDetails callsPaul Gilbert
2011-12-27TSAGE: Moved the R2R AUTODOC_ITEMS array to be part of the scene 825.Paul Gilbert
Since this is the only scene that uses it, it makes as much sense to have it as part of the scene than part of the staticres file.