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-26 20:59:00 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
engines
/
touche
History
Max Horn
ed54ea9155
Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again
...
svn-id: r26180
2007-03-17 19:02:05 +00:00
..
graphics.cpp
added md5 for spanish version of Touche (tracker item
#1681643
)
2007-03-16 22:51:03 +00:00
graphics.h
added font data for french version (and probably all other localized versions)
2006-11-18 11:53:36 +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
added basic MIDI playback
2006-11-05 00:29:34 +00:00
opcodes.cpp
renamed an opcode, fixed an assert condition
2007-01-08 12:39:31 +00:00
plugin.cpp
added md5 for spanish version of Touche (tracker item
#1681643
)
2007-03-16 22:51:03 +00:00
resource.cpp
Trying to unify the order in which we try the various audio formats: Prefer FLAC (lossless) over Ogg Vorbis ('free') over MP3 -- the order is admittedly somewhat arbitrary, but at least now it's consistent across all parts of ScummVM
2007-02-24 23:40:28 +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
minor cleanup, _spritesTable is no more static
2006-11-23 22:25:04 +00:00
touche.cpp
Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again
2007-03-17 19:02:05 +00:00
touche.h
Moved Touche engine to AdvancedDetector.
2007-01-30 00:24:09 +00:00
ui.cpp
Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again
2007-03-17 19:02:05 +00:00