Commit Graph
2481 Commits
Author SHA1 Message Date
AJ Kelly 819a5310eb use %X instead of the separate hour, minute, and second ones, per ZipFile's suggestion 2011-08-23 16:40:36 -05:00
AJ Kelly 95d495e121 messing with the date again, this time with time zone and UTC offset 2011-08-23 16:16:02 -05:00
AJ Kelly aa3041fe94 [Makefile.am] Fixed version date and time handling. 2011-08-23 15:48:56 -05:00
AJ Kelly 38da01759d fix moonlight crashing on Linux by disabling buggy icon set code 2011-08-23 14:50:25 -05:00
Mark Cannon 86710c1716 fix compilation for MersenneTwister; generate 2^32 constant with pow(), so it doesn't depend on compiler semantics 2011-08-23 11:39:57 -07:00
AJ Kelly 47390a22bf 32->8 to shut up error in the beginning 2011-08-23 09:28:36 -05:00
Mark Cannon ed86859798 rewrite MersenneTwister.Random to support negative numbers and generally be more robust 2011-08-22 20:49:50 -07:00
Flameshadowxeroshin e8d3af2485 Fix Random arguments. Thanks, Saturn2888! 2011-08-23 03:15:51 +00:00
Jason Felds 7771ccf91a Added requirepasschallengesteps Lua binding. 2011-08-22 22:56:13 -04:00
Jason Felds 509f70f54a Add GetStepOfAllTypes binding. 2011-08-22 22:54:21 -04:00
Jason Felds 11c0758568 Force a long long. 2011-08-22 22:27:38 -04:00
AJ Kelly 45c58805e2 change path of libjpeg includes per ZipFile's patch; todo: check this on Windows 2011-08-22 18:57:48 -05:00
AJ Kelly c7ac0b4466 more work on the Linux stuff, though nothing's working yet 2011-08-22 17:23:09 -05:00
AJ Kelly e2ab3d6493 various Linux updates, including making the default size of the splash window 512x96. 2011-08-22 15:50:56 -05:00
AJ Kelly 842a493c60 small comment change 2011-08-22 15:19:20 -05:00
Mark Cannon 657217beda replace math.random and math.randomseed with MersenneTwister 2011-08-22 11:45:45 -07:00
AJ Kelly cdb2235b84 [PrefsManager, X11Helper] Added ShowMouseCursor preference. 2011-08-22 04:07:52 -05:00
AJ Kelly 39f3a978eb I hate when I miss small things. 2011-08-21 19:36:18 -05:00
AJ Kelly ecaee24102 I'm dumb :( 2011-08-21 19:35:51 -05:00
Mark Cannon b5d8d67079 "UserData" -> "UserTable" in Profile; more accurate name. 2011-08-21 20:20:59 -04:00
AJ Kelly 01c6c1679e [Song] Added Jacket, CD image (a la early DDR), and Disc (PIU-style) support. Added GetJacketPath(), GetCDImagePath(), GetDiscPath(), HasJacket(), HasDisc(), and HasCDImage() Lua bindings. 2011-08-21 19:03:19 -05:00
Jason Felds acaaf1bfba Fix reading pre-split timing ssc files.
Welcome to the first cache of the next series.
Start placing your bets again on what the final
cache value will be for SM5 final.

As a reminder, we are on cache version 202 now.
2011-08-21 01:19:50 -04:00
AJ Kelly da59479161 source the comment 2011-08-20 18:23:02 -05:00
AJ Kelly 180606611b StepMania 5 Preview 3 2011-08-20 14:06:04 -05:00
AJ Kelly 7582ebf238 sm-ssc -> StepMania 2011-08-20 14:04:23 -05:00
AJ Kelly 4e3a15d587 let's try handling this aspect ratio thing a little differently... 2011-08-20 13:16:15 -05:00
AJ Kelly 8bf7287d78 move comment 2011-08-20 03:47:11 -05:00
AJ Kelly ba60b894a2 minor change 2011-08-20 03:32:16 -05:00
AJ Kelly 0c40652436 [Player] Make keysounds respect volume preference. Fixes issue 344. 2011-08-20 03:03:10 -05:00
AJ Kelly 3fdf6958ce fix ffmpeg linking issues in FastDebug on VS2008 2011-08-20 02:05:08 -05:00
AJ Kelly 7fba9a3917 [PlayerOptions] Add GetMMod() Lua binding. 2011-08-20 01:45:06 -05:00
AJ Kelly f0c1d0f953 small changes 2011-08-20 01:28:22 -05:00
AJ Kelly a5af3f280f fix compile; metrics bug will still be there until I complete my redo of the CodeDetector metrics 2011-08-20 00:37:46 -05:00
AJ Kelly d38d9d2cfb [CodeDetector] remove unused CancelAllPlayerOptions 2011-08-19 19:08:52 -05:00
Colby Klein ca08d49dad Enable FastLoad and FastLoadAdditionalSongs by default - These help quite a bit for some. 2011-08-19 13:35:34 -07:00
Colby Klein 75c8b0949c Disable automatic aspect ratio guessing, default to 854x480 (16:9 because most newer displays are wide). 2011-08-19 13:22:44 -07:00
AJ Kelly dc456b0e07 [Song] Add ShowInDemonstrationAndRanking() Lua binding. 2011-08-19 15:01:21 -05:00
Colby Klein 216ca11095 Disable autogen by default. 2011-08-19 13:00:05 -07:00
Colby Klein 876f9eb3e3 Set default game to pump - let's see what happens. 2011-08-19 12:50:08 -07:00
AJ Kelly 818ea049c2 [Steps] Add PredictMeter() and GetDisplayBPMType() Lua bindings. 2011-08-19 14:36:25 -05:00
AJ Kelly f2ace3195f [Trail] Added GetTotalMeter(), GetLengthSeconds(), IsSecret() and ContainsSong(song) Lua bindings. 2011-08-19 00:16:22 -05:00
Flameshadowxeroshin c776367a03 added some code I am working on and properly added the RunLuaScripts binding 2011-08-18 23:56:16 -05:00
AJ Kelly 38625e55d8 [Course] Add IsPlayableIn(StepsType) and IsRanking() Lua bindings. 2011-08-18 23:54:01 -05:00
AJ Kelly 9890d66b40 fix compile 2011-08-18 19:37:07 -05:00
AJ Kelly 66a11ed08f [RageInput] Added "No input devices were loaded." string to languages.
[RageInputDevice] Added localized names for InputDeviceState.
2011-08-18 19:19:03 -05:00
Flameshadowxeroshin b6c2882362 okay dammit 2011-08-17 19:43:08 -05:00
Flameshadowxeroshin 2c306ae65f little hack 2011-08-17 19:39:46 -05:00
Flameshadowxeroshin fbc064dfba add THEME:RunLuaScripts() 2011-08-17 19:33:47 -05:00
AJ Kelly e3b6b142f1 oops that could be dangerous if it wasn't handled 2011-08-17 16:39:21 -05:00
AJ Kelly 424add65a7 add PointerMotionMask to XSelectInput 2011-08-17 16:38:20 -05:00