Chris Apers
|
de1a8fdafa
|
Correct name
svn-id: r11655
|
2003-12-15 15:11:58 +00:00 |
|
Max Horn
|
5ff7c1d153
|
small fix for hexdump()
svn-id: r11617
|
2003-12-13 17:33:21 +00:00 |
|
Max Horn
|
35b62c294d
|
removed GameSettings::detectname and GameSettings::midi; renamed GameSettings::gameName to name; added temporary experimental MD5 hack
svn-id: r11603
|
2003-12-13 00:20:01 +00:00 |
|
Max Horn
|
dd33ae0f0f
|
added MD5 code to CVS
svn-id: r11602
|
2003-12-13 00:06:00 +00:00 |
|
Travis Howell
|
e11c741e82
|
Drop OpenGL backend, since it has no maintainer and is too buggy.
svn-id: r11569
|
2003-12-11 05:32:27 +00:00 |
|
Max Horn
|
bb760a5b73
|
detect zlib in configure script; use it by default, if available
svn-id: r11544
|
2003-12-10 00:15:20 +00:00 |
|
Max Horn
|
0f7f124de2
|
slightly altered singleton implemention, might help MSVC6, or might screw it even more :-)
svn-id: r11543
|
2003-12-10 00:12:20 +00:00 |
|
Max Horn
|
a12b6606cc
|
rewrote hq2x/hq3x code so that we can compile both the altivec and plain C version; on OSX, this will only use the altivec code if altivec is actually present
svn-id: r11504
|
2003-12-05 23:27:01 +00:00 |
|
Max Horn
|
72eb8ccb89
|
Patch #847464: Remove spurious semicolons
svn-id: r11445
|
2003-12-01 09:58:55 +00:00 |
|
Max Horn
|
5120eddb54
|
zlib compression works *very* well, factor 3-6 in my test cases. Personally I'd make zlib support the default...
svn-id: r11435
|
2003-11-30 00:43:01 +00:00 |
|
Max Horn
|
93f58abde7
|
oops forgot to commit this one, it seems
svn-id: r11434
|
2003-11-30 00:41:19 +00:00 |
|
Max Horn
|
3612dc54dc
|
cleanup; added (currently commented out) zlib/gzip code
svn-id: r11433
|
2003-11-30 00:35:12 +00:00 |
|
Max Horn
|
81f210544a
|
cleanup
svn-id: r11432
|
2003-11-30 00:06:27 +00:00 |
|
Travis Howell
|
6c814c4864
|
Add extra directory checks for Macintosh versions of indy3/loom
svn-id: r11333
|
2003-11-18 00:55:40 +00:00 |
|
Max Horn
|
b38995b288
|
cleanup (merged the two base set() methods)
svn-id: r11256
|
2003-11-11 00:26:38 +00:00 |
|
Max Horn
|
22c22d1e81
|
added namespace GUI
svn-id: r11255
|
2003-11-10 23:40:48 +00:00 |
|
Max Horn
|
5c2a3da7f2
|
fix for bug #833537 (Config manager saves "save_slot")
svn-id: r11254
|
2003-11-10 23:17:11 +00:00 |
|
Paweł Kołodziejski
|
b5a7ef0822
|
cleanup whitespaces
svn-id: r11219
|
2003-11-08 22:43:46 +00:00 |
|
Max Horn
|
5c4e374d73
|
fixed ConfigManager getInt/getBool
svn-id: r11199
|
2003-11-07 16:54:58 +00:00 |
|
Max Horn
|
ced5921ac0
|
change behaviour of ConfigManager::get once again -> now we *do* fall back to the registered defaults...
svn-id: r11195
|
2003-11-07 15:57:36 +00:00 |
|
Jonathan Gray
|
b2e9b73c4c
|
spelling fixes
svn-id: r11180
|
2003-11-07 02:43:47 +00:00 |
|
Max Horn
|
0bae086c7b
|
typo, gnaw gnaw
svn-id: r11172
|
2003-11-07 00:45:54 +00:00 |
|
Max Horn
|
105728adee
|
Use the new capabilities of class Map to make the ConfigManager case insensitive when it comes to comparing config keys/domains
svn-id: r11171
|
2003-11-07 00:03:55 +00:00 |
|
Max Horn
|
83a55fa7e8
|
Introduce Comperator template parameter to Map -> this allows more flexible use of Map (in particular, I can now use a StringMap in ConfigManager which ignores case)
svn-id: r11170
|
2003-11-07 00:02:47 +00:00 |
|
Max Horn
|
82aac86edf
|
change (Const)String::c_str to never return 0 (rather return empty string) -> can be used to simplify code. Also don't use stricmp in </<=/>/>= operators, it is inconsisten with == and != operators
svn-id: r11169
|
2003-11-07 00:02:03 +00:00 |
|
Max Horn
|
ba1cf0e957
|
cut down dependencies a bit (so that I don't have to recompile hq2x/hq3x whenever common/scaler.h is changed :-)
svn-id: r11168
|
2003-11-06 23:54:12 +00:00 |
|
Max Horn
|
0dfd0e4414
|
changed the way get(key,domain) works for global domains (instead of defaulting to the empty string, it will now default to the registered default in this case)
svn-id: r11151
|
2003-11-05 12:16:14 +00:00 |
|
Max Horn
|
583ae61453
|
export language list (so that it can be used by the GUI); added methods to convert a Platform/Language ID into a canonical string
svn-id: r11141
|
2003-11-05 00:58:02 +00:00 |
|
Max Horn
|
d45b475b48
|
added ConfigManager::removeKey
svn-id: r11140
|
2003-11-05 00:57:00 +00:00 |
|
Max Horn
|
84efb90484
|
swap GFX_HQ2X & GFX_ADVMAME3X (purely cosmetic :-)
svn-id: r11134
|
2003-11-04 21:17:17 +00:00 |
|
Max Horn
|
74b496a062
|
added PROP_GET_GFX_MODE; removed PROP_SHOW_DEFAULT_CURSOR
svn-id: r11132
|
2003-11-04 20:46:20 +00:00 |
|
Marcus Comstedt
|
ef5e193d59
|
stdafx.h needs to be included first.
svn-id: r11117
|
2003-11-03 22:28:37 +00:00 |
|
Chris Apers
|
0e23d7a30e
|
Use compiler option instead of this
svn-id: r11104
|
2003-11-03 16:25:06 +00:00 |
|
Max Horn
|
a7eb1b5207
|
forgot to commit this, sorry guys
svn-id: r11048
|
2003-11-02 10:18:10 +00:00 |
|
Max Horn
|
b27a871f87
|
turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Widget::findWidget (preparing to add support for nested widgets, for the tab widget)
svn-id: r11045
|
2003-11-02 02:18:16 +00:00 |
|
Max Horn
|
4c2387639d
|
cleanup
svn-id: r11042
|
2003-11-01 23:41:35 +00:00 |
|
Max Horn
|
186125ffb6
|
fix potential crash
svn-id: r11037
|
2003-11-01 22:11:33 +00:00 |
|
Max Horn
|
adbaab7ef9
|
added doxygen comment
svn-id: r11036
|
2003-11-01 21:23:48 +00:00 |
|
Gregory Montoir
|
3e267ba5f9
|
make doxygen happy
svn-id: r11030
|
2003-11-01 20:44:53 +00:00 |
|
Max Horn
|
a4d2a47820
|
factor out common debugger code
svn-id: r10984
|
2003-10-26 21:30:52 +00:00 |
|
Torbjörn Andersson
|
27b22efe17
|
Fixed typo and added FIXME comment for the DotMatrix scaler.
svn-id: r10956
|
2003-10-24 17:14:56 +00:00 |
|
Max Horn
|
f5a7c67191
|
added russian as a language (part of patch #823031, adapted to recent code changes)
svn-id: r10878
|
2003-10-17 18:52:15 +00:00 |
|
Max Horn
|
ad2db08940
|
renamed some Timer methods
svn-id: r10868
|
2003-10-17 16:39:32 +00:00 |
|
Max Horn
|
96a8d0ec1c
|
proper fix for COMI timer issue: don't let a Timer remove itself
svn-id: r10867
|
2003-10-17 16:30:24 +00:00 |
|
Max Horn
|
a70460833e
|
moved platform/language constants to common/util.*
svn-id: r10862
|
2003-10-17 15:35:46 +00:00 |
|
Max Horn
|
37085bfe88
|
fix (workaround) for bug #825331
svn-id: r10853
|
2003-10-17 11:17:49 +00:00 |
|
Max Horn
|
7f5c5f0f8b
|
COMI crashes because for some reasons we get a 0 timer interval. not sure how that is possible, but adding some asserts for now
svn-id: r10852
|
2003-10-17 11:11:01 +00:00 |
|
Max Horn
|
3e68577bae
|
added push_back method with List arg (append one list to another one efficiently)
svn-id: r10850
|
2003-10-17 10:23:52 +00:00 |
|
Jonathan Gray
|
db716d5fb1
|
add method to set the xor byte in the file class. Needed as the combined mac data files are only xor'd in the resource files, not the parts of the combined file
svn-id: r10825
|
2003-10-16 10:23:01 +00:00 |
|
Max Horn
|
a8e1340c45
|
improved timer resolution -> this helps iMuse *a lot* on my system when there is load
svn-id: r10804
|
2003-10-14 20:52:27 +00:00 |
|