Commit Graph
100 Commits
Author SHA1 Message Date
Glenn Maynard c4ba6f8321 ALSA9 -> ALSA 2004-01-12 11:10:16 +00:00
Glenn Maynard 6ea335c971 fix format string 2004-01-12 11:09:03 +00:00
Glenn Maynard 6b91ee5898 cleanup 2004-01-12 11:04:17 +00:00
Glenn Maynard 3294c04fa9 no, really 2004-01-12 11:02:16 +00:00
Glenn Maynard 6d3f224a15 this condition is normal now 2004-01-12 10:48:02 +00:00
Glenn Maynard 57647fcfa6 Don't log nonfatal exceptions. They're normally caught and logged as
appropriate; these logs are duplicate.
2004-01-12 10:45:42 +00:00
Glenn Maynard 3a812c2a93 not finding GtkModule.so is nonfatal 2004-01-12 10:38:40 +00:00
Glenn Maynard 3eb63e2f67 cleanup 2004-01-12 10:29:12 +00:00
Glenn Maynard 4b1e4ebe74 remove old code (it didn't actually do anything; if start is pressed, left
and right should have already been pressed)
require both left and right to move back, not just one
2004-01-12 09:53:09 +00:00
Glenn Maynard fea54929ac precise, framerate-independent assist ticks 2004-01-12 09:36:01 +00:00
Glenn Maynard 5f10d10abb fix start_sec default 2004-01-12 05:50:46 +00:00
Glenn Maynard 6f1242a7e0 start_time 2004-01-12 05:25:40 +00:00
Glenn Maynard b2b6db3a5b stop saying samples when we mean frames
latency tweak
2004-01-12 04:00:34 +00:00
Glenn Maynard 071ec73a04 start_time 2004-01-12 03:57:11 +00:00
Glenn Maynard d5eded488a add GetSampleRate
reset sample pos after stop
2004-01-12 03:53:16 +00:00
Glenn Maynard d7839b1c67 cleanup 2004-01-12 03:52:23 +00:00
Glenn Maynard 43d23e5b3a implement start time; simplify 2004-01-12 03:22:43 +00:00
Glenn Maynard cf3a001d6b "more" fix 2004-01-12 02:48:56 +00:00
Glenn Maynard 65cdf3c979 implement start_time 2004-01-12 02:38:17 +00:00
Glenn Maynard 6f55a34e4a simplify 2004-01-12 02:37:51 +00:00
Glenn Maynard 3ad2c0531e stop saying samples when we mean frames 2004-01-12 02:19:56 +00:00
Glenn Maynard 843a7e4ecd stop saying samples when we mean frames 2004-01-12 02:13:30 +00:00
Glenn Maynard 8c799e09ce simplify 2004-01-12 02:11:28 +00:00
Glenn Maynard 4bc06f31f4 fix warnings 2004-01-12 02:09:21 +00:00
Glenn Maynard f7491cb268 vector<bool> x; bool &b = x[0]; is illegal: vector<bool> is optimized
to a bitset (packed), and you can't have a pointer to a packed bit
(stupid optimization; if I want a bitset, I'll use a bitset!)
2004-01-12 01:59:34 +00:00
Glenn Maynard 35847c32c5 simplify 2004-01-12 01:43:38 +00:00
Glenn Maynard 6ac866c0de fix crash handler deadlock 2004-01-12 01:37:00 +00:00
Glenn Maynard d4c151937e add RageThread::ResumeAllThreads 2004-01-12 01:36:25 +00:00
Glenn Maynard 42ccf07011 threaded music start; smooths out skips starting sample music
on the music select screen
2004-01-12 01:19:22 +00:00
Glenn Maynard 7ac00385c4 remember the time of the current beat data 2004-01-12 01:10:25 +00:00
Glenn Maynard d7cae17107 debug 2004-01-12 01:02:18 +00:00
Glenn Maynard 84a8f056d7 fix metrics sometimes not being updated 2004-01-12 00:31:43 +00:00
Glenn Maynard 09a8e53e57 fix sample start thrashing 2004-01-11 22:38:27 +00:00
Glenn Maynard 6c7ac56451 optimize lseek(0,SEEK_END) in ZIPs 2004-01-11 22:01:49 +00:00
Glenn Maynard 31dc851db4 fix non-group section colors 2004-01-11 21:53:36 +00:00
Glenn Maynard 2fae214ed9 cache metrics (fixes some music wheel load problems) 2004-01-11 21:49:36 +00:00
Glenn Maynard 22b013a163 make wag and pulse relative to the current actor state 2004-01-11 11:49:22 +00:00
Glenn Maynard a2bbd7fd55 cleanup 2004-01-11 11:33:21 +00:00
Glenn Maynard cbb1e8cb38 Always play attract sound by default. (People keep reporting this as a bug.) 2004-01-11 11:30:53 +00:00
Glenn Maynard 663d17df54 menu music start fix 2004-01-11 11:16:56 +00:00
Glenn Maynard 720e625b77 music start fixes 2004-01-11 10:38:38 +00:00
Glenn Maynard 2c0522ef88 debug 2004-01-11 09:58:55 +00:00
Glenn Maynard a21d12abf2 fix editor sync regression caused by the sample music seek fix 2004-01-11 09:57:36 +00:00
Glenn Maynard 7237f1012e simplify 2004-01-11 09:40:07 +00:00
Glenn Maynard 02d371c494 this reference causes stack check failures in VC7 debug builds for some
reason
2004-01-11 09:04:20 +00:00
Glenn Maynard 4e629f2e24 warnings 2004-01-11 08:39:00 +00:00
Glenn Maynard ac6b436f72 warnings 2004-01-11 08:26:42 +00:00
Glenn Maynard bb514a1a51 magic scroll 2004-01-11 07:12:53 +00:00
Glenn Maynard 0bdf0c2778 RunCommandOnChildren 2004-01-11 07:12:13 +00:00
Glenn Maynard 898f394ae8 fix some warnings 2004-01-11 05:47:23 +00:00
Glenn Maynard 88be4f43a9 add SetDiffuseAlpha
simplify
2004-01-11 05:33:24 +00:00
Glenn Maynard ecae2af519 fix UtilCommand 2004-01-11 05:32:40 +00:00
Glenn Maynard 1d7983cdaa ScreenSandbox is a scratchpad; wipe it 2004-01-11 03:06:47 +00:00
Glenn Maynard 7c6321d4a8 simplify 2004-01-10 10:57:50 +00:00
Glenn Maynard fe15e6c934 simplify 2004-01-10 10:54:11 +00:00
Glenn Maynard ee9d893669 simplify 2004-01-10 10:52:12 +00:00
Glenn Maynard b2240b6b55 RageSoundDriver_DSound: implement start time 2004-01-10 10:44:28 +00:00
Glenn Maynard fd6c729f51 add StartTime, GetPositionSeconds(*approximate) 2004-01-10 10:41:29 +00:00
Glenn Maynard fec182d23b add GetSampleRate 2004-01-10 10:28:50 +00:00
Glenn Maynard 16a7f84c6c "more" 2004-01-10 03:36:14 +00:00
Glenn Maynard 304b03efa7 Non-breaking space 2004-01-10 03:32:46 +00:00
Glenn Maynard 088a339ee3 "exit" is translatable 2004-01-10 03:32:15 +00:00
Glenn Maynard cb1484d8f8 fix crash 2004-01-10 03:12:32 +00:00
Glenn Maynard f01621e935 tweak effects for music timing source 2004-01-10 02:56:04 +00:00
Glenn Maynard 1b5f7b873d add SeparateExitRow 2004-01-10 00:45:01 +00:00
Glenn Maynard a4a9f1880b add LineHighlightChangeCommands 2004-01-09 23:52:27 +00:00
Glenn Maynard 1292180789 dur 2004-01-09 23:20:16 +00:00
Glenn Maynard 7b90012f9e tweak tween 2004-01-09 23:19:44 +00:00
Glenn Maynard b5ba023a37 CreateDirectories: don't ignore empty path components 2004-01-09 21:54:16 +00:00
Glenn Maynard 55cf501397 thanks for ignoring const completely, VC 2004-01-09 10:47:33 +00:00
Glenn Maynard 3a14312594 update 2004-01-09 06:39:15 +00:00
Glenn Maynard ca8f869fd1 allow translating menu entries 2004-01-09 06:38:19 +00:00
Glenn Maynard 27fda591a4 Add a separate nav type for the options menu. Pressing left or right
on "EXIT" and having it move off, and having left and right move around
on stray menu entries with only one entry is strange.
2004-01-09 05:50:15 +00:00
Glenn Maynard 99b000129b cleanup "smnavigation" flag
fix left/right act as up/down on options menu
never play change line sound when the option didn't change
2004-01-09 04:43:27 +00:00
Glenn Maynard 35a7bbbe61 general options cleanup 2004-01-09 04:14:13 +00:00
Glenn Maynard efb1eb16cf fix option underlines being the wrong width after changing for one frame 2004-01-09 03:44:15 +00:00
Glenn Maynard 0183ed4641 cleanup 2004-01-09 01:13:02 +00:00
Glenn Maynard 7bf2b66222 clean up some confusing "row m_iNumOptionRows is 'EXIT'" logic 2004-01-09 00:03:33 +00:00
Glenn Maynard a88531bc51 cleanup, hide some implementation 2004-01-08 23:32:14 +00:00
Glenn Maynard 048c4c8e47 fix wrap(float) not working; caused receptors to not flash before beat 0 2004-01-08 09:11:49 +00:00
Glenn Maynard 436300861c Fix incorrect "Couldn't find primary display driver; logging all drivers": 2004-01-08 08:20:00 +00:00
Glenn Maynard a87b4d7364 implement RageSound_DSound_Software::GetSampleRate 2004-01-08 07:33:29 +00:00
Glenn Maynard 5e05b951d5 upgrade to libresample 0.1.3 2004-01-08 03:12:11 +00:00
Glenn Maynard a2a6748e24 simplify 2004-01-07 04:43:13 +00:00
Glenn Maynard a6573c2870 move stuff 2004-01-07 04:08:23 +00:00
Glenn Maynard 764214cf16 cleanup output 2004-01-07 01:06:58 +00:00
Glenn Maynard e5ab9e8468 add BGAnimation::InitCommand 2004-01-07 00:13:59 +00:00
Glenn Maynard 5ef57a474b add foreground gameplay layer 2004-01-07 00:13:32 +00:00
Glenn Maynard 137b7b9a8a Foreground 2004-01-07 00:13:05 +00:00
Glenn Maynard 96aa6fa168 preload m_soundChange 2004-01-06 06:48:24 +00:00
Glenn Maynard f9f4238dda cleanup 2004-01-06 06:00:03 +00:00
Glenn Maynard 6b831d5dc1 reenable SDL_image check 2004-01-06 05:51:28 +00:00
Glenn Maynard 05b5ab8a1d remove TTYPE_FILE, TTYPE_DIR, TTYPE_NONE 2004-01-06 05:44:28 +00:00
Glenn Maynard afd42bc90f move stuff into RageFileDriverDirectHelpers 2004-01-06 05:40:24 +00:00
Glenn Maynard bd9f9e1358 add RageFileDriverDirectHelpers 2004-01-06 05:39:49 +00:00
Glenn Maynard fe866c9be6 add helpers 2004-01-06 05:35:07 +00:00
Glenn Maynard 5194d11dea simplify 2004-01-05 20:18:27 +00:00
Glenn Maynard 192ea8734a don't assume ss.iMeter[p] is clamped to 1..MAX_METER+1
debug
2004-01-05 20:09:59 +00:00
Glenn Maynard d4bda8ac8e unused 2004-01-05 19:59:27 +00:00
Glenn Maynard 429c3f3a33 GNU regex isn't used; we only use PCRE (nicer license and more
stable for some reason)
2004-01-05 19:58:35 +00:00