Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-28 | Cleanup | Filippos Karapetis | |
svn-id: r33373 | |||
2008-06-16 | Cleaned up some unnecessary comments | Christopher Page | |
svn-id: r32721 | |||
2008-06-12 | SAGA: Fixed memory leaks in the SAGA engine | Christopher Page | |
svn-id: r32673 | |||
2008-06-04 | - Removed -Wconversion from compiler options for g++ 4.3, it's behavior has ↵ | Johannes Schickel | |
fundamently changed in g++ 4.3 - Added -Wno-empty-body and -Wno-parentheses as compiler flags for g++ 4.3 for *now* (we should think of removing -Wparentheses though) - Fixed some warnings for g++ 4.3 (only for the engines I'm using) svn-id: r32540 | |||
2008-06-03 | Initial WIP and still non-working code for the blinking save reminder icon ↵ | Filippos Karapetis | |
(bug reports #1981081 and #1971729) svn-id: r32521 | |||
2008-05-26 | Renamed files for consistency | Filippos Karapetis | |
svn-id: r32283 | |||
2008-05-26 | Code cleanup: | Filippos Karapetis | |
- Removed sagaresnames.h - Moved all special scenes to scene.h, and named them consistently (e.g. RID_ITE_OVERMAP_SCENE -> ITE_SCENE_OVERMAP) - Moved all resources which were used by the ITE intro into ite_introproc.cpp - Removed several defines which were only used once (e.g. the SFX names) - Reordered the GameResourceDescription resources so that ITE and IHNM specific resources are placed in the end - Updated the comment about the IHNM Mac music - Changed the callocs in loadPalAnim to mallocs, like in the rest of the code - Removed the MEM error svn-id: r32282 | |||
2008-05-26 | Cleanup | Filippos Karapetis | |
svn-id: r32280 | |||
2008-05-23 | Messages in the ITE puzzle scene will now be properly shown in Italian in ↵ | Filippos Karapetis | |
the Italian fan translation of ITE svn-id: r32221 | |||
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat | |
svn-id: r31888 | |||
2008-04-05 | Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, ↵ | Max Horn | |
kADFlagDontAugmentPreferredTarget (since all AdvDetector engines except Kyra used kADFlagAugmentPreferredTarget, it seems reasonable to assume that as default) svn-id: r31413 | |||
2008-04-05 | Fixed warning. (You shouldn't have to use floor() to simulate integer math | Torbjörn Andersson | |
anyway.) svn-id: r31411 | |||
2008-04-05 | Fixed regression from previous commit | Filippos Karapetis | |
svn-id: r31410 | |||
2008-04-05 | Simplify code | Eugene Sandulenko | |
svn-id: r31409 | |||
2008-04-05 | Added code to load (but NOT play) the external music files in the Macintosh ↵ | Filippos Karapetis | |
version of IHNM. I believe that the music in the Mac version is in TFMX format, which is not supported yet svn-id: r31408 | |||
2008-04-05 | Speech is now played correctly in the Macintosh version of IHNM | Filippos Karapetis | |
svn-id: r31405 | |||
2008-04-05 | Sound effects in the Macintosh version of IHNM are now working | Filippos Karapetis | |
svn-id: r31404 | |||
2008-04-05 | Added detection for IHNM Mac. Gampe plays, but sound and music is a big TODO | Eugene Sandulenko | |
svn-id: r31403 | |||
2008-03-14 | Started to get rid of Common::EncapsulatedADGameDesc (using plain ↵ | Max Horn | |
Common::ADGameDescription instead) svn-id: r31121 | |||
2008-03-14 | Advanced Detector: Changed fallback detector from a callback function ↵ | Max Horn | |
pointer to an overrideable method of AdvancedMetaEngine svn-id: r31119 | |||
2008-02-28 | Added a workaround so that the mob of prisoners in Nimdok's chapter is shown ↵ | Filippos Karapetis | |
correctly after a cutaway is shown svn-id: r30991 | |||
2008-02-27 | Don't change the voice bank when no voice files are present. This will stop ↵ | Filippos Karapetis | |
SAGA games from crashing when no voice files are present in talkie versions of ITE and IHNM (regression from commit #30648) svn-id: r30989 | |||
2008-02-27 | Don't do any special font mapping in the Italian fan translation of ITE, so ↵ | Filippos Karapetis | |
that Italian characters are shown correctly svn-id: r30988 | |||
2008-02-27 | Fix for bug #1895205 - "IHNM: end game text/caption error" | Filippos Karapetis | |
svn-id: r30985 | |||
2008-02-24 | This safeguard is no longer needed for IHNM | Filippos Karapetis | |
svn-id: r30956 | |||
2008-02-24 | Fix for bug #1900254 - "ITE: Glitches when bridging the gorge" | Filippos Karapetis | |
svn-id: r30955 | |||
2008-02-24 | Removed 2 unnecessary calls to File::exists() | Filippos Karapetis | |
svn-id: r30952 | |||
2008-02-23 | fix bug 1900244 "ITE: Strange animation when returning to prison cell" | Andrew Kurushin | |
svn-id: r30924 | |||
2008-02-23 | Stop printing opcodes in the debug console | Filippos Karapetis | |
svn-id: r30923 | |||
2008-02-23 | Fix for bug #1900220 - "ITE: Missing text outline" | Filippos Karapetis | |
svn-id: r30920 | |||
2008-02-23 | Fix for bug #1900258 - "ITE: Glitch when looking at the map while at the docks" | Filippos Karapetis | |
svn-id: r30919 | |||
2008-02-15 | Merged lots of _mixer->isReady() warnings into a single one in Engine ↵ | Max Horn | |
constructor svn-id: r30871 | |||
2008-02-08 | Initial support for plugin types | Jordi Vilalta Prat | |
svn-id: r30825 | |||
2008-02-07 | Fix code formatting and grammar ;) | Max Horn | |
svn-id: r30819 | |||
2008-02-03 | Revised Engine plugin API to only provide a single func which returns a ↵ | Max Horn | |
MetaEngine instance. Used this to simplify the rest of the plugin system svn-id: r30780 | |||
2008-02-03 | Changed "COMPATIBLITY" to "COMPATIBILITY". | Torbjörn Andersson | |
svn-id: r30754 | |||
2008-02-02 | Moved AdvancedMetaEngine to namespace Common | Max Horn | |
svn-id: r30736 | |||
2008-02-02 | Converted the remaining engines to use MetaEngine | Jordi Vilalta Prat | |
svn-id: r30728 | |||
2008-02-02 | New MetaEngine class (work in progress to replace the current Engine plugin ↵ | Max Horn | |
API with a more object oriented approach) svn-id: r30726 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-27 | Possible fix for the errors under older versions of GCC (e.g. under BeOS) | Filippos Karapetis | |
svn-id: r30661 | |||
2008-01-27 | Disabled a debug function which throws warnings in older versions of GCC ↵ | Filippos Karapetis | |
(e.g. under BeOS) svn-id: r30655 | |||
2008-01-27 | Limit the number of simultaneous open files in IHNM to 7, down from 12. This ↵ | Filippos Karapetis | |
is necessary for devices that can keep a limited amount of files open simultaneously, like the PSP svn-id: r30648 | |||
2008-01-22 | Code simplification | Filippos Karapetis | |
svn-id: r30617 | |||
2008-01-19 | Fixed a crash in the rat maze (reported on the forum) that made the game | Torbjörn Andersson | |
uncompletable. I sense a great disturbance in the Force... as if millions of voices cried out "ScummVM 0.11.1" and were suddenly silenced. svn-id: r30562 | |||
2008-01-11 | Cleanup | Filippos Karapetis | |
svn-id: r30412 | |||
2008-01-11 | Fixed capitalization | Filippos Karapetis | |
svn-id: r30411 | |||
2008-01-11 | Added support for the Italian fan translations of Inherit the Earth. The ↵ | Filippos Karapetis | |
original DOS CD, DOS floppy and the Wyrmkeep multi OS re-release CD have been translated to Italian svn-id: r30410 | |||
2008-01-10 | Changed an assertion to a warning | Filippos Karapetis | |
svn-id: r30369 |