scummvm/common
2012-02-15 10:07:08 -06:00
..
algorithm.h COMMON: Make value parameter of fill a const reference. 2011-11-16 18:16:40 +01:00
archive.cpp COMMON: Make more members of Archive constant. 2011-12-13 17:55:57 +01:00
archive.h COMMON: Make more members of Archive constant. 2011-12-13 17:55:57 +01:00
array.h COMMON: Improve storage management of Array. 2011-11-16 19:28:02 +01:00
bitstream.h COMMON: Extend some method comments in Common::BitStream 2011-10-21 00:19:02 +02:00
bufferedstream.h
config-file.cpp COMMON: Unbreak ConfigFile::renameSection. 2011-10-07 00:16:21 +02:00
config-file.h COMMON: Remove superfluous Common:: qualifiers. 2011-08-07 15:19:07 +02:00
config-manager.cpp COMMON: Make constants actually const. 2011-08-07 15:19:07 +02:00
config-manager.h COMMON: Make constants actually const. 2011-08-07 15:19:07 +02:00
cosinetables.cpp JANITORIAL: Fix MSVC warnings 2011-07-19 14:12:07 -04:00
cosinetables.h
dcl.cpp COMMON: Remove superfluous Common:: qualifiers. 2011-08-07 15:19:07 +02:00
dcl.h JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
dct.cpp
dct.h
debug-channels.h
debug.cpp
debug.h
endian.h
error.cpp
error.h
EventDispatcher.cpp RECORDER: Restore event recorder functionality. 2011-08-08 20:01:07 +01:00
EventRecorder.cpp RECORDER: Lower I/O in recorder 2011-08-14 12:20:19 +01:00
EventRecorder.h RECORDER: Restore event recorder functionality. 2011-08-08 20:01:07 +01:00
events.h COMMON: Enable backend specific custom events only when the Keymapper is enabled. 2012-02-13 01:23:07 +01:00
fft.cpp
fft.h
file.cpp COMMON: Remove superfluous Common:: qualifiers. 2011-08-07 15:19:07 +02:00
file.h COMMON: Remove superfluous Common:: qualifiers. 2011-08-07 15:19:07 +02:00
forbidden.h COMMON: Fix compilation with mingw-w64 2012-01-23 18:22:50 +01:00
frac.h
fs.cpp COMMON: Return 0 instead of false in FSNode::createReadStream. 2012-01-29 16:31:52 +01:00
fs.h COMMON: Make more members of Archive constant. 2011-12-13 17:55:57 +01:00
func.h COMMON: Remove superfluous Common:: qualifiers. 2011-08-07 15:19:07 +02:00
hash-str.h JANITORIAL: Fix template definition whitespace 2012-02-10 21:17:27 -06:00
hashmap.cpp
hashmap.h
huffman.cpp
huffman.h JANITORIAL: Fix whitespace in pointer template arg 2012-02-15 10:07:08 -06:00
iff_container.cpp COMMON: Remove superfluous Common:: qualifiers. 2011-08-07 15:19:07 +02:00
iff_container.h COMMON: Remove superfluous Common:: qualifiers. 2011-08-07 15:19:07 +02:00
keyboard.h COMMON: Slight formatting fix. 2011-12-30 17:52:40 +01:00
list_intern.h JANITORIAL: Fix template definition whitespace 2012-02-10 21:17:27 -06:00
list.h JANITORIAL: Fix whitespace in pointer template arg 2012-02-15 10:07:08 -06:00
localization.cpp SCUMM: Fix compilation when translation support is disabled. 2011-08-20 19:36:54 +02:00
localization.h SCUMM: Fix compilation when translation support is disabled. 2011-08-20 19:36:54 +02:00
macresman.cpp JANITORIAL: Remove unnecessary semicolons 2011-10-29 11:23:44 +02:00
macresman.h
math.h COMMON: intLog2 uses _BitScanReverse on MSVC 2011-08-19 01:05:37 +02:00
md5.cpp
md5.h
memory.h COMMON: Move <new> include into scummsys.h. 2011-11-17 12:46:44 +01:00
memorypool.cpp JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
memorypool.h
memstream.h
module.mk COMMON: Rewrite BitStream as a template 2011-08-27 23:37:07 +02:00
mutex.cpp
mutex.h
noncopyable.h
pack-end.h
pack-start.h
ptr.h COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of a dispose flag. 2011-08-07 15:19:08 +02:00
queue.h
quicktime.cpp COMMON: QuickTime mdat atoms should be leaves 2011-12-15 12:59:42 -05:00
quicktime.h JANITORIAL: Fix whitespace in pointer template arg 2012-02-15 10:07:08 -06:00
random.cpp
random.h
rational.cpp COMMON: Remove superfluous Common:: qualifiers. 2011-08-07 15:19:07 +02:00
rational.h
rdft.cpp
rdft.h
rect.h
savefile.h
scummsys.h COMMON: Move <new> include into scummsys.h. 2011-11-17 12:46:44 +01:00
serializer.h JANITORIAL: Fix template definition whitespace 2012-02-10 21:17:27 -06:00
sinetables.cpp JANITORIAL: Fix MSVC warnings 2011-07-19 14:12:07 -04:00
sinetables.h
singleton.h JANITORIAL: Fix template definition whitespace 2012-02-10 21:17:27 -06:00
stack.h
str-array.h
str.cpp
str.h COMMON: Remove superfluous Common:: qualifiers. 2011-08-07 15:19:07 +02:00
stream.cpp COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of a dispose flag. 2011-08-07 15:19:08 +02:00
stream.h
substream.h COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of a dispose flag. 2011-08-07 15:19:08 +02:00
system.cpp MACOSX/UPDATES: Streamline UpdateManager 2011-07-19 21:35:37 +02:00
system.h ALL: Enable Keymapper specific OSystem API only when the Keymapper is enabled. 2012-02-13 01:20:02 +01:00
taskbar.h COMMON: Add notifyError() and clearError() to the TaskbarManager, used to notify the user that an error happened through the taskbar icon 2011-08-06 15:25:32 -04:00
textconsole.cpp
textconsole.h
timer.h COMMON: Corrected Previous Commit. 2011-08-06 15:52:36 +01:00
tokenizer.cpp JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
tokenizer.h
translation.cpp GRAPHICS/GUI: Implement charset mapping for TTF fonts. 2012-01-29 16:26:20 +01:00
translation.h GRAPHICS/GUI: Implement charset mapping for TTF fonts. 2012-01-29 16:26:20 +01:00
types.h
unarj.cpp COMMON: Make more members of Archive constant. 2011-12-13 17:55:57 +01:00
unarj.h
unzip.cpp COMMON: Make more members of Archive constant. 2011-12-13 17:55:57 +01:00
unzip.h
updates.h MACOSX/UPDATES: Streamline UpdateManager 2011-07-19 21:35:37 +02:00
util.cpp COMMON: Added Croatian language (for a localized version of BS2.5) 2011-11-18 17:52:26 +02:00
util.h GUI: Fix GUIO flags again. 2011-12-04 15:54:32 +01:00
winexe_ne.cpp
winexe_ne.h
winexe_pe.cpp COMMON: Remove superfluous Common:: qualifiers. 2011-08-07 15:19:07 +02:00
winexe_pe.h
winexe.cpp
winexe.h
xmlparser.cpp JANITORIAL: Fix whitespace in pointer template arg 2012-02-15 10:07:08 -06:00
xmlparser.h JANITORIAL: Fix whitespace in pointer template arg 2012-02-15 10:07:08 -06:00
zlib.cpp COMMON: Enhance zlib interface 2012-01-13 18:33:04 +01:00
zlib.h COMMON: Enhance zlib interface 2012-01-13 18:33:04 +01:00