.. |
agi
|
Big patch changing the signature of various Stream methods (some ports may need to be slightly tweaked to fix overloading errors/warnings)
|
2008-09-13 16:51:46 +00:00 |
agos
|
Replace ioFailed by err.
|
2008-09-15 12:37:24 +00:00 |
cine
|
Big patch changing the signature of various Stream methods (some ports may need to be slightly tweaked to fix overloading errors/warnings)
|
2008-09-13 16:51:46 +00:00 |
cruise
|
Don't use fileName both as a structure and as a function parameter
|
2008-09-08 14:00:26 +00:00 |
drascula
|
Cleaned up and fixed the cutscene with Von Braun's story. Fixes bugs #2111804 - "DRASCULA: Cut scene bugs" and #2059648 - "DRASCULA: VonBraun's song"
|
2008-09-16 10:44:07 +00:00 |
gob
|
Big patch changing semantics of ReadStream::eos():
|
2008-09-14 22:28:53 +00:00 |
igor
|
Fix in the Igor engine for bug #2101083 - "ANY - MSVC71 compilation fails due to warnings-as-errors"
|
2008-09-10 06:57:32 +00:00 |
kyra
|
also check for premature end-of-stream when loading
|
2008-09-15 19:34:06 +00:00 |
lure
|
Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState".
|
2008-09-11 19:47:45 +00:00 |
m4
|
Big patch changing semantics of ReadStream::eos():
|
2008-09-14 22:28:53 +00:00 |
made
|
Big patch changing semantics of ReadStream::eos():
|
2008-09-14 22:28:53 +00:00 |
parallaction
|
Big patch changing semantics of ReadStream::eos():
|
2008-09-14 22:28:53 +00:00 |
queen
|
Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState".
|
2008-09-11 19:47:45 +00:00 |
saga
|
Proper check for eos(), after the latest changes to OSystem
|
2008-09-15 09:17:18 +00:00 |
scumm
|
replace ioFailed by err
|
2008-09-15 06:52:00 +00:00 |
sky
|
Comment out some #defines in skydefs.h as they conflict with other headers (esp. T2 conflicts with some template defs)
|
2008-09-07 21:38:53 +00:00 |
sword1
|
Big patch changing the signature of various Stream methods (some ports may need to be slightly tweaked to fix overloading errors/warnings)
|
2008-09-13 16:51:46 +00:00 |
sword2
|
Big patch changing the signature of various Stream methods (some ports may need to be slightly tweaked to fix overloading errors/warnings)
|
2008-09-13 16:51:46 +00:00 |
tinsel
|
Big patch changing the signature of various Stream methods (some ports may need to be slightly tweaked to fix overloading errors/warnings)
|
2008-09-13 16:51:46 +00:00 |
touche
|
Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState".
|
2008-09-11 19:47:45 +00:00 |
dialogs.cpp
|
Added ScummVM logo to GMM.
|
2008-09-14 20:42:50 +00:00 |
dialogs.h
|
Added ScummVM logo to GMM.
|
2008-09-14 20:42:50 +00:00 |
engine.cpp
|
Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode); adapted code to that (by using getChild() to get subdirs, not string concatenation
|
2008-09-07 22:10:58 +00:00 |
engine.h
|
Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode); adapted code to that (by using getChild() to get subdirs, not string concatenation
|
2008-09-07 22:10:58 +00:00 |
engines.mk
|
Added Tinsel engine to main repos (no news item for it ON PURPOSE)
|
2008-07-23 09:02:47 +00:00 |
metaengine.h
|
- Added thumbnail support to launcher load dialog.
|
2008-09-14 21:00:24 +00:00 |
module.mk
|
Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So far agi, agos, and cine are now using the new _quit flag.
|
2008-06-24 21:15:30 +00:00 |