aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-13SWORD25: Worked around crash in options dialog.Torbjörn Andersson
I don't really know if this is correct, but aesthetically it goes well with how the scale factor is treated. svn-id: r53447
2010-10-13SWORD25: Semi-colon cleanup.Johannes Schickel
svn-id: r53446
2010-10-13SWORD25: Check if _LogFile has been created before flushing.Torbjörn Andersson
svn-id: r53445
2010-10-13BASE: Added "Theora" to the features string, when enabled.Torbjörn Andersson
svn-id: r53444
2010-10-13SYMBIAN: Add makefiles for TOON StruckLars Persson
svn-id: r53443
2010-10-13SWORD25: Don't compile lua.cMatthew Hoops
lua.c has its own main function which we don't want. Compiling this in for me gives me a Lua console on startup (which probably isn't a good thing). svn-id: r53442
2010-10-13Fixed ifdef. I'm too tired today :/Filippos Karapetis
svn-id: r53440
2010-10-13SWORD25: Hopefully fix compilation when libtheora is not presentFilippos Karapetis
svn-id: r53439
2010-10-13SWORD25: Use $(CXX) -x c to build C files (hopefully this fixes compilation)Filippos Karapetis
svn-id: r53438
2010-10-13SWORD25: Partially revert commit #53389 and add the custom rule for C filesFilippos Karapetis
again, so that LUA can be compiled. It's a hack but at least it allows compilation of C files for now svn-id: r53437
2010-10-13SWORD25: Invoke parent's class copy constructorMax Horn
svn-id: r53432
2010-10-13SWORD25: Convert object registries to singletonsMax Horn
svn-id: r53431
2010-10-13SWORD25: Renamed getInstance() -> instance()Max Horn
svn-id: r53430
2010-10-13SWORD25: Oops, atan2() takes two argumentsFilippos Karapetis
svn-id: r53429
2010-10-13SWORD25: Don't even compile theora related code when that lib is not presentMax Horn
svn-id: r53428
2010-10-13BASE: Add SVN_REVISION placehold to internal_version.h.inMax Horn
Our tools/update-version.pl script always keeps this empty. But it will make integration of the create_project patch smoother. svn-id: r53427
2010-10-13SWORD25: Extended Mac OSX compilation fix for sqrtf and atan2fFilippos Karapetis
svn-id: r53426
2010-10-13SWORD25: Hopefully fixed compilation under Mac OSX, Solaris and mingw32Filippos Karapetis
Taken from sound/softsynth/mt32/tables.cpp lines 28-41 (thanks LordHoto) svn-id: r53425
2010-10-13BUILD: Patch #3086472 "AMIGAOS4: Adding COPYING.BSD and new Icon"Jordi Vilalta Prat
Use the DIST_FILES_DOCS variable so no new document files are forgotten. svn-id: r53424
2010-10-13SWORD25: Include common/scummsys.h in places where USE_THEORADEC is usedFilippos Karapetis
svn-id: r53423
2010-10-13create_msvc: enable language extensions for SWORD25Filippos Karapetis
svn-id: r53422
2010-10-13create_msvc: Added support for USE_THEORADECFilippos Karapetis
svn-id: r53421
2010-10-13CONFIGURE: Fixed typoFilippos Karapetis
svn-id: r53420
2010-10-13CONFIGURE: Fixed a bug with --disable-theoradec and made libtheoradec ↵Filippos Karapetis
optional for building sword25 If libtheoradec is missing then the engine still builds if requested, but the videos will be disabled (note that running the game with videos disabled is still untested) svn-id: r53419
2010-10-13SWORD25: Renamed ENABLE_THEORADEC to USE_THEORADEC (like in configure)Filippos Karapetis
svn-id: r53418
2010-10-13SWORD25: Renamed ENABLE_THEORA to ENABLE_THEORADEC (like in configure)Filippos Karapetis
svn-id: r53417
2010-10-13SWORD25: Added a ENABLE_THEORA define inside fmv/theora_decoder.hFilippos Karapetis
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-13README: Mention Italian NES Maniac MansionFabio Battaglia
svn-id: r53415
2010-10-13CONFIGURE: Use static libgcc on IRIX cross-compile builds (makes them work ↵Joost Peters
on vanilla IRIX systems). svn-id: r53414
2010-10-13SWORD25: Force cast to uint instead of unsigned long longSven Hesse
As per Fingolfin's request, because apparently there's no long long in the C++ standard; and ScummVM's hashmap needs uint. svn-id: r53413
2010-10-13SWORD25: Silenced MSVC false positive about a potentially uninitialized variableFilippos Karapetis
svn-id: r53412
2010-10-13SWORD25: Remove the unused LUA compilerFilippos Karapetis
svn-id: r53411
2010-10-13SWORD25: Resolve ambigous write() call on 64 bit systemsSven Hesse
svn-id: r53410
2010-10-13SWORD25: Cast the pointer to unsigned long longSven Hesse
...Instead of to uint, which fails on my 64 bit system where pointers are 64 bit, but normal ints 32 bit wide. svn-id: r53409
2010-10-13SWORD25: Stop using class names as variable namesFilippos Karapetis
svn-id: r53408
2010-10-13SWORD25: Fixed signed/unsigned bugFilippos Karapetis
svn-id: r53407
2010-10-13SWORD25: Get rid of kernel/bs_stdint.hMax Horn
svn-id: r53405
2010-10-13CONFIGURE: Don't execute a binary just to check libpng versionWillem Jan Palenstijn
This fixes detection of libpng when cross-compiling. svn-id: r53404
2010-10-13SWORD25: Get rid of Kernel::GetMicroTicks()Max Horn
svn-id: r53403
2010-10-13LURE: Bugfix for characters getting stuck in Abbey doorwayPaul Gilbert
svn-id: r53402
2010-10-13TOON: Updated code to build properly for WINSCW and GCCE(symbian)Lars Persson
Added templates to MAX & MIN functions. Correct usage of OpcodeV2(instead of Opcode) Match implementation with function definition. (int32 is not == int on all platforms) svn-id: r53401
2010-10-13GOB: Add Debug Console.David Turner
This allows interactive control of debug flags and variables and provides a base to allow for commands to aid in tracking down script bugs which are tricky to replicate. svn-id: r53398
2010-10-13SCI: Add detection for Hoyle4 MacMatthew Hoops
svn-id: r53397
2010-10-13SOUND: Add info about TiMidity support in about dialog.Johannes Schickel
svn-id: r53396
2010-10-13SOUND: Allow TiMidity support to be disabled via configure.Johannes Schickel
svn-id: r53395
2010-10-13SWORD25: Enforce code naming conventions in gfx/animation*Eugene Sandulenko
svn-id: r53393
2010-10-13SWORD25: Enforced code naming conventions in math/*Eugene Sandulenko
svn-id: r53392
2010-10-13SWORD25: Enforced code naming conventions in script/*Eugene Sandulenko
svn-id: r53391
2010-10-13SWORD25: Enforced code naming conventions in sfx/ and reservice.hEugene Sandulenko
svn-id: r53390
2010-10-13SWORD25: Remove custom .c builiding rulesEugene Sandulenko
svn-id: r53389