aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-06Merge branch 'master' of github.com:scummvm/scummvmStrangerke
2014-06-06CRUISE: Reduce the scope of some more variablesStrangerke
2014-06-06CRUISE: Fix CppCheck warnings in gfxModuleStrangerke
2014-06-06CRUISE: Reduce the scope of several variables in processActorWalk()Strangerke
2014-06-06CRUISE: Disable a bit more efficiently some code in Op_Random() and Op_PlayFx()Strangerke
2014-06-06FULLPIPE: Fix binary logic. CID 1216221Eugene Sandulenko
2014-06-06FULLPIPE: Fix memory leak and missing results. CID 1216225Eugene Sandulenko
2014-06-06FULLPIPE: Add missing break. CID 1216226Eugene Sandulenko
2014-06-06FULLPIPE: Add additional sanity check. CID 1220154Eugene Sandulenko
2014-06-06FULLPIPE: Remove extra null check. CID 1220155Eugene Sandulenko
2014-06-06FULLPIPE: Remove extra sizeof. CID 1220156Eugene Sandulenko
2014-06-06FULLPIPE: Fix potential null dereference. CID 1148380Eugene Sandulenko
2014-06-06FULLPIPE: Initialize class variables. CID 1204256Eugene Sandulenko
2014-06-06NEVERHOOD: Update neverhood.datjohndoe123
2014-06-06DEVTOOLS: Skip adding duplicate items in create_neverhoodjohndoe123
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
2014-06-05GUI: Allow any cased version of 'all' to toggle all debug flags.Johannes Schickel
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
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
2014-06-05GROOVIE: Use debugC() and debugCN() functions directly in script debug.D G Turner
2014-06-05GROOVIE: Remove engine-specific "all" debugflag. Minor naming cleanup.D G Turner
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
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
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