aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/introproc_ite.cpp
AgeCommit message (Collapse)Author
2015-07-04SAGA: Initial work on the DOS ITE demoFilippos Karapetis
2014-10-28SAGA: Remove trailing whitespaceFilippos 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: Move and rename some defines which are only used in the ITE introFilippos Karapetis
2014-02-18SAGA: Make GPL headers consistent in themselves.Johannes Schickel
2013-10-08SAGA: Remove unused assignment. CID 1002506Eugene Sandulenko
2013-10-08SAGA: Remove unused assignment. CID 1002505Eugene Sandulenko
2012-05-20SAGA: Fix bug #3528338 - "ITE: Subtitles always shown in introduction"Filippos Karapetis
2011-07-09SAGA: Removed several game flags, which are now found more reliably on the flyFilippos 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-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-10-24SAGA: replace Scene::_resourceList, Interface::_inventory malloc arrays with ↵Andrew Kurushin
Common::Array svn-id: r53773
2010-10-24ALL: Fix various typos (patch #3093266)Max Horn
svn-id: r53762
2010-10-23SAGA: replace Events malloc base linked list with Common::ListAndrew Kurushin
svn-id: r53751
2008-12-22logicalWidth -> widthFilippos Karapetis
logicalHeight -> height svn-id: r35488
2008-12-22- Split the SAGA resource manager in 3 different ones, depending on the ↵Filippos Karapetis
resource type (RSC for ITE, RES for IHNM and HRS for DINO/FTA2). The SAGA 2 HRS resource manager is still a stub - Added detection for the voice file of FTA2 svn-id: r35484
2008-12-21- Added some stubs for the SAGA2 games dino and fta2Filippos 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-21Cleaned 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-11-23Corrected wrong extended characters provided in the translated hardcoded ↵Filippos Karapetis
strings for ITE. Fixes bug #2045157 - "ITE: wrong accented characters in italian fan version" svn-id: r35158
2008-05-26Renamed files for consistencyFilippos Karapetis
svn-id: r32283