Max Horn
52261c0bef
Make svn commands in Makefile.common slightly more robust against localization.
...
svn-id: r39811
2009-04-03 15:08:26 +00:00
Walter van Niftrik
1b356fe543
Fix bug #2691034 : AMIGAOS: Makefile.common broken.
...
svn-id: r39729
2009-03-28 23:39:59 +00:00
Jordi Vilalta Prat
e8c018a9d0
Use the current SVN revision as a default when distributing a snapshot sources
...
svn-id: r39533
2009-03-19 19:42:22 +00:00
Jordi Vilalta Prat
2292dc28b0
Try to use the working copy revision if it's available
...
svn-id: r39528
2009-03-19 18:39:47 +00:00
Marcus Comstedt
cdc05e2ea5
tail on e.g. Solaris does not support the use of "-n 1". Use the good old "-1" syntax instead.
...
svn-id: r39497
2009-03-17 22:49:00 +00:00
Marcus Comstedt
6cc6603e9b
engines need to be listed before gui in MODULES, because stuff in libengines.a use stuff in libgui.a.
...
svn-id: r39496
2009-03-17 22:41:54 +00:00
Andre Heider
6e1b154484
Added the SVN revision to SCUMMVM_VERSION. The variable has be be set externally, e.g. 'make SCUMMVM_SVN_REVISION=x'
...
svn-id: r39431
2009-03-15 21:17:37 +00:00
Travis Howell
c9df461071
Remove scummclassic.zip from packages, since it is built in.
...
svn-id: r38588
2009-02-20 12:32:48 +00:00
Max Horn
601175cb32
Reorder modules to fix linker issues when all engines are disabled (this order is weird, but for now seems to work)
...
svn-id: r36136
2009-01-30 04:04:10 +00:00
Max Horn
c69ebfd798
Moved default implementations for various OSystem methods into a new class BaseBackend
...
svn-id: r36135
2009-01-30 03:35:47 +00:00
Travis Howell
51824e58aa
Update theme package name.
...
svn-id: r34764
2008-10-09 23:23:38 +00:00
Vicent Marti
0b489b7ab6
Fixe DIST_FILES_THEMES in Makefile for theme distribution.
...
svn-id: r34758
2008-10-09 12:10:23 +00:00
Travis Howell
62248a0011
Add drascula.dat.
...
svn-id: r32632
2008-06-09 12:23:56 +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
Jordi Vilalta Prat
3f44977885
Added support to load plugins from different directories and the ability to specify the default directory from configure.
...
svn-id: r31816
2008-05-02 14:30:06 +00:00
Travis Howell
3996b76aeb
Add m4.dat to installation of engine data files.
...
svn-id: r31635
2008-04-21 03:55:10 +00:00
Max Horn
ff79a8cd39
added some SVN headers
...
svn-id: r30961
2008-02-25 14:09:04 +00:00
Max Horn
80b0d32754
Delete .d dependency files in 'clean' target, not 'distclean'
...
svn-id: r30897
2008-02-17 18:30:18 +00:00
Jordi Vilalta Prat
66e9d4f5e8
Removed trailing spaces.
...
svn-id: r30664
2008-01-27 19:47:41 +00:00
Max Horn
696ea9d301
Various small patches to the build system by jvprat
...
svn-id: r30473
2008-01-13 17:05:43 +00:00
Travis Howell
94d5c845bf
Fix path for engine data.
...
svn-id: r30303
2008-01-06 14:13:40 +00:00
Max Horn
aaa28e7b7c
Patch #1862888 : BUILD: Automate the list of data files to be distributed
...
svn-id: r30301
2008-01-06 14:08:53 +00:00
Max Horn
7599b2cb96
Patch #1847599 : Several enhancements for the build system
...
svn-id: r29889
2007-12-16 21:41:10 +00:00
Oystein Eftevaag
05b5a493f8
Initial commit of the iPhone/iPod Touch backend
...
svn-id: r29488
2007-11-13 08:06:15 +00:00
Max Horn
41fb38e05e
Fix bug #1803020 : Oddity in Makefile.common
...
svn-id: r29130
2007-09-29 11:20:07 +00:00
Nicola Mettifogo
258901bab9
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
...
svn-id: r28966
2007-09-19 08:40:12 +00:00
Max Horn
bb3c020868
Typo
...
svn-id: r27431
2007-06-15 18:42:00 +00:00
Max Horn
e6383eb8c3
Added reference to COPYRIGHT file in various places
...
svn-id: r27325
2007-06-10 18:15:27 +00:00
Max Horn
af8cba43ac
Removed build.rules (hasn't been used by our build system for ages now)
...
svn-id: r25430
2007-02-08 22:27:47 +00:00
Paweł Kołodziejski
c4a9ac221c
some files in the dist list are not any longer in root dir
...
svn-id: r24815
2006-12-07 11:31:53 +00:00
Max Horn
4c14cf6d1a
Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the linker dependency graph). Porters will have to update project files
...
svn-id: r23974
2006-09-23 00:42:35 +00:00
Max Horn
5faf5f44c3
Remove unused slash from DEPDIRS (cosmetical change to appease Torbjoern :-)
...
svn-id: r23284
2006-06-24 10:14:18 +00:00
Max Horn
9a955180a4
* Renamed config.mak to config.mk
...
* Renamed common.rules to rules.mk
* Removed explicit declaration of MODULE_DIRS in various spots (instead we let rules.mk compute it)
svn-id: r23275
2006-06-24 08:48:11 +00:00
Max Horn
d210b19aec
Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp
...
Rationale: backend implementations belong to backends/, but portable APIs meant to be used by high level code is for common / sound / graphics / ... (compare also with backends/midi vs. sound/mididrv.h)
svn-id: r23274
2006-06-24 08:07:48 +00:00
Max Horn
4572d0ba16
Moved version vars from base/main.cpp to base/version.cpp; thus now version.o is always rebuilt on every change, not main.o
...
svn-id: r21687
2006-04-08 11:36:49 +00:00
Max Horn
b1514bb833
Added a minimal README for our unit tests, and moved their build rule to a new test/module.mk file
...
svn-id: r21490
2006-03-29 10:35:45 +00:00
Max Horn
80cf2fa46f
Reduced data duplication in module.mk files; added module.mk files for null and x11 backends; added engines/module.mk
...
svn-id: r20584
2006-02-12 00:16:31 +00:00
Max Horn
26ee630756
Moved engines to the new engines/ directory
...
svn-id: r20582
2006-02-11 22:45:04 +00:00
Max Horn
83f1837e7a
Change CVS keywords to SVN keywords
...
svn-id: r20542
2006-02-11 13:27:07 +00:00
Travis Howell
6703dc7fa1
Add patch #1374870 - New Lure of the Temptress module
...
svn-id: r20536
2006-02-11 12:54:56 +00:00
Marcus Comstedt
c3f975c7b8
Better test for disabled scalers...
...
svn-id: r18474
2005-06-27 21:44:40 +00:00
Eugene Sandulenko
3588b96d4f
Added --disable-hq and --disable-scumm-7-8 options. Also improved
...
DISABLE_HE so more HE-specific code gets excluded.
svn-id: r18099
2005-05-14 22:56:41 +00:00
Travis Howell
93be3e16d8
Add configure option to disable HE 70+ games.
...
svn-id: r18091
2005-05-14 14:06:37 +00:00
Eugene Sandulenko
1758c5b211
Initial checking of Gob engine
...
svn-id: r17388
2005-04-05 15:07:40 +00:00
Max Horn
2f77e27ca3
Move 'tools' related build rules into tools/module.mk; fixed remainder of bug #1100125 (I hope...)
...
svn-id: r16547
2005-01-11 22:02:05 +00:00
Max Horn
fec3df2096
Moved the softsynth midi drivers into a sound/softsynth; amongst other things, this fixes bug #1083058
...
svn-id: r16316
2004-12-25 18:34:44 +00:00
Max Horn
426eeb909c
Moving convbdf and md5table into scummvm/tools/
...
svn-id: r16287
2004-12-24 01:43:36 +00:00
Max Horn
6011e30551
Added AUTHORS in some more places
...
svn-id: r16192
2004-12-20 21:06:08 +00:00
Max Horn
5d5a13eec7
Moved MidiDriver creation code into the MidiDriver class (as static methods), same for some other MIDI related stuff
...
svn-id: r15968
2004-12-02 00:33:42 +00:00
Eugene Sandulenko
805b21181a
Major MT-32 emu overhaul based on KingGuppy's code.
...
o added configure option
o mi2 intro doesn't freeze anymore and has no sound glitches
o missing instruments in many titles are fixed
o numerous memory overwrite bugs are fixed
o code is cleaned a lot and splitted into many smaller files
o mt32.cpp went to backends/midi
o synced with upstream code
o reverberation fixed
* don't complain about File class wrapper :)
* all custom types are back
* #pragmas are to do
* maybe some indentation is wrong too
I prefer smaller commits, but this thing came in one piece.
svn-id: r15715
2004-11-06 01:41:32 +00:00