Commit Graph
33321 Commits
Author SHA1 Message Date
Devin J. Pohly 2ec80d86b1 editor: fix Undo for Alter and Turn menus
Looks like someone figured out the problem, implemented the required
functionality... and then just didn't use it.
2013-08-12 20:47:07 -04:00
Devin J. Pohly c60065a359 woooooooooah changelog.
Add yo stuff if I forgot anything (or anyone!).
2013-08-09 14:35:34 -04:00
Devin J. Pohly 424e26ee22 Update IRC channel 2013-08-09 14:03:36 -04:00
Devin J. Pohly 72b490534e Fix stereo problem - samples, not frames 2013-08-08 18:08:19 -04:00
Devin J. Pohly eb634bae3e Finish JACK audio driver: now with actual audio! 2013-08-08 14:56:38 -04:00
Devin J. Pohly 98352844ab Add JACK sample rate callback
This will be necessary once we start the decoding thread, which calls
GetSampleRate a lot.
2013-08-08 14:43:15 -04:00
Devin J. Pohly 982d9e2dbc Add MixDeinterlaced to RageSoundDriver
This complements the read_deinterlace function just added.
2013-08-08 13:30:39 -04:00
Devin J. Pohly deab7e6f47 Add deinterlacing function to RageSoundMixBuffer
JACK processes every channel separately, so we need this.  The audio data is
interlaced all the way back at RageSound::GetDataToPlay(), so this is an easier
hack for now than using deinterlaced until it's needed.
2013-08-08 13:24:21 -04:00
Devin J. Pohly f9208e1276 Add skeletal sound driver for JACK
This doesn't make any sound yet, but it creates the JACK client and connects
the requested ports if any.
2013-08-06 19:24:55 -04:00
Devin J. Pohly db729ff6de Remove unus(ed|ual) ssasn function to fix warnings
Why in tarnation would you assign an int to a string anyway?  We're
apparently not using this, so remove it for now.  Should fix a lot of
unused-parameter warnings.
2013-07-29 11:58:19 -04:00
Devin J. Pohly 1da76c3a54 fix Lua warning by removing redundant code 2013-07-21 19:29:28 -04:00
Devin J. Pohly 9c1da9cfd4 finish backouts that didn't complete because of merge conflicts 2013-07-19 11:25:36 -04:00
Jason Felds ef1190e3db Revert "Handle noteskin lua. Thanks to Jousway."
This reverts commit 1532c4e5ab.
2013-07-18 18:02:18 -04:00
Jason Felds fb5db73c45 Revert "DONE! All lua is future-proofed."
This reverts commit afd0dac0c1.
2013-07-18 18:02:01 -04:00
Jason Felds ea45a6947c Revert "Some more of default. Not yet done."
This reverts commit 162b626e3e.
2013-07-18 17:57:14 -04:00
Jason Felds dc5d6a932d Revert "Some of default. Better break this up."
This reverts commit 8833ab5bc6.
2013-07-18 17:43:31 -04:00
Jason Felds 6120a8a5e4 Revert "Fallback handled. Yes, I tested this."
This reverts commit 986d510a88.
2013-07-18 17:43:19 -04:00
Jason Felds 881f175e6c Revert "Themekit for PIU handled."
This reverts commit 91611d3624.
2013-07-18 17:43:01 -04:00
Jason Felds 450936e414 Revert "HelloWorld theme handled."
This reverts commit e805184fd0.
2013-07-18 17:42:49 -04:00
Jason Felds c872bb311c Revert "The "new" theme is handled."
This reverts commit 2d5d45e365.
2013-07-18 17:42:22 -04:00
Jason Felds f57abda0bc Revert "Portkit for SM4 handled."
This reverts commit f373dd9add.
2013-07-18 17:42:11 -04:00
Jason Felds e495af010c Revert "Themekit handled."
This reverts commit 9982e3369e.
2013-07-18 17:42:01 -04:00
Jason Felds 7f2fb952ca Revert "MouseTest theme covered."
This reverts commit ca1b8cb942.
2013-07-18 17:41:35 -04:00
Jason Felds f5c5648bdd Revert "RSR theme covered."
This reverts commit c31d1f1c9d.
2013-07-18 17:41:24 -04:00
Jason Felds da657870d4 Revert "More lua."
This reverts commit 2330c87501.
2013-07-18 17:41:10 -04:00
Jason Felds fbf979e93b Revert "More lua to fix."
This reverts commit d20290ad2f.
2013-07-18 17:41:00 -04:00
Jason Felds 53069a73eb Revert "Time to migrate back to stock lua."
This reverts commit 5a5724d13f.
2013-07-18 17:40:47 -04:00
Devin J. Pohly b423268568 Further simplify GetYOffset
And add a comment.  *pats self on back*

