~dokomix/dokomix/+git/stepmania:time_sig_unfinished

Last commit made on 2016-11-04
Get this branch:
git clone -b time_sig_unfinished https://git.launchpad.net/~dokomix/dokomix/+git/stepmania

Branch merges

Branch information

Name:
time_sig_unfinished
Repository:
lp:~dokomix/dokomix/+git/stepmania

Recent commits

241354b... by Kyzentun Keeslala <email address hidden>

half-finished time signature crap, go nuts. Edit mode needs new measure counting and bar placement.

70ed6ac... by Kyzentun Keeslala <email address hidden>

Remove option restriction check in branch logic. The lua that sets the menu items should handle it.

bb764a9... by Kyzentun Keeslala <email address hidden>

The timing data line segment before the song starts should not be 1 second and 1 beat long. Typo in the message gen_speed_menu broadcasts. Dividing by zero in mods should not make notes disappear.

0e443eb... by Kyzentun Keeslala <email address hidden>

Added prefunres mod input, replace sum type, and lua mod operators.

8d4e4f9... by Kyzentun Keeslala <email address hidden>

Delay mount error messages that occur before LOG is created so they can be logged where people can see them.

fd7eacc... by Kyzentun <email address hidden>

Merge pull request #1321 from kyzentun/plot_twist

Remove custom Mersenne Twister

3c0d535... by Kyzentun Keeslala <email address hidden>

Speed mod menu now has different reset value for x mod.

fe22d73... by Kyzentun Keeslala <email address hidden>

Replace calls to rand with calls to Ayn.
std mersenne twister returns [0, 2^32-1], so RandomFloat needs to divide by 2^32, not 2^31.
Seed the global and lua rngs at startup, before anything could possibly use them.

d37e8a5... by Kyzentun Keeslala <email address hidden>

Use std::mt19937 instead of custom mersenne twister. std::random_shuffle is deprecated, use std::shuffle.

a4ae79f... by Kyzentun Keeslala <email address hidden>

Run LoadCustomFunction for profile loaded from USB drive. Do not allow empty profile display name.