Jason Felds
3e965152c9
Remove unused function.
...
Is there really a point for us to have this?
2015-03-15 11:46:07 -04:00
Kyzentun
d85ac9af85
Added GetTexturePath lua function to Sprite.
2015-03-15 00:34:21 -06:00
Kyzentun
d5b0b78ccf
Added changelog for language strings.
2015-03-12 21:24:50 -06:00
AJ Kelly
0d309e633d
Merge pull request #506 from wolfman2000/wolf-without-network
...
Restore --without-network.
2015-03-10 17:01:27 -05:00
Jason Felds
f584640f8a
Restore --without-network.
2015-03-10 17:56:16 -04:00
Kyzentun
fa0478affa
Merged per-chart music. Updated changelog.
2015-03-09 19:06:57 -06:00
Kyzentun
9b86f5ea44
Merge pull request #500 from wolfman2000/wolf-configure-typo
...
Fix typo in configure.ac
2015-03-09 18:59:30 -06:00
Jason Felds
f61faa36b6
Fix typo in configure.ac
2015-03-09 20:55:19 -04:00
Jason Felds
1b58113f8d
Merge pull request #496 from stepmania/revert-494-improved_notes_loader
...
Revert "Improved NotesLoaderSSC and NotesLoaderSM"
2015-03-09 16:59:16 -04:00
Jason Felds
519ad8672d
Revert "Improved NotesLoaderSSC and NotesLoaderSM"
2015-03-09 16:58:56 -04:00
Jason Felds
ba5a524738
Merge pull request #494 from kyzentun/improved_notes_loader
...
Improved NotesLoaderSSC and NotesLoaderSM
2015-03-09 16:57:00 -04:00
Kyzentun
9353840583
Added HarshHotLifePenalty preference.
2015-03-08 23:44:18 -06:00
Kyzentun
3c9452d894
Rewrote IniFile::ReadFile to use a switch and cache the section node. Rewrote StringToTapNoteScore to use a map.
2015-03-08 22:38:00 -06:00
Kyzentun
d617321766
Emit an error for negative tweening hurry factor.
2015-03-08 10:12:42 -06:00
Kyzentun
d3367d6a16
Add prompt for clearing an area in Edit Mode. Updated changelog.
2015-03-08 00:56:29 -07:00
Kyzentun
976f773f7c
Merge pull request #486 from kyzentun/mute_actions
...
Toggle key for muting actions
2015-03-07 17:51:28 -07:00
Kyzentun
e22ae52ba4
Merge pull request #485 from kyzentun/font_errors
...
Non-fatal font errors.
2015-03-06 17:35:22 -07:00
Kyzentun
ff520479ca
Rewrote NotesLoaderSM and NotesLoaderSSC to use map instead of an else if chain. Substantial improvement to load time.
2015-03-05 20:32:08 -07:00
Kyzentun
4fd79b212e
Merge pull request #492 from kyzentun/use_cached_length
...
Use cached song length.
2015-03-05 20:20:23 -07:00
Colby Klein
6c24f59429
Merge pull request #493 from xwidghet/master
...
Fix window'd DX9 users getting 16bit back buffers by default, and use hardware vertex processing.
2015-03-05 04:44:02 -08:00
poly
5542d66e82
[DX9] Use hardware vertex processing rather than software. This gives a large speed boost, so unless there is a timing issue I don't see why this shouldn't be used.
2015-03-05 01:29:32 -08:00
poly
36f5c9ad45
[DX9] Push 32bit back buffer formats first, so windowed users don't get stuck using the first valid 16bit format.
2015-03-05 01:27:38 -08:00
Kyzentun
0e9c67c587
Implemented back button for ScreenOptionsCustomizeProfile.
2015-03-04 21:50:41 -07:00
Kyzentun
05fb09323e
Changed decorations layer back to being a frame that is stripped of its actors. According to ancient commit logs, it was like that to allow controlling the draworder of decorations relative to other screen children.
2015-03-04 21:24:33 -07:00
Kyzentun
ebb79d0ea6
Use cached song length instead of hitting the disk to read the music file.
2015-03-04 18:54:57 -07:00
Kyzentun
46d215aed3
Added preview tag to NotesLoaderBMS. Changed Song to check the preview file for sample length instead of the simfile if the preview file is set.
2015-03-04 13:10:51 -07:00
Kyzentun
0318f07d2d
Implement preview music properly as a new optional tag in the ssc file. Changed ScreenManager to emit an error instead of asserting if a screen attempts to use SetNewScreen inside an InitCommand. Changed decorations layer to be a proper child instead of stripping away the ActorFrame.
2015-03-04 01:31:02 -07:00
Kyzentun
519ad8d243
Added stoptweening to ExplanationTogether OnCommands because it was possible to trigger a tween overflow by holding escape in edit mode.
2015-03-02 20:51:47 -07:00
Kyzentun
fc8da6b485
Update file cache version.
2015-03-02 19:01:17 -07:00
Kyzentun
846f79879c
Added MUSIC tag to note data to allow each chart in a simfile to use a different music file.
2015-03-02 18:44:01 -07:00
Kyzentun
9381276fd3
Changed ScreenSelectMusic and Song to look for preview.ogg and use it for a sample if it exists instead of the music file. Sample length still comes from simfile. Changed foreach_ordered to work on tables with string and number keys.
2015-03-01 15:40:16 -07:00
Kyzentun
b293a8c073
Added debug key for toggling action sounds off. Touches every place that RageSound::Play is called, hope I didn't miss one.
2015-02-28 06:25:02 -07:00
Kyzentun
caa7d12204
Changed GameColor functions to silently return a default color instead of a nil error if the part of the GameColor table they use doesn't exist.
2015-02-28 03:48:57 -07:00
Kyzentun
d35933f1e5
Fixed RemoveChild and RemoveAllChildren lua functions to delete the children instead of leaking memory.
2015-02-27 18:33:17 -07:00
Kyzentun
50ab63b573
Changed asserts and exceptions in Font to non-fatal error messages. Changed BitmapText::CropToWidth to ask the font how many glyphs will fit instead of removing one glyph at a time.
2015-02-27 17:38:30 -07:00
Kyzentun
7c2fd0153c
Merge pull request #483 from Achifaifa/master
...
changed dead link in manual
2015-02-26 22:00:46 -07:00
Yuri Numerov
865099e8a4
removed beta from link
2015-02-27 06:00:59 +01:00
Yuri Numerov
1b7094ae6b
changed dead link in manual
2015-02-27 05:40:25 +01:00
Kyzentun
66d8490781
Changed PainDisplay to print errors when MetricsGroup or PlayerNumber are not supplied instead of asserting.
2015-02-26 21:31:20 -07:00
Kyzentun
c4fed9747c
Fixed crash on no args to AddInputCallback. Clear steps for all players when deleting on ScreenEditMenu. Changed assert message in ApplyDerivedType to be useful. Fixed typos in OptionRowHandler message and EditHelpText.
2015-02-26 14:51:54 -07:00
Ben "root" Anderson
bde705ab0b
Place characters of right-to-left alphabets correctly.
2015-02-22 22:05:27 -06:00
freem
fd8a1bb69a
luadoc: update TextEntrySettings reference to the file in themerdocs, instead of the sm-ssc changelog
2015-02-22 06:21:26 -06:00
Kyzentun
62aaba82f4
Unbreak resolution texture hint.
2015-02-20 20:29:07 -07:00
Kyzentun
955c807dd5
Clear the steps from Player 1 when deleting them in ScreenEditMenu.
2015-02-16 18:54:09 -07:00
Kyzentun
f1229d29cb
Made backslash mappable. Fixed mistake in previous AddSegment fix so now it correctly compares to the previous segment again. F7/F8 no longer allow negative bpms to match Edit BPM behavior.
2015-02-16 13:31:21 -07:00
Kyzentun
d0ee05795f
Merge pull request #470 from YungDaVinci/patch-1
...
Update ActorMultiVertex.h
2015-02-14 10:41:45 -07:00
YungDaVinci
f1a9b78ffe
Update ActorMultiVertex.h
...
Uh, that's not what ActorMultiVertex does.
2015-02-14 09:54:24 -05:00
Kyzentun
233355f936
Changed SMO urls in language files to point to stepmaniaonline.net.
2015-02-13 12:10:13 -07:00
AJ Kelly
787bc0be3c
Merge pull request #468 from dguzek/OS-X-BundleScript
...
fix OS X bundle scripts
2015-02-13 10:19:42 -06:00
Dan Guzek
b75a00a22c
fix OS X bundle scripts
...
ProductInfo.h used to contain both Family and Version information. This is no longer the case.
Family (StepMania) is now grabbed out of ProductInfo.h, and
Version (5.0.x) is now grabbed out of ver.h
2015-02-13 05:14:13 -05:00