.. |
advancedDetector.cpp
|
added a flag to enable/disable printing a warning when filename based detection find a match, also updated some comments.
|
2007-03-08 21:33:55 +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
|
Removing some unnecessary #includes
|
2007-03-09 23:46:45 +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
|
reduced dependency from windows-specific header files
|
2007-03-09 00:13:07 +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
|
Slighty modified Patch #1571787: "Support for Mac Broken Sword 1". sword1macdemo
|
2006-11-12 19:05:51 +00:00 |
file.cpp
|
Added shared filed support using native file APIs.
|
2007-03-11 14:28:03 +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
|
Avoid double frees in HashMap::erase
|
2007-03-09 16:19:50 +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
|
Unify SAGA/AGOS detection code so other engines could also reuse it
|
2006-10-02 22:21:57 +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
|
added translation method to Common::Rect
|
2006-11-03 21:04:10 +00:00 |
savefile.h
|
Get rid of Common::SaveFile
|
2007-02-17 22:11:00 +00:00 |
scummsys.h
|
Removing some unnecessary #includes
|
2007-03-09 23:46:45 +00:00 |
singleton.h
|
Change CVS keywords to SVN keywords
|
2006-02-11 09:53:53 +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
|
Removing some unnecessary #includes
|
2007-03-09 23:46:45 +00:00 |
str.h
|
Removing some unnecessary #includes
|
2007-03-09 23:46:45 +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
|
Backend modularization: Create timer manager, savefile manager and audio mixer in the backends for increased flexibility
|
2006-10-22 15:42:29 +00:00 |
system.h
|
Backend modularization: Create timer manager, savefile manager and audio mixer in the backends for increased flexibility
|
2006-10-22 15:42:29 +00:00 |
timer.h
|
Backend modularization: Create timer manager, savefile manager and audio mixer in the backends for increased flexibility
|
2006-10-22 15:42:29 +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
|
common/util.cpp needs fprintf; various std I/O functions are not used by anything in our code, so there is no need to emulate them -- mark these; my previous commits likely broke compilation of the DS backend, try to reduce the brokeness a bit
|
2007-03-08 17:36:52 +00:00 |
util.h
|
Allow PC Engine version of Loom to at least start up.
|
2007-03-03 12:59:48 +00:00 |