Commit Graph
35294 Commits
Author SHA1 Message Date
Kyzentun Keeslala 073ba9f10b Forgot to initialize m_tween_uses_effect_delta. 2016-04-24 17:43:52 -06:00
Kyzentun Keeslala d372a6c8fd Added timer to not update loading window after every song to speed up loading. 2016-04-18 13:08:20 -06:00
Jason Felds c302f14ca9 Merge pull request #1073 from wolfman2000/wolf-trevor-lights-fix
Don't reset lights due to settings.
2016-04-14 22:43:51 -04:00
Jason Felds 55913d1a23 Don't reset lights due to settings.
Thank Trevor Barribeau for the fix.

This is required for the BlinkGameplayButtonLightsOnNote setting, particularly if it's set to 0 instead of 1.
2016-04-14 22:04:04 -04:00
Jason Felds b5405bfc72 Merge pull request #1053 from wolfman2000/wolf-neobeat-songs-played
Properly translate # songs played.
2016-04-10 20:27:11 -04:00
Jason Felds 599d1e64c6 Merge pull request #1054 from wolfman2000/wolf-windows-pedantic-touchups
Fix minor windows pedantic warnings.
2016-04-02 20:20:46 -04:00
Kyzentun Keeslala 9c6858f323 Changed pause menu logic to not allow pausing if any other button is down. 2016-03-31 19:53:47 -06:00
Kyzentun Keeslala 216547c093 Bumped version to 5.0.11. 2016-03-30 10:08:58 -06:00
Jason Felds bec18a0d36 Fix minor windows pedantic warnings. 2016-03-27 22:03:15 -04:00
Jason Felds 9ba2baf8d6 Properly translate # songs played.
No line ending shenanigans this time.
2016-03-27 16:55:17 -04:00
Kyzentun 534909d30a Merge pull request #1050 from NeobeatIKK/master
Update es.ini
2016-03-26 14:54:20 -06:00
NeobeatIKK 0ad8cfc8e3 Update es.ini 2016-03-26 12:56:10 -03:00
Jason Felds b2f777106a Merge pull request #1045 from wolfman2000/wolf-warning-cleanup
Clean up three sets of warnings:
2016-03-24 19:07:33 -04:00
Jason Felds edabf4605b Clean up three sets of warnings:
* Ensure all switches have a default when working with enums.
* Match defined new[] calls with delete[] calls.
* Respect variable initialization order.
2016-03-24 18:30:29 -04:00
Kyzentun Keeslala 2c54b474bb Added various GameButton_Invalid checks to InputMapper to make its functions give rational results instead of crashing. 2016-03-23 23:10:21 -06:00
Kyzentun Keeslala 6a73cdd1ba Added DisableUploadDir preference. Updated changelog. 2016-03-22 09:22:52 -06:00
Kyzentun Keeslala 75daad9d43 Fix bug that cleared display name and other editable profile fields when the stats prefix is changed. 2016-03-17 20:24:34 -06:00
Kyzentun Keeslala a4ecf15ce3 Added flag for making an actor use the effect delta for tweening. Updated changelog. 2016-03-17 19:37:27 -06:00
Kyzentun 89738c68c9 Merge pull request #1040 from kyzentun/seperable_scores
Add stats prefix feature to ProfileManager
2016-03-16 21:18:30 -06:00
Jason Felds 02022d27bc Merge pull request #1039 from wolfman2000/wolf-travis-udev
Attempt to fix Travis with libudev-dev.
2016-03-15 22:26:35 -04:00
Jason Felds ff41bbf8d6 Attempt to fix Travis with libudev-dev. 2016-03-15 22:12:09 -04:00
Kyzentun Keeslala 88227dd610 Added stats prefix feature to ProfileManager for managing scores that need to be separated. 2016-03-15 18:13:53 -06:00
Kyzentun Keeslala e9ce076d50 Disconnect from SMO when syncing or in jukebox to avoid a crash. 2016-03-14 22:36:28 -06:00
Kyzentun Keeslala 62ccc9dae1 Updated changelog. Reencoded small sounds to avoid the small sound crash bug on linux. 2016-03-14 16:57:56 -06:00
Kyzentun ec524f7b82 Merge pull request #1014 from kyzentun/linux_minimaid
Linux minimaid
2016-03-13 08:47:30 -06:00
Kyzentun 00437631a2 Merge pull request #1010 from nixtrix/firstsecond
Checking for first second now ignores autokeysounds
2016-03-13 08:47:22 -06:00
Kyzentun Keeslala 060f0999c2 Updated changelog. Added joelwindows7 to translator credits. 2016-03-05 19:05:31 -07:00
Kyzentun Keeslala bd19b1b29a Added global lua function for fetching the list of available sound drivers. Moved WaveOut to the front of the list to make it the first driver to try on Windows. 2016-03-05 18:11:59 -07:00
Kyzentun Keeslala 5f4cd214d9 Disable autosave when not in EditMode_Full to make sure it doesn't do anything in practice mode. 2016-03-04 11:24:23 -07:00
Kyzentun c75f835f25 Merge pull request #1025 from medmig/patch-1
Add missing ':' key binding
2016-03-03 16:28:03 -07:00
Mehdi ea5a690aac Add missing ':' key binding
Add missing ':' (colon) key binding as stated in Keymaps_ini_format.md in the user doc.
2016-03-04 00:17:51 +01:00
Kyzentun f7264656b9 Merge pull request #1022 from blindbox/master
Fixes #1020 and add songs that are missing a Medium difficulty to the Endless Course.
2016-03-03 13:26:59 -07:00
Kyzentun Keeslala eb3121faf9 Pass timing data to TransformNoteData so that fake notes inside warps can be removed properly. 2016-03-02 08:23:26 -07:00
blindbox de5baf2607 Properly add songs that are missing a Medium difficulty to the Endless Course 2016-02-29 11:07:37 +08:00
blindbox 8cc84ebdda Isolated Endless Course from other courses in GetTrailUnsorted
This should fix stepmania/stepmania#1020 .
2016-02-29 11:03:16 +08:00
blindbox f6fc8e3730 Merge pull request #2 from stepmania/master
Merge from latest master.
2016-02-28 17:10:02 +08:00
Kyzentun c50ad2286c Merge pull request #1016 from JOELwindows7/master
Add Bahasa Indonesia to default theme
2016-02-20 09:56:32 -07:00
JOELwindows7 84e7c7b124 Add Bahasa Indonesia to default theme
Bahasa Indonesia now was added to the default theme
2016-02-20 22:27:51 +07:00
Kyzentun Keeslala d3ca850ea6 Forgot to add mmmagic.h 2016-02-16 20:11:58 -07:00
Kyzentun Keeslala 4b0e6f3e0a Moved minimaid linking command to proper place in src/CMakeLists.txt. Removed wrapper function pointers from LightsDriver_LinuxMinimaid.h because it doesn't load a dynamic lib. Link udev when linking libmmmagic. 2016-02-16 20:06:46 -07:00
Kyzentun Keeslala 7cce462dd1 Start event devices at JOY10 so that they won't overlap with joystick devices. 2016-02-15 16:58:36 -07:00
Kyzentun Keeslala 385c1dd525 Forgot to add mmmagic cmake project file. 2016-02-14 22:58:57 -07:00
Kyzentun Keeslala 10c304a80d Add libmmmagic lights support to linux. Mostly copy paste of windows driver. 2016-02-13 17:53:39 -07:00
Joe 4023544670 Checking for first second now ignores autokeysounds. 2016-02-13 22:30:02 +00:00
Kyzentun Keeslala b34f07e10f Check whether InitialScreen is valid before using it after changing themes. 2016-02-13 10:11:22 -07:00
Colby Klein 24d74362a8 Merge pull request #1008 from rfkrocktk/feature/static-dependency-builds
Compile dependencies statically into the binary.
2016-02-12 15:08:10 -08:00
Jason Felds 132fd8ed55 Merge pull request #1009 from rfkrocktk/feature/ffmpeg-pic
Compile FFMPEG in PIC when configured as such.
2016-02-12 16:35:22 -05:00
Naftuli Tzvi Kay 203189a98c Compile FFMPEG in PIC when configured as such.
When the CMake flag is specified for position independent code,
FFMPEG will be compiled with the --enable-pic flag.
2016-02-12 12:23:32 -08:00
Naftuli Tzvi Kay aa0e8690b7 Compile dependencies statically into the binary.
On Linux when building this under RPM, RPM insisted on linking in
standard system libraries like libpng, libjpeg-turbo, libGLEW,
Lua, etc. This patch causes all dependencies to be statically
compiled into the binary, which is ideal as the alternative is
segfaulting because of incompatible library changes.

StepMania also uses a modified Lua library which exports functions
that don't exist in any standard Lua library, so there's no easy
way around this.
2016-02-12 12:07:38 -08:00
Kyzentun Keeslala 9fe6f49a55 Shut up various Trace calls that were clogging the log file uselessly. 2016-02-10 17:14:17 -07:00