Glenn Maynard
fa67577a4f
improve output
2003-08-19 02:30:10 +00:00
Glenn Maynard
400c99f8dc
fix partial log output bug
2003-08-19 02:19:17 +00:00
Glenn Maynard
f754f4259b
SIGIOT is just an obscure name for SIGABRT
2003-08-19 01:32:07 +00:00
Glenn Maynard
6dd8742a0b
Fix "reload songs" erasing scores
2003-08-18 17:31:25 +00:00
Glenn Maynard
c571885f86
Lots of code expects NoteData::CopyRange to be [x,y]; this fixes editor
...
and gameplay bugs.
I'd suggest that transforms should also take [x,y], not [x,y), for
consistency.
2003-08-18 17:21:18 +00:00
Glenn Maynard
6acf190929
Fix warnings
2003-08-18 17:19:34 +00:00
Glenn Maynard
b8cd130fdb
Fix VC6 compile
2003-08-18 16:57:00 +00:00
Glenn Maynard
82314802d5
fix hold note artifacts
2003-08-18 01:25:13 +00:00
Glenn Maynard
7499556e05
Chris: uncomment this if problems persist
2003-08-17 23:57:45 +00:00
Glenn Maynard
a6bc2db876
Clear the input buffer after seeking. This fixes problems with leftover
...
data before the seek being delivered after the seek, which would throw
off sync.
2003-08-17 23:55:54 +00:00
Glenn Maynard
f901311803
unused variable
2003-08-17 23:48:13 +00:00
Glenn Maynard
3db13f165e
fix type warnings
2003-08-17 23:46:51 +00:00
Glenn Maynard
7395839f3e
Simplify.
...
Hide the window when we finish loading. (It should really
shut down GTK altogether, so we don't keep junk in memory and
shut down the extra X11 connection--but GTK doesn't appear to
have any way to do that.)
2003-08-16 23:30:01 +00:00
Glenn Maynard
9975ef73fb
Simplify.
2003-08-16 21:16:02 +00:00
Glenn Maynard
cca9a68b95
Cleanup, fix checkpoint output.
2003-08-16 20:54:15 +00:00
Glenn Maynard
369780e9b3
remove cacidental debug cruft
2003-08-16 19:34:47 +00:00
Glenn Maynard
160979916a
update
2003-08-16 19:30:32 +00:00
Glenn Maynard
f067942817
fix potential overflow
2003-08-16 18:40:05 +00:00
Glenn Maynard
aea20c1893
fix potential % crash
2003-08-16 18:36:19 +00:00
Glenn Maynard
25e3423063
display error
2003-08-16 18:22:14 +00:00
Glenn Maynard
63d2646956
unreachable code
2003-08-16 18:20:50 +00:00
Glenn Maynard
1d9896df45
Don't register Marvelous with mines when they're disabled.
2003-08-16 18:08:55 +00:00
Glenn Maynard
725684ae81
Fix bHoldNoteBeginsOnThisBeat
2003-08-16 17:28:15 +00:00
Glenn Maynard
da820462ae
Whoops. Fix loading font.
2003-08-16 17:09:40 +00:00
Glenn Maynard
60c182b253
update
2003-08-15 01:08:30 +00:00
Glenn Maynard
6a935d3b03
fix warnings
2003-08-15 01:04:05 +00:00
Glenn Maynard
b2e86172d3
Unneeded headers.
2003-08-14 23:05:49 +00:00
Glenn Maynard
a29f74b84b
Lots of people report crashes with DivX 5.0.2 and 5.0.3. Warn about it.
2003-08-14 23:04:27 +00:00
Glenn Maynard
e8525a3e44
reorder DumpDebugInfo
2003-08-14 23:02:55 +00:00
Glenn Maynard
504e622409
add debug cruft
2003-08-14 22:37:57 +00:00
Glenn Maynard
cafa498233
add translits
2003-08-14 22:11:45 +00:00
Glenn Maynard
f42a78df2e
add characters
2003-08-14 21:56:48 +00:00
Glenn Maynard
3c403ca056
updates
2003-08-14 20:59:05 +00:00
Glenn Maynard
42dd286334
AAAA fix
2003-08-13 19:52:19 +00:00
Glenn Maynard
5a231e9cd4
Fix DP calculation when using transforms
2003-08-13 19:51:53 +00:00
Glenn Maynard
6e4e3b2f1d
unneeded
2003-08-13 19:23:25 +00:00
Glenn Maynard
1ecfc2e78a
These shouldn't have been there.
2003-08-13 19:22:55 +00:00
Glenn Maynard
57983c6d70
add NoteDataUtil::TransformNoteData
2003-08-13 19:17:28 +00:00
Glenn Maynard
2ed5c8d339
move judgement font to numbers
2003-08-13 18:57:00 +00:00
Glenn Maynard
78828f1069
Fix ScreenNameEntry erasing options (fixes Oni in event mode)
2003-08-13 18:47:12 +00:00
Glenn Maynard
35f3225e4f
move function out of header
2003-08-13 18:30:46 +00:00
Glenn Maynard
5d81bdb8c3
Fix handling of derived RageExceptions.
...
Log unhandled exceptions.
2003-08-13 17:45:47 +00:00
Glenn Maynard
20f073fbcd
If you're having trouble with being left in fullscreen, check to make sure
...
SDL is resetting the video mode correctly.
2003-08-13 17:33:21 +00:00
Glenn Maynard
ea628ea706
Don't send newlines to LOG.
2003-08-13 04:52:41 +00:00
Glenn Maynard
cbc0458cc6
Fix Caprice.
2003-08-12 22:01:46 +00:00
Glenn Maynard
1913fddee0
Change progressive -> interlaced. Not Xbox-only. (Avoid making
...
RageDisplay interfaces arch-specific.)
2003-08-12 19:08:07 +00:00
Glenn Maynard
49fd8b0a24
reduce duplicate code
2003-08-12 18:50:42 +00:00
Glenn Maynard
d27eb82dc4
Fix error handling crashes.
2003-08-12 18:29:35 +00:00
Glenn Maynard
a1b15435b1
These are separate for a reason (cleans up local build changes).
2003-08-12 07:20:29 +00:00
Glenn Maynard
e2523bf1e6
simplify
2003-08-12 00:51:34 +00:00
Glenn Maynard
31c2b8ff7b
Don't display the offset change if there wasn't any.
2003-08-12 00:40:38 +00:00
Glenn Maynard
59277f9518
SortOrder_AvgDifficulty is unused.
2003-08-12 00:28:57 +00:00
Glenn Maynard
c7e8af1bc9
Move best and worst to the end in the average difficulty sort.
2003-08-12 00:18:33 +00:00
Glenn Maynard
1305172793
This update is done as necessary *within* the SortCoursePointerArrayBy*
...
functions.
2003-08-12 00:07:00 +00:00
Glenn Maynard
85423c86dc
Hide m_fOldOffset in ScreenGameplay.
...
Show the original and changed offsets.
Fix crash in course modes.
2003-08-12 00:05:01 +00:00
Glenn Maynard
607beaaed0
Make Course::GetMeter return a float. Use it in the sort again. This
...
fixes the sort ignoring #METER, not handling random difficulties the
same way as the difficulty meter, etc.
2003-08-11 23:58:32 +00:00
Glenn Maynard
4443730c98
cosmetic
2003-08-11 23:12:01 +00:00
Glenn Maynard
158dbedd25
fix compile
2003-08-11 21:05:18 +00:00
Glenn Maynard
c94325c088
update
2003-08-11 20:46:36 +00:00
Glenn Maynard
0fc093b490
clarify
2003-08-11 20:45:55 +00:00
Glenn Maynard
1925a30a07
fix warnings
2003-08-11 20:29:55 +00:00
Glenn Maynard
83eba9530e
merge dupe entry
2003-08-11 20:11:09 +00:00
Glenn Maynard
1e5d26fdc9
change SelectGroup to ShowSelectGroup
2003-08-06 18:53:14 +00:00
Glenn Maynard
44e28a2e89
fix autogen courses not being mystery
2003-08-06 08:05:41 +00:00
Glenn Maynard
75c83d8429
minor cleanup
2003-08-06 07:08:02 +00:00
Glenn Maynard
c3666c2ef5
simplify
2003-08-05 20:38:12 +00:00
Glenn Maynard
703637a8c9
cleanup
2003-08-05 01:50:44 +00:00
Glenn Maynard
c1406277a2
Portable RAGE_ASSERT.
2003-08-05 01:49:34 +00:00
Glenn Maynard
32e81d2bbc
Use CHECKPOINT and RageThreads.
2003-08-05 01:32:51 +00:00
Glenn Maynard
8ee7dc93a6
use CHECKPOINT
2003-08-05 01:32:21 +00:00
Glenn Maynard
d87c986b97
the main thread is set up implicitly now
2003-08-05 01:30:51 +00:00
Glenn Maynard
1863b166f2
use GetCheckpointLogs
2003-08-05 01:29:36 +00:00
Glenn Maynard
91057359fa
add error checking
2003-08-05 01:28:48 +00:00
Glenn Maynard
122f9dfbe3
include more in try...catch
2003-08-05 01:28:11 +00:00
Glenn Maynard
67aacc9d97
Don't pull in SDL_thread.h from RageThreads.h.
...
Implement per-thread checkpoints portably. This replaces VDCHECKPOINT.
2003-08-05 01:25:33 +00:00
Glenn Maynard
7526068a1b
add missing header
2003-08-05 00:39:52 +00:00
Glenn Maynard
7e07e7c8de
Handle updating internally
2003-08-04 21:37:07 +00:00
Glenn Maynard
0a9ea01e7f
optimize
2003-08-04 21:34:45 +00:00
Glenn Maynard
7b6204243d
simplify
2003-08-04 20:45:34 +00:00
Glenn Maynard
3b289d5c9d
(I doubt this was meant to be committed in the first place.)
2003-08-03 17:55:31 +00:00
Glenn Maynard
3a85c1c8a0
Always shuffle random courses the same way during the same round.
2003-08-03 07:12:33 +00:00
Glenn Maynard
03d507ee54
cleanup
2003-08-03 05:40:40 +00:00
Glenn Maynard
c55e228d6b
avoid BannerCache warnings
2003-08-03 05:40:13 +00:00
Glenn Maynard
f6ee6c62f0
If no banner path is defined at all, return the null string, not the song path.
2003-08-03 05:36:22 +00:00
Glenn Maynard
e78ad5e491
Fix Course::GetCourseInfo crashes
2003-08-03 04:47:53 +00:00
Glenn Maynard
b198dcee90
remove unused Entry::caprice
2003-08-03 03:32:47 +00:00
Glenn Maynard
e3625db111
fix warnings
2003-08-03 02:47:43 +00:00
Glenn Maynard
4d40dd138d
Err.
2003-08-03 02:30:35 +00:00
Glenn Maynard
9bcb0e0a48
fix
2003-08-02 07:52:01 +00:00
Glenn Maynard
c29b6343c5
fix compile
2003-08-01 03:22:42 +00:00
Glenn Maynard
455e629479
add m_ProTimingDisplay
2003-08-01 01:18:08 +00:00
Glenn Maynard
2a64ac3eaf
update
2003-08-01 01:17:34 +00:00
Glenn Maynard
90005d7cf6
fix
2003-08-01 01:16:51 +00:00
Glenn Maynard
ea63a8dd40
add font
2003-08-01 01:03:16 +00:00
Glenn Maynard
a4b6b671e2
add ProTimingDisplay
2003-08-01 01:01:48 +00:00
Glenn Maynard
658e925c4e
add ProTimingDisplay
2003-08-01 00:54:29 +00:00
Glenn Maynard
e853582baa
add m_bProTiming
2003-08-01 00:15:17 +00:00
Glenn Maynard
382419ad0f
output total error to the log for now
2003-08-01 00:14:32 +00:00
Glenn Maynard
699a10a135
Trying to track an odd crash that I can't reproduce ...
2003-08-01 00:13:16 +00:00
Glenn Maynard
5966dd3dcd
cleanup
2003-08-01 00:12:44 +00:00