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-03-05 17:57:14 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
engines
/
touche
History
Gregory Montoir
0a37086d31
french and german versions of Touche use the same charset data (confirmed by looking in both original executables)
...
svn-id: r26819
2007-05-13 02:08:53 +00:00
..
detection.cpp
Renamed plugin.cpp to detection.cpp in all engines
2007-04-27 20:23:25 +00:00
graphics.cpp
french and german versions of Touche use the same charset data (confirmed by looking in both original executables)
2007-05-13 02:08:53 +00:00
graphics.h
french and german versions of Touche use the same charset data (confirmed by looking in both original executables)
2007-05-13 02:08:53 +00:00
midi.cpp
minor simplification
2006-12-29 23:43:36 +00:00
midi.h
cleanup
2006-11-07 22:24:48 +00:00
module.mk
Renamed plugin.cpp to detection.cpp in all engines
2007-04-27 20:23:25 +00:00
opcodes.cpp
renamed an opcode, fixed an assert condition
2007-01-08 12:39:31 +00:00
resource.cpp
this should trigger invalid resource types loads, if that ever happens
2007-05-13 02:07:54 +00:00
saveload.cpp
Added finalize() method to Common::OutSaveFile (which by default just flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing)
2007-02-17 18:55:51 +00:00
staticres.cpp
french and german versions of Touche use the same charset data (confirmed by looking in both original executables)
2007-05-13 02:08:53 +00:00
touche.cpp
Replaced another use of getEventManager() by using Engine::_eventMan
2007-04-01 18:08:19 +00:00
touche.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
ui.cpp
Replaced another use of getEventManager() by using Engine::_eventMan
2007-04-01 18:08:19 +00:00