Commit Graph
100 Commits
Author SHA1 Message Date
Glenn Maynard 57f21d13d0 fix output truncation 2003-09-01 19:49:49 +00:00
Glenn Maynard 0e1e192c24 unused 2003-09-01 19:25:50 +00:00
Glenn Maynard 9f04db3152 This is done within the movie decoder. 2003-09-01 19:25:08 +00:00
Glenn Maynard 02e39d7f67 Handle first frame rendering correctly 2003-09-01 19:22:14 +00:00
Glenn Maynard 21cf140aa4 remove unused MovieTexture_DShow::Stop 2003-09-01 17:38:09 +00:00
Glenn Maynard 58c81413fc Handle a still frame when we pause 2003-09-01 17:32:55 +00:00
Glenn Maynard d44c5d2890 Minor simplifications and fixes 2003-09-01 17:20:55 +00:00
Glenn Maynard 3e691d58cd Fix input mappings being lost if we abort before we read them 2003-09-01 17:12:36 +00:00
Glenn Maynard 355048e4ea cleanup 2003-09-01 06:39:08 +00:00
Glenn Maynard 10641321ba fix compile 2003-09-01 02:56:07 +00:00
Glenn Maynard 6e79f781bd Remove the disassembler. 2003-09-01 02:49:58 +00:00
Glenn Maynard 3fdc0ff8a4 Remove the disassembler. It's never been useful, and it's a lot of code--
a lot of extra room for error in code we really want to be robust (the error
handler).

Remove "crashdump.dat".  It was only useful for tracing crashes in
the disassembler.
2003-09-01 02:47:24 +00:00
Glenn Maynard 5b17149520 Fix warning.
WRAP is only safe for the int range, since it needs to cast to int to
negate; so only allow int.

When possible, use a (possibly templated) inline function instead of
a #define.
2003-09-01 02:04:16 +00:00
Glenn Maynard 985a040f49 fix warnings 2003-09-01 01:47:47 +00:00
Glenn Maynard 6f3edb3cc9 Coordinates should almost always be floating-point (fixes warning) 2003-09-01 01:47:01 +00:00
Glenn Maynard 38345ac64c fix warning 2003-09-01 01:38:49 +00:00
Glenn Maynard 12ecbb4d95 Log the internal pixel format 2003-08-29 17:40:51 +00:00
Glenn Maynard 54a9c78fac Improve error handling. 2003-08-29 16:50:47 +00:00
Glenn Maynard 18eb78de77 Simple frame skip support 2003-08-29 06:10:03 +00:00
Glenn Maynard 5fdf62e355 fix deadlock 2003-08-29 05:39:47 +00:00
Glenn Maynard 13cccb9991 Fix crashes in RageDisplay_OGL::UpdateTexture when the surface and texture
formats differ.
2003-08-29 04:46:54 +00:00
Glenn Maynard 7d208b71c0 Give up CPU on all archs when we don't have focus. 2003-08-29 04:44:03 +00:00
Glenn Maynard bef0031552 add comment 2003-08-29 04:41:10 +00:00
Glenn Maynard 2d29e0537d remove unneeded override 2003-08-29 04:37:37 +00:00
Glenn Maynard f9058608c4 enable libavcodec-based movie decoding 2003-08-29 04:36:14 +00:00
Glenn Maynard 22ef42ba7f libavcodec-based movie decoding 2003-08-29 04:34:10 +00:00
Glenn Maynard 0e8a379fa7 MovieTexture::Stop is never used; use Pause 2003-08-29 04:33:13 +00:00
Glenn Maynard 92b7594d6d SIGHUP isn't a crash. 2003-08-29 04:14:47 +00:00
Glenn Maynard 38233e713a sanity check 2003-08-29 03:03:29 +00:00
Glenn Maynard 006d188bb5 Sync Unix crash handler output with Windows (thread stacks above backtrace) 2003-08-28 22:17:42 +00:00
Glenn Maynard 60d6625e33 Resolve paths before loading images 2003-08-28 19:15:58 +00:00
Glenn Maynard 5dfbd1e0aa remove old comment 2003-08-28 17:10:30 +00:00
Glenn Maynard d686ff1d75 Reenable caching for IsAFile, etc; the old problems may be fixed. This
should improve speed in SongManager::WriteStatsWebPage (through Song::HasBanner).
2003-08-28 15:39:18 +00:00
Glenn Maynard 496e1e1f40 fix #define 2003-08-28 05:43:44 +00:00
Glenn Maynard 4274026a0d remove extra tab 2003-08-28 04:38:54 +00:00
Glenn Maynard 230009f058 Log more info; cleanup. Fix video defaults in Linux. 2003-08-28 04:38:01 +00:00
Glenn Maynard 3728708145 Improve error messages when OpenGL video init fails 2003-08-28 00:08:01 +00:00
Glenn Maynard 98c7c09cc7 Work on improving error messages when video init fails 2003-08-27 23:36:09 +00:00
Glenn Maynard f39ad2a9a7 This is unused. If you're not using OpenGL, don't compile LowLevelWindow at all. 2003-08-27 23:33:18 +00:00
Glenn Maynard 1f0f51fc32 comments 2003-08-20 18:17:40 +00:00
Glenn Maynard 813294a121 update 2003-08-20 18:16:15 +00:00
Glenn Maynard d363ddd885 cleanup, comment 2003-08-20 18:15:49 +00:00
Glenn Maynard f4dfc1b777 merge entries 2003-08-20 18:01:58 +00:00
Glenn Maynard 75504feee5 remove duplicate 2003-08-20 17:18:33 +00:00
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