..
array.h
Renamed various container isEmpty() methods to empty() to match STL conventions
2006-03-28 09:42:54 +00:00
config-file.cpp
Add support for reading/writing config files through saveGameManager and use for config files in HE games
2006-05-02 03:23:03 +00:00
config-file.h
Add support for reading/writing config files through saveGameManager and use for config files in HE games
2006-05-02 03:23:03 +00:00
config-manager.cpp
Fixed some broken #include's (the PS2 and Symbian may need more fixed, though)
2006-08-04 17:47:57 +00:00
config-manager.h
Added explicit string equals/hash functors to a new header common/hash-str.h; removed Hash functor specialization for String and char pointers; changed all code using hashmaps with string keys to explicitly specify whether they honor or ignore case
2006-07-30 12:21:54 +00:00
debugger.cpp
More whitespace changes.
2006-07-14 13:33:58 +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
cleanup
2006-04-15 21:22:33 +00:00
file.cpp
Added explicit string equals/hash functors to a new header common/hash-str.h; removed Hash functor specialization for String and char pointers; changed all code using hashmaps with string keys to explicitly specify whether they honor or ignore case
2006-07-30 12:21:54 +00:00
file.h
Documenting Common::File a bit.
2006-07-24 12:10:32 +00:00
fs.cpp
Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to -devel for more information.
2006-07-22 17:01:50 +00:00
fs.h
Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to -devel for more information.
2006-07-22 17:01:50 +00:00
func.h
Fixed broken svn:keywords values
2006-04-16 13:01:41 +00:00
hash-str.h
Added explicit string equals/hash functors to a new header common/hash-str.h; removed Hash functor specialization for String and char pointers; changed all code using hashmaps with string keys to explicitly specify whether they honor or ignore case
2006-07-30 12:21:54 +00:00
hashmap.cpp
String class usage cleanup
2006-07-23 15:08:48 +00:00
hashmap.h
Added explicit string equals/hash functors to a new header common/hash-str.h; removed Hash functor specialization for String and char pointers; changed all code using hashmaps with string keys to explicitly specify whether they honor or ignore case
2006-07-30 12:21:54 +00:00
list.h
add functions for reverse iteration of Common::List
2006-05-26 17:18:23 +00:00
md5.cpp
Added some warnings if md5_file is used on an illegal FilesystemNode.
2006-07-22 17:06:14 +00:00
md5.h
- let md5_file accept a FilesystemNode too
2006-07-22 14:59:44 +00:00
module.mk
Moved savefile.cpp to backends, to work around link error
2006-06-30 22:06:45 +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
pack-end.h
Fix struct packing issues (macros are not resolve in #pragma params, at least for GCC)
2006-07-22 17:28:48 +00:00
pack-start.h
Fix struct packing issues (macros are not resolve in #pragma params, at least for GCC)
2006-07-22 17:28:48 +00:00
rect.h
Change CVS keywords to SVN keywords
2006-02-11 09:53:53 +00:00
savefile.h
Typo, and stress that getSavePath() is not to be used for storing savegames via Common::File
2006-06-24 10:46:47 +00:00
scummsys.h
Fixed some broken #include's (the PS2 and Symbian may need more fixed, though)
2006-08-04 17:47:57 +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
Added explicit string equals/hash functors to a new header common/hash-str.h; removed Hash functor specialization for String and char pointers; changed all code using hashmaps with string keys to explicitly specify whether they honor or ignore case
2006-07-30 12:21:54 +00:00
str.h
Added new equals(IgnoreCase) and compareTo(IgnoreCase) methods to class String
2006-07-30 12:17:51 +00:00
stream.cpp
Change CVS keywords to SVN keywords
2006-02-11 09:53:53 +00:00
stream.h
Added a 'skip' method to SeekableReadStream (just an alias for seek(X, SEEK_CUR))
2006-04-26 10:54:32 +00:00
system.cpp
Moved savefile code to new 'saves' backend module (work in progress)
2006-06-24 10:08:43 +00:00
system.h
Added new method OSystem::getScreenChangeID(), which can be used by code to track screen changes even without getting all EVENT_SCREEN_CHANGED events
2006-08-04 13:10:28 +00:00
timer.h
Added 'timer' backend module, based on the existing TimerManager code (work in progress)
2006-06-24 09:53:45 +00:00
unzip.cpp
Applied the patch included in bug rep [ 1503716 ] Leak in File::Open (on OS X) and unzOpen (on all)
2006-06-11 02:23:17 +00:00
unzip.h
Change CVS keywords to SVN keywords
2006-02-11 09:53:53 +00:00
util.cpp
Change Brazilian Portuguese acronym from "pt" to "br" in case there will
2006-08-15 19:54:41 +00:00
util.h
Implement CLIP() routine used to put arbitrary value in specified range.
2006-04-22 02:49:27 +00:00