Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-27 | patch #628997 support for ogg vorbis instead of cd tracks by Daniel ↵ | Jonathan Gray | |
Schepler. Uncomment the relevant lines in the makefile to use svn-id: r5320 | |||
2002-10-24 | Add simon1demo | Travis Howell | |
svn-id: r5300 | |||
2002-10-23 | cleaning up scummsys.h a bit (in preparation of using configure eventually). ↵ | Max Horn | |
Most notable, uint32 etc. will be 'unsigned int' not 'unsigned long'. Except for 16 bit systems that should be right, and configure will replace this by a proper check for data type sizes anyway svn-id: r5290 | |||
2002-10-23 | don't use strdup | Max Horn | |
svn-id: r5287 | |||
2002-10-23 | Correct volume limit listed under -m section of help | Travis Howell | |
svn-id: r5282 | |||
2002-10-23 | Add command line option for master volume, patch #591813 | Travis Howell | |
svn-id: r5280 | |||
2002-10-22 | fixed warnings (and simplified the code, gosh, aquadran, why so complicated? :-) | Max Horn | |
svn-id: r5264 | |||
2002-10-22 | inline function instead of macro for SWAP, to make -Wshadow more useful | Max Horn | |
svn-id: r5263 | |||
2002-10-22 | cleanup array | Paweł Kołodziejski | |
svn-id: r5250 | |||
2002-10-22 | don't shadow vars | Max Horn | |
svn-id: r5237 | |||
2002-10-22 | don't shadow vars | Max Horn | |
svn-id: r5236 | |||
2002-10-21 | Add fixme | James Brown | |
svn-id: r5217 | |||
2002-10-21 | The terms Word and DWord are somewhat Windows centric; in fact there are ↵ | Max Horn | |
systems on which word is 32bit, as opposed to our 16 bits. Hence, use the uin16/uint32 naming scheme, which is not ambigious svn-id: r5216 | |||
2002-10-18 | cosmetic change, change the scumm version for the HE games to those reported ↵ | Jonathan Gray | |
by the executables. 6 months difference in build date but still the same minor version svn-id: r5184 | |||
2002-10-18 | add -z option to list games | Jonathan Gray | |
svn-id: r5182 | |||
2002-10-18 | Dreamcast port now wraps main() to avoid special kluges in the common main. | Marcus Comstedt | |
svn-id: r5175 | |||
2002-10-16 | patch #620627: mouse wheel support for NewGui | Max Horn | |
svn-id: r5169 | |||
2002-10-16 | dialogs now can be run 'modal' | Max Horn | |
svn-id: r5168 | |||
2002-10-15 | added insert_at method to List template | Max Horn | |
svn-id: r5153 | |||
2002-10-14 | added new property to system interface, to be used by NewGui | Max Horn | |
svn-id: r5144 | |||
2002-10-08 | fix for bug #620361 | Max Horn | |
svn-id: r5113 | |||
2002-10-08 | added methods to String class that convert a string to upper/lower case; ↵ | Max Horn | |
changed config class to keep all domains as lower case (fixes bug #scummvm) svn-id: r5104 | |||
2002-10-02 | Renamed new AMidi to Etude | Ruediger Hanke | |
svn-id: r5079 | |||
2002-10-01 | don't print usage information if no params are given | Max Horn | |
svn-id: r5067 | |||
2002-09-30 | oops | Paweł Kołodziejski | |
svn-id: r5050 | |||
2002-09-30 | played a bit with the launcher - it now is already somewhat usable <g> | Max Horn | |
svn-id: r5047 | |||
2002-09-29 | cleanup | Max Horn | |
svn-id: r5046 | |||
2002-09-29 | added Config::has_domain() | Max Horn | |
svn-id: r5045 | |||
2002-09-29 | disable experimental launcher dialog by default (at least till it is usable) | Max Horn | |
svn-id: r5044 | |||
2002-09-29 | Merge in 615745: GMD via AdLib emulation | James Brown | |
Remove MIDIEMU driver obsoleted by patch. Change functionality to fallback to AdLib/AdLibGMD Emulation where MIDI init fails Switch to NewGUI by default (old code retained 'Just in case') svn-id: r5033 | |||
2002-09-28 | patch #612722: MI2 NewGui title fix | Max Horn | |
svn-id: r5030 | |||
2002-09-27 | added (currently completly useless) launcher dialog | Max Horn | |
svn-id: r5024 | |||
2002-09-27 | enabled demo dialog shown during startup; some fixes/cleanup in NewGUI | Max Horn | |
svn-id: r5023 | |||
2002-09-26 | some fixes for the message dialog; added some comments | Max Horn | |
svn-id: r5021 | |||
2002-09-26 | added simple message dialog | Max Horn | |
svn-id: r5020 | |||
2002-09-24 | fix for bug #613369; added some files to .cvsignore | Max Horn | |
svn-id: r5015 | |||
2002-09-24 | Add emergency patch for 'RFC: Timer-based CD audio sync' patch so monkeyvga ↵ | Travis Howell | |
works again. svn-id: r5012 | |||
2002-09-22 | Remove mention of Windows GDI build | Travis Howell | |
svn-id: r5005 | |||
2002-09-22 | 2002-09-21 Matt Hargett <matt@use.net> | Matt Hargett | |
* scumm.dsp, scummvm.dsp, simon.dsp: Turn on warning as errors. Generate PDBs on all builds. * gameDetector.cpp, newgui.cpp, widget.cpp, actor.cpp, dialogs.cpp, resource.cpp, saveload.cpp, scumm_renderer.cpp: Fix warnings where possible. One pragma added to eliminate warning of unknown pragmas. * string.cpp: If unknown escape sequence, print warning. svn-id: r4998 | |||
2002-09-21 | Add the following patches: | Travis Howell | |
[ 609649 ] Sound patch for GF_OLD256 games [ 611997 ] RFC: Timer-based CD audio sync svn-id: r4986 | |||
2002-09-20 | quit should not exit(1) but rather exit(0) (mabye we should add a paramter ↵ | Max Horn | |
'bool success' to it that flags whether this is a normal exit or one with an error?) svn-id: r4979 | |||
2002-09-19 | based on my findings for guifont, I changed string.cpp to read the char ↵ | Max Horn | |
width table for OLD256 games! yippi! some more code cleanup, and marked two struct values as 'to be removed when savegame format changes' svn-id: r4978 | |||
2002-09-19 | improved the text display in a newgui a bit: make the font proportiona; ↵ | Max Horn | |
implemented text alignment (left/right/center); alpha blending now not anymore at 50% but at 66%; moved some #defines to util.h svn-id: r4972 | |||
2002-09-19 | Added overlay to OSystem interface; implemented overlay in SDL backend (all ↵ | Max Horn | |
other backends, including SDL_gl, still need to implement this!); changed NewGUI to make use of the overlay; added Cmd-Q as a shortcut for Quit on MacOS X svn-id: r4971 | |||
2002-09-18 | moved warning, debug, checkheap to engine | Paweł Kołodziejski | |
svn-id: r4965 | |||
2002-09-18 | Timer is handled in Engine now | Paweł Kołodziejski | |
svn-id: r4964 | |||
2002-09-17 | Appending a slash in all cases breaks some games on MOS | Ruediger Hanke | |
svn-id: r4961 | |||
2002-09-16 | added some comments, cleanup | Max Horn | |
svn-id: r4950 | |||
2002-09-16 | minor changes in source structure | Paweł Kołodziejski | |
svn-id: r4949 | |||
2002-09-15 | improved open function in File class | Paweł Kołodziejski | |
svn-id: r4945 |