Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2006-02-26 | Aeroplayer CD driver | Chris Apers | |
svn-id: r20919 | |||
2006-02-26 | Use the correct function depending on the version | Chris Apers | |
svn-id: r20917 | |||
2006-02-26 | Scumm md5 struct for 68k version | Chris Apers | |
svn-id: r20916 | |||
2006-02-26 | The warpMouse() function needs to compensate for aspect-ratio correction, or | Torbjörn Andersson | |
the Lure popup menus won't work. svn-id: r20915 | |||
2006-02-26 | Missing prefix files for 68k engines | Chris Apers | |
svn-id: r20913 | |||
2006-02-26 | Use correct include and event function | Chris Apers | |
svn-id: r20911 | |||
2006-02-26 | Updated global data builder for 68k version, this part will be fully ↵ | Chris Apers | |
revamped as soon as the 68k version is ready svn-id: r20910 | |||
2006-02-26 | DIA functions required by T3 | Chris Apers | |
svn-id: r20909 | |||
2006-02-26 | Fix bug #1349059: "SCUMM, GUI: Cursor jumps to incorrect position when pausing" | Eugene Sandulenko | |
svn-id: r20904 | |||
2006-02-25 | Cleanup, forgot to mention that these files are ARM (Zodiac and OS5) startup ↵ | Chris Apers | |
code svn-id: r20899 | |||
2006-02-25 | Correct name | Chris Apers | |
svn-id: r20897 | |||
2006-02-25 | Update properties and keywords | Chris Apers | |
svn-id: r20896 |