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
/
gob
/
gob.cpp
Age
Commit message (
Expand
)
Author
2006-04-29
* Changed the createEngine() factory function of our plugins to return an err...
Max Horn
2006-04-18
- Closed the stub in Draw_v2::printText()
Sven Hesse
2006-04-18
- I misunderstood Draw::initBigSprite(); fixed
Sven Hesse
2006-04-16
Removed the directory parameter from md5_file
Max Horn
2006-04-15
- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...
Max Horn
2006-04-13
- More stubs, the intro now works completely (with extreme graphical
Sven Hesse
2006-04-08
Modified the REGISTER_PLUGIN macro so that it allows (and requires) a trailin...
Max Horn
2006-04-08
Renamed various *GameSettings to GameSettings (our namespaces are enough to d...
Max Horn
2006-03-28
Renamed various container isEmpty() methods to empty() to match STL conventions
Max Horn
2006-03-25
- Implemented case insensitive file reading. Left old system as a fallback
Eugene Sandulenko
2006-03-18
workaround: manually add delay when showing image between levels in gob1 ega
Willem Jan Palenstijn
2006-03-09
- Renamed GameSettings to PlainGameDescriptor
Max Horn
2006-03-09
- added new toDetectedGame() template function (analog to toGameSettings)
Max Horn
2006-03-02
Fix for bug #1438822 (Targets are case sensitive)
Max Horn
2006-02-25
Fix c&p mistake in adding DEBUG_PARSER debug level
Sven Hesse
2006-02-24
Changed debug()s to debugC()s
Sven Hesse
2006-02-21
More GOB2 changes (Mult::loadMult()) + correcting some mistakes I made
Sven Hesse
2006-02-18
- renamed PLUGIN_getSupportedGames to PLUGIN_gameIDList for consistency
Max Horn
2006-02-18
Enable gob2 detection
Eugene Sandulenko
2006-02-18
Simplified use of namespaces
Eugene Sandulenko
2006-02-18
- Removed the 'features' field from GameSettings
Max Horn
2006-02-17
Removed lots of unneeded #includes from gob.h, and moved GobGameSettings to g...
Max Horn
2006-02-17
Added global toGameSettings() template function for convenience; simplified G...
Max Horn
2006-02-17
Reduced use of GF_DEFAULT_TO_1X_SCALER in favor of a new param to Engine::ini...
Max Horn
2006-02-11
Moved engines to the new engines/ directory
Max Horn