.. |
array.h
|
Renamed various container isEmpty() methods to empty() to match STL conventions
|
2006-03-28 09:42:54 +00:00 |
config-file.cpp
|
Renamed various container isEmpty() methods to empty() to match STL conventions
|
2006-03-28 09:42:54 +00:00 |
config-file.h
|
Switch ConfigManager to use HashMap (seems to work fine over here, but an older version killed my scummvm.ini, so use at your own risk (not that you really have a choice. I just like being evil *g*))
|
2006-04-01 22:31:45 +00:00 |
config-manager.cpp
|
Small updates to intiate variable and member visibility.
|
2006-04-04 21:32:19 +00:00 |
config-manager.h
|
Switch ConfigManager to use HashMap (seems to work fine over here, but an older version killed my scummvm.ini, so use at your own risk (not that you really have a choice. I just like being evil *g*))
|
2006-04-01 22:31:45 +00:00 |
debugger.cpp
|
Made the kyra debug extensions more generic, i.e. scumm engine could replace
|
2006-02-14 23:31:25 +00:00 |
debugger.h
|
Made the kyra debug extensions more generic, i.e. scumm engine could replace
|
2006-02-14 23:31:25 +00:00 |
endian.h
|
Removed the obsolete MKID macro; added some doxygen comments, in particular for MKID_BE
|
2006-02-25 11:45:56 +00:00 |
file.cpp
|
Added const qualifier
|
2006-04-04 21:18:58 +00:00 |
file.h
|
Simplified the File::addDefaultDirectory(Recursive) code; avoid scanning directory multiple times
|
2006-04-01 17:36:43 +00:00 |
func.h
|
Re-fix sort by renaming min to minElem (avoid conflicts with certain system headers that #define min)
|
2006-04-04 23:57:56 +00:00 |
hashmap.cpp
|
Modify HashMap to allow client code to override the equality/hash functionality via functors that are specified as template paramaters (emulating the hash_map class which many STL implementations provide) -> this is necessary to allow e.g. HashMaps that use case insensitive strings as keys
|
2006-03-31 22:19:39 +00:00 |
hashmap.h
|
Small updates to intiate variable and member visibility.
|
2006-04-04 21:32:19 +00:00 |
list.h
|
Modified the List postfix ++/-- operators to simply invoke their prefix counterparts; also removed Symbian/Palm specific hack
|
2006-03-31 22:15:42 +00:00 |
map.h
|
Add size() methods to Map and HashMap classes
|
2006-03-31 23:49:08 +00:00 |
md5.cpp
|
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 to ~250). Many greetings to eriktorbjorn, and have fun recompiling.
|
2006-03-29 15:59:37 +00:00 |
md5.h
|
Change CVS keywords to SVN keywords
|
2006-02-11 09:53:53 +00:00 |
module.mk
|
- Renamed class AssocArray to HashMap to match our existing class Map (note also
|
2006-03-28 10:05:25 +00:00 |
mutex.cpp
|
Change CVS keywords to SVN keywords
|
2006-02-11 09:53:53 +00:00 |
mutex.h
|
Change CVS keywords to SVN keywords
|
2006-02-11 09:53:53 +00:00 |
rect.h
|
Change CVS keywords to SVN keywords
|
2006-02-11 09:53:53 +00:00 |
savefile.cpp
|
Change CVS keywords to SVN keywords
|
2006-02-11 09:53:53 +00:00 |
savefile.h
|
Change CVS keywords to SVN keywords
|
2006-02-11 09:53:53 +00:00 |
scummsys.h
|
Added comments to Symbians data types.
|
2006-04-05 14:10:13 +00:00 |
singleton.h
|
Change CVS keywords to SVN keywords
|
2006-02-11 09:53:53 +00:00 |
stack.h
|
Renamed various container isEmpty() methods to empty() to match STL conventions
|
2006-03-28 09:42:54 +00:00 |
stdafx.h
|
Change CVS keywords to SVN keywords
|
2006-02-11 09:53:53 +00:00 |
str.cpp
|
Change CVS keywords to SVN keywords
|
2006-02-11 09:53:53 +00:00 |
str.h
|
Renamed various container isEmpty() methods to empty() to match STL conventions
|
2006-03-28 09:42:54 +00:00 |
stream.cpp
|
Change CVS keywords to SVN keywords
|
2006-02-11 09:53:53 +00:00 |
stream.h
|
Change CVS keywords to SVN keywords
|
2006-02-11 09:53:53 +00:00 |
system.cpp
|
With this change, backends are now responsible for instantiating their OSystem class before calling scummvm_main (Note: PalmOS and Symbian are not yet converted, and won't work currently)
|
2006-04-02 14:16:31 +00:00 |
system.h
|
With this change, backends are now responsible for instantiating their OSystem class before calling scummvm_main (Note: PalmOS and Symbian are not yet converted, and won't work currently)
|
2006-04-02 14:16:31 +00:00 |
timer.cpp
|
Removed extra exclamation marks in warning() calls as well.
|
2006-04-04 22:21:10 +00:00 |
timer.h
|
Change CVS keywords to SVN keywords
|
2006-02-11 09:53:53 +00:00 |
unzip.cpp
|
Change CVS keywords to SVN keywords
|
2006-02-11 09:53:53 +00:00 |
unzip.h
|
Change CVS keywords to SVN keywords
|
2006-02-11 09:53:53 +00:00 |
util.cpp
|
Move gDebugLevel to common/util.cpp (where most other debug() related stuff already is)
|
2006-04-02 09:31:06 +00:00 |
util.h
|
Moved all debug functions to from main.cpp to util.cpp
|
2006-04-02 00:56:53 +00:00 |