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
Marcus Comstedt
c8d0270510
PLUGIN_PREFIX and PLUGIN_SUFFIX moved to Makefile, PLUGIN_EXTRA_DEPS added.
...
svn-id: r14687
2004-08-22 21:39:49 +00:00
Eugene Sandulenko
d33b24036e
Added assembly versions of HQ2x and HQ3x scalers.
...
svn-id: r13844
2004-05-21 02:08:48 +00:00
Paweł Kołodziejski
f74a675850
removed awe based on Endy statement
...
svn-id: r13809
2004-05-09 13:12:19 +00:00
Paweł Kołodziejski
e29ec6e79c
adding initial code for Another World engine
...
svn-id: r13783
2004-05-05 07:25:32 +00:00
Jonathan Gray
c8e331e9b4
Makefile.mingw is no longer used
...
svn-id: r13584
2004-04-16 06:56:28 +00:00
James Brown
3978b728db
Add Kyrandia base
...
svn-id: r13516
2004-04-09 12:36:06 +00:00
Max Horn
a9789acfc6
Moved Surface/Font code into new 'graphics' module
...
svn-id: r13357
2004-03-21 21:20:25 +00:00
Eugene Sandulenko
2fe422ad0c
Initial SAGA checkin. Disabled by default, enable with --enable-saga
...
but don't expect it to work.
svn-id: r13280
2004-03-14 23:37:11 +00:00
Max Horn
5df1bd8b49
undoing this for now as it causes problems with at least MinGW
...
svn-id: r13050
2004-02-25 10:31:53 +00:00
Max Horn
a9507e63a8
alternate linking order, avoids 'SDL_main' related linker errors on OSX (this shouldn't break other linkers, I hope - if it does, please tell me, and feel free to undo this)
...
svn-id: r13049
2004-02-25 10:09:18 +00:00
Max Horn
be218fa982
Enable plugin support via configure script
...
svn-id: r12895
2004-02-15 01:21:02 +00:00
Marcus Comstedt
38ddd865e5
Depfiles are not generated in $(srcdir), so don't include them from there...
...
svn-id: r12707
2004-02-01 17:07:23 +00:00
Max Horn
da76ac5890
Various changes to the build system which allow building ScummVM in an external directory (and as such, allow you to have a debug, a profiling, and a release build from the same set of source files in parallel). Work in progress
...
svn-id: r12680
2004-01-30 21:54:28 +00:00
Travis Howell
cbe5c34f97
Add sword1 makefile changes
...
svn-id: r11666
2003-12-16 02:24:30 +00:00
Max Horn
2fef2dcb84
bs2 -> sword2
...
svn-id: r10997
2003-10-28 19:51:30 +00:00
Joost Peters
82fd316187
queen initial import
...
svn-id: r10462
2003-09-28 15:50:47 +00:00
Max Horn
48da9f38de
add plugins to .PHONY list
...
svn-id: r10458
2003-09-28 10:53:28 +00:00
Max Horn
761d9dacb9
add 'plugins' to all target
...
svn-id: r10457
2003-09-28 10:44:31 +00:00
Max Horn
7840039156
yet another fix for linux+loadable modules
...
svn-id: r10324
2003-09-20 00:07:37 +00:00
Max Horn
6c57e2bb17
let's see if that's better
...
svn-id: r10323
2003-09-19 22:45:54 +00:00
Max Horn
ce7d4c0a76
one more linux+dynamic fix
...
svn-id: r10322
2003-09-19 22:20:53 +00:00
Max Horn
ed605c38c5
some cleanup, and an (untested) loadable module build rule for Linux
...
svn-id: r10318
2003-09-19 21:23:23 +00:00
Max Horn
6a4663824e
added initial support for building our 4 adventure engines as loadable modules; right now only work on OS X; once we add more build rules, other systems with dlopen() should work, too (e.g. Linux); Windows support may come later. This is still very much WIP
...
svn-id: r10304
2003-09-18 18:23:53 +00:00
Max Horn
a15fdcea21
plugin work: right now, only with build rules for OS X. Once I can get it to work here, I'll add more build rules. Work in progress, a lot ain't work, but the plugin stuff is disabled by default, so no harm should arise
...
svn-id: r10292
2003-09-18 13:03:56 +00:00
Max Horn
ec0d41137c
fix Circular dependency warning
...
svn-id: r10286
2003-09-17 23:59:13 +00:00
Max Horn
c1a678afeb
new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (this removes the need for an ugly hack in the build system, and is also conceptionally cleaner)
...
svn-id: r10282
2003-09-17 22:41:01 +00:00
Max Horn
231cb16b5b
some tweaks to the build system (work toward plugin support)
...
svn-id: r10279
2003-09-17 21:53:13 +00:00
Max Horn
aa61764b2f
while 'more logical' the current link order doesn't work if all plugins are disabled. 'sound' has to come before 'backends' or MidiDriver_MPU401 won't get pulled in
...
svn-id: r10114
2003-09-08 22:38:21 +00:00
Max Horn
155bac05da
more logical link order
...
svn-id: r10106
2003-09-08 17:48:34 +00:00
Max Horn
c775614e1b
fixed circular dependency; moved version string to main.cpp (seems more logical to me, too)
...
svn-id: r10105
2003-09-08 17:46:54 +00:00
Max Horn
3916b97357
changes to get a better link order, and to allow building a 'bare bone' scummvm executable
...
svn-id: r10103
2003-09-08 17:42:53 +00:00
Max Horn
c3491bbfab
adding some comments, reordering some stuff
...
svn-id: r10090
2003-09-08 15:33:26 +00:00
Torbjörn Andersson
da249f0ffa
"make distclean" now removes config.log
...
svn-id: r9667
2003-08-13 18:14:42 +00:00
Max Horn
36d7287960
double broken in fact
...
svn-id: r9407
2003-08-02 11:17:59 +00:00
Max Horn
47f0abec39
GCC3 mode and distclean target were broken
...
svn-id: r9406
2003-08-02 11:17:11 +00:00
Jonathan Gray
93482ae5c6
automatically use gcc 3.x specific dependency rules if using gcc 3.x, enable some additional warnings in Makefile.new
...
svn-id: r9399
2003-08-02 09:21:34 +00:00
Max Horn
ef9bf10ffb
fix for bug #780989 (make distclean left some .deps dirs)
...
svn-id: r9339
2003-07-31 18:41:05 +00:00
Oliver Kiehl
c2e9916199
now how did that happen...
...
svn-id: r9303
2003-07-30 20:01:26 +00:00
Oliver Kiehl
0f85cc3061
rename bs2 to sword2 to have the same name as the original engine.
...
besides this way all our engines start with an "s" ;)
svn-id: r9301
2003-07-30 19:25:31 +00:00
Jonathan Gray
9865deb0bc
bs2
...
svn-id: r9213
2003-07-28 01:50:45 +00:00
Paweł Kołodziejski
bd8482c356
added vc7 files to dist
...
svn-id: r9079
2003-07-19 14:55:58 +00:00
Max Horn
b05e7de7bb
replaced SCUMMVM_VERSION/SCUMMVM_CVS by gScummVMVersion/gScummVMBuildDate/gScummVMFullVersion; made engine.o depend on all other .o files, so that the build date in it is always up-to-date
...
svn-id: r9032
2003-07-15 02:16:33 +00:00
Jonathan Gray
645aa837e7
add ability to choose backend from configure script, doesn't validate user input at the moment
...
svn-id: r7991
2003-05-26 05:18:40 +00:00
Max Horn
5626e42f5b
Make it possible to disable some/all of our three game modules (scumm/simon/sky) with three flags in the Makefile
...
svn-id: r7131
2003-04-26 11:44:13 +00:00
Paweł Kołodziejski
b2fc5cac99
update project files for smush and sky
...
svn-id: r6819
2003-03-17 12:33:48 +00:00
Max Horn
bdd2c50af9
small tweak to the hack to fix the static/bundle targets on OS X
...
svn-id: r6750
2003-03-07 18:41:27 +00:00
Max Horn
5d11697441
small fix to my build hack
...
svn-id: r6749
2003-03-07 17:05:22 +00:00
Max Horn
bfee768f51
temporary hack to get ScummVM to compile again
...
svn-id: r6747
2003-03-07 16:21:28 +00:00
Max Horn
5ffeedb1cb
Patch #697312 : Beneath a Steel Sky interim/initial support patch
...
svn-id: r6691
2003-03-05 19:04:34 +00:00
Max Horn
fd7cc14ab2
fixed dependency detection for midi backends
...
svn-id: r6030
2002-12-20 20:25:54 +00:00
Max Horn
098b1d52ca
change CFLAGS to CXXFLAGS
...
svn-id: r5896
2002-12-09 13:38:01 +00:00
Oliver Kiehl
a72e38c07f
fixed linking with gnu ld
...
svn-id: r5723
2002-11-26 20:11:46 +00:00
Travis Howell
7b39515203
Clean all objects
...
svn-id: r5704
2002-11-24 08:51:17 +00:00
Max Horn
004aacce9d
argh, revert to gcc 2.x build rules once more <g>
...
svn-id: r5687
2002-11-21 20:36:33 +00:00
Max Horn
1d9ead284e
fixed build order for GNU ld, once more
...
svn-id: r5686
2002-11-21 20:32:40 +00:00
Max Horn
949716c08a
oops - default to gcc 2.9x build rules, not gcc 3.x build rules
...
svn-id: r5656
2002-11-21 05:10:30 +00:00
Max Horn
305cf16437
should link with GNU ld again
...
svn-id: r5655
2002-11-21 05:00:40 +00:00
Max Horn
e0115a36fd
slight change of module order to see if that helps stupid GNU ld
...
svn-id: r5654
2002-11-21 04:28:51 +00:00
Max Horn
69bceafc6e
revamped build system somewhat: 'modules' like scumm, simon, gui etc. now all build into a lib, and all have a module.mk file that lists all their file. Advantage: further modularizes the build system, seperating all parts of ScummVM
...
svn-id: r5653
2002-11-21 04:08:37 +00:00
Ruediger Hanke
1d17168202
FS backend for MorphOS
...
svn-id: r5566
2002-11-15 15:12:30 +00:00
Max Horn
637ffcc517
added dummy FS backend for Windows; somebody has to implement the actual code for it. Also, we probably want something like this for MorphOS; and maybe also a 'null' dummy implementation?
...
svn-id: r5553
2002-11-14 15:02:26 +00:00
Max Horn
e152733344
added completly useless non functional browser dialog skeleton. Just to show Endy I really have started working on it finally <g>
...
svn-id: r5547
2002-11-14 13:46:35 +00:00
Jonathan Gray
2ee08ee469
more readme.txt replacements, todo: update manpage and spec file with 0.3.0 info
...
svn-id: r5521
2002-11-12 15:27:47 +00:00
James Brown
35678731d9
Revert back to revision 1.26.
...
Fingolfin, this breaks compilation on linux gcc 2.9x.. debian at least.
svn-id: r5372
2002-11-02 08:16:04 +00:00
Max Horn
a15e6df2bd
improved gcc build rule to avoid problems when files are removed from the repository, and to make it less likely that aborting a build leaves bad .d2 files around (thanks Willem!)
...
svn-id: r5369
2002-11-01 20:28:51 +00:00
Max Horn
ea828761a4
grrr... why did my commit not remove those?!
...
svn-id: r5275
2002-10-23 08:02:36 +00:00
Max Horn
bd15755b17
list every file in its own line - makes it a bit easier to find/add things
...
svn-id: r5152
2002-10-15 15:31:55 +00:00
Max Horn
6024c80f14
added (currently completly useless) launcher dialog
...
svn-id: r5024
2002-09-27 23:27:14 +00:00
Max Horn
58e5e0069f
added simple message dialog
...
svn-id: r5020
2002-09-26 11:44:02 +00:00
Max Horn
77d62a61d7
fix for bug #613369 ; added some files to .cvsignore
...
svn-id: r5015
2002-09-24 22:40:28 +00:00
Paweł Kołodziejski
c5feb37102
removed old smush player
...
svn-id: r4981
2002-09-20 05:57:07 +00:00
Max Horn
859ef578dc
moved the Scumm specific dialogs to scumm/dialogs.*
...
svn-id: r4973
2002-09-19 17:44:41 +00:00
Paweł Kołodziejski
ae871cd4a6
minor changes in source structure
...
svn-id: r4949
2002-09-16 09:52:21 +00:00
Paweł Kołodziejski
29811c5fad
simon also use class File
...
svn-id: r4948
2002-09-16 08:22:30 +00:00
Max Horn
523d8e64c0
rewrote config class; cleanup; code restructuring
...
svn-id: r4903
2002-09-08 01:08:12 +00:00
Paweł Kołodziejski
bd7b93061b
added class File
...
svn-id: r4873
2002-08-31 07:43:34 +00:00
Max Horn
41c2d6fba3
sound system cleanup
...
svn-id: r4867
2002-08-29 23:45:15 +00:00
Max Horn
bbcae3efbe
experimental support for the V2 resource format (patch #601560 )
...
svn-id: r4864
2002-08-29 16:57:43 +00:00
Max Horn
a0c0880ec7
more optimizations
...
svn-id: r4847
2002-08-25 11:38:40 +00:00
Max Horn
2355db8017
fixed dependency checking to consider smush code, too
...
svn-id: r4843
2002-08-25 11:07:34 +00:00
Max Horn
ed4fa74fd5
update clean target for smush files
...
svn-id: r4831
2002-08-24 21:35:46 +00:00
Paweł Kołodziejski
901b4a07a6
changed name from Chunck to Chunk
...
svn-id: r4829
2002-08-24 17:18:55 +00:00
Max Horn
69cca0906e
fixed the Makefile buildsystem for now to link in the new Smush player, and disabling the old Smush player
...
svn-id: r4826
2002-08-24 16:26:09 +00:00
James Brown
1bf20ac0c3
Move scaler code from SCUMM-specific area.
...
svn-id: r4803
2002-08-23 06:43:06 +00:00
Max Horn
e0cfd49ef7
patch #598405
...
svn-id: r4799
2002-08-21 20:47:12 +00:00
Max Horn
ee3ea28e6c
first go at modularizing the build system
...
svn-id: r4796
2002-08-21 17:35:46 +00:00
Max Horn
2ebd2ba0b5
engine.* moved to common (where it belongs); added distclean target which gets rid of the .deps dirs, too; removed -Isound
...
svn-id: r4794
2002-08-21 16:53:11 +00:00
Max Horn
85a0380801
really fixed dependency checking this time (I hope :-)
...
svn-id: r4793
2002-08-21 16:40:33 +00:00
Max Horn
7aac293726
fixed the 'intelligent' GCC build rules; added .cvsignore files
...
svn-id: r4790
2002-08-21 16:28:19 +00:00
Max Horn
89e8bb2ccb
fixed clean target
...
svn-id: r4789
2002-08-21 16:11:09 +00:00
Max Horn
ce46866403
Initial revision
...
svn-id: r4785
2002-08-21 16:07:07 +00:00
Max Horn
edae5b06db
MAJOR change to the way how Engine objects are instantiated
...
svn-id: r4758
2002-08-18 17:48:18 +00:00
Max Horn
96baaa974a
oops :-)
...
svn-id: r4737
2002-08-14 00:02:27 +00:00
Max Horn
16aa478d8b
got rid of init.cpp
...
svn-id: r4736
2002-08-14 00:01:39 +00:00
Paweł Kołodziejski
9fa6145d90
DIG: preliminarily support for music in the game
...
svn-id: r4701
2002-08-04 16:30:59 +00:00
Paweł Kołodziejski
0b3c263857
moved file bundle stuff into class Bundle
...
svn-id: r4671
2002-07-28 15:35:26 +00:00
Max Horn
862e0b26bc
moved gui/utils.* to main level; removed some unused stuff from our file accessor functions
...
svn-id: r4583
2002-07-17 20:55:36 +00:00
Max Horn
76e6d7a197
renamed 2xsai.cpp to scaler.cpp
...
svn-id: r4564
2002-07-16 11:17:31 +00:00
Travis Howell
98df5185d3
*** empty log message ***
...
svn-id: r4530
2002-07-13 09:41:21 +00:00
Max Horn
e34571dca9
Countless changes to the New GUI; some hightligths: new ScrollBarWidget class; ListWidget is usable (demo shows it off); added custom String/StringList classes
...
svn-id: r4521
2002-07-12 16:24:11 +00:00
Max Horn
c60670d561
added prototype ListWidget (doesn't do anything yet, only serves to demo how it might look); renamed various NewGui methods and added frameRect method; made NewGui use our 'own' GUI colors (no worries if you don't like them, this is just an experiment); StaticTextWidget now clones its label (preventing problems when a game was loaded, thus invalidating string locations in memory)
...
svn-id: r4513
2002-07-10 22:49:41 +00:00