Commit Graph

  • 132fd8ed55 Merge pull request #1009 from rfkrocktk/feature/ffmpeg-pic Jason Felds 2016-02-12 16:35:22 -05:00
  • 203189a98c Compile FFMPEG in PIC when configured as such. Naftuli Tzvi Kay 2016-02-12 12:21:19 -08:00
  • aa0e8690b7 Compile dependencies statically into the binary. Naftuli Tzvi Kay 2016-02-12 12:07:38 -08:00
  • 9fe6f49a55 Shut up various Trace calls that were clogging the log file uselessly. Kyzentun Keeslala 2016-02-10 17:14:17 -07:00
  • a341811369 Merge pull request #1002 from blindbox/master Kyzentun 2016-02-08 09:21:16 -07:00
  • 86470b7977 Reinstate RageFastSin because it's faster on Windows. Kyzentun Keeslala 2016-02-07 21:04:10 -07:00
  • acda44238d Replace RageFastSin and RageFastCos with standard library versions because the standard library is faster. Use fmod in spline evaluation. Kyzentun Keeslala 2016-02-07 15:35:05 -07:00
  • 5cabe99b47 Merge pull request #1 from stepmania/master blindbox 2016-02-04 18:00:37 +08:00
  • a580da2183 Partially fix song repetition in generated courses. Abdullah 2016-02-04 17:51:32 +08:00
  • 9f57dd6caf Fix CourseID::ToCourse to use its cache correctly and check whether the path is empty before prepending a slash. Kyzentun Keeslala 2016-02-03 21:25:47 -07:00
  • 026801e28d In SongID::ToSong, check whether the dir is empty before prepending a slash, so GetSongFromDir can be skipped when the dir is empty. Kyzentun Keeslala 2016-02-03 21:14:06 -07:00
  • 55e161336a Added lua bindings for playing sounds in SCREENMAN. Added input redirection functions to SCREENMAN for disabling non-lua screen input processing. Added OF_FALSE, OV_EOF, and OV_HOLE to error string list in RageSound for more understandable messages. Made sure RageSound doesn't delete null pointers. Updated changelog. Kyzentun Keeslala 2016-02-03 13:05:23 -07:00
  • cfca85c464 Allow bringing up the pause menu with MenuLeft and MenuRight at the same time. Kyzentun Keeslala 2016-01-24 20:16:56 -07:00
  • 751729c49a Disable pausing on ScreenGameplaySyncMachine. Kyzentun Keeslala 2016-01-23 00:59:19 -07:00
  • d375d2842a Added noteskin bugfix to changelog. Kyzentun Keeslala 2016-01-18 14:37:11 -07:00
  • 72758bc65b Changed RageFileManager to use the StripMacResourceForks function that already existed in RageUtil. Updated changelog. Kyzentun Keeslala 2016-01-18 13:58:18 -07:00
  • ae5ff0724a Added Clear timing in region option to timing menu in edit mode. Disabled pasting clipboard timing if it's not safe to fix crash. Kyzentun Keeslala 2016-01-18 11:48:50 -07:00
  • e60797c1df Merge pull request #980 from kyzentun/pause_menu Kyzentun 2016-01-14 16:56:49 -07:00
  • 0da27cad75 Make the DisplayResolution option row deal with caching the resolution list, so it only happens on screens that use it. Kyzentun Keeslala 2016-01-14 16:48:52 -07:00
  • 79f4037088 Changed GetDisplayResolutions on Windows to ignore modes with less than 32bpp and not test modes that have already been tested. Changed ScreenOptionsMasterPrefs to cache the resolutions list once when the screen starts instead of fetching it multiple times. Kyzentun Keeslala 2016-01-14 16:33:19 -07:00
  • 31688cc804 Merge pull request #977 from kyzentun/disable_dpms Kyzentun 2016-01-13 18:56:43 -07:00
  • a3f5682ce2 Added Stop Course to pause menu. Hide foreground during pause menu. Changed GiveUpStartText, GiveUpBackText, and SkipSongText to tell the player to double tap for the menu. Kyzentun Keeslala 2016-01-12 17:37:00 -07:00
  • 4eab6ff832 Fix copy paste error in SaveProfiles args. Kyzentun Keeslala 2016-01-10 20:24:09 -07:00
  • 7b61974df6 Changed RageFile lua functions to emit lua errors instead of asserting if the file cannot be safely read or written to. Kyzentun Keeslala 2016-01-10 16:38:34 -07:00
  • 0de66f6e1a Added pause menu to ScreenGameplay in default theme. Added SetPrevScreenName lua binding to Screen. Added begin_backing_out lua binding to ScreenGameplay. Kyzentun Keeslala 2016-01-09 11:40:22 -07:00
  • d810b10d98 Added code to disable x11 dpms on startup and restore it on exit. Kyzentun Keeslala 2016-01-05 16:28:14 -07:00
  • 14caac26ca Little change for previous commit hanubeki 2015-12-29 17:54:55 +09:00
  • 375f644b5d Update Japanese language for _fallback hanubeki 2015-12-29 17:48:34 +09:00
  • a222884289 Change resources links in README.md Colby Klein 2015-12-28 22:45:35 -08:00
  • 5eca1f8f62 Merge pull request #976 from kyzentun/ignore_osx_files Jason Felds 2015-12-28 21:36:09 -05:00
  • 25dd2bbef9 Added a step to RageFileManager::GetDirlisting to ignore OS X special files. Kyzentun Keeslala 2015-12-27 07:44:58 -07:00
  • 55bd774a4c Added copy constructor to LocalizedString so that a LocalizedString created by copying another does not crash in the destructor. Kyzentun Keeslala 2015-12-27 06:45:49 -07:00
  • 51e169c55f Update ScreenGameplaySyncMachine music.sm sillybear 2015-12-27 14:31:23 +08:00
  • 72cb62dfe4 Update ScreenGameplaySyncMachine music.ssc sillybear 2015-12-27 14:28:43 +08:00
  • d8c7915943 Changes to song offset for fallback theme's sync music sillybear 2015-12-27 14:03:05 +08:00
  • fd5355db52 Changes to bpm and song offset for Default theme's sync music sillybear 2015-12-27 14:01:33 +08:00
  • b8929e7c24 Update README.md Colby Klein 2015-12-26 19:05:37 -08:00
  • 5b5522cd85 Add tl;dr licensing information. Colby Klein 2015-12-26 18:53:21 -08:00
  • e099b3e266 Merge pull request #973 from dguzek/FailHelpText Kyzentun 2015-12-25 19:48:28 -07:00
  • 1940e690e5 fix _fallback's DefaultFailType help text Dan Guzek 2015-12-25 21:10:35 -05:00
  • 92724cd627 Merge pull request #966 from drewbarbs/db_fix_png_write Jason Felds 2015-12-20 22:25:25 -05:00
  • 427628d8f5 README.md: Move build status up, adjust headings. Colby Klein 2015-12-20 19:14:52 -08:00
  • f451cc72cd don't specify a filler transformation when writing RGBA Andrew Barbarello 2015-12-20 21:52:40 -05:00
  • 43ec2f13b5 use corresponding free function for png_create_write_struct Andrew Barbarello 2015-12-20 21:51:25 -05:00
  • 4e0fa012c1 Added SetLife and ChangeLife lua functions to Player. Updated changelog. Kyzentun Keeslala 2015-12-16 15:08:36 -07:00
  • 536be1f64c Merge pull request #959 from parashep/master Kyzentun 2015-12-13 18:16:45 -07:00
  • 1f4a330d1e Unrestrict pop'n judgment levels parashep 2015-12-13 19:58:41 -05:00
  • db06b4c1a3 Call ArrowEffects::Update on ScreenEdit during play mode so that Tornado and other stuff will work. Kyzentun Keeslala 2015-12-11 00:02:31 -07:00
  • d6667f858c Merge pull request #954 from Flameshadowxeroshin/master Jason Felds 2015-12-06 12:39:02 -05:00
  • aba0f1f7b3 Rename GameButtonType_INVALID to GameButtonType_Menu. Strictly that's not right but close enough. Flameshadowxeroshin 2015-12-05 20:02:00 -06:00
  • d329c80ad3 remove guitar cruft There was a bunch of code for handling guitar-specific input such as hammer-ons/pull-offs and strumming. Given that guitar was removed, and as far as I understand, will not be added back into SM5, it makes sense to remove code that had no other use. Flameshadowxeroshin 2015-12-05 11:12:17 -06:00
  • a35fa1416e Changed DrawBeatBar to check the M-mod so that smaller beat bars are drawn when M-mods are used in edit mode. Updated changelog. Kyzentun Keeslala 2015-12-04 00:28:22 -07:00
  • 9739fd417c Cast GetUnit to unsigned int in SpeedSegment::ToString to avoid crashing in ssprintf. Kyzentun Keeslala 2015-11-18 20:07:49 -07:00
  • 1adada6f77 Fix CreateZip typo. Jason Felds 2015-11-13 17:13:34 -05:00
  • 23d6c06f49 Do not force full bg brightness on beginner-only songs. Kyzentun Keeslala 2015-11-10 01:08:16 -07:00
  • 65c84ef7dc Moved lua music logic to a separate function so that ScreenSelectMusic can use lua for the various kinds of sample music. Kyzentun Keeslala 2015-11-08 22:58:10 -07:00
  • d496f8145c Noteskin name in PlayerOptions needs to be compared case-insensitive when comparing PlayerOptions structures. The old code that used != probably relied on RString::operator!= misbehaving. Kyzentun Keeslala 2015-11-05 21:56:43 -07:00
  • cbb76cf22f Merge pull request #931 from wolfman2000/wolf-travis-cmake Jason Felds 2015-11-03 20:06:59 -05:00
  • 9f35238a07 Restore compilation with Travis. Jason Felds 2015-11-03 18:25:31 -05:00
  • a7ed2d33d9 Merge pull request #929 from wolfman2000/wolf-irc-bots Jason Felds 2015-11-02 19:58:09 -05:00
  • fba1cf2975 Put the bots back in #stepmania. Jason Felds 2015-11-02 19:05:32 -05:00
  • 46eadae43a Merge pull request #924 from Prcuvu/texture_font_generator_remove_vs_projects Jason Felds 2015-11-01 19:45:15 -05:00
  • ff265206f6 Remove deprecated VS projects for Texture Font Generator. Prcuvu 2015-11-02 07:55:03 +08:00
  • 37b1030dd4 Only warn that the banner wasn't cached if the banner cache pref isn't set to off. Kyzentun Keeslala 2015-11-01 12:04:32 -07:00
  • e6aa840af4 Merge pull request #921 from wolfman2000/wolf-timing-logging Jason Felds 2015-11-01 07:02:36 -05:00
  • 166e4c8287 Allow optional logging of timing segment mods. Jason Felds 2015-11-01 06:49:31 -05:00
  • 020ecf64ae Merge pull request #919 from Prcuvu/appveyor_build_with_v140_xp Jason Felds 2015-10-31 14:20:52 -04:00
  • 4b3937511d Merge pull request #920 from wolfman2000/wolf-cpack-uninstall Jason Felds 2015-10-31 10:34:55 -04:00
  • 79d4f45096 Have users uninstall older versions first. Jason Felds 2015-10-31 10:31:22 -04:00
  • 9c4db4b9f0 Merge pull request #918 from Prcuvu/update_readme_md Jason Felds 2015-10-31 08:17:43 -04:00
  • bdc1bdce0d Update README.md. Prcuvu 2015-10-31 20:16:28 +08:00
  • c85ab459c0 Merge pull request #912 from nigue/i686_recognition Jason Felds 2015-10-31 08:11:49 -04:00
  • 7c1ae04529 Build using platform toolset "v140_xp" on AppVeyor. Prcuvu 2015-10-31 18:39:52 +08:00
  • f1e114aa03 i686 -> x64 recognition before make nigue 2015-10-30 11:49:51 -03:00
  • 108b29733f Put French in credits instead of français to match other entries. Kyzentun Keeslala 2015-10-30 00:55:52 -06:00
  • a9372d97e7 Added Arvaneth and Prcuvu to the credits. Updated changelog. Kyzentun Keeslala 2015-10-30 00:43:40 -06:00
  • 963400c20c Merge pull request #911 from Arvaneth/master Kyzentun 2015-10-30 00:36:21 -06:00
  • 48225b3566 fr.ini Arvaneth 2015-10-30 02:32:12 -04:00
  • fbe88a9c19 Merge branch 'master' of https://github.com/stepmania/stepmania Arvaneth 2015-10-30 02:24:30 -04:00
  • 4b0b672e30 Merge pull request #908 from wolfman2000/wolf-version-bump-5-0-10 Jason Felds 2015-10-27 20:43:47 -04:00
  • 63ff523360 Bump up the version. Jason Felds 2015-10-27 20:42:04 -04:00
  • 18fabca8a4 Only use _AFXDLL on dynamic linking. Jason Felds 2015-10-27 20:31:08 -04:00
  • ec48830be0 Merge pull request #907 from wolfman2000/wolf-windows-mt Jason Felds 2015-10-27 20:18:34 -04:00
  • 937ce349ce Updated changelog. Kyzentun Keeslala 2015-10-27 17:39:30 -06:00
  • 47d59c9dd7 Default to linking with /MT instead of /MD for VS. Jason Felds 2015-10-27 19:31:04 -04:00
  • ace6d9a1ad Merge pull request #905 from wolfman2000/wolf-texture-gen-redo Jason Felds 2015-10-27 19:18:51 -04:00
  • afa68ecd72 Only install Texture Font Generator when built. Jason Felds 2015-10-27 18:38:23 -04:00
  • e0290fc856 Compile the Texture Font Generator with cmake. Jason Felds 2015-10-27 18:11:37 -04:00
  • cf5656ac3d Temporary: Add Texture Font Generator to NSIS. Jason Felds 2015-10-26 21:53:45 -04:00
  • 0a886f3f2e Made in haste. Revert. Jason Felds 2015-10-26 18:40:37 -04:00
  • 7d56f79cf3 Force Windows to use the Unicode character set. Jason Felds 2015-10-26 18:22:53 -04:00
  • bd3da6a46d Added GetMainTitle to Song to bypass ShowNativeLanguage pref. Kyzentun Keeslala 2015-10-26 13:38:23 -06:00
  • 31b4066c3c Merge pull request #903 from stepmania/revert-902-wolf-windows-zlib-no-dll Jason Felds 2015-10-25 20:40:06 -04:00
  • de9fc48a1a Revert "We compile zlib: don't use the old dll." Jason Felds 2015-10-25 20:39:56 -04:00
  • 4cf5b769c7 Merge pull request #902 from wolfman2000/wolf-windows-zlib-no-dll Jason Felds 2015-10-25 16:29:16 -04:00
  • 84afd9bc9c We compile zlib: don't use the old dll. Jason Felds 2015-10-25 16:03:56 -04:00
  • 52d897e3b6 Merge pull request #901 from wolfman2000/wolf-appveyor-artifacts Jason Felds 2015-10-25 15:57:42 -04:00
  • 1d099750f7 Generate Windows binaries once more. Jason Felds 2015-10-25 13:52:35 -04:00
  • 950c91490f Merge pull request #900 from wolfman2000/wolf-appveyor-irc Jason Felds 2015-10-25 13:24:49 -04:00
  • 3dd2f54678 Add IRC feedback from Windows build servers. Jason Felds 2015-10-25 11:53:30 -04:00