No-op.
2013-07-18 15:52:56 -04:00
Devin J. Pohly 5c8d021e6e Simplify logic in GetYOffset for arrows
No-op.
2013-07-18 14:40:16 -04:00
Devin J. Pohly bcd90324c7 editor: show scroll segments in song timing
They function anyway in gameplay; there's no reason they should be
special-cased out of the editor.
2013-07-18 14:35:53 -04:00
Jason Felds ef37e0036d Don't require Mac OS X 10.6 SDK. 2013-07-10 21:03:21 -04:00
Devin J. Pohly 66ed444726 Allow fstab to use persistent device names for cards
Previously you had to use /dev/sdx or /dev/sdx1 for the device in /etc/fstab,
but the order in which these are assigned is non-deterministic on modern
kernels.  Now, if you want a specific card, you can use /dev/disk/by-uuid,
or if you want a specific port, you can use /dev/disk/by-path.
2013-07-09 12:41:18 -04:00
Jason Felds b72b4a2036 Remove unused declaration. Thanks to vulture. 2013-07-07 18:50:30 -04:00
Jason Felds 1532c4e5ab Handle noteskin lua. Thanks to Jousway. 2013-07-06 21:51:12 -04:00
Jason Felds afd0dac0c1 DONE! All lua is future-proofed. 2013-07-05 22:17:42 -04:00
Jason Felds 0259af5c80 Prevent possible crash noticed during testing. 2013-07-04 22:54:38 -04:00
Jason Felds 162b626e3e Some more of default. Not yet done. 2013-07-04 22:50:30 -04:00
Jason Felds 8833ab5bc6 Some of default. Better break this up. 2013-07-04 13:09:03 -04:00
Jason Felds 986d510a88 Fallback handled. Yes, I tested this. 2013-07-03 20:08:34 -04:00
Jason Felds a5ef44a838 More files to ignore. 2013-07-03 18:40:16 -04:00
Jason Felds 91611d3624 Themekit for PIU handled. 2013-07-03 18:38:57 -04:00
Jason Felds e805184fd0 HelloWorld theme handled. 2013-07-02 20:28:29 -04:00
Jason Felds 2d5d45e365 The "new" theme is handled. 2013-07-02 18:22:43 -04:00
Jason Felds f373dd9add Portkit for SM4 handled. 2013-07-02 17:48:24 -04:00
Jason Felds 9982e3369e Themekit handled.
...yeah, I can't replicate the IFFE in pure lua.
2013-07-01 22:08:27 -04:00
Jason Felds ca1b8cb942 MouseTest theme covered. 2013-07-01 21:41:29 -04:00
Jason Felds c31d1f1c9d RSR theme covered. 2013-07-01 21:30:10 -04:00
Jason Felds 2330c87501 More lua. 2013-07-01 21:09:06 -04:00
Jason Felds d20290ad2f More lua to fix. 2013-07-01 21:00:52 -04:00
Jason Felds 5a5724d13f Time to migrate back to stock lua.
Sorry for the newline mess.
2013-07-01 20:25:37 -04:00