Max Horn
9db33ea544
ALL: Removed last traces of the MPEG2 code
2011-06-01 23:17:43 +02:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Johannes Schickel
fe89ffe80a
WINCE: Add -fno-inline-functions to compiler arguments.
...
WinCE is using -O3 by default, which includes -finline-functions, which in turn
breaks SCI. By disabling that opimization we get SCI working fine again.
2011-03-08 18:16:36 +01:00
Andre Heider
a3e428f6db
Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to configure.
...
svn-id: r48977
2010-05-09 11:00:17 +00:00
Max Horn
8aa4083bc9
Modify WinCE, LinuxMoto and GP2xWiz backends to use graphics/scaler/downscaler* code (untested as of now)
...
svn-id: r45975
2009-11-18 15:22:15 +00:00
Max Horn
81762edf33
Remove Igor engine
...
svn-id: r45898
2009-11-14 13:11:06 +00:00
Kostas Nakos
443e1b87e9
removing support for flac (good riddance) and mpeg2
...
svn-id: r43178
2009-08-09 18:34:08 +00:00
Kostas Nakos
f9efd8b995
update Makefile
...
svn-id: r43037
2009-08-04 12:39:33 +00:00
Robin Watts
64ebb586cd
Add ARM code implementation of Scaler2x, and enable it for the WinCE
...
port.
svn-id: r42645
2009-07-21 19:39:24 +00:00
Robin Watts
caae53a25a
New ARM code blending Smartphone landscale scaler for WinCE port. Seems to work
...
in my mockup - I don't have a smartphone resolution device to test it.
svn-id: r42516
2009-07-15 20:51:31 +00:00
Eugene Sandulenko
bc6649ba45
Fix bug #2790461 : "WINCE: Compilation broken"
...
svn-id: r40624
2009-05-16 11:58:53 +00:00
Kostas Nakos
f78d6b2fae
add support for tinsel engine (off by default for the time being)
...
svn-id: r39061
2009-03-01 22:35:14 +00:00
Kostas Nakos
544bda60fa
enable tucker and groovie engines
...
svn-id: r38275
2009-02-15 18:36:36 +00:00
Kostas Nakos
ce989725cf
follow new SAGA engine defines
...
svn-id: r35729
2009-01-04 16:08:24 +00:00
Kostas Nakos
2b2bfc04c1
patch 1984130: Add Tremolo info
...
svn-id: r34138
2008-08-25 08:11:52 +00:00
Kostas Nakos
f57e600fa5
switching to libTremolo
...
svn-id: r33999
2008-08-18 18:15:32 +00:00
Kostas Nakos
002c55dfac
add support for drascula engine
...
svn-id: r33754
2008-08-10 17:10:09 +00:00
Kostas Nakos
20a50f523e
fix some quirks of the newer build system
...
svn-id: r32840
2008-06-29 14:41:44 +00:00
Jordi Vilalta Prat
38f200fc55
Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefiles
...
svn-id: r31889
2008-05-06 03:11:01 +00:00
Jordi Vilalta Prat
38a8aa516e
Allow static and dynamic plugins to be used at the same time
...
svn-id: r31888
2008-05-06 03:00:26 +00:00
Robin Watts
f486fd35b3
Previous commit to enable ARM proc3 stuff for WinCE was broken, as I'd
...
forgotten to define the enabling symbol in cpp files. Consequently
I'd cocked up when copying the call to the ARM code across from my hacked
costume.cpp into a fresh one.
svn-id: r30766
2008-02-03 13:12:51 +00:00
Robin Watts
5b64d512ab
Introduce ARM code for commonest case of "proc3" costume blitting (as
...
used for animation in SamNMax). Enabled by the USE_ARM_COSTUME_ASM
define. Currently enabled for WinCE only.
svn-id: r30750
2008-02-03 01:26:12 +00:00
Jordi Vilalta Prat
66e9d4f5e8
Removed trailing spaces.
...
svn-id: r30664
2008-01-27 19:47:41 +00:00
Kostas Nakos
4d895c4a14
default is not to build plugins yet, until the plugin system is reworked
...
svn-id: r29887
2007-12-16 20:37:14 +00:00
Kostas Nakos
254369540c
small fixes
...
svn-id: r29501
2007-11-14 13:34:47 +00:00
Robin Watts
37aaee3593
WinCE Makefile: make deploy was copying plugins to the wrong directory.
...
svn-id: r29426
2007-11-05 21:07:36 +00:00
Robin Watts
975dbcd231
Dumb typo in earlier commit.
...
svn-id: r29415
2007-11-04 20:30:42 +00:00
Robin Watts
6f4e622e18
New 'deploy' targets for the WinCE makefile to automatically copy
...
built files across to a target device attached with ActiveSync. Hopefully
will avoid hours of comedy when trying to debug mismatching plugins/exes.
svn-id: r29414
2007-11-04 19:13:00 +00:00
Robin Watts
904dcb4a7b
Minor tweak to Wince makefile; 'all' target now depends on whether we are
...
building with plugins or not. These means that weak minded programmers (like
me) no longer need to remember to do "make dist-plugins" instead of
"make dist".
svn-id: r29412
2007-11-04 17:00:10 +00:00
Kostas Nakos
b3f331668f
update for the new igor engine
...
svn-id: r29388
2007-11-03 21:18:49 +00:00
Kostas Nakos
0c532c28f6
(mainly) adding plugin support
...
svn-id: r29309
2007-10-28 19:02:03 +00:00
Robin Watts
b1feb9c65c
This commit adds a new build define USE_ARM_GFX_ASM (and sets it for the WinCE
...
and DS builds). This causes the scumm engines graphics code to call ARM
routines to do drawStripToScreen and copy8col.
These routines were originally written for the DS port, and have now been made
available to any other ARM device out there that wants them.
I've tested this change on WinCE, but can't test it on the DS as I don't have
one. We know that the routines work there though.
svn-id: r28016
2007-07-10 20:20:50 +00:00
Robin Watts
0a70227091
Update the WinCE makefile to use the USE_ARM_SMUSH_ASM define to enable
...
the ARM version of Codec47 from Smush.
svn-id: r27694
2007-06-24 17:55:47 +00:00
Robin Watts
f0a25f7a9b
Tweaks to WinCE makefile.
...
The choice of which libraries to use (zlib, tremorce, mad, mpeg2 etc) is
now made by a single define per library towards the top of the makefile.
Given that developers tend to have different options selected on their local
builds, hopefully this will minimise the changes on aubsequent svn updates.
svn-id: r27676
2007-06-23 16:37:42 +00:00
Max Horn
6498d669d0
Patch #1721826 : ARM asm versions of sound rate conversion/mixing code
...
svn-id: r27467
2007-06-16 16:46:13 +00:00
Kostas Nakos
6e399af2e5
re-add flac support which I had totally forgotten about. Builders must update to the newest libpack. Also enable parallaction by default
...
svn-id: r27289
2007-06-10 08:23:12 +00:00
Kostas Nakos
e9351887ba
use better optimization flags
...
svn-id: r26980
2007-05-27 19:09:09 +00:00
Kostas Nakos
2a80fc1c6b
update for cruise engine, fix a little oops LordHoto pointed out
...
svn-id: r26661
2007-04-28 17:40:44 +00:00
Kostas Nakos
17b28bd652
not used in a long time
...
svn-id: r26555
2007-04-21 14:06:55 +00:00
Kostas Nakos
c909ae47f6
applied patch 1696852: ARM 4/1 scaler by Robin Watts
...
svn-id: r26442
2007-04-09 19:41:30 +00:00
Kostas Nakos
5dbf212775
set svn:ignore, sync makefile
...
svn-id: r25350
2007-02-03 17:45:27 +00:00
Kostas Nakos
4524b49872
Initial commit of the wince-gcc re-port
...
svn-id: r24212
2006-10-08 18:15:18 +00:00