Commit Graph

34327 Commits

Author SHA1 Message Date
Kyzentun 4e5a2ade73 Added mod for MinTNSToHideNote so it can be set per-player. 2014-11-22 14:55:44 -07:00
Kyzentun 040c0de509 Added MinTNSToHideNotes preference. 2014-11-19 15:59:21 -07:00
Kyzentun 75fdf7c650 Doc listing all announcer files added. 2014-11-19 12:00:40 -07:00
Colby Klein 54725b1356 Hide song options by default.
It's still in the options menu, don't worry.
2014-11-17 14:05:03 -08:00
Kyzentun 9b847caa45 DefaultFailType preference removed because DefaultModifiers was overriding it. DefaultFailType ConfOptionRow now works by putting the fail type in DefaultModifiers.
Fixed double InitCommand bug in Foreground.
Disabled odd dimension check for screen texture.
2014-11-15 17:18:42 -07:00
freem 77130ed3c4 no more double "is", either. 2014-11-06 16:11:29 -06:00
AJ Kelly 65d39d7302 Merge pull request #365 from psmay/patch-1
en.ini: Fix "guage"
2014-11-06 15:57:50 -06:00
psmay 1f8205b5d7 en.ini: Fix "guage" 2014-11-06 16:55:51 -05:00
Kyzentun 5487362902 Fixed ScreenPrompt::AnswerOnCommand metrics by calling LOAD_ALL_COMMANDS after the name was set. 2014-11-05 22:26:25 -07:00
Colby Klein f54f9ef521 Merge pull request #362 from kyzentun/StrokeTween
Tweenable stroke color for BitmapText
2014-11-02 17:07:37 -08:00
Kyzentun 2834cded9e Created tween queue and functions for BitmapText so the stroke color can be tweened. 2014-11-01 18:49:48 -06:00
Kyzentun 50df61a0ca Fixed RollingNumbers to work with corner diffuse colors. Changed diffuse loops to use NUM_DIFFUSE_COLORS instead of 4. 2014-11-01 16:42:51 -06:00
Kyzentun 1f844d6627 Fixed coloring and cropping of RollingNumbers during tweens. 2014-11-01 13:30:41 -06:00
Kyzentun 4d703b8870 Minor docs change for effect colors. 2014-10-29 20:29:56 -06:00
Kyzentun a5289ddaca Fixed broken else-if chain in Actor::SetEffectClockString. Changed error to not crash Stepmania. 2014-10-29 17:43:37 -06:00
Kyzentun d2b61644f3 Changed ColorToHex to just use string.format instead of useless number to hexstring to number to hexstring conversion. 2014-10-29 00:14:13 -06:00
Kyzentun 5639a0d31f Lineage reporting for nil commands in RunCommands. Stricter type checking for FormatPercentScore in PercentageDisplay. 2014-10-28 20:32:38 -06:00
Colby Klein 034790849d Merge pull request #352 from hanubeki/input-p2
Fix P2 input when PlayerAutoplay in P1
2014-10-26 15:19:01 -07:00
hanubeki c407feeb34 Fix P2 input when PlayerAutoplay in P1 2014-10-27 00:14:35 +09:00
Colby Klein b672158125 Merge pull request #349 from kyzentun/LerpColor
Lerp and related math functions.
2014-10-23 08:49:27 -07:00
Kyzentun ca4eb65b61 Added lerp, lerp_color, approach, and multiapproach lua functions. 2014-10-23 00:13:13 -06:00
Kyzentun 2e7fabc7e7 Added StageStats:GetStepsSeconds lua function. 2014-10-20 22:17:20 -06:00
Kyzentun 1d061ac4dd Don't crash if AI.ini doesn't exist. 2014-10-20 12:26:29 -06:00
Kyzentun c16f045cb4 Fixed UnknownStyleSupport. 2014-10-20 05:14:54 -06:00
Kyzentun af68d6cb14 Merge branch 'UnknownStyleSupport' of https://github.com/kyzentun/stepmania 2014-10-20 02:58:57 -06:00
Kyzentun 5ef72ab8b0 Set StepsTypeStr in Steps::CreateBlank. 2014-10-19 20:24:06 -06:00
freem c85bf564d5 changelog cleanup on aisle 5; this feature was just reverted, oops sorry 2014-10-19 19:55:30 -05:00
freem 6322803d33 update changelog with the last fix; SM5 beta 4a shortly. 2014-10-19 19:43:23 -05:00
freem dfd8606093 modify StretchNoLoop and StretchRewind to only run certain commands if they exist.
fixes issue #337

