Commit Graph
34224 Commits
Author SHA1 Message Date
Kyzentun 1186840ef0 Fixed SSM StageDisplay to update when the song changes and SG StageDisplay to fetch curStage at the correct time to set its color. 2014-09-17 03:13:31 -06: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 426148ebdd Arcade improvements 2014-09-16 17:14:07 -07:00
Jonathan Payne 38e3a778d0 ScreenCaution improvements 2014-09-16 17:06:06 -07:00
Jonathan Payne 8d0f86d240 SelectStyle, SelectMode improvements 2014-09-16 17:05:19 -07:00
Jonathan Payne c651143128 Font improvements 2014-09-16 17:02:38 -07:00
Jonathan Payne abb6c302e3 ScreenDebugOverlay improvements 2014-09-16 16:58:37 -07:00
Jonathan Payne 60fee09021 MusicWheel highlight improvements 2014-09-16 16:50:45 -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
freem b8d5bce272 Merge branch 'master' of github.com:stepmania/stepmania 2014-09-15 03:59:18 -05:00
freem 5649b5f61b thify_number replicates FormatNumberAndSuffix; use that instead. 2014-09-15 03:58:16 -05:00
freem 9ed45e1bc9 thify_number replicates FormatPercentScore; use that instead. 2014-09-15 03:54:02 -05:00
freem a7307fd87e add a split point for sm5 beta 3 in the changelog 2014-09-15 03:30:14 -05:00
Kyzentun 4df1940633 Updated Changelog_sm5.txt to include every theme-visible change since 2014/02/08. 2014-09-15 00:48:32 -06:00
Kyzentun 2f37e9d8a9 Merge branch 'DefaultHeart' of https://github.com/kyzentun/stepmania 2014-09-14 21:07:54 -06:00
Kyzentun 5ffe5f7157 Removed unused is_stage_final function from default. 2014-09-14 21:07:34 -06:00
Kyzentun 1dbdca6b0a Merge branch 'StageDispFixes' of https://github.com/kyzentun/stepmania 2014-09-14 21:06:27 -06:00
Kyzentun fa7502b7b0 Added ScreenOptionsCustomizeProfile to _fallback and default. 2014-09-14 20:04:10 -06:00
freem 64cd9f898d Various changes to things in the Docs folder:
* remove unused WindowsNotes.txt
* various sm-ssc -> StepMania (and similar) changes
* Rewrote a bit of recommended_practices.txt
* Fix a copy/paste typo in anatomy_of_an_actor.lua
* many other things I can't remember; namely newlines at the end of files
2014-09-14 19:17:17 -05:00
Jonathan Payne 20e6120fd3 Improve HeartEntry screen 2014-09-14 15:30:02 -07:00
Jonathan Payne 937b99b87d Improve HeartEntry screen 2014-09-14 15:20:13 -07:00
Jonathan Payne abe170fe22 Merge branch 'DefaultHeart' of https://github.com/kyzentun/stepmania into b4-heartRate 2014-09-14 15:18:08 -07:00
Kyzentun 64acd77c68 New NumPadEntry actor, used by ScreenHeartEntry. 2014-09-13 19:48:04 -06:00
Jonathan Payne 5fcf3e1466 Merge branch 'master' of https://github.com/stepmania/stepmania 2014-09-13 16:29:28 -07:00
Kyzentun f87afa8a4b Added ScreenHeartEntry to default theme. 2014-09-12 15:07:46 -06:00
freem b20fe48bba fix some of the errors in the luadoc; doc returns 2014-09-11 17:03:39 -05:00
Kyzentun 17ccc0cef5 Merge pull request #311 from foresto/debfixes
Fix #300: files are inappropriately marked executable
2014-09-11 05:28:05 -06:00
Forest 35d3094cfd Merge remote-tracking branch 'upstream/master' into debfixes 2014-09-11 04:10:10 -07:00
Forest 8b866c9584 Remove the execute bit from non-executable files.
Fixes stepmania/stepmania#300.
2014-09-11 04:03:32 -07:00
Kyzentun 1ecb7fbeda Merge branch 'CourseFixes' of https://github.com/kyzentun/stepmania 2014-09-10 20:53:00 -06:00
Kyzentun a08613e58d Merge branch 'debfixes' of https://github.com/foresto/stepmania 2014-09-10 20:51:12 -06:00
Kyzentun efd2a82bf7 Merge branch 'JudgementMessageParams' of https://github.com/sigatrev/stepmania 2014-09-10 20:49:03 -06:00
Kyzentun bcb2589114 Fixed endless courses to make them repick on repeats and not crash after repeating. 2014-09-10 02:44:49 -06:00
Jonathan Payne c91bb20d21 Merge branch 'master' of https://github.com/stepmania/stepmania 2014-09-10 00:47:55 -07:00
Forest 4c647a5b5f Merge remote-tracking branch 'upstream/master' into debfixes 2014-09-08 13:08:43 -07:00
Forest bdaf0542f8 Make sure the target dir exists before copying to it.
Parallel builds (make -j4) were failing because the installation directory
wasn't guaranteed to exist before we tried copying files to it.
2014-09-08 11:11:28 -07:00
Forest e8a56b17e3 Prepend $(DESTDIR) to install directories, for packaging tools. 2014-09-08 11:09:31 -07:00
Forest 1da2132956 Avoid spaces in the productID / installation directory name.
The productID is used as the installation directory name, and
a space character within it can be problematic for some packaging
tools.  We therefore use a - instead.
2014-09-08 11:01:29 -07:00
Colby Klein 9a060f3cf0 Merge pull request #306 from foresto/debfixes
Use legal printf format strings when logging.
2014-09-08 09:03:06 -07:00
Forest 96501df3d7 Use legal printf format strings when logging. 2014-09-08 02:23:45 -07:00
Kyzentun 33a9b042b2 Added MaxDimensionUsesZoom to BMT copy constructor. 2014-09-07 22:56:50 -06:00
Jonathan Payne 3c054e80e5 Merge branch 'master' of https://github.com/stepmania/stepmania 2014-09-07 14:45:04 -07:00
Kyzentun 1ca9753e10 Sanity checking for frame and texuture hints from filenames. 2014-09-07 14:15:19 -06:00
Kyzentun 2199e7aafb Fixed GAMESTATE:GetCurrentStage to use correct logic for determining if all human players are on final stage.
THEME:GetPath lua functions can now pass true for the third arg if the element is optional.
Fixes to various StageDisplay things in default.
thify_number and thified_curstage_index lua functions added to default/Scripts/04 Other.lua.
2014-09-07 04:05:10 -06:00
Jonathan Payne 15a9625b68 Merge branch 'master' of https://github.com/stepmania/stepmania 2014-09-07 01:53:11 -07:00
Colby Klein d6205f2b84 SM5 beta 4 version bump + url updates 2014-09-06 17:00:41 -07:00
sigatrev ec23dcb503 fix major typo
oops...
2014-09-06 15:40:46 -05:00
sigatrev e60ac1395d expose tap notes for judgment message
allow themes access to as much information as possible on judgments
2014-09-05 22:30:33 -05:00