scummvm/common
Filippos Karapetis e36f24ad69 COMMON: Define int64 and uint64 if HAVE_CONFIG_H isn't set
This fixes compilation of sword25's pluto with Visual Studio. The issue
has been revealed with commit 34169a81. The other data types are
defined in scummsys.h, thus only the missing int64 and uint64 defines
are set.
2013-11-06 18:04:09 +02:00
..
algorithm.h COMMON: Make value parameter of fill a const reference. 2011-11-16 18:16:40 +01:00
archive.cpp COMMON: Add depth/flat parameters to addSubDirectoryMatching. 2013-06-06 21:41:14 +02:00
archive.h COMMON: Add depth/flat parameters to addSubDirectoryMatching. 2013-06-06 21:41:14 +02: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 JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
c++11-compat.h COMMON: Make XCode 5.0.1 happier 2013-10-27 22:45:49 +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: Add setVal to ConfigManager::Domain. 2013-08-13 00:11:46 +02:00
coroutines.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
coroutines.h COMMON: Shut more Coverity warnings in coroutines. 2013-09-21 22:45:43 +03:00
cosinetables.cpp COMMON: Improve comment in CosineTable::CosineTable. 2013-06-08 21:56:48 +02:00
cosinetables.h COMMON: Try to document the SineTable/CosineTable table entries. 2013-06-08 21:56:48 +02:00
dcl.cpp COMMON: Expand the warnings thrown for broken DCL compressed data 2013-09-26 10:46:09 +03: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 JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
debug.cpp JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
debug.h RECORDER: Implement Events Recorder 2013-05-17 00:18:09 +03: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 Revert "COMMON: Fix crash when the keymapper and the event recorder are enabled" 2013-07-05 03:05:54 +03:00
EventMapper.cpp COMMON: Hopefully fix compilation 2012-03-17 15:25:51 +02:00
events.h RECORDER: Implement Events Recorder 2013-05-17 00:18:09 +03: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: Remove useless member variable FFT:_permutation 2013-04-15 18:21:29 +02:00
file.cpp JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
file.h COMMON: Remove superfluous Common:: qualifiers. 2011-08-07 15:19:07 +02:00
forbidden.h COMMON: Forbid symbols for the rest of is* from ctype.h. 2012-12-13 21:08:48 +01:00
frac.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
fs.cpp JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
fs.h COMMON: Make more members of Archive constant. 2011-12-13 17:55:57 +01:00
func.h JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01: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: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
hashmap.cpp JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
hashmap.h JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +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 JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
iff_container.h COMMON: Add PackBitsReadStream to iff_container 2013-01-06 20:04:41 +01:00
ini-file.cpp COMMON: Rename ConfigFile to INIFile. 2013-08-08 16:28:38 +02:00
ini-file.h COMMON: Remove outdated comments on INIFile. 2013-08-08 16:30:38 +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 JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +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: Cleanup the MacResManager a bit 2013-07-11 23:45:19 -04:00
macresman.h COMMON: Cleanup the MacResManager a bit 2013-07-11 23:45:19 -04:00
math.h COMMON: Move definition of math constants to scummsys header. 2013-07-31 06:18:58 +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: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
memstream.h RECORDER: Implement Events Recorder 2013-05-17 00:18:09 +03:00
module.mk COMMON: Rename ConfigFile to INIFile. 2013-08-08 16:28:38 +02:00
mutex.cpp JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01: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: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
platform.h COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04: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 JANITORIAL: Fix ){ -> ) { 2013-01-24 20:15:13 +01:00
quicktime.h Merge pull request #293 from clone2727/qtmidi 2012-12-13 15:49:40 -08:00
random.cpp ALL: Don't use EventRecorder at all when not compiled in 2013-07-06 23:54:45 -04:00
random.h JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01: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 COMMON: Add basic documentation for RDFT 2013-06-08 22:03:22 +02:00
recorderfile.cpp RECORDER: Initialize variable. CID 1047258 2013-11-03 01:28:03 +02:00
recorderfile.h RECORDER: Implement Events Recorder 2013-05-17 00:18:09 +03:00
rect.h COMMON: Revert last commit as rightfully pointed out by fuzze. 2013-07-29 12:30:47 +03: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 COMMON: Define int64 and uint64 if HAVE_CONFIG_H isn't set 2013-11-06 18:04:09 +02:00
serializer.h JANITORIAL: Fix template definition whitespace 2012-02-10 21:17:27 -06:00
sinetables.cpp COMMON: Save memory by allocating only required entries in Cosine-/SineTable. 2013-06-08 21:47:52 +02:00
sinetables.h COMMON: Try to document the SineTable/CosineTable table entries. 2013-06-08 21:56:48 +02:00
singleton.h JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +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 COMMON: Add erase method to String class 2013-06-20 15:40:25 -05:00
str.h COMMON: Add erase method to String class 2013-06-20 15:40:25 -05:00
stream.cpp Merge pull request #305 from giucam/bufferedseekable 2013-01-28 08:43:52 -08:00
stream.h JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
substream.h COMMON: Mention that SafeSeekableSubReadStream is not threading safe. 2012-03-11 00:53:23 +01:00
system.cpp RECORDER: Fix tests compilation. Patch by D G Turner 2013-07-06 07:31:28 +03:00
system.h RECORDER: Implement Events Recorder 2013-05-17 00:18:09 +03:00
taskbar.h JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
textconsole.cpp JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
textconsole.h JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01: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: Fix missing arjDecoder class variable init. CID 1002929 2013-10-05 07:02:18 +01:00
unarj.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
unzip.cpp JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
unzip.h JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
updates.h JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
util.cpp COMMON: Add wrapper for isprint. 2012-12-13 21:08:47 +01:00
util.h COMMON: Enforce formatting guidelines a bit more in util.h. 2013-07-30 21:02:01 +02:00
winexe_ne.cpp COMMON: Fix the NE group icon resource type 2013-10-27 13:15:17 -04:00
winexe_ne.h COMMON: Fix the NE group icon resource type 2013-10-27 13:15:17 -04: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 COMMON: Fix custom NE resource type names 2013-06-09 21:18:33 -04:00
winexe.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
xmlparser.cpp COMMON: Don't use parserError for non-parser errors 2013-04-16 19:13:30 +02:00
xmlparser.h Merge pull request #182 from fingolfin/forbid-ctype 2012-02-21 11:33:32 -08:00
zlib.cpp COMMON: SEEK_END offsets are negative 2013-11-02 19:59:22 +02:00
zlib.h JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00