Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-02 | Backends now are also responsile for deiniting properly. In particular, ↵ | Max Horn | |
moved the call to quit() from scummvm_main to the various backend main routines (porters may want to replace it by something different) svn-id: r21559 | |||
2006-04-02 | With this change, backends are now responsible for instantiating their ↵ | Max Horn | |
OSystem class before calling scummvm_main (Note: PalmOS and Symbian are not yet converted, and won't work currently) svn-id: r21557 | |||
2006-04-02 | Fix console output been redirected under win32 build, due to main changes. ↵ | Travis Howell | |
Remove NO_CONSOLE, since it is never defined svn-id: r21554 | |||
2006-04-02 | Fixing the X11 & NULL backends by adding main() | Max Horn | |
svn-id: r21553 | |||
2006-04-02 | Moved AmigaOS 'magic cookie' to sdl.cpp, as it is port specific (porter says ↵ | Max Horn | |
he might remove it completly in a future version) svn-id: r21550 | |||
2006-04-02 | ps2_fopen uses getGameDataPath -- added FIXME comment that explain how it ↵ | Max Horn | |
probably could be fixed, but I'll leave this to somebody who can actually compile & test this port :-) svn-id: r21548 | |||
2006-04-02 | Moved the Win/Symbian specific stdout/stderr redirect code from ↵ | Max Horn | |
base/main.cpp to sdl.cpp, where it belongs (considering that it is backend specific code) svn-id: r21547 | |||
2006-04-02 | Fully and officially renamed our main function to scummvm_main, thus making | Max Horn | |
various backend specific hacks unnecessary. As a consequence, it is now the responsibility of the backend to define main. Hence I adapted the SDL backend accordingly. svn-id: r21542 | |||
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ↵ | Max Horn | |
to ~250). Many greetings to eriktorbjorn, and have fun recompiling. svn-id: r21500 | |||
2006-03-28 | Renamed various container isEmpty() methods to empty() to match STL conventions | Max Horn | |
svn-id: r21472 | |||
2006-03-25 | Add kListAllNoRoot type to listDir() to handle recent file class changes, on ↵ | Travis Howell | |
file system backends which use _isPseudoRoot svn-id: r21449 | |||
2006-03-23 | Cleanup Makefile. | Won Star | |
svn-id: r21410 | |||
2006-03-23 | Update port. | Won Star | |
* NO SOUND support. * New asm functions. * Prepare for MP3 / OGG svn-id: r21409 | |||
2006-03-19 | Removed implicit screen updates (see also the discussion on scummvm-devel) | Max Horn | |
svn-id: r21385 | |||
2006-03-15 | Fix for bug #1449912 (DC: selector.cpp compilation failed) | Max Horn | |
svn-id: r21319 | |||
2006-03-14 | Fixes for the DC backends (see patch #1436898) | Max Horn | |
svn-id: r21292 | |||
2006-03-14 | Use SDL_GetError in an attempt to display slightly more information about ↵ | Max Horn | |
the reason(s) SDL_SetVideoMode failed svn-id: r21291 | |||
2006-03-14 | Adds support for building on Intel Macs, using a modified | Oystein Eftevaag | |
version of patch 1448395 by Aubin and some of my own changes. Notably: * Two elements of a struct in backends/midi/quicktime.cpp needed to be forced to BE. * NASM set to build Mach-O binaries * configure now checks for Altivec support on Darwin hosts, instead of assuming it. Altivec support can also be disabled (not 100% sure if t his is actually needed, but might be handy for crosscompiling). * The aliasing of the symbols contained in the .asm files done on Windows were also needed on MacOS. Note that while the asm code is properly compiled and linked in, HQ2/3x support will still not work properly on Intel macs if NASM is enabled. svn-id: r21280 | |||
2006-03-09 | Updated build scripts | Lars Persson | |
svn-id: r21182 | |||
2006-03-08 | Adapting plugin.syms to the changes made to the plugin API (matching it with ↵ | Max Horn | |
the conent of plugin.exp) svn-id: r21143 | |||
2006-03-07 | Updated project file with lastest added/removed files from CinE, Gui, Kyra, ↵ | Chris Apers | |
imuse svn-id: r21134 | |||
2006-03-07 | Fixed invalid event returned with ARM OS5 backend | Chris Apers | |
svn-id: r21132 | |||
2006-03-06 | Fixed fight mode shortcut | Chris Apers | |
svn-id: r21113 | |||
2006-03-04 | Update SVN tags | Eugene Sandulenko | |
svn-id: r21056 | |||
2006-03-04 | WIP of maemo port | Eugene Sandulenko | |
svn-id: r21055 | |||
2006-03-01 | Updated buildfile for new file structure | Lars Persson | |
svn-id: r20989 | |||
2006-02-28 | Update buildfiles with CINE settings | Lars Persson | |
svn-id: r20974 | |||
2006-02-27 | Added CINE and LURE to build information | Lars Persson | |
svn-id: r20954 | |||
2006-02-27 | Fixed compilation. | Torbjörn Andersson | |
svn-id: r20953 | |||
2006-02-27 | SysEx data now passed around with const pointers. Permits simplification of ↵ | Jamieson Christian | |
some SysEx client code. Testing on Windows. Developers on other platforms, please verify integrity of music handling in your respective MidiDrivers. svn-id: r20952 | |||
2006-02-27 | clear ALSA event structure before use | Willem Jan Palenstijn | |
svn-id: r20951 | |||
2006-02-26 | Added scumm/plugin.cpp and .h files | Chris Apers | |
svn-id: r20939 | |||
2006-02-26 | PalmOS project file. Everything is now up to date | Chris Apers | |
svn-id: r20938 | |||
2006-02-26 | Fixed header | Chris Apers | |
svn-id: r20937 | |||
2006-02-26 | Fixed compilation, this is a 68k part only and will be updated as soon as ↵ | Chris Apers | |
the 68k backend is ready svn-id: r20935 | |||
2006-02-26 | New files including moved getFeatures and VG helper | Chris Apers | |
svn-id: r20934 | |||
2006-02-26 | Updated with lastest changes to the launcher | Chris Apers | |
svn-id: r20933 | |||
2006-02-26 | New modules resources | Chris Apers | |
svn-id: r20932 | |||
2006-02-26 | Move launcher files to a new folder | Chris Apers | |
svn-id: r20931 | |||
2006-02-26 | Move launcher files to a new folder | Chris Apers | |
svn-id: r20930 | |||
2006-02-26 | Obsolete, this is an old file previously used with 68k+ARM version | Chris Apers | |
svn-id: r20929 | |||
2006-02-26 | Move launcher files to a new folder | Chris Apers | |
svn-id: r20928 | |||
2006-02-26 | Fixed compilation, ByteSwap not found because endianutils was removed from ↵ | Chris Apers | |
pace.h svn-id: r20927 | |||
2006-02-26 | This file has been renamed | Chris Apers | |
svn-id: r20926 | |||
2006-02-26 | Gather prefix files to a new directory and rename ARM prefix files | Chris Apers | |
svn-id: r20925 | |||
2006-02-26 | Gather prefix files to a new directory, rename 68k prefix files | Chris Apers | |
svn-id: r20924 | |||
2006-02-26 | Move prefix files to a new prefixes/ directory | Chris Apers | |
svn-id: r20923 | |||
2006-02-26 | Prefix file for BS2 68k module, for debug purpose only | Chris Apers | |
svn-id: r20922 | |||
2006-02-26 | Prefix file for Zodiac ARM modules | Chris Apers | |
svn-id: r20921 | |||
2006-02-26 | Prefix file for OS5 ARM modules | Chris Apers | |
svn-id: r20920 |