index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2008-09-05
Updated some copyright strings to 2001-2008
Max Horn
2008-09-05
Added simple ZipArchive class, and changed some GUI code to use it, instead o...
Max Horn
2008-09-05
additional Common::String tests
Willem Jan Palenstijn
2008-09-05
Some tweaks to help (?) OS/2
Max Horn
2008-09-05
Optimized matchString for the common case where there is a trailing * (if tha...
Max Horn
2008-09-05
Fix class FSDirectory (matchPattern would call getAllNames would call matchPa...
Max Horn
2008-09-05
Make use of String::matchString
Max Horn
2008-09-05
Moved matchString from util.* to str.*; added new String::matchString method;...
Max Horn
2008-09-05
Add symbian implementations to create read/write configfile handles
Lars Persson
2008-09-05
Change location of create fs factory for Symbian!
Lars Persson
2008-09-05
Remove usage of main_features.inl and the file
Lars Persson
2008-09-05
Made FSDirectory use the default matchPattern implementation.
Nicola Mettifogo
2008-09-05
* Implemented a default matchPattern for Archive subclasses (courtesy of Fing...
Nicola Mettifogo
2008-09-05
Set the date for 0.12.0.
Torbjörn Andersson
2008-09-05
whitespace 'fix'
Max Horn
2008-09-05
Enum needs to be minimum four chars to compile (32 bit number I guess)
Lars Persson
2008-09-05
Use exact case numbers, to avoid unneeded subtractions.
Travis Howell
2008-09-05
ADded Tinsel as supported engine strings
Lars Persson
2008-09-05
Add missing dialogs.cpp
Lars Persson
2008-09-05
Hopefully fixed the chaos with the SAGA volume values. This also fixes the br...
Filippos Karapetis
2008-09-05
Still need to get that build working. Readjust buildscript
Lars Persson
2008-09-05
Updated build script with new dialog.cpp
Lars Persson
2008-09-05
Updated filehandling for Symbian OS
Lars Persson
2008-09-05
Ported AMIGA specific file buffering 'hack' from class File to StdioStream
Max Horn
2008-09-05
Added two new files
Lars Persson
2008-09-05
Removed useless dependencies from common/file.h in common code. When complete...
Nicola Mettifogo
2008-09-05
Updated Symbian OS file actions with ferror and fflush.
Lars Persson
2008-09-05
Updated package revision no to 0.13. Updated default engine list
Lars Persson
2008-09-05
Updated buildscripts to support tinsel
Lars Persson
2008-09-04
Use readLine() instead of readLine_OLD().
Torbjörn Andersson
2008-09-04
Changed FSDirectory::getSubDirectory to return a FSDirectory pointer instead ...
Max Horn
2008-09-04
Added another version of Lost in Time CD, as supplied by SiRoCs in bug report...
Sven Hesse
2008-09-04
Ooops, adding Lost in Time and Woodruff
Sven Hesse
2008-09-04
Add missing case in o100_resourceRoutines.
Travis Howell
2008-09-04
move save directory detection/creation from main() to OSystem_PSP::initBackend()
Joost Peters
2008-09-04
remove deprecated SCUMMVM_SAVEPATH define -- pass default savepath to Default...
Joost Peters
2008-09-04
Correct HE version for Wii version of Freddi Fish 1.
Travis Howell
2008-09-03
correct a typo (thanks to salty-horse)
Matthew Hoops
2008-09-03
Minor formatting cleanup.
Johannes Schickel
2008-09-03
Changed some code to use the new Stream::readLine() method
Max Horn
2008-09-03
Fix nasty off-by-one errors
Max Horn
2008-09-03
Fixed Stream::readLine implementation to match its doxygen comment
Max Horn
2008-09-03
Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add...
Max Horn
2008-09-03
Removed unused readLine code from the MT-32 emu
Max Horn
2008-09-03
Modified Common::Str to use exponential growth for its storage; also changed ...
Max Horn
2008-09-03
Changed Archive::openFile to return a SeekableReadStream* instead of a FilePtr
Max Horn
2008-09-03
clarified comment
Max Horn
2008-09-03
Moved check for shouldRTL() from engines to scummvm_main
Max Horn
2008-09-03
TODO: bdf_getline seems to duplicate code from SeekableReadStream::readLine(_...
Max Horn
2008-09-03
Some cleanup by peres
Max Horn
[next]