.. |
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: Slight formatting fixes in array.h.
|
2012-02-22 20:00:11 +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
|
ALL: Avoid using is* macros from ctype.h
|
2012-02-15 16:51:37 +01:00 |
config-file.h
|
|
|
config-manager.cpp
|
COMMON: Move isFoo functions to namespace Common, add doxygen comments
|
2012-02-20 16:18:27 +01:00 |
config-manager.h
|
|
|
coroutines.cpp
|
COMMON: Change pulseEvent to better reflect how it works in Windows
|
2012-06-17 17:29:20 +10:00 |
coroutines.h
|
COMMON: Change pulseEvent to better reflect how it works in Windows
|
2012-06-17 17:29:20 +10:00 |
cosinetables.cpp
|
COMMON: Replaced static Sine and Cosine tables with dynamic generated.
|
2012-04-14 11:18:55 +01:00 |
cosinetables.h
|
COMMON: Replaced static Sine and Cosine tables with dynamic generated.
|
2012-04-14 11:18:55 +01:00 |
dcl.cpp
|
|
|
dcl.h
|
|
|
dct.cpp
|
COMMON: Update DCT & RDFT to avoid dynamic allocation of Sine/Cos Tables.
|
2012-04-17 22:12:20 +01:00 |
dct.h
|
COMMON: Update DCT & RDFT to avoid dynamic allocation of Sine/Cos Tables.
|
2012-04-17 22:12:20 +01:00 |
debug-channels.h
|
|
|
debug.cpp
|
|
|
debug.h
|
|
|
endian.h
|
COMMON: Add a READ_UINT24 macro
|
2012-03-20 01:06:48 +01:00 |
error.cpp
|
|
|
error.h
|
|
|
EventDispatcher.cpp
|
KEYMAPPER: Add delays for *UP events coming from non-keys
|
2012-03-02 20:48:50 -06:00 |
EventMapper.cpp
|
COMMON: Hopefully fix compilation
|
2012-03-17 15:25:51 +02:00 |
EventRecorder.cpp
|
|
|
EventRecorder.h
|
|
|
events.h
|
KEYMAPPER: Add delays for *UP events coming from non-keys
|
2012-03-02 20:48:50 -06:00 |
fft.cpp
|
COMMON: Refactoring of FFT class to remove repeated fft<x>() functions.
|
2012-04-17 20:23:38 +01:00 |
fft.h
|
COMMON: Refactoring of FFT class to remove repeated fft<x>() functions.
|
2012-04-17 20:23:38 +01:00 |
file.cpp
|
|
|
file.h
|
|
|
forbidden.h
|
ALL: Avoid using is* macros from ctype.h
|
2012-02-15 16:51:37 +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
|
|
|
gui_options.cpp
|
GUI: Change the undithering checkbox to be an engine-specific option
|
2012-03-25 18:51:23 +03:00 |
gui_options.h
|
GUI: Change the undithering checkbox to be an engine-specific option
|
2012-03-25 18:51:23 +03:00 |
hash-str.h
|
JANITORIAL: Fix template definition whitespace
|
2012-02-10 21:17:27 -06:00 |
hashmap.cpp
|
|
|
hashmap.h
|
COMMON: Add a size_type to HashMap.
|
2012-02-22 20:13:33 +01:00 |
huffman.cpp
|
|
|
huffman.h
|
JANITORIAL: Fix whitespace in pointer template arg
|
2012-02-15 10:07:08 -06:00 |
iff_container.cpp
|
|
|
iff_container.h
|
|
|
keyboard.h
|
COMMON: Expand a bit the KeyState documentation
|
2012-07-01 01:03:49 +01:00 |
language.cpp
|
COMMON: Move language GUIO code to language.h
|
2012-02-29 12:57:34 +01:00 |
language.h
|
COMMON: Move language GUIO code to language.h
|
2012-02-29 12:57:34 +01:00 |
list_intern.h
|
JANITORIAL: Fix template definition whitespace
|
2012-02-10 21:17:27 -06:00 |
list.h
|
COMMON: Add a size_type to List.
|
2012-02-22 20:10:04 +01:00 |
localization.cpp
|
|
|
localization.h
|
COMMON: Move Language and Platform functionality into separate files
|
2012-02-26 15:21:36 +01:00 |
macresman.cpp
|
COMMON: Add an exists function to MacResManager
|
2012-03-08 08:02:06 -05:00 |
macresman.h
|
COMMON: Add an exists function to MacResManager
|
2012-03-08 08:02:06 -05:00 |
math.h
|
ALL: Use GCC_ATLEAST().
|
2012-03-17 20:09:49 +01: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: Fix missing whitespace in pointer cast
|
2012-02-15 10:07:10 -06:00 |
memorypool.h
|
JANITORIAL: Fix missing whitespace in pointer cast
|
2012-02-15 10:07:10 -06:00 |
memstream.h
|
|
|
module.mk
|
COMMON: Moved the Tinsel Coroutine code into it's own Common class
|
2012-05-17 20:39:55 +10:00 |
mutex.cpp
|
|
|
mutex.h
|
|
|
noncopyable.h
|
|
|
pack-end.h
|
|
|
pack-start.h
|
|
|
platform.cpp
|
COMMON: Move Language and Platform functionality into separate files
|
2012-02-26 15:21:36 +01:00 |
platform.h
|
COMMON: Move Language and Platform functionality into separate files
|
2012-02-26 15:21:36 +01:00 |
ptr.h
|
ALL: Make use of defined() for the preprocessor consistent.
|
2012-03-17 22:02:44 +01:00 |
queue.h
|
|
|
quicktime.cpp
|
COMMON: Skip junk found at the end of QuickTime files
|
2012-05-21 18:57:18 -04:00 |
quicktime.h
|
COMMON: Clean up the QuickTime class a bit
|
2012-03-30 13:39:49 -04:00 |
random.cpp
|
|
|
random.h
|
|
|
rational.cpp
|
|
|
rational.h
|
|
|
rdft.cpp
|
COMMON: Update DCT & RDFT to avoid dynamic allocation of Sine/Cos Tables.
|
2012-04-17 22:12:20 +01:00 |
rdft.h
|
Merge pull request #226 from digitall/sincos
|
2012-04-19 01:13:47 -07:00 |
rect.h
|
COMMON: Make Rect::center() more readable
|
2012-03-22 00:38:12 -04:00 |
rendermode.cpp
|
COMMON: Use String class consistently
|
2012-03-17 12:55:51 +02:00 |
rendermode.h
|
COMMON: Replace OptionsDialog::renderType2GUIO by API in rendermode.h
|
2012-02-29 11:43:21 +01:00 |
savefile.h
|
COMMON: Simplify the documentation in openForSaving()
|
2012-06-25 22:32:00 +03:00 |
scummsys.h
|
ALL: Make use of defined() for the preprocessor consistent.
|
2012-03-17 22:02:44 +01:00 |
serializer.h
|
JANITORIAL: Fix template definition whitespace
|
2012-02-10 21:17:27 -06:00 |
sinetables.cpp
|
COMMON: Replaced static Sine and Cosine tables with dynamic generated.
|
2012-04-14 11:18:55 +01:00 |
sinetables.h
|
COMMON: Replaced static Sine and Cosine tables with dynamic generated.
|
2012-04-14 11:18:55 +01:00 |
singleton.h
|
ALL: Make use of defined() for the preprocessor consistent.
|
2012-03-17 22:02:44 +01:00 |
stack.h
|
COMMON: Slight formatting fixes in stack.h.
|
2012-02-22 20:08:40 +01:00 |
str-array.h
|
|
|
str.cpp
|
Merge pull request #182 from fingolfin/forbid-ctype
|
2012-02-21 11:33:32 -08:00 |
str.h
|
|
|
stream.cpp
|
COMMON: Rename SafeSubReadStream to SafeSeekableSubReadStream.
|
2012-03-11 00:51:20 +01:00 |
stream.h
|
|
|
substream.h
|
COMMON: Mention that SafeSeekableSubReadStream is not threading safe.
|
2012-03-11 00:53:23 +01:00 |
system.cpp
|
|
|
system.h
|
Merge pull request #246 from lordhoto/osystem-void-buffers
|
2012-06-20 08:02:26 -07:00 |
taskbar.h
|
ALL: Correct spelling of "Mac OS X" in various places
|
2012-05-31 10:30:29 +02:00 |
textconsole.cpp
|
|
|
textconsole.h
|
|
|
timer.h
|
|
|
tokenizer.cpp
|
|
|
tokenizer.h
|
|
|
translation.cpp
|
JANITORIAL: Simply use *x instead of *x.get() on smart pointers.
|
2012-03-13 15:43:59 +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: Use the file cache in ZipArchive::listMembers for performance.
|
2012-04-30 00:09:56 +02:00 |
unzip.h
|
|
|
updates.h
|
ALL: Correct spelling of "Mac OS X" in various places
|
2012-05-31 10:30:29 +02:00 |
util.cpp
|
COMMON: Move Language and Platform functionality into separate files
|
2012-02-26 15:21:36 +01:00 |
util.h
|
COMMON: Fix spelling of length
|
2012-04-04 21:22:31 -07:00 |
winexe_ne.cpp
|
|
|
winexe_ne.h
|
|
|
winexe_pe.cpp
|
|
|
winexe_pe.h
|
|
|
winexe.cpp
|
|
|
winexe.h
|
|
|
xmlparser.cpp
|
Merge pull request #182 from fingolfin/forbid-ctype
|
2012-02-21 11:33:32 -08:00 |
xmlparser.h
|
Merge pull request #182 from fingolfin/forbid-ctype
|
2012-02-21 11:33:32 -08:00 |
zlib.cpp
|
COMMON: Add an optional argument to wrapCompressedReadStream, to simplify using streams that can't tell their size()
|
2012-07-18 13:54:15 +02:00 |
zlib.h
|
COMMON: Add an optional argument to wrapCompressedReadStream, to simplify using streams that can't tell their size()
|
2012-07-18 13:54:15 +02:00 |