Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-18 | CGE2: Rework snSetRef(). | uruk | |
2014-07-18 | CGE2: Silence GCC warnings. | uruk | |
2014-07-17 | CGE2: Use locate instead() of take() in CGE2Eninge::locate(). | uruk | |
It fixes the regression with the hole of the sign post on the ground from scene 6 and the display bug in the hospital. | |||
2014-07-17 | CGE2: Add destructor to Hero(). | uruk | |
Hopefully it will cut short the leak problems with _dim[]. | |||
2014-07-17 | CGE2: Initialize _wideSpace in InfoLine's constructor. | uruk | |
2014-07-17 | CGE2: Use locate() instead of take() where possible. | uruk | |
2014-07-17 | CGE2: Smaller revision regarding Spare. | uruk | |
2014-07-17 | CGE2: Get rid of _sprite. | uruk | |
2014-07-17 | CGE2: Fix memory leak regarding Sprite::ghost(). | uruk | |
uint8 *v = new uint8; was the faulty line in Sprite::ghost(), and it should be released right here. | |||
2014-07-17 | CREATE_PROJECT/MSVC: allow include SDL includes from SDL subdir | Pawel Kolodziejski | |
2014-07-15 | CGE2: Rework getText() so it works nicely with offUse(). | uruk | |
2014-07-15 | CGE2: Add Hero::contract(). | uruk | |
Fix the crash introduced by previous commit on the second scene. | |||
2014-07-15 | CGE2: Try a different approach regarding _dim. | uruk | |
Now it doesn't crash the hospital scene, but I am not entirely sure it's totally leak-free... | |||
2014-07-15 | CGE2: Some rework in snail | Strangerke | |
2014-07-15 | CGE2: Implement snRoom(). | uruk | |
2014-07-15 | CGE2: Fix the intro animation. | uruk | |
2014-07-15 | CGE2: Get rid of _mode. | uruk | |
2014-07-15 | CGE2: Remove unnecessary comment from sceneUp(). | uruk | |
2014-07-15 | CGE2: Hopefully fix a memory leak problem regarding Hero::_dim; | uruk | |
2014-07-14 | CGE2: Unstub CommandHandler::reset(). | uruk | |
2014-07-14 | CGE2: Unstub showTitle(). | uruk | |
2014-07-14 | CGE2: Remove unused classes from vga13h. | uruk | |
2014-07-14 | CGE2: Unstub movie(). | uruk | |
2014-07-14 | CGE2: Remove unnecessary comment from ~Vga(). | uruk | |
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 | |
2014-07-11 | MADE: Error out when a blocks file fails to open | Matthew Hoops | |
2014-07-11 | MAEMO: Sync changelog with 1.7.0 | Eugene Sandulenko | |
2014-07-11 | NEWS: Specify 1.7.0 release date | Eugene Sandulenko | |
2014-07-11 | NEWS: Synchronize with branch-1-7 | Willem Jan Palenstijn | |
2014-07-11 | CREDITS: Add Haiku port maintained by Luc Schrijvers | Sven 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-11 | CREDITS: Retire BeOS porter Stefan Parviainen | Sven 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-11 | DISTS/REDHAT: Add libmad build patch | Willem Jan Palenstijn | |
From LinuxFromScratch (cherry picked from commit cf8017e768783bae94a984763c89535ec9c6a056) | |||
2014-07-11 | DISTS/FEDORA: Package wintermute.zip | Willem Jan Palenstijn | |
(cherry picked from commit 02c371397d5a2b81d3f5f4bb0f47f362f43b821d) | |||
2014-07-11 | DISTS/FEDORA: Add (back) mpeg2dec dependency | Willem Jan Palenstijn | |
(cherry picked from commit 2347d29cddd9831d429853e1d9979b1941ce7124) | |||
2014-07-11 | CREDITS: Added Fedor Strizhniou, moved Keith Scroggins for correctness. | anotherguest | |
2014-07-10 | NEWS: Add Pegasus items | Matthew Hoops | |
2014-07-11 | MT32: 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. | |||
2014-07-11 | Revert "MT32: Avoid runtime abort due to non-POD object pass in MT32 Emulator." | Johannes Schickel | |
This reverts commit 6731eb21e3e4c1fa2470ed03a3547d45b3dff6e3. |