This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-01-24 03:24:50 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
engines
History
Robert Göffringmann
fb59ee92a2
corrected printf string
...
svn-id: r26363
2007-04-01 20:06:26 +00:00
..
agi
added the instance of EventManager returned by OSystem::getEventManager as a member of the Engine base class. This allows to simply the code a bit and should more efficient too (ie. less virtual function chain calls, obj->getA()->getB()). Also updated several engines to make use of it.
2007-04-01 17:36:13 +00:00
agos
added the instance of EventManager returned by OSystem::getEventManager as a member of the Engine base class. This allows to simply the code a bit and should more efficient too (ie. less virtual function chain calls, obj->getA()->getB()). Also updated several engines to make use of it.
2007-04-01 17:36:13 +00:00
cine
Added FIXME comment to CINE regarding an odd warning in processSeqListElement
2007-03-19 22:30:28 +00:00
gob
Changed waitEndSoundSlice() to react more dynamically to enforce audio/video sync
2007-03-31 15:25:54 +00:00
kyra
added the instance of EventManager returned by OSystem::getEventManager as a member of the Engine base class. This allows to simply the code a bit and should more efficient too (ie. less virtual function chain calls, obj->getA()->getB()). Also updated several engines to make use of it.
2007-04-01 17:36:13 +00:00
lure
Bugfix to correctly remove an item from a character's inventory when it is deactivated
2007-04-01 11:48:54 +00:00
parallaction
Renamed classes for consistency.
2007-04-01 19:58:53 +00:00
queen
enabled music volume changes in Amiga version
2007-03-20 23:24:54 +00:00
saga
added the instance of EventManager returned by OSystem::getEventManager as a member of the Engine base class. This allows to simply the code a bit and should more efficient too (ie. less virtual function chain calls, obj->getA()->getB()). Also updated several engines to make use of it.
2007-04-01 17:36:13 +00:00
scumm
Fixed grammar in a comment
2007-04-01 17:54:29 +00:00
sky
corrected printf string
2007-04-01 20:06:26 +00:00
sword1
Changed _sys -> _system, matching (almost?) all other cases where we have an OSystem* member var
2007-04-01 18:05:11 +00:00
sword2
added the instance of EventManager returned by OSystem::getEventManager as a member of the Engine base class. This allows to simply the code a bit and should more efficient too (ie. less virtual function chain calls, obj->getA()->getB()). Also updated several engines to make use of it.
2007-04-01 17:36:13 +00:00
touche
Replaced another use of getEventManager() by using Engine::_eventMan
2007-04-01 18:08:19 +00:00
engine.cpp
added the instance of EventManager returned by OSystem::getEventManager as a member of the Engine base class. This allows to simply the code a bit and should more efficient too (ie. less virtual function chain calls, obj->getA()->getB()). Also updated several engines to make use of it.
2007-04-01 17:36:13 +00:00
engine.h
added the instance of EventManager returned by OSystem::getEventManager as a member of the Engine base class. This allows to simply the code a bit and should more efficient too (ie. less virtual function chain calls, obj->getA()->getB()). Also updated several engines to make use of it.
2007-04-01 17:36:13 +00:00
engines.mk
Initial import of Parallaction engine
2007-01-14 21:29:12 +00:00
module.mk
Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the linker dependency graph). Porters will have to update project files
2006-09-23 00:42:35 +00:00