aboutsummaryrefslogtreecommitdiff
path: root/base
AgeCommit message (Collapse)Author
2006-02-07Removed .cvsignore filesMax Horn
svn-id: r20424
2006-01-31Add undocumented option --gui-theme for easier theme debugging.Eugene Sandulenko
svn-id: r20332
2006-01-29Oops. I should've test it before commit. Fixed now.Eugene Sandulenko
svn-id: r20286
2006-01-29Added new debugN() function which doesn't append newline.Eugene Sandulenko
svn-id: r20285
2006-01-25New tools/update-version.pl script (usage: CMD 1 2 3 CVS -> results in ↵Max Horn
version 1.2.3CVS) svn-id: r20165
2006-01-21Add new platforms.Travis Howell
Sync. more changes. svn-id: r20126
2006-01-21Fix various incorrect usages of the word 'target' instead of 'gameid'; ↵Max Horn
change the ambigiuous 'GameSettings::name' to 'GameSettings::gameid' svn-id: r20115
2006-01-18Update copyright noticeEugene Sandulenko
svn-id: r20088
2006-01-17Commit patch #1171517 by salty-horse (save speech and sfx preferences BASS ↵Joost Peters
engine in config file) svn-id: r20063
2006-01-14Lowered FluidSynth's default gain, and added config file and command-lineTorbjörn Andersson
options to specify it. FluidSynth's gain ranges from 0.0 through 10.0 and is probably measured in decibel, but to keep things simple, ScummVM uses settings from 0 through 1000 instead. (Though currently there's no guard against invalid settings.) This is a slightly revised version of the non-GUI part of patch #1336171. svn-id: r20030
2006-01-02TypoMax Horn
svn-id: r19889
2005-12-031. New build structure for Symbian builds to allow easier build and project ↵Lars Persson
updates 2. Updated framework files for new structure 3. Uncommented Debug statements in vorbis.cpp (Should probably be removed alltogether. 4. Incorporated Sevs code formatting changes in the new Symbian source structure. 5. Removed/Changed EScummVM to ScummVM instead, hopefully most cases covered. 6. Beginning vibration support to be used for Scumm shake effects (Work ongoing by SumthinWicked) 7. Replaced the ScummVM icon for the FavIcon and upscaled the icon to 32x32. I think it looks ok, comments are welcome. 8. Built for S60V1 and UIQ2 targets from the cvs 9. Updated Readme with new build instructions. Any comments are welcome. Hopefully the other builds are not affected by this and all Sevs code updates are also incorporated. svn-id: r19739
2005-11-27Patch #1341626: "New GP32 port"Eugene Sandulenko
svn-id: r19710
2005-11-23Made the autosave period a configuration option and updated the engines ↵Gregory Montoir
using that feature (SCUMM, Queen and Sky). The value is supposed to be in seconds ; if it's set to 0 then autosaving is disabled. See also tracker item #1350187. svn-id: r19700
2005-11-21Fix compile error in plugin modeMax Horn
svn-id: r19682
2005-11-19Tried to unify plugin code for PalmOS and non-PalmOS (hopefully I didn't ↵Max Horn
break the PalmOS code this way, please verify) svn-id: r19670
2005-10-31Fix another HOME buffer overflow attack vectorMax Horn
svn-id: r19376
2005-10-18talkspeed and copy-protection aren't SCUMM-specific anymore SAGA uses themEugene Sandulenko
too. svn-id: r19154
2005-10-18Add possibility to disable SDL parachute on run-time. OptionEugene Sandulenko
--disable-sdl-parachute should be completely undocumented and not mentioned to end-users. Wrong usage may lead to system lock-up especially when used with fullscreen mode. SDL Parachute is used to prevent system instability and do a graceful exit if something bad happens. It catches most of signals sent to thr process. Side effect of that that quite often when SDL application dies, core dump isn't made on *nix systems. This feature adds possibility to disable it. svn-id: r19146
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-10-17Bump version to 0.9.0CVS. Woo hoo!Eugene Sandulenko
svn-id: r19133
2005-10-08PalmOS stuffsChris Apers
svn-id: r18977
2005-09-17correct features string when using tremorJoost Peters
svn-id: r18837
2005-09-04Prepare PalmOS ARM version : no global initializers with ARM loader o_OChris Apers
svn-id: r18773
2005-09-03Change PalmOS identChris Apers
svn-id: r18743
2005-08-28Fix compile error.Travis Howell
svn-id: r18715
2005-08-28mingw can handle heap checking now.Travis Howell
NOTE: Requires mingw-runtime-3.8 svn-id: r18714
2005-08-19Detect when plugins directory is missingMax Horn
svn-id: r18703
2005-08-16Added: PSP backendJoost Peters
svn-id: r18696
2005-08-14Fixed new plugin search code to work with Dreamcast:Marcus Comstedt
* Code does case-sensitive comparison with PLUGIN_SUFFIX, so put it in uppercase (as filenames in ISO9660 are required to be uppercase). * There is an assert somewhere which prevents the use of "" as a directory. Use "/" instead... svn-id: r18683
2005-08-10Don't explicity check for tremor and vorbis everywhere andJonathan Gray
require both USE_TREMOR and USE_VORBIS to be defined when using tremor. svn-id: r18642
2005-08-10Rest of the changes required for tremor to actually work.Jonathan Gray
Based on patches against 0.7.1 by Jolan Luff. svn-id: r18641
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-07-05Last modifications for Actions to WinCE.Lars Persson
svn-id: r18500
2005-07-05* Start of generic key configuration support for ScummVMLars Persson
* Moved KeyConfigDialog, key from WinCE to gui * Updated wince code to inherit and use new GUI::Keys and launch new dialog * New definition SMALL_SCREEN_DEVICE when keysdialog should be inittialized from options.cpp * Added new function to SDL\Events that handles key remapping. LINUPY & QTOPIA remapping moved to that function. SymbianOs.cpp overrides this function to enable key remapping to events * Compiled VC6++ project. This with warnings and errors, but NOT in the changed code. (SAGA,KYRA) * Compiled using WCE tools 3 for X86 target and running Scummvm in emulator to test * Compiled with UIQ target. The rest Symbian platforms might require further configuration to operate properly * Actor.h in Saga now compiles for default VC6 setting. * Aspect.cpp does not compile in VC6/WCE due to template problems with the kFastAndNiceAspectMode setting. * Changed order of creation of gamedetector and mainsystem in Main.cpp * If anything does not compile, or is totally out of order, please revert changes. svn-id: r18498
2005-06-27Just updated ending comment properly for the sake of itLars Persson
svn-id: r18473
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
svn-id: r18444
2005-06-23Revert change from printf() to debug(1)Max Horn
svn-id: r18438
2005-06-21replaced #if defined(_MSC_VER)Lars Persson
with #if defined (WIN32) svn-id: r18432
2005-06-21Patches needed to build for SYMBIAN32 WINS/GCC added.Lars Persson
Test built for Symbian and run on P910i without any major problems. Test built for MSVC6. Changed parts seems to compile ok but there are some problems with MSVC6 and some of the targets which the EPOC build does n't support (KYRA,SAGA). svn-id: r18430
2005-06-19Document c64 as being a valid --platform= option.Jonathan Gray
svn-id: r18413
2005-06-14Applied patch #1208299. A warning message about the "playing from CD underTorbjörn Andersson
Windows" bug is better than nothing, even if a proper bugfix - if one is possible - would be preferable. svn-id: r18389
2005-06-05added code for loading dynamic plugins(DLLs) for windowsPaweł Kołodziejski
svn-id: r18356
2005-05-14Removing the last traces of the old custom new/delete operatorsMax Horn
svn-id: r18094
2005-05-11Added "FluidSynth" to the features string. We may have to start word-Torbjörn Andersson
wrapping it in the "About" dialog... svn-id: r18055
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' ↵Max Horn
because we already have many classes with that name) svn-id: r18039
2005-05-10Moved (In/Out)SaveFile(Manager) and Timer to namespace CommonMax Horn
svn-id: r18038
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
svn-id: r18037
2005-05-09Patch #1181544 (AmigaOS 4 changes)Max Horn
svn-id: r18011
2005-05-05Handle engine creation failure a bit more gracefulMax Horn
svn-id: r17918