Commit Graph
35232 Commits
Author SHA1 Message Date
Kyzentun Keeslala 751729c49a Disable pausing on ScreenGameplaySyncMachine. 2016-01-23 00:59:19 -07:00
Kyzentun Keeslala d375d2842a Added noteskin bugfix to changelog. 2016-01-18 14:37:11 -07:00
Kyzentun Keeslala 72758bc65b Changed RageFileManager to use the StripMacResourceForks function that already existed in RageUtil. Updated changelog. 2016-01-18 13:58:18 -07:00
Kyzentun Keeslala 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. 2016-01-18 11:48:50 -07:00
Kyzentun e60797c1df Merge pull request #980 from kyzentun/pause_menu
Pause menu for default theme.
2016-01-14 16:56:49 -07:00
Kyzentun Keeslala 0da27cad75 Make the DisplayResolution option row deal with caching the resolution list, so it only happens on screens that use it. 2016-01-14 16:48:52 -07:00
Kyzentun Keeslala 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. 2016-01-14 16:33:19 -07:00
Kyzentun 31688cc804 Merge pull request #977 from kyzentun/disable_dpms
Added code to disable x11 dpms on startup and restore it on exit.
2016-01-13 18:56:43 -07:00
Kyzentun Keeslala 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. 2016-01-12 17:37:00 -07:00
Kyzentun Keeslala 4eab6ff832 Fix copy paste error in SaveProfiles args. 2016-01-10 20:24:09 -07:00
Kyzentun Keeslala 7b61974df6 Changed RageFile lua functions to emit lua errors instead of asserting if the file cannot be safely read or written to. 2016-01-10 16:38:34 -07:00
Kyzentun Keeslala 0de66f6e1a Added pause menu to ScreenGameplay in default theme. Added SetPrevScreenName lua binding to Screen. Added begin_backing_out lua binding to ScreenGameplay. 2016-01-09 11:40:22 -07:00
Kyzentun Keeslala d810b10d98 Added code to disable x11 dpms on startup and restore it on exit. 2016-01-05 16:28:14 -07:00
hanubeki 14caac26ca Little change for previous commit 2015-12-29 17:54:55 +09:00
hanubeki 375f644b5d Update Japanese language for _fallback 2015-12-29 17:48:34 +09:00
Colby Klein a222884289 Change resources links in README.md
AJ's Lua.xml is outdated and the theming wiki is broken, so let's point to the internal docs and Lua for SM5 instead.
2015-12-28 22:45:35 -08:00
Jason Felds 5eca1f8f62 Merge pull request #976 from kyzentun/ignore_osx_files
Ignore OS X special files
2015-12-28 21:36:09 -05:00
Kyzentun Keeslala 25dd2bbef9 Added a step to RageFileManager::GetDirlisting to ignore OS X special files. 2015-12-27 07:44:58 -07:00
Kyzentun Keeslala 55bd774a4c Added copy constructor to LocalizedString so that a LocalizedString created by copying another does not crash in the destructor. 2015-12-27 06:45:49 -07:00
Colby Klein b8929e7c24 Update README.md 2015-12-26 19:05:37 -08:00
Colby Klein 5b5522cd85 Add tl;dr licensing information. 2015-12-26 18:53:21 -08:00
Kyzentun e099b3e266 Merge pull request #973 from dguzek/FailHelpText
fix _fallback's DefaultFailType help text
2015-12-25 19:48:28 -07:00
Dan Guzek 1940e690e5 fix _fallback's DefaultFailType help text
The help text and the available options didn't match up.  The option text has been "Immediate Continue" for a while now, although the help text still referenced "30 Misses," presumably a holdover from ITG.
2015-12-25 21:10:35 -05:00
Jason Felds 92724cd627 Merge pull request #966 from drewbarbs/db_fix_png_write
Fix Texture Font Generator PNG write
2015-12-20 22:25:25 -05:00
Colby Klein 427628d8f5 README.md: Move build status up, adjust headings. 2015-12-20 19:14:52 -08:00
Andrew Barbarello f451cc72cd don't specify a filler transformation when writing RGBA
Apparently fixes the failure of Texture Font Generator to write
the necessary PNGs.
2015-12-20 22:01:50 -05:00
Andrew Barbarello 43ec2f13b5 use corresponding free function for png_create_write_struct
Prevents access violation on PNG error in Texture Font Generator
2015-12-20 22:00:51 -05:00
Kyzentun Keeslala 4e0fa012c1 Added SetLife and ChangeLife lua functions to Player. Updated changelog. 2015-12-16 15:08:36 -07:00
Kyzentun 536be1f64c Merge pull request #959 from parashep/master
Unrestrict pop'n judgment levels
2015-12-13 18:16:45 -07:00
parashep 1f4a330d1e Unrestrict pop'n judgment levels
It made some sort of sense to only have three judgment levels before,
but it makes far more sense to let the theme manage it now since it
isn't necessarily the case any more.
2015-12-13 19:58:41 -05:00
Kyzentun Keeslala db06b4c1a3 Call ArrowEffects::Update on ScreenEdit during play mode so that Tornado and other stuff will work. 2015-12-11 00:02:31 -07:00
Jason Felds d6667f858c Merge pull request #954 from Flameshadowxeroshin/master
remove guitar cruft
2015-12-06 12:39:02 -05:00
Flameshadowxeroshin aba0f1f7b3 Rename GameButtonType_INVALID to GameButtonType_Menu.
Strictly that's not right but close enough.
2015-12-05 20:02:00 -06:00
Flameshadowxeroshin 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.
2015-12-05 11:12:17 -06:00
Kyzentun Keeslala 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. 2015-12-04 00:28:22 -07:00
Kyzentun Keeslala 9739fd417c Cast GetUnit to unsigned int in SpeedSegment::ToString to avoid crashing in ssprintf. 2015-11-18 20:07:49 -07:00
Jason Felds 1adada6f77 Fix CreateZip typo.
I guess someone else culdn't do this? (sic)
2015-11-13 17:13:34 -05:00
Kyzentun Keeslala 23d6c06f49 Do not force full bg brightness on beginner-only songs. 2015-11-10 01:08:16 -07:00
Kyzentun Keeslala 65c84ef7dc Moved lua music logic to a separate function so that ScreenSelectMusic can use lua for the various kinds of sample music. 2015-11-08 22:58:10 -07:00
Kyzentun Keeslala 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. 2015-11-05 21:56:43 -07:00
Jason Felds cbb76cf22f Merge pull request #931 from wolfman2000/wolf-travis-cmake
Restore compilation with Travis.
2015-11-03 20:06:59 -05:00
Jason Felds 9f35238a07 Restore compilation with Travis.
Thanks to [opencor](https://github.com/opencor/opencor) for the idea.
2015-11-03 19:06:56 -05:00
Jason Felds a7ed2d33d9 Merge pull request #929 from wolfman2000/wolf-irc-bots
Put the bots back in #stepmania.
2015-11-02 19:58:09 -05:00
Jason Felds fba1cf2975 Put the bots back in #stepmania.
Apparently #stepmania-devs is for discussion only.

...is this backwards?
2015-11-02 19:05:32 -05:00
Jason Felds 46eadae43a Merge pull request #924 from Prcuvu/texture_font_generator_remove_vs_projects
Remove deprecated VS projects for Texture Font Generator.
2015-11-01 19:45:15 -05:00
Prcuvu ff265206f6 Remove deprecated VS projects for Texture Font Generator. 2015-11-02 07:55:03 +08:00
Kyzentun Keeslala 37b1030dd4 Only warn that the banner wasn't cached if the banner cache pref isn't set to off. 2015-11-01 12:04:32 -07:00
Jason Felds e6aa840af4 Merge pull request #921 from wolfman2000/wolf-timing-logging
Allow optional logging of timing segment mods.
2015-11-01 07:02:36 -05:00
Jason Felds 166e4c8287 Allow optional logging of timing segment mods.
For those with many songs, it gets annoying.
2015-11-01 06:49:31 -05:00
Jason Felds 020ecf64ae Merge pull request #919 from Prcuvu/appveyor_build_with_v140_xp
[Windows] Build using platform toolset "v140_xp" on AppVeyor.
2015-10-31 14:20:52 -04:00