scummvm/engines/sword25/kernel
Filippos Karapetis 681ec59292 SWORD25: Added a ENABLE_THEORA define inside fmv/theora_decoder.h
This define can be used to disable building of the Theora decoder, and thus makes
libtheora optional (therefore resolving an item in the Sword25 TODO). Disabling the
Theora decoder will effectively disable the game's videos

Note that running the game with the Theora decoder disabled is still untested

svn-id: r53416
2010-10-13 13:07:16 +00:00
..
callbackregistry.cpp SWORD25: brought CallBackRegisry class to our naming standards 2010-10-12 22:51:37 +00:00
callbackregistry.h SWORD25: Force cast to uint instead of unsigned long long 2010-10-13 11:42:17 +00:00
common.h SWORD25: Remove redundant code 2010-10-13 00:01:40 +00:00
filesystemutil.cpp SWORD25: Fixed signed/unsigned bug 2010-10-13 11:18:34 +00:00
filesystemutil.h SWORD25: Fixed signed/unsigned bug 2010-10-13 11:18:34 +00:00
inputpersistenceblock.cpp SWORD25: Comply to the code conventions for several classes 2010-10-12 23:32:32 +00:00
inputpersistenceblock.h SWORD25: Comply to the code conventions for several classes 2010-10-12 23:32:32 +00:00
kernel_script.cpp SWORD25: Get rid of Kernel::GetMicroTicks() 2010-10-13 10:41:30 +00:00
kernel.cpp SWORD25: Added a ENABLE_THEORA define inside fmv/theora_decoder.h 2010-10-13 13:07:16 +00:00
kernel.h SWORD25: Added a ENABLE_THEORA define inside fmv/theora_decoder.h 2010-10-13 13:07:16 +00:00
log.cpp SWORD25: Portability fixes. Now compiles and runs under Linux. 2010-10-12 22:44:55 +00:00
log.h SWORD25: Mass-astyle. 2010-10-12 22:35:55 +00:00
objectregistry.h SWORD25: Force cast to uint instead of unsigned long long 2010-10-13 11:42:17 +00:00
outputpersistenceblock.cpp SWORD25: Resolve ambigous write() call on 64 bit systems 2010-10-13 11:22:52 +00:00
outputpersistenceblock.h SWORD25: Comply to the code conventions for several classes 2010-10-12 23:32:32 +00:00
persistable.h SWORD25: Comply to the code conventions for several classes 2010-10-12 23:32:32 +00:00
persistenceblock.h SWORD25: unsigned int -> uint 2010-10-12 23:30:00 +00:00
persistenceservice.cpp SWORD25: Enforced code naming conventions in math/* 2010-10-13 00:09:32 +00:00
persistenceservice.h SWORD25: unsigned int -> uint 2010-10-12 23:30:00 +00:00
resmanager.cpp SWORD25: Enforced code naming conventions in sfx/ and reservice.h 2010-10-13 00:07:27 +00:00
resmanager.h SWORD25: Enforced code naming conventions in sfx/ and reservice.h 2010-10-13 00:07:27 +00:00
resource.cpp SWORD25: Enforse code naming conventions in PackageManager and Sword25Engine 2010-10-13 00:02:51 +00:00
resource.h SWORD25: Comply to the code conventions for several classes 2010-10-12 23:32:32 +00:00
resservice.h SWORD25: Enforced code naming conventions in sfx/ and reservice.h 2010-10-13 00:07:27 +00:00
scummvmwindow.cpp SWORD25: unsigned char -> byte 2010-10-12 23:26:48 +00:00
scummvmwindow.h SWORD25: removed BS_ prefix from rest of the classes. 2010-10-12 22:59:01 +00:00
service_ids.h SWORD25: Got rid of FMODExSound class 2010-10-12 23:55:24 +00:00
service.h SWORD25: removed BS_ prefix from rest of the classes. 2010-10-12 22:59:01 +00:00
string.h SWORD25: unsigned int -> uint 2010-10-12 23:30:00 +00:00
window.cpp SWORD25: removed BS_ prefix from rest of the classes. 2010-10-12 22:59:01 +00:00
window.h SWORD25: removed BS_ prefix from rest of the classes. 2010-10-12 22:59:01 +00:00