Commit Graph

33297 Commits

Author SHA1 Message Date
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
phantom 39c7613802 Apparently URLs contain exploits these days.
Thanks djpohly for fixing.
2013-06-30 00:12:31 +02:00
phantom 6c59100c31 Implemented ArchHooks_Unix::GoToURL 2013-06-29 18:47:16 +02:00
phantom eb301edc44 Enable LTO switch for configure script and automake 1.14 fix 2013-06-29 18:37:57 +02:00
Dan Guzek 45a2165664 Change XCode's Target Deployment to 10.5. 2013-06-19 21:47:52 -04:00
Shenjoku e666d8ee89 Upon further consideration I think it's best to just add all possible device
types and let the user try to use whatever they might have. Even if it can't be
mapped properly to something that will work it's still worth trying and
shouldn't cause any major problems (other than just not being able to play with
some weird devices, like lightguns for example).
2013-06-18 21:38:16 -07:00
Shenjoku 1a8b196121 Added another missing device type that some controllers are showing up as. 2013-06-18 10:52:46 -07:00
Jason Felds af55e84525 A band-aid until we figure out redist stuff. 2013-06-16 12:55:13 -04:00
Jason Felds 78ff471d0b Use the 100 files now that the others are gone. 2013-06-15 21:36:03 -04:00
Jason Felds 4c99830ce4 Version update, windows notes, LINE ENDINGS!
...I'm serious getting annoyed at this.
2013-06-15 21:09:23 -04:00
Jonathan Payne f51d64fe92 why in gods name did I do this why 2013-06-15 06:03:14 -07:00
Jonathan Payne 39f68e0133 Make transitions extra fast. 2013-06-15 05:54:55 -07:00
Shenjoku c56c40fad1 Added another missing case when enumerating joysticks, DI8DEVTYPE_SUPPLEMENTAL,
that should fix a lot more pads that were being reported as not being detected.
Also added some debug log messages that output each device's type and name
so in the future if other devices fail to be detected we can easily see what it
is in the info log.
2013-06-12 10:30:37 -07:00
Devin J. Pohly ec23a019e2 Fix ScreenJukebox when there are no matching steps
Also makes minor tweaks to the SetSong function and adds a SystemMessage to
display that no steps have been found.  When this happens, the ScreenJukebox
will return to its PrevScreen.
2013-06-09 17:22:43 -04:00
Jason Felds 8d50a47d49 Require using the string format stuff.
Fixes a linux compilation bug.
2013-06-09 11:15:28 -04:00
Jason Felds d6441690b4 Fix keysound editor crash. 2013-06-09 09:08:53 -04:00
Jason Felds 09dff9834a Remove recursion. Make it public. 2013-06-08 22:28:10 -04:00
Jason Felds 575b6b8289 Remove unused label. 2013-06-08 22:22:15 -04:00
Jason Felds 6d9f4262b6 Restore consistent setting of exception handling. 2013-06-08 21:54:27 -04:00
Jason Felds 74432a062b Revert "Consistent DX and Exception support."
This reverts commit 224c68f7c6.
2013-06-08 21:52:47 -04:00
Jason Felds 1ff3195d7c Revert "SM5 didnt want to compile with DirectX SDK (Summer 2004), which is the original DX9.0c SDK, please use conditional compilation for newer SDKs. Summer 2004 has the following constant: #define D3D_SDK_VERSION 32"
This reverts commit 8e37673954.
2013-06-08 21:52:22 -04:00
Devin J. Pohly 0dc30d32b4 Hide unneeded pay-related theme elements
Can't remove these entirely in case other themes expect them.
2013-06-08 17:28:54 -04:00
Devin J. Pohly 38ae55f302 Remove Pay mode from Arcade Options menu 2013-06-08 16:16:47 -04:00
Devin J. Pohly 65450ce530 Remove Pay mode from debug overlay 2013-06-08 16:14:35 -04:00
Devin J. Pohly 00e6f6e924 Make Pay mode work like Free
Third time's a charm.  Removing Pay mode without causing breakage to the Lua API.
This is the first step.
2013-06-08 16:11:02 -04:00