scummvm/common
Stephen Kennedy 8345c1b687 fix for new read-only File object
svn-id: r33451
2008-07-30 15:00:11 +00:00
..
advancedDetector.cpp Changed advanced detector to *always* use the FSNode API for detection (i.e. killed second code path which used File::open trial&error directory 'scanning') 2008-07-29 00:50:12 +00:00
advancedDetector.h Implement ADGF_KEEPMATCH 2008-06-02 18:19:58 +00:00
algorithm.h Added documentation for the functions in algorithm.h. 2008-07-29 17:00:15 +00:00
array.h Proper delete[] formatting (this time all occurences should've been changed...) 2008-05-07 15:09:10 +00:00
config-file.cpp Changed class File (and derived classes) to only support read-only access; added a new class DumpFile for writing 2008-07-29 16:09:10 +00:00
config-file.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
config-manager.cpp CONFIGMAN: Store domains in the order they were added 2008-07-29 16:12:42 +00:00
config-manager.h Removed trailing spaces. 2008-01-27 19:47:41 +00:00
endian.h Removed trailing spaces. 2008-01-27 19:47:41 +00:00
error.h Moved enum PluginError from base/plugins.h to common/error.h 2008-02-01 23:36:45 +00:00
events.h Changed pushEvent to use a const& argument 2008-07-21 18:53:55 +00:00
file.cpp Changed class File (and derived classes) to only support read-only access; added a new class DumpFile for writing 2008-07-29 16:09:10 +00:00
file.h Changed class File (and derived classes) to only support read-only access; added a new class DumpFile for writing 2008-07-29 16:09:10 +00:00
frac.h Switched Paula (Amiga MOD) code to use fixed point math instead of doubles (caveat: this only works for samples < 32k right now; if this ever turns out to be a problem, I can fix it, though) 2007-06-28 22:21:32 +00:00
fs.cpp Changed FilesystemNode to use a SharedPtr instead of implementing its own ref counting 2008-03-29 21:12:36 +00:00
fs.h Changed FilesystemNode to use a SharedPtr instead of implementing its own ref counting 2008-03-29 21:12:36 +00:00
func.h - Formatting 2008-07-29 20:21:54 +00:00
hash-str.h Re-enabled default Hash<String> template 2008-06-10 21:50:07 +00:00
hashmap.cpp Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
hashmap.h Disable hashmemory pool for Symbian OS 2008-07-22 19:09:10 +00:00
iff_container.h Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00
image-map.cpp - keyboard fully tested with multiple modes - key press events successfully passed back to engine, mode switching also works 2008-07-09 11:30:49 +00:00
image-map.h Better handling of virtual keyboard and gui being displayed at the same time. VK now also uses its own cursor. 2008-07-11 20:10:14 +00:00
keyboard.h Moved UserAction and HardwareKey classes into their own respective header files. 2008-07-21 00:11:25 +00:00
list.h Added pushEvent to EventManager (from cpage88's branch) and changed VirtualKeyboard so that it uses this method to feed key presses its resulting key press events. 2008-07-09 13:33:36 +00:00
md5.cpp Removed trailing spaces. 2008-01-27 19:47:41 +00:00
md5.h Removed trailing spaces. 2008-01-27 19:47:41 +00:00
memorypool.cpp cleanup 2008-04-04 21:00:58 +00:00
memorypool.h Some minor whitespace changes, and the customary "end of namespace" comment. 2008-03-30 18:53:16 +00:00
module.mk - updates for GCC compilation - still having linker errors though :( 2008-07-07 15:45:48 +00:00
mutex.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
mutex.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
noncopyable.h Formatting. 2008-05-03 23:02:05 +00:00
pack-end.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
pack-start.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
polygon.cpp VirtualKeyboardParser mostly completed - needs to be tested 2008-07-03 22:38:19 +00:00
polygon.h VirtualKeyboardParser mostly completed - needs to be tested 2008-07-03 22:38:19 +00:00
ptr.h Formatting. 2008-07-29 09:23:54 +00:00
queue.h Added pushEvent to EventManager (from cpage88's branch) and changed VirtualKeyboard so that it uses this method to feed key presses its resulting key press events. 2008-07-09 13:33:36 +00:00
rect.h Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,33212,33218-33220,33222,33224-33226,33229-33243,33246,33248-33250,33252,33258-33261,33263,33266,33270,33272-33283,33285,33287-33290,33295-33298,33321,33325-33330,33332-33335,33337-33340,33342,33345,33347,33349-33350,33352-33357,33359-33367,33369-33371,33373,33375-33377,33379-33380,33383-33385,33387-33389,33392-33394,33400-33402,33404-33405,33407-33410,33412-33416,33418-33419,33425-33427,33432,33436-33438,33444,33446 via svnmerge from 2008-07-30 14:40:54 +00:00
savefile.h Some corrections to the SaveFileManager Doxygen comments 2008-02-22 00:22:31 +00:00
scummsys.h Turned off overzealous warning 4800 - "forcing value to bool 'true' or 'false' (performance warning)" 2008-06-22 17:57:06 +00:00
shape.h - Virtual keyboard now can now be dragged, when the user clicks on any part of it that is not a special area. 2008-07-08 15:03:39 +00:00
singleton.h Formatting. 2008-05-03 23:02:05 +00:00
stack.h Formatting. 2008-05-03 23:02:05 +00:00
str.cpp Reorder stuff a little bit, moving private String methods together: cleanup 2008-07-23 16:49:45 +00:00
str.h Added convenience method String::makeUnique(); simplified String::operator=(char c); extended String unit tests 2008-07-23 16:33:53 +00:00
stream.cpp Changed BufferedReadStream to not permanently decrease its buffer size at the end of a stream (this would fail when using BufferedSeekableReadStream and then seeking back from the end); this also fixes a bug which let you seek back beyond the start of a stream (not that we currently support that in other streams) 2008-07-30 07:39:41 +00:00
stream.h Changed BufferedReadStream to not permanently decrease its buffer size at the end of a stream (this would fail when using BufferedSeekableReadStream and then seeking back from the end); this also fixes a bug which let you seek back beyond the start of a stream (not that we currently support that in other streams) 2008-07-30 07:39:41 +00:00
system.cpp Removed OSystem::getFilesystemFactory() default implentation, as announced 2008-06-28 14:14:16 +00:00
system.h Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks 2008-06-28 15:28:29 +00:00
timer.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
unarj.cpp Changed class File (and derived classes) to only support read-only access; added a new class DumpFile for writing 2008-07-29 16:09:10 +00:00
unarj.h Changed class File (and derived classes) to only support read-only access; added a new class DumpFile for writing 2008-07-29 16:09:10 +00:00
unzip.cpp Different zlib.h included paths for Symbian OS to differenciate between system and user includes 2008-01-03 08:39:49 +00:00
unzip.h Different zlib.h included paths for Symbian OS to differenciate between system and user includes 2008-01-03 08:39:49 +00:00
util.cpp Cleaned up engine debug level code. 2008-05-20 16:37:32 +00:00
util.h Cleaned up engine debug level code. 2008-05-20 16:37:32 +00:00
xmlparser.cpp - changed VirtualKeyboard classes to Common namespace 2008-07-07 15:42:26 +00:00
xmlparser.h fix for new read-only File object 2008-07-30 15:00:11 +00:00
zlib.cpp Different zlib.h included paths for Symbian OS to differenciate between system and user includes 2008-01-03 08:39:49 +00:00
zlib.h Different zlib.h included paths for Symbian OS to differenciate between system and user includes 2008-01-03 08:39:49 +00:00