Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-01 | ACCESS: Add Amazon floppy detection and skeleton for Amazon engine | Paul Gilbert | |
2014-08-01 | ACCESS: Added resources for cursors | Paul Gilbert | |
2014-07-29 | ACCESS: Main engine skeleton and events manager | Paul Gilbert | |
2014-07-29 | ACCESS: Initial engine skeleton | Paul Gilbert | |
2014-07-27 | MADS: Beginnings of exit advert view | Paul Gilbert | |
2014-07-27 | MADS: Fix invalid parameter in error call | Paul Gilbert | |
2014-07-27 | MADS: Beginnings of animation view class | Paul Gilbert | |
2014-07-27 | MADS: Beginnings of re-implementing text view class | Paul Gilbert | |
2014-07-27 | MADS: Silence GCC warning | Torbjörn Andersson | |
2014-07-27 | MADS: Main menu selections now working | Paul Gilbert | |
2014-07-27 | MADS: Menu item highlighting and selection animation now working | Paul Gilbert | |
2014-07-26 | MADS: Add support to event manager for intercepting events | Paul Gilbert | |
2014-07-26 | MADS: Cleanup of menu item positioning | Paul Gilbert | |
2014-07-26 | MADS: Menuitems now animating correctly for the main menu | Paul Gilbert | |
2014-07-25 | MADS: Main menu background is now correctly loading | Paul Gilbert | |
2014-07-24 | MADS: Clean up _depthStyle usage in DepthSurface class | Paul Gilbert | |
2014-07-24 | SCI: Small formatting fix. | Johannes Schickel | |
2014-07-23 | DISTS/REDHAT: Package neverhood.dat | Willem Jan Palenstijn | |
2014-07-23 | MADS: WIP handling of V2 walk nodes and walkable areas | Filippos Karapetis | |
2014-07-23 | MADS: Add support for FAB decompression in the dump_file command | Filippos Karapetis | |
2014-07-22 | WME: added few more games. added ability to detect from exe files. | Pawel Kolodziejski | |
2014-07-22 | SCUMM: 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-22 | SCUMM: Add HE100 differences when resetting sprites. | Kirben | |
2014-07-20 | MADS: Fix palette method signature | Paul Gilbert | |
2014-07-20 | SAGA: Add support for MIDI music in SAGA2 games | Filippos Karapetis | |
2014-07-20 | SAGA: Cleanup | Filippos Karapetis | |
2014-07-20 | SAGA: Add debug commands for playing music, sounds and voices | Filippos Karapetis | |
2014-07-20 | SAGA: Some renaming | Filippos Karapetis | |
2014-07-20 | SAGA: Remove the now unneeded individual cave scene handlers | Filippos Karapetis | |
2014-07-20 | SAGA: Merge all of the ITE intro cave scene handlers | Filippos Karapetis | |
2014-07-20 | SAGA: Move ITE credits together with the other ITE static data | Filippos Karapetis | |
2014-07-20 | SAGA: Move the ITE intro text together with the other static ITE data | Filippos Karapetis | |
2014-07-20 | SAGA: Add wrappers for queuing music events | Filippos Karapetis | |
2014-07-20 | SAGA: Get rid of the MUSIC_DEFAULT flag | Filippos Karapetis | |
2014-07-20 | SAGA: Fix spacing | Filippos Karapetis | |
2014-07-20 | SAGA: Move and rename some defines which are only used in the ITE intro | Filippos Karapetis | |
2014-07-20 | MADS: Initialise _lineIndex | Torbjörn Andersson | |
Without this, Rex Nebular crashes on startup for me. | |||
2014-07-20 | BUILD: 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-20 | BUILD: 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-20 | BUILD: Fix AmigaOS4 build variable naming to be clearer. | D G Turner | |
2014-07-19 | MADS: Remove redundant saved surface from FullScreenDialog base class | Paul Gilbert | |
2014-07-18 | MADS: Fixes for compilation warnings | Paul Gilbert | |
2014-07-18 | MADS: Beginnings of work on Rex Nebular main menu | Paul Gilbert | |
2014-07-17 | CREATE_PROJECT/MSVC: allow include SDL includes from SDL subdir | Pawel Kolodziejski | |
2014-07-13 | Revert "NEWS: Fix typo" | Filippos Karapetis | |
This reverts commit ebcb9ee178629d3eb1395695dce0add516b8b7ff. My mistake, the punctuation was correct here. | |||
2014-07-13 | NEWS: Fix typo | Filippos Karapetis | |
2014-07-13 | MT32: Sync with the latest changes in munt | Filippos Karapetis | |
This syncs the code with munt commit fa8b4f899d, avoiding usage of a global constructor | |||
2014-07-12 | SCUMM: 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-11 | MADE: Print v1 database debugging at level 1 instead of all the time | Matthew Hoops | |
2014-07-11 | MADE: Error out when a picture cannot be found | Matthew Hoops | |