Commit Graph

  • 9041939b6f ...have a link to the PROPER build. Jason Felds 2015-10-25 08:06:12 -04:00
  • 7cbefe0c33 Merge pull request #898 from wolfman2000/wolf-appveyor-flexible-repo Jason Felds 2015-10-25 08:04:21 -04:00
  • f85dd025da Attempt Appveyor checks on stepmania/stepmania. Jason Felds 2015-10-25 07:40:52 -04:00
  • ca524d51fa Merge pull request #897 from wolfman2000/wolf-ffmpeg-jobs Jason Felds 2015-10-25 07:26:20 -04:00
  • 131e3264b7 Alright Travis, DON'T use the cores. Jason Felds 2015-10-25 07:13:31 -04:00
  • d0df75205f Allow customizing the number of jobs for ffmpeg. Jason Felds 2015-10-25 07:07:48 -04:00
  • da2db95365 Changed NotesLoaderBMS to not crash when trying to set StepsTypeStr for an unrecognized StepsType. Removed ConfOption for ShowSelectGroup from ScreenOptionsMasterPrefs because the preference does not exist. Kyzentun Keeslala 2015-10-23 20:42:49 -06:00
  • 7ed09304d0 Merge pull request #895 from latot/master Jason Felds 2015-10-22 20:53:44 -04:00
  • f102dab4ac Merge pull request #894 from latot/upstream Jason Felds 2015-10-22 20:32:30 -04:00
  • 47b0f83aed Remove WITH_VERSION_INFO, version info by default latot 2015-10-22 21:21:47 -03:00
  • 264ba550b7 Changed stage stats assert on ScreenEvaluation to give a more informative message and avoid crashing. Kyzentun Keeslala 2015-10-22 18:12:37 -06:00
  • e6717903c3 WITH_SYSTEM_FFMPEG add description latot 2015-10-22 20:44:26 -03:00
  • 500300d337 Merge pull request #891 from wolfman2000/wolf-music-less-compilation Jason Felds 2015-10-22 17:22:33 -04:00
  • d3131e0350 Allow WITH_MP3=OFF and WITH_WAV=OFF to compile. Jason Felds 2015-10-22 17:07:21 -04:00
  • 189cf77cab Changed PlayCommandNoRecurse to check whether the command is nil before running it, so that a command metric set to a nil function isn't an error. Removed TextBannerHighScores::AfterSetCommand metric from _fallback because it pointed to a function that does not exist. Kyzentun Keeslala 2015-10-22 12:24:04 -06:00
  • add09bef07 Added metrics for ScreenMiniMenuTimingDataChangeInformation that dbk2 found were missing. Changed ASSERT in AddNewScreenTop to ASSERT_M. Kyzentun Keeslala 2015-10-22 00:04:13 -06:00
  • 799eeaff6d Merge pull request #888 from Wallacoloo/armv7 Kyzentun 2015-10-21 01:39:14 -06:00
  • dcd676b956 Don't define CPU_X86 on non-x86 processors Colin Wallace 2015-10-21 06:28:30 +00:00
  • a816de735a If the fallback for a noteskin doesn't exist, remove it from the list of noteskins to prevent crashing when someone tries to use it. Kyzentun Keeslala 2015-10-20 22:57:07 -06:00
  • 22d6f792f3 Fix CMake error when SM_COMPILE_FLAGS is empty (e.g. when compiling with cmake -DWITH_SSE2=off) Colin Wallace 2015-10-21 04:20:09 +00:00
  • de9ae9048b Use set_mult_attrs_with_diffuse on RollingNumbers on eval in default even though it won't have any effect until 5.1. Kyzentun Keeslala 2015-10-18 16:27:03 -06:00
  • 9f40c6d044 Added mult_attrs_with_diffuse to BitmapText. Added some convenience macros to LuaBinding for generic get/set functions. Updated changelog. Kyzentun Keeslala 2015-10-18 14:09:08 -06:00
  • 3d6ef83a88 Ensure we get properly ranked courses. Jason Felds 2015-10-18 09:19:56 -04:00
  • a38c042dfd Merge pull request #885 from wolfman2000/wolf-sextet-all-oses Jason Felds 2015-10-17 23:12:51 -04:00
  • 8f902bed7d Allow all OSes to use the Sextet light drivers. Jason Felds 2015-10-17 22:49:44 -04:00
  • 16c6e9aec3 Fix loading WORST courses. Jason Felds 2015-10-17 20:14:55 -04:00
  • 1ebf75c683 Fix notesloaderbms.cpp for real this time Joe 2015-10-16 16:08:40 +01:00
  • 311601dc0d Resolving merge conflicts Joe 2015-10-16 08:15:37 +01:00
  • abfff53c2b Merge pull request #875 from zardoru/bms-stuff Kyzentun 2015-10-16 00:27:52 -06:00
  • d63881802a Make sure kb7 is the appropiate steps type. zardoru 2015-10-15 21:06:23 -03:00
  • 1157884255 kb7 BMS loading breaks most iidx BMSes. Remove kb7 support until BMS loading is overhauled. Joe 2015-10-15 22:14:38 +01:00
  • af29d7dab2 Bring from 5_1_0: don't use insert with RString. Jason Felds 2015-10-14 20:23:40 -04:00
  • 849df4975b Fix appveyor for sending failure noticifcations. Jason Felds 2015-10-12 19:03:30 -04:00
  • c9e7ad8b76 Fixed bug in ActorMultiVertex::DrawPrimitives that converted RageColor channels to uint8 when applying the diffuse to verts, which made any channel not 1 into 0. Kyzentun Keeslala 2015-10-12 02:18:15 -06:00
  • 337297f4b6 Changed blank music file check in Song::LoadFromSongDir to allow a blank music file if the song uses keysounds. The intent is to prevent bms files from triggering the condition, so they don't have to hit the song folder every time during loading. Kyzentun Keeslala 2015-10-11 13:54:13 -06:00
  • 66edc2d233 Changed Edit Mode to not add the global offset to the Current Second field. Updated changelog. Kyzentun Keeslala 2015-10-10 01:06:32 -06:00
  • 7a26044934 Changed DirectInput mouse input to use an if statement instead of a while loop to avoid input lockup. Kyzentun Keeslala 2015-10-09 23:54:35 -06:00
  • de1313ab4d Merge pull request #855 from wolfman2000/wolf-linux-backtrace Jason Felds 2015-10-08 20:10:29 -04:00
  • 56ebd4cd08 Merge pull request #856 from wolfman2000/wolf-ffmpeg-attribute-deprecation Jason Felds 2015-10-08 20:10:16 -04:00
  • f372df0d2c Allow building with backtrace symbols. Jason Felds 2015-10-08 19:46:52 -04:00
  • c05e38c0aa ...I forgot to commit the new file. Jason Felds 2015-10-08 19:33:52 -04:00
  • 41a2d829e4 FINALLY shut ffmpeg up! Jason Felds 2015-10-08 19:05:12 -04:00
  • 98bf0d739b Merge pull request #852 from Prcuvu/linux_fix_warnings Jason Felds 2015-10-08 18:54:16 -04:00
  • 6f53f1c3e5 Backtrace stuff ahoy! Jason Felds 2015-10-08 18:42:44 -04:00
  • 143347a873 Merge pull request #854 from wolfman2000/wolf-wav-buffer Jason Felds 2015-10-08 17:26:48 -04:00
  • e0b32ad3db Fix keysounds (and other WAV files). Jason Felds 2015-10-08 17:13:33 -04:00
  • d98a25797e Fix GCC warnings on Linux. Prcuvu 2015-10-08 12:51:28 +08:00
  • 0b52c51eab Merge pull request #850 from wolfman2000/wolf-windows-song-caching Jason Felds 2015-10-07 21:20:41 -04:00
  • 63387dc352 Backport "for each" loop to restore AppData cache. Jason Felds 2015-10-07 21:07:09 -04:00
  • cb11d9aee9 Merge pull request #848 from wolfman2000/wolf-windows-stricmp-removal Jason Felds 2015-10-07 19:11:21 -04:00
  • d9a3c9cf97 Use cmake to determine which string func we need. Jason Felds 2015-10-07 19:00:16 -04:00
  • dca80f91ae Merge pull request #846 from dguzek/MaxRegenComboAfterMiss Kyzentun 2015-10-07 15:44:59 -06:00
  • ba8d31bfbd Merge pull request #847 from dguzek/AttacksArentHandicaps Kyzentun 2015-10-07 15:44:50 -06:00
  • 772096151f Made ActorFrame:SetDrawByZPosition return self to lua so function chaining works with it. Kyzentun Keeslala 2015-10-07 15:44:23 -06:00
  • edb1273723 fix logic for attacks in gameplay disqualifying Dan Guzek 2015-10-07 03:48:57 -04:00
  • 3716468923 reinstate MaxRegenComboAfterMiss Preference Dan Guzek 2015-10-07 02:53:03 -04:00
  • f441d3a6f7 Fix Mac OS X build. Jason Felds 2015-10-06 20:18:01 -04:00
  • d9dbb854d2 Merge pull request #841 from wolfman2000/wolf-appveyor-fork-url Jason Felds 2015-10-06 19:48:27 -04:00
  • 3aa74b221d Try being more flexible with appveyor's URLs. Jason Felds 2015-10-06 19:38:46 -04:00
  • 20170a6e95 Merge pull request #840 from wolfman2000/wolf-appveyor-sanity-rev2 Jason Felds 2015-10-06 17:41:38 -04:00
  • 4a4175ce9a Get continuous integration working on windows. Jason Felds 2015-10-05 18:55:26 -04:00
  • 74fb2a1a53 Merge pull request #803 from Prcuvu/binaries_cleanup Jason Felds 2015-10-06 16:47:59 -04:00
  • dd0d2ed67f Merge pull request #839 from Prcuvu/read_dxsdk_dir_env Jason Felds 2015-10-06 16:43:09 -04:00
  • 22637a0d8b Remove deprecated DLLs from CMake installation. Prcuvu 2015-09-27 19:41:04 +08:00
  • de5f3721ef Cleaning up deprecated binaries and VS projects. Prcuvu 2015-09-27 19:34:14 +08:00
  • 05ae23d1c4 Read DirectX SDK path from environment variable. Prcuvu 2015-10-06 15:34:36 +08:00
  • 8df4931ea3 Merge pull request #838 from stepmania/revert-203-FixScaleToClipped Kyzentun 2015-10-06 00:54:40 -06:00
  • 42b3a88516 Revert "Rewrote Sprite::ScaleToClipped and CropTo to actually work." Kyzentun 2015-10-06 00:53:22 -06:00
  • fa2f3232be Add the AppVeyor (window) status. Jason Felds 2015-10-05 17:42:22 -04:00
  • b717918298 Try a more flexible DirectX search path setup. Jason Felds 2015-10-05 16:50:24 -04:00
  • 66c4f8f411 Merge pull request #828 from mattmccutchen/submit/global-offset-and-rate Kyzentun 2015-10-04 18:30:30 -06:00
  • 67a52139f7 Merge pull request #331 from lthls/ffmpeg-fix Jason Felds 2015-10-04 16:40:08 -04:00
  • 85599a7a43 FFMpeg: Fix uninitialized AVFrame Fixes crashes with recent version of libav and ffmpeg on Linux while attempting to play a video Vincent Laviron 2014-04-03 17:28:13 +02:00
  • c79dd4ba5c Update changelog: FFmpeg on windows edition. Jason Felds 2015-10-04 14:56:02 -04:00
  • a27e3d5b6c Merge pull request #835 from wolfman2000/wolf-windows-ffmpeg-2.1.3 Jason Felds 2015-10-04 14:55:14 -04:00
  • fdac0835b8 Use ffmpeg 2.1.3 on Windows. Jason Felds 2015-10-04 11:41:25 -04:00
  • 8de6f4e5f9 Partial revert: see #834. Jason Felds 2015-10-04 14:36:26 -04:00
  • 1b559bddf0 Merge pull request #834 from stepmania/revert-832-wolf-ffmpeg-lgpl Jason Felds 2015-10-04 14:33:19 -04:00
  • b0465a8622 Revert "Default to GPL off for ffmpeg." Jason Felds 2015-10-04 14:33:06 -04:00
  • 8f9b5717ba Update changelog. Jason Felds 2015-10-04 13:56:11 -04:00
  • e83b76cae2 Merge pull request #832 from wolfman2000/wolf-ffmpeg-lgpl Jason Felds 2015-10-04 13:52:31 -04:00
  • 27ef5301ec Default to GPL off for ffmpeg. Jason Felds 2015-10-04 12:53:56 -04:00
  • 6be6d6794c Merge pull request #830 from lthls/fix-cmake-ffmpeg Jason Felds 2015-10-04 11:16:42 -04:00
  • 93cc62f0ad Fix CMake build with option WITH_SYSTEM_FFMPEG Vincent Laviron 2015-10-04 16:20:56 +02:00
  • 8e7b4ee7ee Merge pull request #203 from kyzentun/FixScaleToClipped Kyzentun 2015-10-03 21:31:45 -06:00
  • 232f6537f9 Merge pull request #827 from wolfman2000/wolf-macosx-ffmpeg-proper Dan Guzek 2015-10-03 23:12:14 -04:00
  • b8700f11a7 Finally bring ffmpeg 2.1.3 to Mac OS X. Jason Felds 2015-10-03 21:26:22 -04:00
  • 343bbd0e56 Fix interaction between global offset and music rate. Matt McCutchen 2015-10-03 22:21:21 -04:00
  • 8b08c7c182 Merge pull request #826 from wolfman2000/wolf-macosx-bzip2-iconv Jason Felds 2015-10-03 20:57:21 -04:00
  • 4586e6bef7 Forgot to remove this line. Jason Felds 2015-10-03 20:44:17 -04:00
  • f9a1f728af Reference bzip2 and iconv on Mac OS X properly. Jason Felds 2015-10-03 20:21:59 -04:00
  • 12296352f7 Merge pull request #817 from Prcuvu/lua_remove_unnecessary_file Jason Felds 2015-10-03 00:27:05 -04:00
  • 5412fda226 Merge pull request #819 from wolfman2000/wolf-src-cmake-separation Jason Felds 2015-10-02 23:42:57 -04:00
  • ba96ab7570 Separate out the remaining files. Jason Felds 2015-10-02 23:14:24 -04:00
  • 09d2cda3eb ja: [ScreenEdit] save_success_no_sm_split_timing hanubeki 2015-10-03 12:01:27 +09:00
  • d14cce6654 Merge pull request #818 from wolfman2000/wolf-verstub-clean-gen Jason Felds 2015-10-02 22:33:30 -04:00
  • b7c62ee645 Missed a spot on Linux. Jason Felds 2015-10-02 22:18:31 -04:00
  • 99b79e5410 Generate verstub.cpp through raw cmake. Jason Felds 2015-10-02 20:02:55 -04:00
  • 2d64694f14 Changed Song and ScreenEdit to not save a .sm file when split timing is used. Kyzentun Keeslala 2015-10-02 16:26:59 -06:00
  • 457adef083 Remove lua.c from CMake project. Prcuvu 2015-10-02 19:10:03 +08:00