Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-21 | Silenced some cppcheck warnings. | Torbjörn Andersson | |
svn-id: r47427 | |||
2010-01-09 | Register default setting for 'mute' option | Willem Jan Palenstijn | |
svn-id: r47205 | |||
2009-12-29 | Add Mohawk engine code. Part 2/3: common code changes. | Eugene Sandulenko | |
svn-id: r46728 | |||
2009-11-14 | Remove Igor engine | Max Horn | |
svn-id: r45898 | |||
2009-10-20 | Move Draci's entry to make the plugins list sorted alphabetically | Jordi Vilalta Prat | |
svn-id: r45258 | |||
2009-09-27 | Removed Mac OS X QuickTime MIDI backend. It breaks on OS X 10.6, and it's ↵ | Max Horn | |
not as good as the CoreAudio backend anyway svn-id: r44428 | |||
2009-09-26 | added option to allow control digital imuse tempo callback. it's related to ↵ | Paweł Kołodziejski | |
volume fading, lip sync quality and platform resource costs. svn-id: r44374 | |||
2009-09-25 | MERGE branch gsoc2009-draci 41388:44325 into trunk | Robert Špalek | |
svn-id: r44326 | |||
2009-09-03 | fixed engines order, added svn:keywords properties. | Vladimir Menshakov | |
svn-id: r43925 | |||
2009-09-03 | imported teenagent engine sources. | Vladimir Menshakov | |
svn-id: r43922 | |||
2009-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to ↵ | Andre Heider | |
guarantee a consistent build. svn-id: r43604 | |||
2009-08-21 | List RGB status in About dialog. | Travis Howell | |
svn-id: r43591 | |||
2009-08-18 | Typos. | Johannes Schickel | |
svn-id: r43515 | |||
2009-08-18 | - Destory AudioCDManager singleton after user quits a game, this saves a few ↵ | Johannes Schickel | |
bytes memory - Added FIXME to audiocd.h, concering why destroying the AudioCDManager can not quit CD playback right now svn-id: r43513 | |||
2009-08-10 | Option "desired_screen_aspect_ratio" for fullscreen mode in the SDL backend | Bertrand Augereau | |
Shortcoming: the picture is not centered svn-id: r43214 | |||
2009-07-30 | cleanup | Max Horn | |
svn-id: r42952 | |||
2009-07-25 | Move the event recorder to its own class (EventRecoder inside ↵ | Johannes Schickel | |
common/EventRecorder.[h/cpp]). svn-id: r42751 | |||
2009-07-24 | This is 1.1.0svn | Eugene Sandulenko | |
svn-id: r42699 | |||
2009-07-12 | I am re-commiting the FORCE_RTL as a temporary solution | Max Lingua | |
in trunk, so that trunk/1.0rc is au pair feature-wise with 0.13.x. svn-id: r42403 | |||
2009-07-10 | This is 1.0.0svn | Eugene Sandulenko | |
svn-id: r42346 | |||
2009-06-08 | Adding Draci Historie engine skeleton (engine stub, BAR archiver, ↵ | Denis Kasak | |
rudimentary GPL disassembler) svn-id: r41390 | |||
2009-06-07 | cleanup | Max Horn | |
svn-id: r41341 | |||
2009-06-07 | Added an experimental '--upgrade-targets' option (to be refined; and ↵ | Max Horn | |
possibly hooked to the GUI eventually). This updates the guioptions,platform and lang for all your targets (and with a source change, also the descriptions) svn-id: r41332 | |||
2009-06-06 | Implement FR#2090830: "GUI: RTL should focus game list on the last game played" | Eugene Sandulenko | |
svn-id: r41237 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-05-20 | Fix bug #1544799: "ALL: Engine creates launcher entry when failing to launch" | Eugene Sandulenko | |
svn-id: r40745 | |||
2009-05-13 | Fix spelling of AdLib (it's AdLib not Adlib). | Johannes Schickel | |
svn-id: r40533 | |||
2009-05-13 | Add option --opl-driver to command line. | Eugene Sandulenko | |
svn-id: r40531 | |||
2009-05-10 | Keymapper: | Eugene Sandulenko | |
- Introduced new OSystem method getHardwareKeySet() with default implementation - Moved global keymap creation to base/main.cpp - Moved GUI keymap creation to gui/GuiManager.cpp - Added various safeguard checks to various keymapper methods Now it is really possible to add keymapper to all backends. svn-id: r40439 | |||
2009-04-21 | - Typo fixes | Johannes Schickel | |
- Command line parameter updates (Thanks to salty-horse for the patch) svn-id: r40056 | |||
2009-03-26 | MidiDriver cleanup: findMusicDriver now returns a pointer (makes it possible ↵ | Max Horn | |
to distinguish 'no match found' from other results); updated parseMusicDriver accordingly; some methods now return MidiDriverType instead of int svn-id: r39702 | |||
2009-03-21 | argv should not be modified; make it plenty const. | Marcus Comstedt | |
svn-id: r39591 | |||
2009-03-20 | Remove line that was (probably) accidentally committed in r32745. | Willem Jan Palenstijn | |
svn-id: r39569 | |||
2009-03-15 | Added the SVN revision to SCUMMVM_VERSION. The variable has be be set ↵ | Andre Heider | |
externally, e.g. 'make SCUMMVM_SVN_REVISION=x' svn-id: r39431 | |||
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently ↵ | Max Horn | |
implemented by calling the existing init&go methods; to be cleaned up by engine authors svn-id: r39002 | |||
2009-02-15 | - Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel. | Johannes Schickel | |
- Update BaseBackend and DC port to properly implement OSystem::fillScreen (now only PalmOS has to be updated). - Update all client code which relied on OSystem::clearScreen so far. svn-id: r38304 | |||
2009-02-15 | Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't ↵ | Jordi Vilalta Prat | |
compile yet) svn-id: r38192 | |||
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn | |
svn-id: r36143 | |||
2009-01-30 | Renamed SpecialDebugLevel to DebugChannel | Max Horn | |
svn-id: r36142 | |||
2009-01-30 | Some more 'special debug levels' tweaks | Max Horn | |
svn-id: r36140 | |||
2009-01-24 | Remove the unused OSystem parameter of launcherDialog() (noticed by syke) | Jordi Vilalta Prat | |
svn-id: r36038 | |||
2009-01-19 | This is 0.14.0svn | Eugene Sandulenko | |
svn-id: r35927 | |||
2009-01-11 | Simplify code. | Eugene Sandulenko | |
svn-id: r35826 | |||
2009-01-11 | Now _really_ restore transient domain handling which was before vkeybd merge. | Eugene Sandulenko | |
svn-id: r35825 | |||
2009-01-11 | Fix regression brought by merge with vkeybs branch when command line parameters | Eugene Sandulenko | |
were ignored. Thanks to eriktorbjorn for reporting. svn-id: r35824 | |||
2009-01-11 | Merge in Virtual Keybpard & KeyMapper branch, | Eugene Sandulenko | |
- Merge is perfromed in order to not let rotting the code - Makefile modifications were avoided Stuff to resolve: - Circular dependency of common/vkeybd from graphics/ - Make it compilable (?) - Add some keyboards - Decide on the key bindings svn-id: r35813 | |||
2009-01-02 | - Moved theme listing code from GuiManager to ThemeEngine | Johannes Schickel | |
- Only show builtin theme in theme list if GUI_ENABLE_BUILTIN_THEME is defined - Introduced _themeFile to ThemeEngine again and changed _themeId to store the basename of the theme svn-id: r35684 | |||
2009-01-02 | - Changed description for --list-themes to be consistent with descriptions ↵ | Johannes Schickel | |
of other --list commands - Updated description for --platform option svn-id: r35682 | |||
2009-01-02 | - Fixed --gui-theme command line description | Johannes Schickel | |
- Added --list-themes command line command to list available GUI themes svn-id: r35681 |