~dokomix/dokomix/+git/stepmania:5_0

Last commit made on 2017-02-10
Get this branch:
git clone -b 5_0 https://git.launchpad.net/~dokomix/dokomix/+git/stepmania

Branch merges

Branch information

Name:
5_0
Repository:
lp:~dokomix/dokomix/+git/stepmania

Recent commits

3f64564... by Matt McCutchen

Instantiate MESSAGEMAN first. (#1384)

This fixes a well-formed warning, but does it break anything?

It's not clear off hand. Having this up for discussion.

(Matt McCutchen <email address hidden>: Cherry picked from commit
a565a27da8c5278846c06585cb6e218ff8f0f1b7 with a conflict resolution.
This commit fixes a crash on startup in MessageManager::Broadcast when I
build StepMania with -DCMAKE_BUILD_TYPE=Release and g++ 6.3.1 on Fedora
25. Apparently g++ is optimizing out the "this != NULL" on the grounds
that calling a method on a null pointer has undefined behavior, so the
"m_Logging" is a null dereference.)

7ca46bb... by Kyzentun Keeslala <email address hidden>

Added PlayerOptions:FromString.

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

Add oitg_zoom_mode_actor. Turn off minimaid lights when exiting.

45e0787... by Kyzentun <email address hidden>

Merge pull request #1248 from stepmania/master

Update 5_0 branch

074d244... by Kyzentun Keeslala <email address hidden>

lol whoops

832fd0e... by Kyzentun Keeslala <email address hidden>

Use case insensitive lookup when removing invalid sound drivers, the same lookup used when creating the sound driver. Change ffmpeg fetching to fetch from stepmania's mirror because ffmpeg.org moved theirs.

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

Fix auto set style in course mode.

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

UsePauseMenuInsteadOfGiveUp wasn't necessary for making start not give up on a song. Changed png load back to use setjmp/longjmp.

8e6d44e... by Kyzentun <email address hidden>

Merge pull request #1218 from dguzek/ActorSound

clean up ./Docs/Themerdocs/ActorDef.txt

1ca660f... by Dan Guzek <email address hidden>

clean up ActorDef.txt

This should resolve issue #781.