.. |
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
|
JANITORIAL: Remove trailing whitespaces.
|
2012-09-26 04:17:55 +02:00 |
bitstream.h
|
COMMON: Extend some method comments in Common::BitStream
|
2011-10-21 00:19:02 +02:00 |
bufferedstream.h
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
config-file.cpp
|
ALL: Avoid using is* macros from ctype.h
|
2012-02-15 16:51:37 +01:00 |
config-file.h
|
COMMON: Remove superfluous Common:: qualifiers.
|
2011-08-07 15:19:07 +02:00 |
config-manager.cpp
|
COMMON: Move isFoo functions to namespace Common, add doxygen comments
|
2012-02-20 16:18:27 +01:00 |
config-manager.h
|
COMMON: Make constants actually const.
|
2011-08-07 15:19:07 +02:00 |
coroutines.cpp
|
JANITORIAL: Remove trailing whitespaces.
|
2012-09-26 04:17:55 +02:00 |
coroutines.h
|
COMMON: Change pulseEvent to better reflect how it works in Windows
|
2012-06-17 17:29:20 +10:00 |
cosinetables.cpp
|
JANITORIAL: Remove trailing whitespaces.
|
2012-09-26 04:17:55 +02:00 |
cosinetables.h
|
COMMON: Replaced static Sine and Cosine tables with dynamic generated.
|
2012-04-14 11:18:55 +01:00 |
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
|
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
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
debug.cpp
|
COMMON: Fix compilation when USE_HASHMAP_MEMORY_POOL is not defined.
|
2011-07-03 00:16:07 +02:00 |
debug.h
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
endian.h
|
COMMON: Add MKTAG16 for 16-bit multi-character constants
|
2012-08-26 12:38:35 -04:00 |
error.cpp
|
ENGINES: Warn user about games marked with ADGF_UNSTABLE flags
|
2011-06-16 13:37:13 -05:00 |
error.h
|
ENGINES: Warn user about games marked with ADGF_UNSTABLE flags
|
2011-06-16 13:37:13 -05:00 |
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
|
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
|
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
|
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
|
ALL: Avoid using is* macros from ctype.h
|
2012-02-15 16:51:37 +01:00 |
frac.h
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
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 |
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
|
JANITORIAL: Remove trailing whitespaces.
|
2012-09-26 04:17:55 +02:00 |
hash-str.h
|
JANITORIAL: Fix template definition whitespace
|
2012-02-10 21:17:27 -06:00 |
hashmap.cpp
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
hashmap.h
|
COMMON: Add a size_type to HashMap.
|
2012-02-22 20:13:33 +01:00 |
huffman.cpp
|
COMMON: Update code from eos
|
2011-07-18 10:28:10 -04:00 |
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 |
installshield_cab.cpp
|
COMMON: Move InstallShield code to common
|
2012-05-28 16:54:49 -04:00 |
installshield_cab.h
|
COMMON: Move InstallShield code to common
|
2012-05-28 16:54:49 -04:00 |
keyboard.h
|
Merge remote branch 'upstream/master' into pegasus
|
2012-08-26 16:12:25 -04: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
|
SCUMM: Fix compilation when translation support is disabled.
|
2011-08-20 19:36:54 +02:00 |
localization.h
|
COMMON: Move Language and Platform functionality into separate files
|
2012-02-26 15:21:36 +01:00 |
macresman.cpp
|
COMMON: Hopefully fix AppleDouble files with directories
|
2012-04-07 21:19:11 -04:00 |
macresman.h
|
ALL: Mark off some things as used by Pegasus
|
2012-08-31 22:26:02 -04:00 |
math.h
|
ALL: Use GCC_ATLEAST().
|
2012-03-17 20:09:49 +01:00 |
md5.cpp
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
md5.h
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
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
|
COMMON: Properly handle error indicator in MemoryWriteStream.
|
2012-10-09 23:06:25 +02:00 |
module.mk
|
COMMON: Move InstallShield code to common
|
2012-05-28 16:54:49 -04:00 |
mutex.cpp
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
mutex.h
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
noncopyable.h
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
pack-end.h
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
pack-start.h
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
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
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
quicktime.cpp
|
COMMON: Skip junk found at the end of QuickTime files
|
2012-05-21 18:57:18 -04:00 |
quicktime.h
|
JANITORIAL: Remove trailing whitespaces.
|
2012-09-26 04:17:55 +02:00 |
random.cpp
|
COMMON: Remove unused RandomSource destructor, clarify comments, cleanup
|
2011-05-17 12:23:41 +02:00 |
random.h
|
COMMON: Remove unused RandomSource destructor, clarify comments, cleanup
|
2011-05-17 12:23:41 +02:00 |
rational.cpp
|
COMMON: Remove superfluous Common:: qualifiers.
|
2011-08-07 15:19:07 +02:00 |
rational.h
|
COMMON: Add numerator/denominator getters for Rational
|
2011-09-17 21:16:36 -04:00 |
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
|
Merge remote branch 'upstream/master' into pegasus
|
2012-04-02 10:07:45 -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
|
JANITORIAL: Remove trailing whitespaces.
|
2012-09-26 04:17:55 +02: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
|
JANITORIAL: Remove trailing whitespaces.
|
2012-09-26 04:17:55 +02: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
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
str.cpp
|
Merge pull request #182 from fingolfin/forbid-ctype
|
2012-02-21 11:33:32 -08:00 |
str.h
|
COMMON: Remove superfluous Common:: qualifiers.
|
2011-08-07 15:19:07 +02:00 |
stream.cpp
|
COMMON: Rename SafeSubReadStream to SafeSeekableSubReadStream.
|
2012-03-11 00:51:20 +01:00 |
stream.h
|
COMMON: Document that Stream API is meant to imitate ISO C FILE semantics
|
2011-05-18 13:06:41 +02:00 |
substream.h
|
COMMON: Mention that SafeSeekableSubReadStream is not threading safe.
|
2012-03-11 00:53:23 +01:00 |
system.cpp
|
MACOSX/UPDATES: Streamline UpdateManager
|
2011-07-19 21:35:37 +02:00 |
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
|
COMMON: Replace some vsnprintf/STRINGBUFLEN uses by vformat
|
2011-06-18 01:36:16 +02:00 |
textconsole.h
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
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
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
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
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
unarj.cpp
|
COMMON: Make more members of Archive constant.
|
2011-12-13 17:55:57 +01:00 |
unarj.h
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
unzip.cpp
|
COMMON: Use the file cache in ZipArchive::listMembers for performance.
|
2012-04-30 00:09:56 +02:00 |
unzip.h
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
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
|
ALL: Remove trailing whitespaces
|
2011-06-20 00:59:48 +02:00 |
winexe_ne.h
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
winexe_pe.cpp
|
COMMON: Add MKTAG16 for 16-bit multi-character constants
|
2012-08-26 12:38:35 -04:00 |
winexe_pe.h
|
ALL: Remove trailing whitespaces
|
2011-06-20 00:59:48 +02:00 |
winexe.cpp
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
winexe.h
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
xmlparser.cpp
|
COMMON: Remove fprintf/stderr usage from xmlparser.
|
2012-08-15 00:15:29 +02:00 |
xmlparser.h
|
Merge pull request #182 from fingolfin/forbid-ctype
|
2012-02-21 11:33:32 -08:00 |
zlib.cpp
|
Merge remote-tracking branch 'origin/master' into tony
|
2012-08-28 15:54:12 +02:00 |
zlib.h
|
JANITORIAL: Remove trailing whitespaces.
|
2012-09-26 04:17:55 +02:00 |