Max Horn
|
0f64347b35
|
replace our 'nice' new which sets memory to 0 with a nasty one which sets it to 0xE7. This should help finding any remaining places where we don't init member variables as we should.
svn-id: r7719
|
2003-05-20 12:25:11 +00:00 |
|
Max Horn
|
881e127298
|
new date (post-0.4.0)
svn-id: r7702
|
2003-05-19 20:40:54 +00:00 |
|
Jamieson Christian
|
3703ed51dc
|
Oops....
svn-id: r7700
|
2003-05-19 20:34:41 +00:00 |
|
Jamieson Christian
|
7bf95c0cf0
|
Fixed silence in older games under native MIDI drivers
svn-id: r7697
|
2003-05-19 19:50:28 +00:00 |
|
Max Horn
|
d6cf47dfaa
|
Patch #739911: Fix for undefined behaviour in fopenNoCase()
svn-id: r7695
|
2003-05-19 19:19:32 +00:00 |
|
Jonathan Gray
|
cf54a63639
|
HAVE_CONFIG_H
svn-id: r7632
|
2003-05-18 13:39:02 +00:00 |
|
Oliver Kiehl
|
a95e860c10
|
_gameId is of type char so it does not make sense to have 299 GIDs. reduce to 199
svn-id: r7620
|
2003-05-17 23:47:50 +00:00 |
|
Max Horn
|
a5607d3fa2
|
make ARRAYSIZE 'return' an int
svn-id: r7618
|
2003-05-17 23:36:47 +00:00 |
|
Jamieson Christian
|
5a1e994d02
|
Added command line options for
native MT-32 support and
combination Adilb/native MIDI drivers.
svn-id: r7594
|
2003-05-17 03:06:16 +00:00 |
|
Jamieson Christian
|
5a15ce808a
|
Feature [557411] Adlib sound effects with GM drivers.
Support for simultaneous drivers is based on a
#define in imuse.cpp, and is disabled by default.
svn-id: r7582
|
2003-05-16 22:00:33 +00:00 |
|
Jonathan Gray
|
0d7184aa00
|
GF_AFTER_HEV7
svn-id: r7571
|
2003-05-16 11:29:16 +00:00 |
|
Jonathan Gray
|
7c1ca29ece
|
add config option basename to override base file name for games of the form foo.xxx to basename.xxx, useful when used together with gameid to test games not yet added to version list
svn-id: r7566
|
2003-05-16 08:05:06 +00:00 |
|
Max Horn
|
d7ef626b42
|
fix advmame scaler ('flickering', observable in e.g. Sam&Max, and the left-screen-border-black bug). Note: this change might look fishy to you but is perfectly legal because our frame buffers put a border around the screen data to accomodate for this
svn-id: r7556
|
2003-05-16 00:11:35 +00:00 |
|
Max Horn
|
050358bc7f
|
oops
svn-id: r7545
|
2003-05-15 22:27:09 +00:00 |
|
Max Horn
|
b34318ca55
|
add method to grow a rect
svn-id: r7544
|
2003-05-15 22:15:24 +00:00 |
|
Max Horn
|
f695aa3885
|
renamed isInside() to contains() (this is more intuitive, because r.isInside(p) actually meant 'p is inside r', which was confusing; now it's r.contains(p) which means 'r contains p')
svn-id: r7541
|
2003-05-15 21:52:10 +00:00 |
|
Max Horn
|
128f793be0
|
make SWAP a template function, so that it works for swapping non-int stuff, too; 'int16' should be sufficient for points/rects
svn-id: r7540
|
2003-05-15 21:40:36 +00:00 |
|
Max Horn
|
c0e8eb0cb7
|
let it compile
svn-id: r7539
|
2003-05-15 21:33:39 +00:00 |
|
Max Horn
|
6cbfc1e342
|
cleanup (rect.h is not used anywhere but I plan to change that...)
svn-id: r7537
|
2003-05-15 21:25:35 +00:00 |
|
Robert Göffringmann
|
299a1a451f
|
added method to detect which midi driver will be created
svn-id: r7482
|
2003-05-12 23:21:35 +00:00 |
|
Max Horn
|
37724d9297
|
Patch #735294: AdvMame3x scaler
svn-id: r7409
|
2003-05-09 22:44:16 +00:00 |
|
Max Horn
|
d3e5e47984
|
-> version 0.4.1cvs
svn-id: r7352
|
2003-05-05 15:18:43 +00:00 |
|
Max Horn
|
4ba32812aa
|
hexdump defaults to 16 bytes/line now, and prints an offest
svn-id: r7317
|
2003-05-04 13:46:06 +00:00 |
|
Max Horn
|
c1b38d64ed
|
make hexdump width variable
svn-id: r7269
|
2003-05-02 21:29:05 +00:00 |
|
Chris Apers
|
1fbc3cf6d4
|
Add PalmOS port stuff
svn-id: r7261
|
2003-05-02 10:39:17 +00:00 |
|
Chris Apers
|
5eace23e11
|
Change __PALM_OS__ to NEWGUI_256, more generic
svn-id: r7260
|
2003-05-02 09:36:58 +00:00 |
|
Chris Apers
|
e76b56aa6f
|
Change int16 to NewGuiColor in overlay/RGB functions
svn-id: r7259
|
2003-05-02 09:23:56 +00:00 |
|
Chris Apers
|
82e3011ec5
|
Add PalmOS GFX modes
svn-id: r7258
|
2003-05-02 09:08:18 +00:00 |
|
Jonathan Gray
|
a2da94d580
|
fix leak
svn-id: r7244
|
2003-05-01 12:36:36 +00:00 |
|
Max Horn
|
d1f576aca6
|
typedef NewGuiColor on all platforms; indention
svn-id: r7225
|
2003-04-30 13:40:20 +00:00 |
|
Max Horn
|
81c3ade331
|
more PalmOS changes
svn-id: r7220
|
2003-04-30 12:43:56 +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 |
|
Max Horn
|
5c93732d60
|
cleanup; added comment
svn-id: r7119
|
2003-04-25 20:03:00 +00:00 |
|
Paweł Kołodziejski
|
0c933f5c50
|
delete stdafx.cpp
svn-id: r7118
|
2003-04-25 19:55:40 +00:00 |
|
James Brown
|
751561d28e
|
Bumpidity
svn-id: r7043
|
2003-04-20 21:42:49 +00:00 |
|
Joost Peters
|
81ac7cc8f8
|
fixed GP32 port
svn-id: r6958
|
2003-04-10 13:44:50 +00:00 |
|
Paweł Kołodziejski
|
d56673b845
|
fixed detection of early scumm games
svn-id: r6923
|
2003-04-06 19:41:34 +00:00 |
|
Max Horn
|
9d17696656
|
nope, not all big endian system require alignment
svn-id: r6922
|
2003-04-06 18:01:36 +00:00 |
|
Max Horn
|
fe58fd4d1e
|
small optimization (do three memory reads instead of five)
svn-id: r6875
|
2003-03-28 19:13:59 +00:00 |
|
Max Horn
|
c5cc9d8f60
|
cleanup
svn-id: r6865
|
2003-03-26 12:30:41 +00:00 |
|
Max Horn
|
023d84a6a3
|
added some meat to the global options dialog (no prefs are stored yet, though)
svn-id: r6862
|
2003-03-25 15:32:36 +00:00 |
|
Max Horn
|
a50bbdd7f7
|
cleanup
svn-id: r6856
|
2003-03-25 00:26:53 +00:00 |
|
Jonathan Gray
|
eb31490e39
|
use description to set window title if one is specified
svn-id: r6853
|
2003-03-24 08:48:41 +00:00 |
|
Jonathan Gray
|
3af1183c5a
|
move language enum to gameDetector.h
svn-id: r6848
|
2003-03-23 13:44:59 +00:00 |
|
Jonathan Gray
|
8166d8e529
|
add comment to language enum I meant to do a while back
svn-id: r6845
|
2003-03-23 12:54:18 +00:00 |
|
Jonathan Gray
|
5985310d64
|
add GF_DEFAULT_TO_1X_SCALER
svn-id: r6830
|
2003-03-18 06:53:47 +00:00 |
|
Max Horn
|
b6113a2568
|
added const qualifier
svn-id: r6806
|
2003-03-13 01:06:38 +00:00 |
|
Jonathan Gray
|
361e312a6c
|
change RBG to RGB which follows the argument order and hence makes more sense...
svn-id: r6767
|
2003-03-08 06:53:32 +00:00 |
|
Max Horn
|
bfee768f51
|
temporary hack to get ScummVM to compile again
svn-id: r6747
|
2003-03-07 16:21:28 +00:00 |
|
Paweł Kołodziejski
|
243c4ffbc0
|
implemented formating string error for each engine
svn-id: r6744
|
2003-03-07 15:38:11 +00:00 |
|