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
/
agos
/
game.cpp
Age
Commit message (
Expand
)
Author
2007-02-13
Changed detectBestMatchingGame to return a pointer to a ADGameDescription (or...
Max Horn
2007-02-13
AdvancedDetector changes:
Max Horn
2007-02-13
Renamed kADFlagComplexID to kADFlagAugmentPreferredTarget, document it, and a...
Max Horn
2007-02-04
AdvancedDetector now has built-in fallback detection based on file lists.
Eugene Sandulenko
2007-01-28
Add more paramteres to AdvancedDetector. Not used yet.
Eugene Sandulenko
2007-01-25
Lots of cleanup in the AdvancedDetector
Max Horn
2007-01-25
Reduce #include dependencies
Eugene Sandulenko
2007-01-24
Hide all AdvacedDetector parameters into a structure for easier maintenance
Eugene Sandulenko
2007-01-21
Removed common/advancedDetector.h from agos.h, thus reducing the number of bu...
Max Horn
2007-01-20
First phase of detection-related plugins interface improvements. Now plugins
Eugene Sandulenko
2006-12-29
Make ADGameFileDescription is built in directly into ADGameDescription.
Eugene Sandulenko
2006-12-19
Renamed real_ADVANCED_DETECTOR_DETECT_GAMES_FUNCTION to ADVANCED_DETECTOR_DET...
Max Horn
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-03
got rid of two memory leaks
Gregory Montoir
2006-10-24
const correctness
Max Horn
2006-10-19
Split md5 details for game detection into separate file
Travis Howell
2006-10-16
Add patch #1578573 - ELVIRA: More game versions
Travis Howell
2006-10-16
Enable menus in Elvira 2
Travis Howell
2006-10-16
Auto decrunch the gamexx file when required
Travis Howell
2006-10-15
Minor cleanup
Travis Howell
2006-10-15
Add AtariST version of Elvira 2
Travis Howell
2006-10-14
Add game details for menu file used by early games
Travis Howell
2006-10-14
Remove unneeded #includes.
Eugene Sandulenko
2006-10-14
Correct cut and paste error in gameid
Travis Howell
2006-10-11
Add AtariST version of Elvira 1 and cleanup
Travis Howell
2006-10-09
Add Amiga ECS verison of Simon the Sorcerer 1
Travis Howell
2006-10-08
Replaced evil usage of static globals inside function by proper member variables
Max Horn
2006-10-08
Added more const qualifiers
Max Horn
2006-10-08
A few corrections for Elvira 1 game details
Travis Howell
2006-10-06
Correct typo in game title for Elvira 2
Travis Howell
2006-10-06
Correct game titles for Elvira 1/2
Travis Howell
2006-10-06
Add Amiga demo of Elvira, and switch to elvira1 for Elvira
Travis Howell
2006-10-05
Add Amiga versions of Elvira 1/2 and Waxworks
Travis Howell
2006-10-04
Fix palette regression
Travis Howell
2006-10-04
Add French version of Elvira 2
Travis Howell
2006-10-04
Correct number of variables in Elvira 1/2
Travis Howell
2006-10-03
Fix sound effects regression in simon1dos and remove excess game ids
Travis Howell
2006-10-02
Moved unrelated fields out of ADGameDescription structure.
Eugene Sandulenko
2006-10-02
Unify SAGA/AGOS detection code so other engines could also reuse it
Eugene Sandulenko
2006-10-01
Fixed msvc8 build.
Johannes Schickel
2006-09-30
Update md5 details for Elvira 1
Travis Howell
2006-09-29
When starting a game, make sure that it has the desired target name. The old
Torbjörn Andersson
2006-09-29
Some minor formating changes.
Torbjörn Andersson
2006-09-29
Phase 5 of Simon engine renaming. Renamed namespace Simon -> AGOS and
Eugene Sandulenko
2006-09-29
Phase 2 of Simon renaming. Simon directory renaming
Eugene Sandulenko