.. |
agi
|
Moved check for shouldRTL() from engines to scummvm_main
|
2008-09-03 16:56:40 +00:00 |
agos
|
Moved check for shouldRTL() from engines to scummvm_main
|
2008-09-03 16:56:40 +00:00 |
cine
|
Moved check for shouldRTL() from engines to scummvm_main
|
2008-09-03 16:56:40 +00:00 |
cruise
|
Silence MSVC warning about uninitialized variables
|
2008-09-03 10:00:43 +00:00 |
drascula
|
Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; added a new alternate SeekableReadStream::readLine() instead
|
2008-09-03 17:53:25 +00:00 |
gob
|
Added polish version of Woodruff, as supplied by goodoldgeorg in bug report #2098838
|
2008-09-07 16:27:04 +00:00 |
igor
|
Don't use kPlainSoundType if you don't have to
|
2008-07-11 20:28:14 +00:00 |
kyra
|
Moved Kyra resource code to a SearchSet/Archive based implementation, this removes dependencies on Common::File.
|
2008-09-07 21:46:37 +00:00 |
lure
|
Moved check for shouldRTL() from engines to scummvm_main
|
2008-09-03 16:56:40 +00:00 |
m4
|
added two FIXMEs to M4 -- somehow, adding two subdirs of CWD named 'goodstuf' and 'resource' to the list of default dirs doesn't sound very sensible to me ;)
|
2008-09-07 21:43:36 +00:00 |
made
|
Got rid of File::eof()
|
2008-09-06 21:23:08 +00:00 |
parallaction
|
Changed some code to use the new Stream::readLine() method
|
2008-09-03 18:40:49 +00:00 |
queen
|
Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; added a new alternate SeekableReadStream::readLine() instead
|
2008-09-03 17:53:25 +00:00 |
saga
|
Hopefully fixed the chaos with the SAGA volume values. This also fixes the broken volume introduced with the introduction of the RTL code in the engine
|
2008-09-05 13:02:03 +00:00 |
scumm
|
Switched class File & DumpFile to use StdioStream internally
|
2008-09-06 20:49:48 +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
|
Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; added a new alternate SeekableReadStream::readLine() instead
|
2008-09-03 17:53:25 +00:00 |
sword2
|
Use readLine() instead of readLine_OLD().
|
2008-09-04 21:40:32 +00:00 |
tinsel
|
Moved check for shouldRTL() from engines to scummvm_main
|
2008-09-03 16:56:40 +00:00 |
touche
|
Moved check for shouldRTL() from engines to scummvm_main
|
2008-09-03 16:56:40 +00:00 |
dialogs.cpp
|
Enum needs to be minimum four chars to compile (32 bit number I guess)
|
2008-09-05 14:11:23 +00:00 |
dialogs.h
|
Added a MetaEngineFeature for RTL support, the RTL button is disabled in the GMM if the engine doesn't support it
|
2008-08-16 02:53:16 +00:00 |
engine.cpp
|
Symbian already store all paths with a trailing "\".
|
2008-09-07 19:19:45 +00:00 |
engine.h
|
Moved check for shouldRTL() from engines to scummvm_main
|
2008-09-03 16:56:40 +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
|
Moved FilesystemNode / FSList to namespace Common; also got rid of some 'typedef Common::String String;' name aliases
|
2008-09-03 11:22:51 +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 |