I also modified StretchNoLoop to start at the beginning of the movie to prevent it from freezing on the last frame (which I'm assuming is not the intended behavior; let me know if that's wrong)
2014-10-19 18:29:06 -05:00
Colby Klein 546049f731 Merge pull request #341 from wolfman2000/wolf-revert-style-preserve
Revert "Preserve Steps of unknown Style."
2014-10-19 07:08:31 -07:00
Jason Felds 395107d3d5 Revert "Preserve Steps of unknown Style."
This reverts commit 8edd929e24.

This also updates the song cache.
2014-10-19 10:06:40 -04:00
Jason Felds a09e3477b2 Add another .gitignore entry: linker files. 2014-10-16 18:42:56 -04:00
Colby Klein 530cfa1f2d Version un-bump. A comes before B, Jason. 2014-10-16 07:36:31 -07:00
Colby Klein e2905529e3 Merge pull request #335 from hanubeki/lang-ja
Update Niler's Japanese language files.
2014-10-16 07:31:33 -07:00
Colby Klein 22041cde72 Merge pull request #336 from lthls/fix-static-ffmpeg-build
Fix compilation with --with-static-ffmpeg
2014-10-16 07:29:31 -07:00
Vincent Laviron 19233200b7 Fix compilation with --with-static-ffmpeg 2014-10-16 15:51:11 +02:00
hanubeki ec9d02dcf5 Update Niler's Japanese language files. 2014-10-16 21:48:52 +09:00
AJ Kelly b668e9feeb Merge pull request #333 from wolfman2000/wolf-version-b4b
Increment the version. Update the change log.
2014-10-15 20:13:42 -05:00
Jason Felds 3c80f38b56 Typo. 2014-10-15 21:10:31 -04:00
Jason Felds 824b355fc2 Merge pull request #334 from wolfman2000/wolf-clean-gitignore
Clean up .gitignore. Organize by cateogry.
2014-10-15 20:46:56 -04:00
Jason Felds 45fe70c7d8 Clean up .gitignore. Organize by cateogry. 2014-10-15 20:11:54 -04:00
Jason Felds bf7344a3e1 Increment the version. Update the change log. 2014-10-15 18:42:00 -04:00
Kyzentun 7ad1874ada Changed Common Error redir to not use Common Normal redir so changing Common Normal doesn't accidentally change Common Error. 2014-10-14 18:24:54 -06:00
freem 92c7b4345f fix invalid CropTo commands mentioned in issue #326 2014-10-14 02:53:17 -05:00
freem dede5ff561 pedantic spaces -> tabs commit 2014-10-14 02:52:25 -05:00
AJ Kelly 3f29a89e39 Merge pull request #329 from hanubeki/noteskin-var
Fix Var "Player" and Var "Controller" in non-receptor arrow.
2014-10-14 02:28:50 -05:00
hanubeki e9c5549896 formatting operator<() 2014-10-14 16:13:06 +09:00
hanubeki 5a69929f60 Modify NoteDisplay to work with Var "Player" and Var "Controller" in non-receptor arrow. 2014-10-14 14:30:23 +09:00
Jason Felds 578f0b8b0b Merge pull request #324 from jberney/master
Mac OS X 10.10 Yosemite crash fix
2014-10-13 18:54:05 -04:00
Jason Felds 295e09c9e6 Merge pull request #239 from dtinth/MacOSX10.9.sdk
Update to Mac OS X 10.10 SDK

Here's to hoping this doesn't cause too many problems.
2014-10-11 19:04:11 -04:00