aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-03NEWS: Mention mustard Mac supportMatthew Hoops
2011-12-03DREAMWEB: Convert 'soundOnReels', including its dataWillem Jan Palenstijn
2011-12-03DREAMWEB: Move 'soundOnReels' out of dreamgenWillem Jan Palenstijn
2011-12-03SCUMM: Add support for the mustard mac map fileMatthew Hoops
2011-12-03DREAMWEB: Clean up last remaining kFileheader/kFiledata usageWillem Jan Palenstijn
2011-12-03DREAMWEB: Convert 'loadpersonal', 'loadnews', 'loadcart'Willem Jan Palenstijn
2011-12-03DREAMWEB: Move 'loadpersonal', 'loadnews', 'loadcart' out of dreamgenWillem Jan Palenstijn
2011-12-03DREAMWEB: Move temporary room for loading out of data segmentWillem Jan Palenstijn
2011-12-03DREAMWEB: Move Bresenham output out of data segmentWillem Jan Palenstijn
2011-12-03MAEMO: Add fields to debian/controlTarek Soliman
2011-12-03DREAMWEB: Remove unused filenames from blobWillem Jan Palenstijn
2011-12-03DREAMWEB: Remove more unused functions and blobsWillem Jan Palenstijn
2011-12-03DREAMWEB: Remove 'symbollist' blobWillem Jan Palenstijn
2011-12-03DREAMWEB: Convert 'atmospheres'Willem Jan Palenstijn
2011-12-03DREAMWEB: Move 'atmospheres' from dreamgenWillem Jan Palenstijn
2011-12-03DREAMWEB: Allow quitting during symbol phasesBertrand Augereau
2011-12-03DREAMWEB: 'enterSymbol' ported to C++Bertrand Augereau
2011-12-03DREAMWEB: 'madmansTelly' (so british! :) ) ported to C++Bertrand Augereau
2011-12-03DREAMWEB: Omit a number of unused binary blobsWillem Jan Palenstijn
2011-12-03DREAMWEB: Replace hardcoded constants by their symbolic namesWillem Jan Palenstijn
2011-12-03DREAMWEB: Add option to tasmrecover to skip binary dataWillem Jan Palenstijn
2011-12-03CGE: Fix an assert in introStrangerke
2011-12-03DREAMWEB: 'madman' cleaning using other improvementsBertrand Augereau
2011-12-03CGE: Soltys - Fix initialization of a couple of bool variablesStrangerke
2011-12-03DREAMWEB: Move functions from skip_output to blacklist where possibleWillem Jan Palenstijn
2011-12-03DREAMWEB: 'getridoftempXXX' family ported to C++Bertrand Augereau
2011-12-03DREAMWEB: people.cppBertrand Augereau
2011-12-03DREAMWEB: 'madman' blacklistedBertrand Augereau
2011-12-03DREAMWEB: Sorted the blacklist alphabeticallyBertrand Augereau
This will trigger less conflicts on rebases if we keep it this way :)
2011-12-03DREAMWEB: 'rockstar' ported to C++Bertrand Augereau
2011-12-03DREAMWEB: CR at last lineBertrand Augereau
2011-12-03DREAMWEB: Convert 'loadOld' and clean up 'doLoad' callsWillem Jan Palenstijn
2011-12-03DREAMWEB: Move 'loadOld' from dreamgenWillem Jan Palenstijn
2011-12-03DREAMWEB: Clean upWillem Jan Palenstijn
2011-12-03DREAMWEB: Remove unused "checkForEMM" function.D G Turner
2011-12-03DREAMWEB: Don't use Madeuproomdat as a global when not necessaryWillem Jan Palenstijn
2011-12-03DREAMWEB: Create and use FileHeader structWillem Jan Palenstijn
2011-12-03DREAMWEB: 'maleFan' and 'femaleFan' ported to C++Bertrand Augereau
2011-12-03DREAMWEB: Convert 'scanForNames'Willem Jan Palenstijn
2011-12-03DREAMWEB: Move 'scanForNames' out of dreamgenWillem Jan Palenstijn
2011-12-03DREAMWEB: 'dumpMenu' ported to C++Bertrand Augereau
2011-12-03DREAMWEB: 'showMenu' ported to C++Bertrand Augereau
2011-12-03DREAMWEB: 'loadMenu' ported to C++Bertrand Augereau
2011-12-03DREAMWEB: 'useMenu' ported to C++Bertrand Augereau
2011-12-03DREAMWEB: Move roomData out of opaque data segmentWillem Jan Palenstijn
2011-12-03CGE: Soltys - Fix for bug #3448836 (losing scene number display after ↵Strangerke
loading and changing scene)
2011-12-03DREAMWEB: 'showOuterPad' ported to C++Bertrand Augereau
2011-12-03DREAMWEB: Make SegmentRef::operator= protected for extra immutabilityWillem Jan Palenstijn
2011-12-03DREAMWEB: Make SegmentRef "immutable", add MutableSegmentRef subclassMax Horn
This way, the cs and data segment "pointers" can be clearly seen to be invariant and equal. Moreover, SegmentRef instances no longer needs to carry a pointer to the context object.
2011-12-03DREAMWEB: Simplify SegmentRef classMax Horn