Commit Graph

  • 074d244694 lol whoops Kyzentun Keeslala 2016-08-05 12:01:48 -06:00
  • 832fd0e1b6 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. Kyzentun Keeslala 2016-08-04 16:57:31 -06:00
  • d215dd99a0 Fix auto set style in course mode. Kyzentun Keeslala 2016-07-14 18:12:59 -06:00
  • ccc26c305a UsePauseMenuInsteadOfGiveUp wasn't necessary for making start not give up on a song. Changed png load back to use setjmp/longjmp. Kyzentun Keeslala 2016-07-12 21:00:54 -06:00
  • 8e6d44edce Merge pull request #1218 from dguzek/ActorSound Kyzentun 2016-07-08 07:42:14 -06:00
  • 1ca660f034 clean up ActorDef.txt Dan Guzek 2016-07-08 02:55:07 -04:00
  • d22c0a2d5e Merge pull request #1213 from sillybear/patch-10 Kyzentun 2016-07-02 16:48:45 -06:00
  • a30befeec3 [Announcer] Fixed a bug that keep "evaluation full combo W4" playing when a player get a Good Full Combo and a failed grade. sillybear 2016-07-03 01:04:11 +08:00
  • 78494f857d Preparing for 5.0.12. Jason Felds 2016-06-30 18:40:18 -04:00
  • a9a1b82d8c Fix crash in online mode by not changing the difficulty for P2 when P2 isn't playing. Kyzentun Keeslala 2016-06-30 13:11:13 -06:00
  • 2a2007b9c8 Trim chart name, description, and credit after loading them from the simfile. Kyzentun Keeslala 2016-06-29 19:33:36 -06:00
  • e590616873 Re-enable exceptions for Xcode. Jason Felds 2016-06-22 21:22:29 -04:00
  • 8a7b1d407a Ignore auto set style when filtering songs for the music wheel in online mode. Kyzentun Keeslala 2016-06-29 15:36:48 -06:00
  • 2f39442ccd Added Docs/Themerdocs/pause_menu.md to explain pause menu logic. Updated changelog. Kyzentun Keeslala 2016-06-28 21:00:17 -06:00
  • ca9fd7c707 Fixed bug that allowed pausing by pressing two different pause buttons instead of double tapping one. Moved pause logic to script in _fallback to make it easier for other themese to use. Kyzentun Keeslala 2016-06-28 16:12:45 -06:00
  • 6634f7de04 Fixed autoplay on rolls bug by not flashing ghost row on a hidden note. Kyzentun Keeslala 2016-06-26 15:50:25 -06:00
  • a2337b7f01 Forgot to mention UsePauseMenuInsteadOfGiveUp metric in changelog. Kyzentun Keeslala 2016-06-24 17:10:40 -06:00
  • 7bd64c32af Added AllowHoldForOptions preference. Back button now only backs out of a screen on a press. Updated changelog. Kyzentun Keeslala 2016-06-24 16:55:01 -06:00
  • 019ef5728a Merge pull request #1173 from kyzentun/no_alloca_in_sound Kyzentun 2016-06-24 16:50:45 -06:00
  • 4305c8a786 Merge pull request #1105 from sillybear/patch-7 Kyzentun 2016-06-24 16:49:57 -06:00
  • 3913696379 Merge pull request #1143 from kyzentun/sync_overlay_lua Kyzentun 2016-06-24 16:48:22 -06:00
  • 62edbfac46 Merge pull request #1178 from 1033Forest/patch-1 Kyzentun 2016-06-22 09:08:12 -06:00
  • 23dbd956d1 Update instructions.txt 1033Forest 2016-06-22 07:58:25 -04:00
  • 6ce300e06f Fix column mapping for beat-double5. Kyzentun Keeslala 2016-06-21 22:23:22 -06:00
  • 8796946b4f Changed RSR_WAV and RSR_Resample_Good back to using alloca because only gcc/C99 like dynamic arrays. RSR_SpeedChange now uses new/delete in spite of the performance. Kyzentun Keeslala 2016-06-21 20:09:16 -06:00
  • d4926506f9 Removed alloca calls from sound reader classes because putting it inside a loop tends to cause a stack overflow. Removed alloca call from png loading because it does not work with setjmp and longjmp. png loading now uses exceptions instead when an error occurs. Kyzentun Keeslala 2016-06-21 19:23:37 -06:00
  • 5fca435b43 Clear the z buffer before drawing notes so 3D notes aren't hidden by things in the underlay using masking. Kyzentun Keeslala 2016-06-21 08:51:09 -06:00
  • c3d37389ec Log warnings if the theme preference is not set to something valid. Moved underscore logic in IsThemeSelectable to IsThemeNameValid so that GetSelectableThemeNames doesn't fetch the directory list n^2 times. Kyzentun Keeslala 2016-06-20 13:56:53 -06:00
  • 7daaf04cfc Fixed edit mode attack related crash in routine mode by not checking player options noteskin choice in routine mode. Kyzentun Keeslala 2016-06-17 16:23:08 -06:00
  • 1c2bac36a8 Moved actors for ScreenSyncOverlay from the engine to a lua file in the theme to make the overlay themable. Renamed some strings used by ScreenSyncOverlay to have actual names. They were using their untranslated text as names. Removed ScreenSyncOverlay section from de.ini because none of the strings were actually translated. Removed most of ScreenSyncOverlay section from fr.ini because the strings were not actually translated. Kyzentun Keeslala 2016-06-12 14:51:27 -06:00
  • 1deb1dd9c0 Changed ScreenGameplay to not allow Ready and Go announcer sounds to play at the same time if the animation is zero length. Kyzentun Keeslala 2016-06-09 16:05:49 -06:00
  • a0d6658a65 Changed NotesWriterSM to not mangle the timing data by adding stops when converting warps. Kyzentun Keeslala 2016-06-07 19:26:21 -06:00
  • d6cf7575b2 Don't allow trying to use a sound driver that is not in the list for the platform. Kyzentun Keeslala 2016-06-07 18:28:06 -06:00
  • 4c48e962e4 Add Traditional Chinese language (#1136) ddrtime 2016-06-06 17:04:44 +08:00
  • b3122072a8 Merge pull request #1131 from djpohly/check-pthread-functions Jason Felds 2016-06-02 06:56:32 -04:00
  • 0f8c5a4db1 that was kind of an understatement :) Devin J. Pohly 2016-06-01 08:34:49 -04:00
  • a4c1aa6f1c Updated changelog Kyzentun Keeslala 2016-05-26 08:44:45 -06:00
  • 8cb746d0cf Merge pull request #1132 from djpohly/release-the-music-i-mean-lua Jason Felds 2016-05-25 18:45:23 -04:00
  • 10ddd549f3 Make sure we always release Lua lock Devin J. Pohly 2016-05-24 16:25:23 -04:00
  • a9bca762e0 d'oh, meant "cond" Devin J. Pohly 2016-05-24 12:39:04 -04:00
  • ddb91608ad Merge pull request #1130 from djpohly/allow-one-ffmpeg-job Kyzentun 2016-05-24 10:02:22 -06:00
  • 40dc05e4ed CMake: check for timed pthreads functions Devin J. Pohly 2016-05-24 11:52:45 -04:00
  • c4f6149b01 Add -j1 explicitly when WITH_FFMPEG_JOBS is 1 Devin J. Pohly 2016-05-24 11:47:08 -04:00
  • 2b6768aed9 Remove UndocumentedFeature lua function. It has no legitimate purpose and just crashes with a message. Kyzentun Keeslala 2016-05-20 19:02:54 -06:00
  • 4361bcd7e3 Don't invalidate the current song or steps until after the music wheel has been constructed, so that themes can safely touch it when handling current song changed. Kyzentun Keeslala 2016-05-19 11:19:55 -06:00
  • 7091685514 Merge pull request #1112 from sillybear/patch-8 Kyzentun 2016-05-17 17:08:50 -06:00
  • f7cfa2ac91 [ScreenOptionsMasterPrefs] Added new item in NumBackgrounds sillybear 2016-05-18 05:37:22 +08:00
  • c0bfbb4449 Springtime simfile song offset, bpm/bpm changes and other cosmetic ssc text updates sillybear 2016-05-17 01:14:10 +08:00
  • fe599ce452 Merge pull request #1101 from djpohly/cmake-propagate Kyzentun 2016-05-13 11:38:37 -06:00
  • a449c54497 Merge pull request #975 from sillybear/patch-5 Kyzentun 2016-05-13 06:54:13 -06:00
  • eb431aa52d Merge pull request #974 from sillybear/patch-6 Kyzentun 2016-05-13 06:54:07 -06:00
  • 3e743add48 propagate make cmd/flags to sub-make Devin J. Pohly 2016-05-12 22:10:53 -04:00
  • 935dd71527 Merge pull request #1099 from wolfman2000/wolf-minimaid-connection-exception Jason Felds 2016-05-12 19:28:31 -04:00
  • 6102c0dab9 Prevent crashes from unconnected Mimimaid devices. Jason Felds 2016-05-11 20:49:01 -04:00
  • 073ba9f10b Forgot to initialize m_tween_uses_effect_delta. Kyzentun Keeslala 2016-04-24 17:43:52 -06:00
  • d372a6c8fd Added timer to not update loading window after every song to speed up loading. Kyzentun Keeslala 2016-04-18 13:08:20 -06:00
  • c302f14ca9 Merge pull request #1073 from wolfman2000/wolf-trevor-lights-fix Jason Felds 2016-04-14 22:43:51 -04:00
  • 55913d1a23 Don't reset lights due to settings. Jason Felds 2016-04-14 22:04:04 -04:00
  • b5405bfc72 Merge pull request #1053 from wolfman2000/wolf-neobeat-songs-played Jason Felds 2016-04-10 20:27:11 -04:00
  • 599d1e64c6 Merge pull request #1054 from wolfman2000/wolf-windows-pedantic-touchups Jason Felds 2016-04-02 20:20:46 -04:00
  • 9c6858f323 Changed pause menu logic to not allow pausing if any other button is down. Kyzentun Keeslala 2016-03-31 19:53:47 -06:00
  • 216547c093 Bumped version to 5.0.11. Kyzentun Keeslala 2016-03-30 10:08:58 -06:00
  • bec18a0d36 Fix minor windows pedantic warnings. Jason Felds 2016-03-27 21:52:05 -04:00
  • 9ba2baf8d6 Properly translate # songs played. Jason Felds 2016-03-27 16:55:17 -04:00
  • 534909d30a Merge pull request #1050 from NeobeatIKK/master Kyzentun 2016-03-26 14:54:20 -06:00
  • 0ad8cfc8e3 Update es.ini NeobeatIKK 2016-03-26 12:56:10 -03:00
  • b2f777106a Merge pull request #1045 from wolfman2000/wolf-warning-cleanup Jason Felds 2016-03-24 19:07:33 -04:00
  • edabf4605b Clean up three sets of warnings: Jason Felds 2016-03-24 18:30:29 -04:00
  • 2c54b474bb Added various GameButton_Invalid checks to InputMapper to make its functions give rational results instead of crashing. Kyzentun Keeslala 2016-03-23 23:10:21 -06:00
  • 6a73cdd1ba Added DisableUploadDir preference. Updated changelog. Kyzentun Keeslala 2016-03-22 09:22:52 -06:00
  • 75daad9d43 Fix bug that cleared display name and other editable profile fields when the stats prefix is changed. Kyzentun Keeslala 2016-03-17 20:24:34 -06:00
  • a4ecf15ce3 Added flag for making an actor use the effect delta for tweening. Updated changelog. Kyzentun Keeslala 2016-03-17 19:37:27 -06:00
  • 89738c68c9 Merge pull request #1040 from kyzentun/seperable_scores Kyzentun 2016-03-16 21:18:30 -06:00
  • 02022d27bc Merge pull request #1039 from wolfman2000/wolf-travis-udev Jason Felds 2016-03-15 22:26:35 -04:00
  • ff41bbf8d6 Attempt to fix Travis with libudev-dev. Jason Felds 2016-03-15 22:12:09 -04:00
  • 88227dd610 Added stats prefix feature to ProfileManager for managing scores that need to be separated. Kyzentun Keeslala 2016-03-15 18:13:53 -06:00
  • e9ce076d50 Disconnect from SMO when syncing or in jukebox to avoid a crash. Kyzentun Keeslala 2016-03-14 22:36:28 -06:00
  • 62ccc9dae1 Updated changelog. Reencoded small sounds to avoid the small sound crash bug on linux. Kyzentun Keeslala 2016-03-14 16:57:56 -06:00
  • ec524f7b82 Merge pull request #1014 from kyzentun/linux_minimaid Kyzentun 2016-03-13 08:47:30 -06:00
  • 00437631a2 Merge pull request #1010 from nixtrix/firstsecond Kyzentun 2016-03-13 08:47:22 -06:00
  • 060f0999c2 Updated changelog. Added joelwindows7 to translator credits. Kyzentun Keeslala 2016-03-05 19:05:31 -07:00
  • 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. Kyzentun Keeslala 2016-03-05 18:11:59 -07:00
  • 5f4cd214d9 Disable autosave when not in EditMode_Full to make sure it doesn't do anything in practice mode. Kyzentun Keeslala 2016-03-04 11:24:23 -07:00
  • c75f835f25 Merge pull request #1025 from medmig/patch-1 Kyzentun 2016-03-03 16:28:03 -07:00
  • ea5a690aac Add missing ':' key binding Mehdi 2016-03-04 00:17:51 +01:00
  • f7264656b9 Merge pull request #1022 from blindbox/master Kyzentun 2016-03-03 13:26:59 -07:00
  • eb3121faf9 Pass timing data to TransformNoteData so that fake notes inside warps can be removed properly. Kyzentun Keeslala 2016-03-02 08:23:26 -07:00
  • de5baf2607 Properly add songs that are missing a Medium difficulty to the Endless Course blindbox 2016-02-29 11:07:37 +08:00
  • 8cc84ebdda Isolated Endless Course from other courses in GetTrailUnsorted blindbox 2016-02-29 11:03:16 +08:00
  • f6fc8e3730 Merge pull request #2 from stepmania/master blindbox 2016-02-28 17:10:02 +08:00
  • c50ad2286c Merge pull request #1016 from JOELwindows7/master Kyzentun 2016-02-20 09:56:32 -07:00
  • 84e7c7b124 Add Bahasa Indonesia to default theme JOELwindows7 2016-02-20 22:27:51 +07:00
  • d3ca850ea6 Forgot to add mmmagic.h Kyzentun Keeslala 2016-02-16 20:11:58 -07:00
  • 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. Kyzentun Keeslala 2016-02-16 20:06:46 -07:00
  • 7cce462dd1 Start event devices at JOY10 so that they won't overlap with joystick devices. Kyzentun Keeslala 2016-02-15 16:58:36 -07:00
  • 385c1dd525 Forgot to add mmmagic cmake project file. Kyzentun Keeslala 2016-02-14 22:58:57 -07:00
  • 10c304a80d Add libmmmagic lights support to linux. Mostly copy paste of windows driver. Kyzentun Keeslala 2016-02-13 17:53:39 -07:00
  • 4023544670 Checking for first second now ignores autokeysounds. Joe 2016-02-13 22:30:02 +00:00
  • b34f07e10f Check whether InitialScreen is valid before using it after changing themes. Kyzentun Keeslala 2016-02-13 10:11:22 -07:00
  • 24d74362a8 Merge pull request #1008 from rfkrocktk/feature/static-dependency-builds Colby Klein 2016-02-12 15:08:10 -08:00