AJ Kelly
|
e3f2acb5cf
|
argh forgot changelog
|
2011-12-27 11:03:26 -06:00 |
|
AJ Kelly
|
ec74678b70
|
Add MusicWheel:IsRouletting and WheelBase:GetNumWheelItems Lua bindings.
|
2011-12-27 11:03:02 -06:00 |
|
Colby Klein
|
a191da3f20
|
Add libjpeg sources, build as a target on OS X. Should hopefully not break building on Windows. Also cleaned up some settings in the project file. Note: this doesn't fix PPC.
|
2011-12-26 11:30:11 -08:00 |
|
Colby Klein
|
6ce7344580
|
Known Issues + Changelog updates.
|
2011-12-26 09:40:41 -08:00 |
|
AJ Kelly
|
c65b453e70
|
[StepMania.cpp] Fix initial aspect ratio on first boot, hopefully. (See issues 6 and 27)
|
2011-12-23 14:09:16 -06:00 |
|
AJ Kelly
|
8c5793fd96
|
[Game] Added CountNotesSeparately, GetMapJudgmentTo(TapNoteScore) Lua bindings.
|
2011-12-23 13:39:28 -06:00 |
|
AJ Kelly
|
842810c0dd
|
[Song] Fixed a bug where a sample start of 0 wouldn't work.
|
2011-12-23 02:54:51 -06:00 |
|
AJ Kelly
|
046b30484b
|
[LuaManager] Added ProductFamily() Lua binding.
|
2011-12-22 12:19:50 -06:00 |
|
AJ Kelly
|
44f769fb98
|
small changelog fix
|
2011-12-17 03:24:06 -06:00 |
|
AJ Kelly
|
c7fab6014f
|
[Various] Allow loading of *.jpeg in addition to *.jpg.
|
2011-12-17 03:21:12 -06:00 |
|
AJ Kelly
|
be2a2a981f
|
[StreamDisplay] Added VelocityMultiplier, VelocityMin, VelocityMax, SpringMultiplier and ViscosityMultiplier metrics.
|
2011-12-16 12:05:34 -06:00 |
|
AJ Kelly
|
c8e99cc18b
|
[LifeMeterBattery] Fixed various issues (lives not fully disappearing on fail, P2 lose life animation having the wrong x zoom, hide the lives number if it falls below 0).
|
2011-12-12 22:13:32 -06:00 |
|
Jason Felds
|
058f03e495
|
Allow versus oni graceful failure.
|
2011-12-12 21:27:32 -05:00 |
|
Jason Felds
|
1376a46b01
|
Add the GAMESTATE:InStepEditor LUA binding.
|
2011-12-12 18:49:10 -05:00 |
|
Jason Felds
|
84f07b8503
|
Restore segment cycling in the editor.
|
2011-12-11 19:30:37 -05:00 |
|
AJ Kelly
|
f1e412e961
|
[PlayerState] Added GetSuperMeterLevel() Lua binding.
|
2011-11-30 00:44:27 -06:00 |
|
AJ Kelly
|
a49044501e
|
[PlayerOptions] Added IsEasierForSongAndSteps(Song,Steps,PlayerNumber) and IsEasierForCourseAndTrail(Course, Trail) Lua bindings.
|
2011-11-30 00:35:06 -06:00 |
|
AJ Kelly
|
aabb060446
|
[LifeMeterBattery] Added MaxLives metric, which limits the maximum amount of lives. Setting this to 0 will remove the limit.
|
2011-11-28 22:13:30 -06:00 |
|
Jason Felds
|
2d3c3628a1
|
Add the SurvivalModOverride metric.
|
2011-11-28 19:13:15 -05:00 |
|
Jason Felds
|
5d26c474d9
|
Well, that was a doozy.
Allow inserting and removing of beats and timing changes
in increments other than 4th notes.
|
2011-11-27 18:33:34 -05:00 |
|
AJ Kelly
|
f3a5cd28c5
|
whoever added PlayMusicPart didn't try validating the description
|
2011-11-27 05:05:34 -06:00 |
|
AJ Kelly
|
6919da8e5a
|
[PlayerOptions] Pretty large changes here, namely a bunch of new bindings. Fixed the logic for GetReversePercentForColumn; It will now return nil for invalid columns. Also fixed the logic for UsingReverse (now checks for 1.0f) and SetPassmark (no longer allows values < 0.00f and > 1.0f).
|
2011-11-27 05:02:39 -06:00 |
|
Jason Felds
|
22487df03c
|
New editor feature: Shift + F9/F10 for delays.
Works the same as stops really.
|
2011-11-26 13:56:27 -05:00 |
|
Jason Felds
|
f4ad43e2c9
|
Minor convenience issue that I wanted done with.
|
2011-11-26 13:40:14 -05:00 |
|
Jason Felds
|
d0c3083251
|
It feels good to merge once more.
|
2011-11-26 13:33:42 -05:00 |
|
Jason Felds
|
40965d3c8d
|
Restore F9/F10 for stops in the editor.
|
2011-11-26 13:33:21 -05:00 |
|
AJ Kelly
|
e78f25d6d3
|
update lua documentation
|
2011-11-26 05:37:14 -06:00 |
|
AJ Kelly
|
805bd89b4d
|
it's ugly, but it should work. Only have mines nullify full combo if [Gameplay] MineHitIncrementsMissCombo=true
|
2011-11-25 17:31:51 -06:00 |
|
AJ Kelly
|
d46db6e9c0
|
[PlayerStageStats] Hitting a mine no longer gives you full combo.
TODO: make this work with [Gameplay] MineHitIncrementsMissCombo metric
|
2011-11-25 17:27:36 -06:00 |
|
AJ Kelly
|
a589fecb5f
|
[PlayerStageStats] Added GetFailed and GetNumControllerSteps Lua bindings.
|
2011-11-24 20:51:53 -06:00 |
|
Flameshadowxeroshin
|
9d8a95b51a
|
eh
|
2011-11-21 03:04:09 +00:00 |
|
Flameshadowxeroshin
|
8d11f9f136
|
change a metric
|
2011-11-15 21:09:27 -06:00 |
|
Jason Felds
|
aa470b4def
|
Add the ExtraStageFreshBar metric.
|
2011-11-15 21:30:29 -05:00 |
|
Jason Felds
|
83fb2980c3
|
Restore JPEG functionality on Mac.
Just a matter of using the built-in dylib.
|
2011-11-14 00:38:48 -05:00 |
|
Jason Felds
|
620e377539
|
Minor addition.
|
2011-11-08 23:41:51 -05:00 |
|
AJ Kelly
|
42d7a29ffa
|
[GameplayAssist] Don't play sounds if the player is dead. Fixes issue 621.
|
2011-11-06 22:15:54 -06:00 |
|
AJ Kelly
|
9793a08b16
|
[ScreenSelectMusic] Fixed Rave difficulties not being synced on late join. Fixes issue 577.
|
2011-11-06 16:44:23 -06:00 |
|
Jason Felds
|
4171a40d9d
|
Been awhile since we had a conflict.
|
2011-11-06 10:37:03 -05:00 |
|
Jason Felds
|
34f3ff2c31
|
Add RefreshNoteSkinData lua binding.
If anyone recalls the other ways of getting
arbitrary games, a similar binding could be
added to NoteSkinManager.
|
2011-11-06 10:36:08 -05:00 |
|
AJ Kelly
|
f8da50b52f
|
I don't know why in the hell these values were positive but i'm going to hit someone. fixes issue 622.
|
2011-11-04 15:37:23 -05:00 |
|
Jason Felds
|
f059797f51
|
Properly add GetArchName() lua binding.
|
2011-11-02 02:28:47 -04:00 |
|
Jason Felds
|
50f4f583a1
|
Thanks for the assist.
Adding Lua to new stuff is harder than you think.
|
2011-11-02 01:50:00 -04:00 |
|
Jason Felds
|
81fc6bc24d
|
Add the AppHasFocus lua binding.
|
2011-11-01 23:49:50 -04:00 |
|
Jason Felds
|
98195f7082
|
WOOT! WOOT!
|
2011-11-01 15:20:35 -04:00 |
|
Jason Felds
|
1c28a06bb6
|
Fix Expand, possibly other mods, for 2nd player.
|
2011-11-01 15:20:20 -04:00 |
|
Flameshadowxeroshin
|
4b9560dead
|
eh
|
2011-11-01 01:13:09 +00:00 |
|
Flameshadowxeroshin
|
ea3209a02b
|
stupid comment
|
2011-11-01 01:02:38 +00:00 |
|
Flameshadowxeroshin
|
312164685e
|
update
|
2011-11-01 00:59:36 +00:00 |
|
Jason Felds
|
bbec5842f6
|
Add the ResetPlayerOptions lua binding.
|
2011-10-29 11:43:49 -04:00 |
|
AJ Kelly
|
0594303c3c
|
[ScoreKeeperRave] Fix an issue where the super meter would not decrease back to 1 after hitting the end of 3. (Fixes issue 314.)
|
2011-10-28 16:35:57 -05:00 |
|