Commit Graph
34217 Commits
Author SHA1 Message Date
Jonathan Payne b7e8b5efbf Font improvements 2014-09-17 11:13:09 -07:00
Jonathan Payne e3e5ae97ca ScreenDebugOverlay improvements 2014-09-17 11:13:07 -07:00
Jonathan Payne 0221915c38 MusicWheel highlight improvements 2014-09-17 11:13:05 -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
freem ef04f2914a Replace the usage of SOUND_PCM_WRITE_RATE with SNDCTL_DSP_SPEED. (See issue #292) 2014-09-05 03:43:00 -05:00
Jonathan Payne f5c7147eeb Merge branch 'master' of https://github.com/stepmania/stepmania 2014-09-04 20:23:28 -07:00
Kyzentun 8e9ec1053d Fixed CanGoLeft logic in SMC. 2014-09-04 21:18:24 -06:00
freem 49d0066108 header text shows over the underline; header shadow text shows under it. 2014-09-04 20:41:14 -05:00
Jonathan Payne b05ce49658 Merge branch 'master' of https://github.com/stepmania/stepmania 2014-09-04 18:36:21 -07:00
freem 4f84621244 add missing return statement to max_dimension_use_zoom lua binding 2014-09-04 20:10:02 -05:00
Jonathan Payne 495b3283c5 Merge branch 'master' of https://github.com/stepmania/stepmania 2014-09-04 17:40:24 -07:00