Kyzentun
|
703b423dd4
|
Moved note column splines into tween state. Renamed size/dimension spline lua functions to get/set convention. Added make_camel_aliases to 01 alias.lua to make the CamelCase aliases required by shakesoda for consistency.
|
2015-01-04 06:10:21 -07:00 |
|
Kyzentun
|
ee2abfac94
|
Fixed StepsDisplay commands to check for CustomDifficulty being an empty string.
|
2014-12-24 19:11:45 -07:00 |
|
Kyzentun
|
4a4a28878c
|
Fixed up EditMenu to not throw asserts and crash all over the place if there isn't something to put in a row. Still can't practice in doubles-only groups, but at least it doesn't crash.
|
2014-12-24 02:27:46 -07:00 |
|
Kyzentun
|
7ee2938917
|
Wrapped CustomDifficulty color functions to report a nice error when a color doesn't exist.
|
2014-12-22 00:10:34 -07:00 |
|
Kyzentun
|
3663bf020e
|
Changed option name and explanation for AllowMultipleHighScoreWithSameName.
|
2014-12-20 19:43:01 -07:00 |
|
Kyzentun
|
0a4a81d5e8
|
Added a bunch of preferences to service options menu.
|
2014-12-20 19:39:38 -07:00 |
|
YungDaVinci
|
07fdecefc7
|
Update 02 Actor.lua
Fix minor misspelling in heartbeat, causing an error when using the effect.
|
2014-12-14 13:42:05 -05:00 |
|
Kyzentun
|
c9a17dc48e
|
Added metrics for setting the screens Edit Mode uses for setting mods. Added functions for apply ModsLevel_Preferred to the other levels.
|
2014-12-09 21:59:01 -07:00 |
|
sillybear
|
26b2b64d1c
|
Update metrics.ini
|
2014-12-09 23:56:20 +08:00 |
|
Kyzentun
|
49b8f77a3e
|
Merged changelog.
|
2014-12-08 16:08:49 -07:00 |
|
Kyzentun
|
50560a8b6a
|
Merge branch 'keymapping_sanity' of https://github.com/kyzentun/stepmania
|
2014-12-08 16:01:47 -07:00 |
|
Kyzentun
|
2dab32911b
|
Merged changelog.
|
2014-12-08 16:00:59 -07:00 |
|
Kyzentun
|
474d151041
|
Changed TimingData GetReturnsNumbers metric to optional boolean arg to the functions.
|
2014-12-02 11:48:43 -07:00 |
|
Kyzentun
|
4f95bf08ad
|
Function chaining for actors and singletons.
|
2014-12-01 22:31:30 -07:00 |
|
Kyzentun
|
d3b5f5eb98
|
Added debug menu option for resetting key mappings to default. Added sanity checking requirement to ScreenMapControllers.
|
2014-11-30 14:45:52 -07:00 |
|
Kyzentun
|
b43af6dce9
|
Added Guest and Test profile types, and profile priorities so the position of a profile in the list can be controlled. Fixes crash bug that occurs when a profile dir is renamed to a non-number and a new profile is made.
|
2014-11-28 21:56:25 -07:00 |
|
Kyzentun
|
a580d54662
|
Profile loading no longer clears out scores for songs that can't be found. Profile merging functions added to ProfileMan and ScreenManageProfiles for profile migration. HighScore operators rewritten to follow good practice.
|
2014-11-25 21:37:15 -07:00 |
|
Kyzentun
|
040c0de509
|
Added MinTNSToHideNotes preference.
|
2014-11-19 15:59:21 -07: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 |
|
Kyzentun
|
ca4eb65b61
|
Added lerp, lerp_color, approach, and multiapproach lua functions.
|
2014-10-23 00:13:13 -06:00 |
|
hanubeki
|
ec9d02dcf5
|
Update Niler's Japanese language files.
|
2014-10-16 21:48:52 +09: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
|
7c795fdbb7
|
our issue tracker moved to github a long time ago, even if we don't currently use this item.
|
2014-09-30 23:47:05 -05:00 |
|
freem
|
0ef2bf23fd
|
Merge branch 'master' of github.com:stepmania/stepmania
|
2014-09-30 23:36:38 -05:00 |
|
freem
|
32c40753fe
|
Fix error that comes from using LoadFont
|
2014-09-30 23:36:13 -05:00 |
|
Kyzentun
|
db1147abac
|
Added ScreenHeartEntry example.
|
2014-09-30 19:16:21 -06:00 |
|
freem
|
8ca8ad4191
|
add missing 2d character metrics
I'm surprised people still use them, really
|
2014-09-30 17:37:00 -05:00 |
|
Jonathan Payne
|
f08463defb
|
Update metrics to prevent in-game warnings.
|
2014-09-25 02:27:25 -07:00 |
|
Colby Klein
|
3d126824e9
|
Merge pull request #316 from kyzentun/DefaultFailPref
Reinstate DefaultFailType preference
|
2014-09-21 17:56:50 -07:00 |
|
Colby Klein
|
97e5ff0e63
|
Merge pull request #85 from kyzentun/TimingData_api_change
Timing data api change
|
2014-09-21 17:56:36 -07:00 |
|
Kyzentun
|
efd11c5851
|
Added character setting and minor documentation to ScreenOptionsCustomizeProfile.
|
2014-09-18 17:28:53 -06:00 |
|
Kyzentun
|
b0d40eca3d
|
Merge branch 'theme-updates' of https://github.com/Midiman/stepmania
|
2014-09-17 14:40:05 -06:00 |
|
Jonathan Payne
|
b09c7e8af4
|
OptionsCustomizeProfile, HeartEntry improvements
|
2014-09-17 12:20:55 -07:00 |
|
Kyzentun
|
01185e97bd
|
Merge branch 'theme-updates' of https://github.com/Midiman/stepmania
|
2014-09-17 01:45:00 -06:00 |
|
freem
|
ccd8cfc5a7
|
fix another small error in ScreenNameEntryTraditional underlay
|
2014-09-17 02:09:10 -05:00 |
|
freem
|
2d57e27558
|
fix a small error in ScreenNameEntryTraditional underlay
|
2014-09-17 00:57:21 -05:00 |
|
Jonathan Payne
|
8d0f86d240
|
SelectStyle, SelectMode improvements
|
2014-09-16 17:05:19 -07:00 |
|
Kyzentun
|
c45b5f053a
|
Added ScreenContinue:ContinueEnabled metric. Changed Actor:hidden and Lua scoring to emit errors because they are deprecated.
|
2014-09-15 05:09:27 -06:00 |
|
Kyzentun
|
455431d8c3
|
Removed DefaultFail GamePref and reinstated DefaultFailType real preference. Should fix default fail related problems.
|
2014-09-15 00:04:41 -06:00 |
|
Kyzentun
|
fa7502b7b0
|
Added ScreenOptionsCustomizeProfile to _fallback and default.
|
2014-09-14 20:04:10 -06:00 |
|
Jonathan Payne
|
20e6120fd3
|
Improve HeartEntry screen
|
2014-09-14 15:30:02 -07:00 |
|
Kyzentun
|
64acd77c68
|
New NumPadEntry actor, used by ScreenHeartEntry.
|
2014-09-13 19:48:04 -06:00 |
|
Kyzentun
|
f87afa8a4b
|
Added ScreenHeartEntry to default theme.
|
2014-09-12 15:07:46 -06:00 |
|
Forest
|
8b866c9584
|
Remove the execute bit from non-executable files.
Fixes stepmania/stepmania#300.
|
2014-09-11 04:03:32 -07:00 |
|
Kyzentun
|
321c2cdc62
|
Added metric for controlling whether TimingData returns numbers instead of strings.
|
2014-09-10 04:15:44 -06:00 |
|
Colby Klein
|
867af661df
|
Merge pull request #291 from kyzentun/UnsuckCKJ
Massively improved Config Key/Joy Mappings Screen.
|
2014-09-04 17:26:40 -07:00 |
|
Kyzentun
|
c6f598890b
|
Added max_dimension_use_zoom lua function to control whether an individual BitmapText uses the zoom in maxwidth calculations.
|
2014-09-04 18:04:51 -06:00 |
|
Kyzentun
|
13066518fe
|
Renamed Header elements to ListHeader. Removed hungarian notation from ScreenMapControllers.
|
2014-09-04 17:03:11 -06:00 |
|
Colby Klein
|
b89bc65178
|
Change ES/OMES to 2x, extend timer on ScreenCaution
Also, changed indent style in .editorconfig to spaces for txt files, to
reduce diff noise.
|
2014-09-04 10:38:37 -07:00 |
|