.. |
advancedDetector.cpp
|
More cleanup
|
2007-04-26 20:40:28 +00:00 |
advancedDetector.h
|
removed kADFlagFilebasedFallback, this flag is never used (and filename based detection is done if fileBasedFallback is non-0 anyway)
|
2007-03-08 21:40:47 +00:00 |
array.h
|
Protect Array<> and HashMap<> instances against self assignments
|
2007-03-12 22:34:29 +00:00 |
config-file.cpp
|
made rtrim() and ltrim() global functions, to reduce code duplication (it seems parallaction/parser.cpp code re-use them too
|
2007-02-13 21:06:57 +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 MSVC compiler warning because winnt.h defines its own ARRAYSIZE #define
|
2007-03-17 15:45:05 +00:00 |
config-manager.h
|
Changed ConfigManager to use class File instead of std C I/O to write the config file
|
2007-03-08 16:43:33 +00:00 |
endian.h
|
Double-invert the logic on some big/little endian checks (the idea is that we want to fallback to safe code unless we definitely know no endian/alignment issues are in the way; this way it will work even if the endianess is unknown)
|
2007-04-28 10:40:00 +00:00 |
events.h
|
Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again
|
2007-03-17 19:02:05 +00:00 |
file.cpp
|
Updating DS port for changes in main codebase. Code changes for DevkitArm r20 and latest libnds.
|
2007-04-06 18:34:53 +00:00 |
file.h
|
Changed File::_handle to be of type void* instead of FILE* (to ease porting); moved PS2 std C I/O defines to file.cpp (no code other than the file & savegame code should use fopen etc. directly)
|
2007-03-08 16:46:02 +00:00 |
fs.cpp
|
Fixing various doxygen warnings
|
2007-02-03 21:37:52 +00:00 |
fs.h
|
Turning FilesystemNode comment into a doxygen comment
|
2007-03-08 15:02:13 +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
|
Removing some unnecessary #includes
|
2007-03-09 23:46:45 +00:00 |
hashmap.h
|
Protect Array<> and HashMap<> instances against self assignments
|
2007-03-12 22:34:29 +00:00 |
iff_container.h
|
Implemented a IFF (Interchange File Format) parser and added subclasses to parse graphics (ILBM, PBM) and audio (8SVX), thus replacing old decoding routines. SAGA and Parallaction have been adjusted to work with the new code.
|
2007-05-01 15:39:40 +00:00 |
list.h
|
Removing some unnecessary #includes
|
2007-03-09 23:46:45 +00:00 |
md5.cpp
|
Removing some unnecessary #includes
|
2007-03-09 23:46:45 +00:00 |
md5.h
|
Extended MD5 API a bit: added a variant of md5_file which takes an arbitrary ReadStream; and added md5_file_string methods which directly produce a human readable md5 string (instead of a binary digest)
|
2007-02-14 21:43:21 +00:00 |
module.mk
|
Fix compilation (step 2).
|
2007-05-01 15:47:49 +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 |
noncopyable.h
|
Added class NonCopyable, and made various things derive from it
|
2007-03-17 10:36:14 +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
|
Removing more semicola
|
2007-04-26 19:08:53 +00:00 |
savefile.h
|
Added class NonCopyable, and made various things derive from it
|
2007-03-17 10:36:14 +00:00 |
scummsys.h
|
Cleanup, remove PalmOS dependencies from the ScummVM core
|
2007-05-01 09:37:40 +00:00 |
singleton.h
|
Added class NonCopyable, and made various things derive from it
|
2007-03-17 10:36:14 +00:00 |
stack.h
|
Removing some unnecessary #includes
|
2007-03-09 23:46:45 +00:00 |
stdafx.h
|
Shut useless MSVC8 warning. We use pack-start.h and pack-end.h and it
|
2007-03-10 15:00:56 +00:00 |
str.cpp
|
Added Common::String::contains() method
|
2007-04-15 18:27:10 +00:00 |
str.h
|
Added Common::String::contains() method
|
2007-04-15 18:27:10 +00:00 |
stream.cpp
|
Added new ReadStream::readStream method which can be used to read a portion of an arbitrary ReadStream into a memory buffer wrapped by a MemoryReadStream
|
2007-02-20 21:41:01 +00:00 |
stream.h
|
Removing _ptrOrig (hi Torbjorn, have fun recompiling)
|
2007-03-04 16:25:27 +00:00 |
system.cpp
|
Implemented a simple EventManager class
|
2007-03-17 00:07:34 +00:00 |
system.h
|
Removing lots of superfluous semicola (see mail by David Weinehall on scummvm-devel)
|
2007-04-25 19:31:23 +00:00 |
timer.h
|
Added class NonCopyable, and made various things derive from it
|
2007-03-17 10:36:14 +00:00 |
unzip.cpp
|
Renamed crc32 which conflicts with Tapwave system function
|
2007-02-18 17:47:24 +00:00 |
unzip.h
|
Change CVS keywords to SVN keywords
|
2006-02-11 09:53:53 +00:00 |
util.cpp
|
also dump debug to stdout in ce
|
2007-05-01 13:13:40 +00:00 |
util.h
|
Patch #1706179: "GUI: Sort languages list"
|
2007-04-24 06:31:04 +00:00 |