Glenn Maynard
3b51a926fc
optimize
2003-09-22 07:12:24 +00:00
Glenn Maynard
a6671a2d0d
Cache file sizes.
2003-09-22 05:14:00 +00:00
Glenn Maynard
1f5ca5deed
quiet
2003-09-22 01:11:33 +00:00
Glenn Maynard
9cd65ffc0f
reenable log (as a trace, not a warning)
2003-09-22 01:06:07 +00:00
Glenn Maynard
d7150edffc
Fix very slow FixImpossibleRows
2003-09-22 01:01:47 +00:00
Glenn Maynard
a316e1cfa1
Cleanup, fix path.
2003-09-22 00:10:04 +00:00
Glenn Maynard
4720a80e52
fix couples and doubles reversed
2003-09-21 23:41:54 +00:00
Glenn Maynard
ce6719614b
fix warning
2003-09-21 23:34:21 +00:00
Glenn Maynard
1b0abc39cf
Group names are case-insensitive.
2003-09-21 21:35:59 +00:00
Glenn Maynard
548e474d4a
fix warning
2003-09-21 21:20:37 +00:00
Glenn Maynard
5b3e5abc38
fix warning
2003-09-21 21:07:30 +00:00
Glenn Maynard
e9e5e825f7
add ProductInfo.h
2003-09-21 21:03:27 +00:00
Glenn Maynard
dea46aa69c
Fix slow saving in the editor
2003-09-21 20:57:49 +00:00
Glenn Maynard
d2b3919987
sync fixes
2003-09-21 07:49:36 +00:00
Glenn Maynard
60264048d0
Bail if not actually SDL 1.2.6.
2003-09-21 07:00:01 +00:00
Glenn Maynard
4ff7943de9
Switch to the dbghelp.h in my psdk install.
2003-09-21 05:56:49 +00:00
Glenn Maynard
001a627502
Fix error returns.
2003-09-21 00:35:08 +00:00
Glenn Maynard
8ba712abf7
Fix log.
...
Fix second extra stage glitch when playing in a song group with only
long songs.
2003-09-21 00:17:34 +00:00
Glenn Maynard
63889f0183
link AUDIO_LIBS
2003-09-20 20:04:01 +00:00
Glenn Maynard
0a64a82d82
move audio format checks to a file
2003-09-20 20:03:44 +00:00
Glenn Maynard
7654dab0f5
Make systems with broken dynamic linkers happy.
2003-09-19 23:30:43 +00:00
Glenn Maynard
4f89b016ef
cleanup
2003-09-19 21:14:10 +00:00
Glenn Maynard
3034bb5a4c
Fix pump center
2003-09-19 20:45:27 +00:00
Glenn Maynard
7f09d1c7b2
update combo in HandleTapRowScore
2003-09-19 20:15:15 +00:00
Glenn Maynard
12e5f297ab
Comment.
...
Too many variables declared in one place; scope them better.
2003-09-19 20:07:58 +00:00
Glenn Maynard
2aa79a0a21
Drawback of using dbghelp for symbol lookup: we need 5.1, which is
...
bigger. I'll decide if it's worth it once I see how well the lookup works.
2003-09-19 07:21:24 +00:00
Glenn Maynard
f21af04762
Use dbghelp for prodding DLLs. Leaving old code in place for now
...
until this gets some testing, but if it works well then we can kill a few
hundred lines of code.
2003-09-19 07:19:25 +00:00
Glenn Maynard
79c2560527
Don't demangle; we do that ourselves now.
2003-09-19 06:25:13 +00:00
Glenn Maynard
627a90fb0a
Improved C++ demangling.
2003-09-19 06:22:17 +00:00
Glenn Maynard
64265452d9
This is actually part of the platform SDK, not the DDK; doesn't matter.
2003-09-19 06:21:05 +00:00
Glenn Maynard
f0eb184725
add dbghelp (only present on 2k+ but works down to 95)
2003-09-19 06:11:47 +00:00
Glenn Maynard
276b926713
unused
2003-09-19 04:02:32 +00:00
Glenn Maynard
1309792437
update
2003-09-19 02:31:57 +00:00
Glenn Maynard
0123987093
cleanup
2003-09-19 02:19:02 +00:00
Glenn Maynard
28b46ead6c
#define LINUX
2003-09-19 02:18:43 +00:00
Glenn Maynard
605977cf8d
fix warnings
2003-09-19 02:11:23 +00:00
Glenn Maynard
7f69823967
whitespace changes only
2003-09-19 02:05:26 +00:00
Glenn Maynard
38a8b92511
fix warnings
2003-09-19 02:01:13 +00:00
Glenn Maynard
98007b9c7e
fix warning
2003-09-19 01:53:39 +00:00
Glenn Maynard
9f90db730d
fix warning
2003-09-19 01:46:54 +00:00
Glenn Maynard
f6f398f243
Improves compile time
2003-09-19 01:45:45 +00:00
Glenn Maynard
0a7ef0ea22
Fix logs (thanks gcc)
2003-09-19 01:23:30 +00:00
Glenn Maynard
1cd2f041e4
missing initializer
2003-09-19 01:22:02 +00:00
Glenn Maynard
a7af267665
warning
2003-09-19 01:20:02 +00:00
Glenn Maynard
2c5a39ffa6
Fix logs (thanks gcc)
2003-09-19 01:16:42 +00:00
Glenn Maynard
c9889a15a7
warning
2003-09-19 01:13:45 +00:00
Glenn Maynard
8b44280e5a
warnings
2003-09-19 01:11:32 +00:00
Glenn Maynard
e36528010a
Improve output.
...
Fix logs (thanks gcc).
2003-09-19 01:06:20 +00:00
Glenn Maynard
0324bc3f51
Disable "warning: enumeration value `...' not handled in switch".
...
This is actually a very useful warning, but we use "NUM_FOO" entries
in enums too much, we often intentionally have partial switches,
and if we4 put a default: in every switch, this warning is pointless.
2003-09-19 00:54:38 +00:00
Glenn Maynard
8227fae6b9
Use #define PRINTF. Remove an extra #include.
2003-09-19 00:51:04 +00:00
Glenn Maynard
47c0b33520
#define PRINTF
2003-09-19 00:50:01 +00:00
Glenn Maynard
e66877ce5e
Turn off "warning: unused parameter".
2003-09-19 00:45:56 +00:00
Glenn Maynard
1ee3589c63
When did I disable warnings? Oops. Turn on warnings. (Too many warnings;
...
I'll be pruning a couple in a minute.)
2003-09-19 00:42:21 +00:00
Glenn Maynard
a88753627b
remove mdl_have_opengl.m4
2003-09-18 22:28:45 +00:00
Glenn Maynard
35c7641177
Rewrite overcomplicated OpenGL test.
2003-09-18 22:28:19 +00:00
Glenn Maynard
6c33443944
Simplify.
2003-09-18 21:10:57 +00:00
Glenn Maynard
d2a09cef5f
Cleanup. More ADPCM fixes.
2003-09-18 20:27:31 +00:00
Glenn Maynard
7a699ffcef
Fix quotes.
2003-09-18 19:20:17 +00:00
Glenn Maynard
21cf758643
cosmetic
2003-09-18 19:09:50 +00:00
Glenn Maynard
3db159cf59
Fix P2 crash.
2003-09-18 19:07:10 +00:00
Glenn Maynard
07802afdd4
Hopefully fix that assert failure ...
2003-09-17 23:00:22 +00:00
Glenn Maynard
5be2e48260
This still isn't quite fixed.
2003-09-17 22:25:29 +00:00
Glenn Maynard
6a48d32dbe
Fix?
2003-09-17 19:36:13 +00:00
Glenn Maynard
7b2c26de7d
bump cache
2003-09-17 02:11:27 +00:00
Glenn Maynard
23053adf87
Blind fixes (always set combo, etc; simply don't draw it).
2003-09-17 01:58:27 +00:00
Glenn Maynard
30a45bd264
formatting fix
2003-09-17 01:50:54 +00:00
Glenn Maynard
477402a78c
Fix ADPCM GetLength() crash.
2003-09-17 01:42:42 +00:00
Glenn Maynard
585b322a96
update
2003-09-16 22:55:35 +00:00
Glenn Maynard
226ae1ac4f
SDL 1.2.6.
2003-09-16 22:49:48 +00:00
Glenn Maynard
1eeeb966d5
Fix uninstall. Fix uninstallation of old desktop icons, and do that during
...
installation, not uninstallation.
2003-09-16 22:49:11 +00:00
Glenn Maynard
e8eca05ba7
Add. (This isn't currently used by any themes, so this isn't a required update.)
2003-09-16 22:35:09 +00:00
Glenn Maynard
0266cfb736
test
2003-09-16 22:26:17 +00:00
Glenn Maynard
ddc6965906
s/1.2.5/1.2.6/
2003-09-16 22:10:08 +00:00
Glenn Maynard
614f9482e7
stepmania.nsi is now case-sensitive (used in *nix)
2003-09-16 21:51:55 +00:00
Glenn Maynard
17af33f7b5
Installation and archiving scripts
2003-09-16 21:48:53 +00:00
Glenn Maynard
b39db12c7a
Cleanup.
2003-09-16 18:46:07 +00:00
Glenn Maynard
656d064161
Fix NoteDisplay selection with reversed drawing.
...
Cleanup.
2003-09-16 18:32:39 +00:00
Glenn Maynard
00b7450189
cleanup
2003-09-16 18:13:29 +00:00
Glenn Maynard
4f09133147
test syncmail again
2003-09-16 06:47:12 +00:00
Glenn Maynard
629376cc87
remove test
2003-09-16 06:46:16 +00:00
Glenn Maynard
0a61659297
test syncmail
2003-09-16 06:43:14 +00:00
Glenn Maynard
8abeb5a4bc
GameTypes.h doesn't exist.
2003-09-16 06:31:41 +00:00
Glenn Maynard
c04d54878c
Fix major skip after choosing style.
2003-09-16 05:57:23 +00:00
Glenn Maynard
60a871439c
Jenny Rom bug: fix songs with '=' in the pathname not being loaded from cache.
2003-09-16 05:16:57 +00:00
Glenn Maynard
223db1e0e5
Otome no Michi
2003-09-16 04:14:11 +00:00
Glenn Maynard
a94541834e
Kouji Kondou
2003-09-16 04:12:06 +00:00
Glenn Maynard
7e7ed444e7
Tentaikansoku artist
2003-09-16 04:09:13 +00:00
Glenn Maynard
b00a84c4f4
update
2003-09-16 03:45:22 +00:00
Glenn Maynard
8ba24cc5cd
fix strange newlines
2003-09-16 03:38:37 +00:00
Glenn Maynard
b6c1089e3a
simplify
2003-09-16 03:33:31 +00:00
Glenn Maynard
50f0b87950
Add glyphs. Remove CJK compat glyph.
2003-09-16 03:32:33 +00:00
Glenn Maynard
b63f241c56
Log BACKTRACE_METHOD_TEXT, BACKTRACE_LOOKUP_METHOD_TEXT
2003-09-16 03:20:18 +00:00
Glenn Maynard
fa1b6715b4
Set BACKTRACE_METHOD_TEXT, BACKTRACE_LOOKUP_METHOD_TEXT
2003-09-16 03:18:39 +00:00
Glenn Maynard
7d919ad2aa
Avoid logging garbage
2003-09-16 02:50:55 +00:00
Glenn Maynard
1efefa8493
Use fchdir.
2003-09-16 02:45:49 +00:00
Glenn Maynard
32aedad7ab
Simplify.
2003-09-16 02:38:18 +00:00
Glenn Maynard
dd052cfc90
remove spurious output
2003-09-16 02:29:01 +00:00
Glenn Maynard
ef66837ec2
Require MP3 support by default
2003-09-16 02:26:55 +00:00
Glenn Maynard
489e45b34c
If you don't want Vorbis, say so explicitly.
2003-09-16 02:19:47 +00:00
Glenn Maynard
1637000fc1
cruft
2003-09-16 01:30:44 +00:00