aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-06NEVERHOOD: Update neverhood.datjohndoe123
2014-06-06DEVTOOLS: Skip adding duplicate items in create_neverhoodjohndoe123
Some sub rectangles point to the same message list, these are now saved only once instead of several times.
2014-06-06DEVTOOLS: Remove duplicate table entry in create_neverhoodjohndoe123
2014-06-06CRUISE: Reduce the scope of variables in fillpoly()Strangerke
2014-06-06CRUISE: disable more efficiently some codeStrangerke
2014-06-06CRUISE: Fix a couple of CppCheck warnings in VolumeStrangerke
2014-06-05MADS: Implemented support methods for ScreenDialog base classPaul Gilbert
2014-06-05MADS: Added setup code for difficulty dialogPaul Gilbert
2014-06-05NEVERHOOD: Fix radio part of bug #6513 ("Some nasty bugs")Torbjörn Andersson
This clears the radio music variable when leaving the room. I've discussed with johndoe123 and he says this is what the original does. (You could also get the same effect by clearing it when entering the room.)
2014-06-05GUI: Allow any cased version of 'all' to toggle all debug flags.Johannes Schickel
This makes it consistent with our matching rules when enabling other debug flags.
2014-06-05BASE: Allow 'all' to enable all debug channels via CLI too.Johannes Schickel
2014-06-05COMMON: Don't allow debug channel 'all' to be used.Johannes Schickel
2014-06-05Merge pull request #465 from digitall/debugReworkJohannes Schickel
Add "all" option for debug flags to GUI::Debugger base class.
2014-06-05CRUISE: Remove useless code in addAnimation()Strangerke
2014-06-05CRUISE: Remove logically dead code in SoundStrangerke
2014-06-05MADS: Fix an uninitialized variable in DialogsNebularStrangerke
2014-06-05MADS: remove a magic value, use _transparencyIndexStrangerke
2014-06-05IPHONE: Scale input according to content scale factor.Johannes Schickel
This hopefully fixes input positions in retina devices. The idea is stolen from QT: https://qt.gitorious.org/qt/qt/source/0726127285413829f58618b5b82fb3e2da0c3a74:src/plugins/platforms/uikit/quikitwindow.mm#L261-296 Complicated way to retrieve scale's return value properly is taken from: https://stackoverflow.com/questions/3130464 We sadly can't use the cleaner solution since we don't want to require a newer SDK...
2014-06-05GROOVIE: Use debugC() and debugCN() functions directly in script debug.D G Turner
This removes the debugScript() wrapper, which can now be implemented directly using the relevant debug function. This avoids the variadic debug functions being wrapped in a second layer of variadic function which is probably causing a significant overhead.
2014-06-05GROOVIE: Remove engine-specific "all" debugflag. Minor naming cleanup.D G Turner
This is now uneeded as the GUI debugger superclass implements the same functionality and this removes a bunch of complexity from the Groovie engine debug calls. Also, removed groovie prefix from the debug flag naming as unecessary as these are within the Groovie namespace.
2014-06-04MADS: Fix restoring upper palette area when dialogs closePaul Gilbert
2014-06-04MADS: Fix palette corruption when changing selected inventor itemPaul Gilbert
2014-06-05GUI: Recreate default theme.Johannes Schickel
2014-06-05GUI: Use sorted file list in scummtheme.py.Johannes Schickel
This will (hopefully) reduce the amount of changes when recreating the themes because the order in which files will be processed is the same unless the sorting differs on systems...
2014-06-05COMMON: Add "all" option to debugflag controls in GUI Debugger.D G Turner
2014-06-05NEWS: Fix wording in a few instances.Johannes Schickel
2014-06-05MADS: Fix typo in drawScroller()Strangerke
2014-06-05FULLPIPE: Fix more warningsEugene Sandulenko
2014-06-05FULLPIPE: Fix warningEugene Sandulenko
2014-06-04NEWS: Mention Loom+Indy3 AdLib improvements.Johannes Schickel
2014-06-04NEWS: Fix formatting.Johannes Schickel
2014-06-04IPHONE: Remove superflous semicolon.Johannes Schickel
2014-06-04IPHONE: Add supported orientations to Info.plist.Johannes Schickel
2014-06-04SCUMM: Save/load music/sfx data in AD player.Johannes Schickel
This makes sure that the currently playing music and sfx are resumed when loading a save game.
2014-06-04SCUMM: Implement simple seeking in AD player.Johannes Schickel
2014-06-04SCUMM: Slightly refactor music playback in AD player.Johannes Schickel
2014-06-04SCUMM: Only forward declare Serializer in music.h.Johannes Schickel
2014-06-04SCUMM: Simplify voice channel allocation in AD code.Johannes Schickel
2014-06-04SCUMM: Fix typo in AD code.Johannes Schickel
2014-06-04MADS: Finally re-enable Rex waking up in the first game scenePaul Gilbert
2014-06-04MADS: Fix memory corruption when dealing with monster in scene 703Paul Gilbert
2014-06-04FULLPIPE: Finish MctlLadder::doWalkTo() implementationEugene Sandulenko
2014-06-04FULLPIPE: More work on MctlLadder::doWalkTo()Eugene Sandulenko
2014-06-03MADS: Remove redundant Palette::close methodPaul Gilbert
2014-06-03MADS: Free the audio player when the game endsPaul Gilbert
2014-06-03MADS: Fix removing items from inventory when they should bePaul Gilbert
2014-06-03MADS: Fix for getting bones in scene 752Paul Gilbert
2014-06-03MADS: Changed several values to constants in action setupPaul Gilbert
2014-06-03MADS: Fix drawing of background objectsPaul Gilbert
2014-06-04SCUMM: Fix music looping in AD player.Johannes Schickel