Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-26 | SAGA: Added detection entries for IHNM Hungarian fan translation - Bug #7886 | Matan Bareket | |
2017-10-26 | SAGA: Add Code to Support French Fan Translation. | D G Turner | |
This code was supplied by Darknior (hugues.fabien@gmail.com). | |||
2016-03-28 | SAGA: Move IHNM color fix game features to proper spot. | Eugene Sandulenko | |
2016-03-28 | SAGA: Explicitely mark versions which require color shifting in interface. ↵ | Eugene Sandulenko | |
Fixes bug #7092 | |||
2016-03-27 | SAGA: Added German fan-translated IHNM detection. Bug #7091 | Eugene Sandulenko | |
2016-01-10 | SAGA: Add support for Russian fan-translation of IHNM | Eugene Sandulenko | |
Released about 2 years ago and is translating the subtitles in contrast to the version released on CD which has only poorly done voice-overs. | |||
2015-07-08 | SAGA: Add another German version of ITE - bug #6428 | Filippos Karapetis | |
This is the German Windows/Mac version distributed by GoG | |||
2015-07-04 | SAGA: Initial work on the DOS ITE demo | Filippos Karapetis | |
2014-06-28 | SAGA: Added detection for Chinese floppy ITE. Needs CJK rendering | Eugene Sandulenko | |
2014-02-18 | SAGA: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops | |
"PC" was very ambiguous and now it matches what we show in the GUI. This also corrects sword2's platform to Windows. | |||
2011-11-16 | LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE) | Strangerke | |
2011-10-24 | LAUNCHER: Add GUIO_NOASPECT to saga | Strangerke | |
2011-10-23 | AD: Switched rest of the engines to new GUIO | Eugene Sandulenko | |
2011-08-06 | SAGA: Flag CD titles with ADGF_CD | Tarek Soliman | |
2011-07-09 | SAGA: Removed several game flags, which are now found more reliably on the fly | Filippos Karapetis | |
- The logo screens of all ITE versions are shown correctly now - Wyrmkeep versions, demo versions with scene substitutes, demos with mono music and demo versions with LE VOX encoded voices are all found automatically now | |||
2011-06-16 | SAGA: flag all WIP games with ADGF_UNSTABLE | Tarek Soliman | |
SAGA 2 Games | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2010-05-16 | Added automatic detection of the IHNM demo | Filippos Karapetis | |
svn-id: r49047 | |||
2010-05-16 | Added automatic detection for the non-interactive ITE demos | Filippos Karapetis | |
svn-id: r49046 | |||
2010-01-11 | Fix bug #2929619: "IHNM: Small problem detecting German version" | Eugene Sandulenko | |
svn-id: r47255 | |||
2009-12-24 | Fix detection for ITE Floppy Italian | Eugene Sandulenko | |
svn-id: r46537 | |||
2009-12-23 | Add more information to Italian fan translations of ITE as mentioned in | Eugene Sandulenko | |
bugreport #2871990: "ITE: Italian FAN translation regression" svn-id: r46520 | |||
2009-09-17 | Corrected the size of one of the Italian fan-translated versions of ITE (bug ↵ | Filippos Karapetis | |
report #2845399) svn-id: r44141 | |||
2009-06-06 | Added game GUI options to advancedDetector and updated all engines | Eugene Sandulenko | |
svn-id: r41272 | |||
2009-03-08 | Added game object data files for dino and FTA2 | Filippos Karapetis | |
svn-id: r39237 | |||
2009-03-08 | - Reworked the different file types a bit | Filippos Karapetis | |
- Some initial work on Dinotopia's intro sequence svn-id: r39234 | |||
2009-03-07 | Fixed bug #2665117 - "ITE: Italian Floppy version wrong size" | Filippos Karapetis | |
svn-id: r39205 | |||
2009-01-29 | Moved AdvancedDetector from common/ to engines/ | Max Horn | |
svn-id: r36132 | |||
2009-01-06 | Sound in the old Mac Guild version of ITE is correct again | Filippos Karapetis | |
svn-id: r35762 | |||
2009-01-04 | Got rid of explicit game sound info | Filippos Karapetis | |
svn-id: r35727 | |||
2009-01-04 | Improved handling of sound resources | Filippos Karapetis | |
svn-id: r35724 | |||
2009-01-02 | Wrapped SAGA 2 game entries around appropriate defines | Filippos Karapetis | |
svn-id: r35678 | |||
2009-01-02 | - Split the IHNM script functions into a different file | Filippos Karapetis | |
- Added two new defines, ENABLE_IHNM and ENABLE_SAGA2 (enabled by default), which can be used to remove the parts of the SAGA engine which are specific to IHNM and SAGA 2 games. Hopefully, this will reduce the size of the engine even more for platforms with little memory (e.g. the Nintendo DS) svn-id: r35672 | |||
2009-01-01 | Simplified sound resource loading | Filippos Karapetis | |
svn-id: r35649 | |||
2008-12-29 | - Removed game sound information for sound types that it can be determined ↵ | Filippos Karapetis | |
automatically. The game sound information left is now used as override info for certain sound types (e.g. PCM) - Added stubs for Shorten audio type, used in SAGA2 games svn-id: r35616 | |||
2008-12-29 | - IHNM Mac loads correctly again | Filippos Karapetis | |
- Removed isBigEndian from GameSoundInfo - Removed GF_BIG_ENDIAN_DATA - Stopped loading the options panel for non-interactive ITE demos (it doesn't exist) - Fixed crash when exiting from non-interactive ITE demos svn-id: r35615 | |||
2008-12-21 | - Added some stubs for the SAGA2 games dino and fta2 | Filippos Karapetis | |
- Stopped loading the isomap and puzzle game modules for IHNM, as they are not used for that game (this saves some memory for IHNM) - Removed getDisplayWidth() and getDisplayHeight() svn-id: r35473 | |||
2008-12-21 | Cleaned up the mess with game IDs and game types: removed game types, ↵ | Filippos Karapetis | |
reduced the game IDs and added game features where necessary svn-id: r35467 | |||
2008-12-20 | Partial fix for bug #2453189 - "ITE: mass adding results in incorrect ↵ | Filippos Karapetis | |
targets" (the Italian multiplatform fan translated version is still missing) svn-id: r35449 | |||
2008-12-20 | Fixed bug #2453183 - "IHNM: mass adding results in incorrect targets" | Filippos Karapetis | |
svn-id: r35448 | |||
2008-11-13 | Fix for bug #2277597 - "ITE: Classic Mac alternate md5sums / Voices not ↵ | Filippos Karapetis | |
detected" svn-id: r35051 | |||
2008-09-30 | SAGA: Removed patchesCount from SAGAGameDescription | Max Horn | |
svn-id: r34693 | |||
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-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-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-11 | Cleanup | Filippos Karapetis | |
svn-id: r30412 | |||
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-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30238 |