aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-01AUDIO: Rename MP3Stream's _totalTime to _curTime to better reflect the ↵Joni Vähämäki
variable's purpose.
2014-07-26AUDIO: Increment total play time when decoding MP3 data.Joni Vähämäki
2014-07-25MADS: Main menu background is now correctly loadingPaul Gilbert
2014-07-24MADS: Clean up _depthStyle usage in DepthSurface classPaul Gilbert
2014-07-24SCI: Small formatting fix.Johannes Schickel
2014-07-23DISTS/REDHAT: Package neverhood.datWillem Jan Palenstijn
2014-07-23MADS: WIP handling of V2 walk nodes and walkable areasFilippos Karapetis
2014-07-23MADS: Add support for FAB decompression in the dump_file commandFilippos Karapetis
2014-07-22WME: added few more games. added ability to detect from exe files.Pawel Kolodziejski
2014-07-22SCUMM: Add workaround for script bugs that caused problems in Jumping Bean ↵Kirben
mini games of Pajama Sam: Games to Play on Any Day.
2014-07-22SCUMM: Add HE100 differences when resetting sprites.Kirben
2014-07-20MADS: Fix palette method signaturePaul Gilbert
2014-07-20SAGA: Add support for MIDI music in SAGA2 gamesFilippos Karapetis
2014-07-20SAGA: CleanupFilippos Karapetis
2014-07-20SAGA: Add debug commands for playing music, sounds and voicesFilippos Karapetis
2014-07-20SAGA: Some renamingFilippos Karapetis
2014-07-20SAGA: Remove the now unneeded individual cave scene handlersFilippos Karapetis
2014-07-20SAGA: Merge all of the ITE intro cave scene handlersFilippos Karapetis
2014-07-20SAGA: Move ITE credits together with the other ITE static dataFilippos Karapetis
2014-07-20SAGA: Move the ITE intro text together with the other static ITE dataFilippos Karapetis
2014-07-20SAGA: Add wrappers for queuing music eventsFilippos Karapetis
2014-07-20SAGA: Get rid of the MUSIC_DEFAULT flagFilippos Karapetis
2014-07-20SAGA: Fix spacingFilippos Karapetis
2014-07-20SAGA: Move and rename some defines which are only used in the ITE introFilippos Karapetis
2014-07-20MADS: Initialise _lineIndexTorbjörn Andersson
Without this, Rex Nebular crashes on startup for me.
2014-07-20BUILD: Add port specific makefile for AmigaOS4.D G Turner
This moves the AmigaOS4 specific packaging rules from the global ports.mk to a port specific makefile in the AmigaOS subdirectory of the SDL backend (used for AmigaOS). Previously, port specific makefiles were only used for cross compiling builds and thus had a single entry in the cross compiling section of the configure. Since AmigaOS4 is a desktop system supporting native build, this required a second entry for when the host system is detected as ppc-amigaos to support native builds. However, currently this does break packaging of cross compiled builds for Win32, OSX and Unix when done on AmigaOS4... but this is not likely and has limited impact. To fix this, default _port_mk lines would need to be added to the sections of the cross compiling switch for mingw32 etc. to override the AmigaOS4 OS setting of _port_mk.
2014-07-20BUILD: Change AmigaOS4 packaging target to "amigaos4dist".D G Turner
This is a clearer naming, but needs update to buildbot to support. AmigaOS4 Porter (raziel_) is already aware of this.
2014-07-20BUILD: Fix AmigaOS4 build variable naming to be clearer.D G Turner
2014-07-19MADS: Remove redundant saved surface from FullScreenDialog base classPaul Gilbert
2014-07-18MADS: Fixes for compilation warningsPaul Gilbert
2014-07-18MADS: Beginnings of work on Rex Nebular main menuPaul Gilbert
2014-07-17CREATE_PROJECT/MSVC: allow include SDL includes from SDL subdirPawel Kolodziejski
2014-07-13Revert "NEWS: Fix typo"Filippos Karapetis
This reverts commit ebcb9ee178629d3eb1395695dce0add516b8b7ff. My mistake, the punctuation was correct here.
2014-07-13NEWS: Fix typoFilippos Karapetis
2014-07-13MT32: Sync with the latest changes in muntFilippos Karapetis
This syncs the code with munt commit fa8b4f899d, avoiding usage of a global constructor
2014-07-12SCUMM: Fix potential crash in o5_setClass()Torbjörn Andersson
If 'obj' was exactly equal to _numActors, derefActor() would have complained about it being an invalid actor. I haven't seen any bug reports about this, so presumably it never actually happened.
2014-07-11MADE: Print v1 database debugging at level 1 instead of all the timeMatthew Hoops
2014-07-11MADE: Error out when a picture cannot be foundMatthew Hoops
2014-07-11MADE: Error out when a blocks file fails to openMatthew Hoops
2014-07-11MAEMO: Sync changelog with 1.7.0Eugene Sandulenko
2014-07-11NEWS: Specify 1.7.0 release dateEugene Sandulenko
2014-07-11NEWS: Synchronize with branch-1-7Willem Jan Palenstijn
2014-07-11CREDITS: Add Haiku port maintained by Luc SchrijversSven Hesse
Quoth Luc Schrijvers (Begasus) on scummvm-devel: "Haiku is stepping up and there is a recipe (script to build scummvm) in the haikuporters git repo [...] I'll still do a full build and make it available for download that could be upped on your download page when ready"
2014-07-11CREDITS: Retire BeOS porter Stefan ParviainenSven Hesse
Quoth Luc Schrijvers (Begasus) on scummvm-devel: "BeOS isn't maintained anymore (latest version still working on BeOS was something like 1.0."
2014-07-11DISTS/REDHAT: Add libmad build patchWillem Jan Palenstijn
From LinuxFromScratch (cherry picked from commit cf8017e768783bae94a984763c89535ec9c6a056)
2014-07-11DISTS/FEDORA: Package wintermute.zipWillem Jan Palenstijn
(cherry picked from commit 02c371397d5a2b81d3f5f4bb0f47f362f43b821d)
2014-07-11DISTS/FEDORA: Add (back) mpeg2dec dependencyWillem Jan Palenstijn
(cherry picked from commit 2347d29cddd9831d429853e1d9979b1941ce7124)
2014-07-11CREDITS: Added Fedor Strizhniou, moved Keith Scroggins for correctness.anotherguest
2014-07-10NEWS: Add Pegasus itemsMatthew Hoops
2014-07-11MT32: Comment out default showLCDMessage/printDebug implementations.Johannes Schickel
This keeps the original MUNT code in showLCDMessage/printDebug and simply comments it out. This *silences* a warning about debug use in our former default replacement code. Since we already implement a ReportHandler there is no need to adapt the default implementation. This is not the cleanest way but the solution which requires the least changes to MUNT code.