Jason Felds
960af12c23
Partial revert of b61e878.
...
Pump holds do have a little bit of leeway when it comes to letting go and putting your foot back on as proven by [WinDEU's demonstration of Dignity S20](https://www.youtube.com/watch?v=P2Fw9KPyHIg&feature=youtu.be&t=30 ).
The value used was determined by two video sources: the one mentioned above and a private one sent to me involving a different song/chart combination. 200ms is a rough estimate for what works. There may be other allowed values.
2015-07-19 16:08:50 -04:00
Kyzentun Keeslala
fa7e042da9
Changed GetActualRadarValues to start with a current row of -1 so that certain stuff is initialized right.
2015-07-18 23:17:01 -06:00
Kyzentun Keeslala
a888506b32
Expose the optional argument for ResolvePath to lua and add it to ResolveRelativePath.
2015-07-16 17:54:48 -06:00
Kyzentun Keeslala
ffc0c0ecb2
Changed CRYPTMAN to use lua_pushlstring for its hashes and uuids because they have embedded zeros.
2015-07-16 16:12:46 -06:00
Kyzentun Keeslala
e81ebfb5c5
Added AnimationFinished command to Sprite for when the animation starts over.
2015-07-15 01:35:30 -06:00
Kyzentun Keeslala
d7bd2d60f0
Don't show the warning on ScreenMapControllers if the dismiss time is too short to read it.
2015-07-11 21:14:01 -06:00
Kyzentun Keeslala
155b185307
Fixed crash in edit mode caused by chart mods not revalidating the ATIs of the notedata. Edit mode still doesn't play attacks perfectly right.
2015-07-11 00:43:37 -06:00
Kyzentun
bfc0d1cb61
Merge pull request #717 from wolfy852/patch-1
...
Have lead-in image appear even with a negative BGAnimation beat
2015-07-09 17:51:13 -06:00
Kyzentun
619d9dbc91
Merge pull request #695 from kyzentun/bezier_lua
...
Added lua interface for using bezier curves. Merging for the documentation of bezier sake.
2015-07-09 17:48:01 -06:00
Kyzentun Keeslala
f2ff693c63
Change bonus area on evaluation to scale the radar bars down if the radar value is greater than 1.
2015-07-09 16:25:06 -06:00
Kyzentun Keeslala
d2090081a1
Doing what I should have done a long time ago.
2015-07-09 13:18:51 -06:00
Wolfy
4b70dcd49e
Have lead-in image appear even with a negative BGAnimation beat
...
3.9 would make lead-in images appear no matter what, and still maintained the proper sync demanded by having a negative beat. This PR just restores the behavior to what 3.9 did, since currently negative BGAnimation beats will disable lead-in images.
2015-07-09 00:40:44 -05:00
Kyzentun Keeslala
f6d369372f
Changed HOOKS singleton to register itself with lua correctly so that it can be used by lua.
2015-07-08 15:39:00 -06:00
Kyzentun Keeslala
a8e22c3e81
RandomBGEndsAtLastBeat metric.
2015-07-03 19:02:44 -06:00
Jason Felds
4eb39ac38c
Use the more appropriate output name properties.
...
Now Linux can join in on different binary names.
2015-07-02 21:51:37 -04:00
Jason Felds
09621811e8
Use list(FIND) to have more flexible lists.
...
If Travis builds this, then we know it is solid.
2015-07-02 20:52:03 -04:00
Kyzentun Keeslala
f1f1bd5ca6
Added theme metrics for controlling random bg behavior.
2015-07-02 11:51:59 -06:00
Kyzentun Keeslala
9bf045f596
Don't set the first_playable choice on ScreenSelectMaster if it is -1.
2015-06-25 09:22:22 -06:00
Kyzentun Keeslala
87d0687457
Added lua interface for using bezier curves.
2015-06-22 21:08:55 -06:00
Jason Felds
42ad044817
Linux broke somehow. Restore it with system jpeg.
2015-06-19 20:53:13 -04:00
Kyzentun Keeslala
eb87ca4530
Screenshot crash fix from Yaniel: apparently libpng expects you to tell it what it will end up with instead of what you are giving it
2015-06-19 13:58:55 -06:00
Kyzentun Keeslala
e91a858ddd
Make RageTexture::GetTextureCoordRect wrap instead of seg fault when given an out of range frame.
2015-06-18 23:30:24 -06:00
Colby Klein
42468ccccc
What *is* alignment, anyways? (realigned a bunch of preferences)
2015-06-18 11:10:37 -07:00
Kyzentun Keeslala
4078010ebd
Change RunScriptFile to report errors through the error reporting system instead of just dialogs so that errors show when reloading scripts in game.
2015-06-16 16:51:06 -06:00
Kyzentun Keeslala
829e861192
ActorUtil lua functions now check whether the actor has a name, which is required.
2015-06-11 19:36:25 -06:00
Jason Felds
3bd182b523
Potential holy war, but use UTF-8 always.
2015-06-10 18:09:27 -04:00
Kyzentun Keeslala
5f50a8ea26
Added get_music_file_length and RageSound:get_length lua functions. Updated changelog.
2015-06-10 14:41:28 -06:00
Kyzentun Keeslala
ed109a6006
Added hanubeki's translation of waiei's comment.
2015-06-10 08:46:39 -06:00
A.C
0d7aed6414
fix 2d noteskin's long note draw bug
2015-06-10 22:18:58 +09:00
A.C
6fc2bc19a7
ロングノートのつなぎ目がきれいになるよう修整中
2015-06-10 21:15:49 +09:00
Jason Felds
80542a5a7d
Require reasons for checkpoints.
2015-06-08 18:37:13 -04:00
Kyzentun Keeslala
8b7370ee10
AMV SetVertsFromSplinesInternal had a fencepost error that made it not put a vert at the end of the spline.
2015-06-08 10:07:17 -06:00
Kyzentun Keeslala
771e24d1ca
Added kludge to shift tex coords for bottom cap by one pixel to get rid of seam. power_of_two rewritten to use math instead of a while loop.
2015-06-07 18:27:35 -06:00
Kyzentun Keeslala
1dca128f79
Added logic to prevent crashing on an invalid initial screen. Added HARDCODED error screen in _fallback for displaying and explaining the error when a theme has an invalid initial screen.
2015-06-06 20:43:39 -06:00
Kyzentun Keeslala
e6dc4307b5
Exposed update_centering lua function. Added ScreenOverscanConfig. Added case to RageDisplay_D3D so that BLEND_SUBTRACT doesn't crash. Updated changelog.
2015-06-05 08:48:58 -06:00
Kyzentun Keeslala
87349e6723
Changed SampleHistory to initialize m_fToSample using the same logic that moves it forward after a sample is added.
2015-06-03 19:51:45 -06:00
Kyzentun Keeslala
f423af397a
Removed superfluous assignments from Actor bounce/bob logic.
2015-06-03 17:15:26 -06:00
Kyzentun Keeslala
0a3a555cab
Exposed RageFile Flush function to Lua. Updated changelog.
2015-06-03 16:41:10 -06:00
Kyzentun Keeslala
f133272807
Removed pixel coordinate rounding from bounce and bob effects because it causes jumping when a slow move is combined with a slow bounce or bob.
2015-06-03 15:49:00 -06:00
Kyzentun
93da38dc09
Merge pull request #661 from nixtrix/optionslist
...
Added an extra parameter to OptionsListLeft/Right messages saying what menu item the player moved to (param.Selection).
2015-05-29 12:48:28 -06:00
Joe
003cc11819
Added an extra parameter to OptionsListLeft/Right messages saying what menu item the player moved to (param.Selection).
2015-05-29 19:34:34 +01:00
Colby Klein
4f396f317e
Merge pull request #650 from nixtrix/keysoundvolumefix
...
Autokeysounds are no longer twice as loud when playing keysounded charts with two players.
2015-05-25 16:01:22 -07:00
Renaud Lepage
1ffef38b6f
Copy-paste error
2015-05-25 15:50:20 -07:00
Renaud Lepage
a24b4f515f
Per @wolfman2000 's recommendation.
2015-05-25 15:46:49 -07:00
Renaud Lepage
98780a5652
Reintroduce VersionUpdater, but limit it to Win32
2015-05-25 15:29:52 -07:00
Jason Felds
5a6291e887
Merge pull request #657 from stepmania/crash-manager-linux-back
...
Reactivating Crash Manager on the Linux platform
2015-05-25 13:33:44 -04:00
Renaud Lepage
c0e8e7d4cf
Clean up verstub generation
...
. Rely on internal command
. Win32 verification (needs testing)
2015-05-25 10:20:11 -07:00
Renaud Lepage
a2183d15c1
Reactivating Crash Manager on the Linux platform
2015-05-25 09:57:43 -07:00
Renaud Lepage
da93b4fb9b
Alter verstub generation
2015-05-25 09:54:04 -07:00
Jason Felds
57ebdd87fb
Fix Release With Debug Info
2015-05-25 11:56:40 -04:00