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
path:
root
/
common
Age
Commit message (
Expand
)
Author
2006-04-16
Removed the directory parameter from md5_file
Max Horn
2006-04-16
Fixed evil longstanding bug in String::toLowercase & toUppercase: Before modi...
Max Horn
2006-04-15
cleanup
Max Horn
2006-04-15
- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...
Max Horn
2006-04-15
Always use base 0 in strtol when parsing integer command line options / confi...
Max Horn
2006-04-15
Properly init _activeDomain to 0
Max Horn
2006-04-15
- Replaced ConfigManager::_globalDomains by _appDomain (we don't support mult...
Max Horn
2006-04-14
Tiny optimization for empty strings, which avoids allocating a single byte ju...
Max Horn
2006-04-14
Changed File::open to take a Common::String as file name parameter
Max Horn
2006-04-14
Fix crash in fopenNoCase triggered by filenames/paths that exceeded ~ 512 byt...
Max Horn
2006-04-12
Fixing the workaround for bug #1458388 (should have added trailing dot, but d...
Max Horn
2006-04-11
Don't hardcode specific values for our language enums, as nothing should depe...
Max Horn
2006-04-11
Removed the PalmOS specific hack in file.cpp in favor for code that should wo...
Max Horn
2006-04-11
Bad hack to make the file class work agaain with PalmOS ARM version - read th...
Chris Apers
2006-04-11
Fixed line ending
Chris Apers
2006-04-11
Not needed
Chris Apers
2006-04-11
PalmOS too
Chris Apers
2006-04-08
Add comments explaining what does EN_ANY mean
Eugene Sandulenko
2006-04-08
Introduced language EN_ANY used for general English game entries. EN_USA and
Eugene Sandulenko
2006-04-08
Change check for MIN/MAX macros: Always undef those so that our templates are...
Max Horn
2006-04-08
AmigaOS4 changes from tracker #1416370
Max Horn
2006-04-08
Removed common/map.h with the Common::Map template class (it was a very bad i...
Max Horn
2006-04-07
Fix compile with GP32 by overriding datatypes.
Won Star
2006-04-05
Added comments to Symbians data types.
Lars Persson
2006-04-05
Updated datatypes for Symbian OS
Lars Persson
2006-04-05
Added SCUMMVM_DONT_DEFINE_TYPES so that (a) porters can still override our ty...
Max Horn
2006-04-04
Re-fix sort by renaming min to minElem (avoid conflicts with certain system h...
Max Horn
2006-04-04
Turned FSList::sort into a generic function which can be applied to anything ...
Max Horn
2006-04-04
Removed extra exclamation marks in warning() calls as well.
Eugene Sandulenko
2006-04-04
Small updates to intiate variable and member visibility.
Lars Persson
2006-04-04
Added const qualifier
Max Horn
2006-04-04
We don't need wchar_t -> removing this to improve portability
Max Horn
2006-04-04
Remove SCUMMVM_USE_LONG_INT from DC port.
Marcus Comstedt
2006-04-02
With this change, backends are now responsible for instantiating their OSyste...
Max Horn
2006-04-02
Move gDebugLevel to common/util.cpp (where most other debug() related stuff a...
Max Horn
2006-04-02
Moved all debug functions to from main.cpp to util.cpp
Max Horn
2006-04-02
Fully and officially renamed our main function to scummvm_main, thus making
Max Horn
2006-04-01
Switch ConfigManager to use HashMap (seems to work fine over here, but an old...
Max Horn
2006-04-01
Simplified the File::addDefaultDirectory(Recursive) code; avoid scanning dire...
Max Horn
2006-03-31
Add size() methods to Map and HashMap classes
Eugene Sandulenko
2006-03-31
Updated ConfigFile/ConfigManager classes, that work with the updated Map clas...
Max Horn
2006-03-31
Disable DEBUG_HASH_COLLISIONS again (accidentally got enabled in my previous ...
Max Horn
2006-03-31
Modify HashMap to allow client code to override the equality/hash functionali...
Max Horn
2006-03-31
Modified our Map class to use a 'Less' function instead of a 'strcmp'-like co...
Max Horn
2006-03-31
Modified the List postfix ++/-- operators to simply invoke their prefix count...
Max Horn
2006-03-31
Avoid using Map::merge
Max Horn
2006-03-31
Added some functor objects (for comparision and hash computations), similar t...
Max Horn
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
2006-03-29
- Added some explanatory comments (everybody feel free to extend them)
Max Horn
2006-03-29
cleanup
Max Horn
[next]