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-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
2006-07-15
Changes names of Kyra2 and Kyra3 detected games.
Johannes Schickel
2006-07-08
Changes init error handling of kyra engine (engine fails at Engine_KYRA_creat...
Johannes Schickel
2006-06-24
Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp
Max Horn
2006-05-28
removes some tabs.
Johannes Schickel
2006-05-28
This could fix detecting unknown non-english versions which contain a MAIN_EN...
Johannes Schickel
2006-05-18
Cleanup.
Torbjörn Andersson
2006-05-17
Maybe the svn:keywords were already set? Maybe this will fix the file headers...
Torbjörn Andersson
2006-05-16
Removes ENABLE_KYRA2 and ENABLE_KYRA3.
Johannes Schickel
2006-05-12
- little cleanups
Johannes Schickel
2006-05-04
Adds (partial) support for italian floppy. (still hardcoded strings are missi...
Johannes Schickel
2006-05-03
Fixes typo.
Johannes Schickel
2006-05-03
- moves detection code to plugin.cpp.
Johannes Schickel