index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
kyra
/
plugin.cpp
Age
Commit message (
Expand
)
Author
2007-04-15
- Renamed some files for consistency with other engines.
Johannes Schickel
2007-03-12
WIP code for Amiga version:
Johannes Schickel
2007-03-07
- cleanup
Johannes Schickel
2007-02-24
Add the Hand of Fate demo.
Travis Howell
2007-02-13
Changed detectBestMatchingGame to return a pointer to a ADGameDescription (or...
Max Horn
2007-02-13
Rename Common::GF_XXX to Common::ADGF_XXX
Eugene Sandulenko
2007-02-13
(re)added flags field to ADGameDescription, with currently only one value (GF...
Max Horn
2007-02-12
Support for Japanese FM-Towns version. (code contributed by Florian Kagerer, ...
Johannes Schickel
2007-02-04
AdvancedDetector now has built-in fallback detection based on file lists.
Eugene Sandulenko
2007-02-03
Use the platform/language values computed by the detector
Max Horn
2007-02-01
ops
Johannes Schickel
2007-02-01
Handles multi language games the way gob engine does.
Johannes Schickel
2007-01-30
warnings
Gregory Montoir
2007-01-29
- adds support for FM-Towns SFX (thanks to Florian Kagerer for his source)
Johannes Schickel
2007-01-28
Add more paramteres to AdvancedDetector. Not used yet.
Eugene Sandulenko
2007-01-26
remvoed some unneeded static keywords.
Johannes Schickel
2007-01-25
Lots of cleanup in the AdvancedDetector
Max Horn
2007-01-25
Adds basic support for the FM Towns version with some restrictions:
Johannes Schickel
2007-01-25
cleanup
Johannes Schickel
2007-01-25
Using 0 flags for null id instead of KYRA2_UNK_FLAGS.
Johannes Schickel
2007-01-25
Adding language/platform overwriting removed in r25170 (by accident?)
Johannes Schickel
2007-01-25
Reduce #include dependencies
Eugene Sandulenko
2007-01-25
Don't invoke AdvancedDetector directly, but rather use ADVANCED_DETECTOR_DETE...
Max Horn
2007-01-25
Merged setupGameFlags into Engine_KYRA_create (removing some obsolete code in...
Max Horn
2007-01-24
Add optional size parameter to ADGameFileDescription. Not used now.
Eugene Sandulenko
2007-01-24
Hide all AdvacedDetector parameters into a structure for easier maintenance
Eugene Sandulenko
2007-01-20
First phase of detection-related plugins interface improvements. Now plugins
Eugene Sandulenko
2007-01-13
Fix for language selection.
Johannes Schickel
2006-12-29
Make ADGameFileDescription is built in directly into ADGameDescription.
Eugene Sandulenko
2006-12-20
Stripped some more real_ prefixes from function names; also added a new FIXME...
Max Horn
2006-12-19
Changed Engine_KYRA_detectGames to use ADVANCED_DETECTOR_DETECT_GAMES_FUNCTIO...
Max Horn
2006-12-19
Further AdvancedDetector cleanup (in particular, renamed ADGameDescription::n...
Max Horn
2006-12-19
* Simplified code in AdvancedDetector::detectGame
Max Horn
2006-12-19
* Change the GameList typedef to a proper class with an additional
Max Horn
2006-12-19
Get rif od ARRAYSIZE in ADGameDescription
Eugene Sandulenko
2006-12-19
Got rid of ARRAYSIZE in advanceDetector calls
Eugene Sandulenko
2006-11-12
Reworked code in the advanced game detector (getting rid of much of the evil ...
Max Horn
2006-11-10
Next step in AdvancedDetector unification. Moved all common functions to
Eugene Sandulenko
2006-11-09
oops add comment about german floppy version details again
Johannes Schickel
2006-11-09
- switches to Common::AdvancedDetector
Johannes Schickel
2006-10-22
Some AMIGA resource loading code (of course it's still not supported).
Johannes Schickel
2006-09-18
Fixes the Macintosh related problems Krest mentioned on the IRC channel.
Johannes Schickel
2006-09-17
- removes the kyra specific language flag system, and uses the language enum ...
Johannes Schickel
2006-08-26
Adds some framework for the Kyra2 intro, expands it a little bit and adds som...
Oystein Eftevaag
2006-07-31
* Added copyright string to all engine plugins
Max Horn
2006-07-28
Moves the kyra2 code to kyra2.cpp and kyra2.h, renames WSAMovieV3 to WSAMovie...
Oystein Eftevaag
2006-07-27
- moving KyraEngine_v3 declaration to newly added kyra3.h
Johannes Schickel
2006-07-22
- let md5_file accept a FilesystemNode too
Johannes Schickel
2006-07-22
Changes usage of FilesystemNode::name to FilesystemNode::displayName in the d...
Johannes Schickel
2006-07-15
A little cleanup (merges kyra1_games, kyra2_games, kyra3_games into kyra_games)
Johannes Schickel
[next]