Commit Graph
20 Commits
Author SHA1 Message Date
quietly-turning 1e5cbe1324 Merge pull request #1889 from mwkroening/extract-jsoncpp
Remove custom functions from jsoncpp headers
2020-06-18 15:40:14 -04:00
quietly-turning 0d44b8c7f9 Merge pull request #2012 from Arusekk/backtrace-sigbus
Unix backtrace call detection
2020-06-18 00:54:17 -04:00
quietly-turning 56caf6da4b Merge pull request #1888 from mwkroening/notes_loader-invalid_argument
Accept non numbers in NotesLoaderSM
2020-06-16 15:00:17 -04:00
quietly-turning a21ebbd053 Merge pull request #2018 from mwkroening/actions
Actions Badge: Branch Fixup
2020-06-14 10:59:14 -04:00
quietly-turning 94203b8fbf Merge pull request #2015 from mwkroening/actions
Add GitHub Actions CI
2020-06-14 10:27:47 -04:00
quietly-turning a6b45b32c6 Merge pull request #2014 from mwkroening/appveyor
Fix Windows build
2020-06-13 16:53:20 -04:00
quietly-turning 376e5f46d8 Merge pull request #2013 from RhythmLunatic/crsDescriptionFix
Write description tag in CourseWriterCRS
2020-06-12 19:17:28 -04:00
quietly-turning 0fe9eff750 Merge pull request #2009 from quietly-turning/wildcard+endless-fix
Course Wildcard + Endless Fix (replaces #1830)
2020-06-09 16:46:17 -04:00
quietly turning 3ba2b8ba54 fix Course.cpp for 5_1-new
random_up_to() was written for SM5.2 and RageUtil's RandomInt() seems
a suitable replacement for 5_1-new.
2020-06-07 20:09:37 -04:00
quietly-turning 42f989b684 Merge pull request #1923 from eliask/fix-lrc-parsing-crash
Fix LRC parsing crash for unrecognized values
2020-06-06 00:11:45 -04:00
quietly-turning b09d492522 Merge pull request #2007 from richardloxley/fix-announcer-evaluation-sounds-issue-2005
Fix issue 2005: incorrect announcer sounds on the evaluation screen
2020-06-04 22:16:31 -04:00
quietly-turning b3bd9a3117 Merge pull request #2002 from RhythmLunatic/GetCurrentSection
Add MusicWheel:GetCurrentSections()
2020-05-28 01:22:47 -04:00
quietly-turning 09444bcb74 Merge pull request #1996 from quietly-turning/update-lua.xml
update Classes and Enums in bundled Lua.xml
2020-05-12 00:09:47 -04:00
quietly-turning a892cbc4dd update Classes and Enums in bundled Lua.xml
This updates Actor classes, class methods, and Enums listed in the
bundled copy of Lua.xml to be current.

I used the command-line arg --ExportLuaInformation, to generate a wholly
new file, then manually removed some methods (e.g. literally numbered
PlayerOptions methods ported from notitg, CamelCase aliases of
spline-related methods) to keep previous manual modifications intact.

This doesn't touch GlobalFunctions in Lua.xml; those need further
review.
2020-05-11 05:59:08 -04:00
quietly-turning d03ec2658f Merge pull request #1994 from DinsFire64/itgio
ITGIO Support for Linux
2020-05-09 17:30:01 -04:00
quietly-turning f79dc3dbda Merge pull request #1990 from quietly-turning/more-aspect-ratios
add 21:9 and 9:16 to ConfAspectRatio in _fallback
2020-04-29 23:08:32 -04:00
quietly-turning 21eed3f235 add 21:9 and 9:16 to ConfAspectRatio in _fallback
This adds choices for 21:9 (Ultrawide) and 9:16 (widescreen display in
portrait mode) to the _fallback theme.  Previously, users would have to
manually edit Preferences.ini to achieve either of these.

Since "21:9" is the common marketing term for what is actually 64:27,
I've slightly extended GenChoices() in ConfAspectRatio() to use a "name"
string from the winFracs table is one is provided. If not, the original
behavior of generating user-facing choices from the raw values is
preserved.

See: https://wikipedia.org/wiki/21:9_aspect_ratio

I updated the global AspectRatios table in _fallback/02 Utilities.lua to
match.
2020-04-28 22:47:54 -04:00
quietly-turning 8650fc420e Merge pull request #1982 from quietly-turning/API-doc-cleanup
fix + clarify multiple issues in LuaDocumentation.xml
2020-04-18 00:35:51 -04:00
quietly-turning 79272eedde fix+clarify multiple issues in LuaDocumentation
* removed ClearEnterMappedKeys from global functions
* typo fix in rawequal
* fix explanations of global SecondsToXXXX functions
* add to explanation of lua.ReportScriptError
* explain how ActorSound class can be used in Lua as "Sound"
* fix explanation for Course.GetCouseDir
* fix specified args for GAMESTATE.GetPreferredDifficulty
* remove HighScore.GetHighScore since it doesn't exist
* document special args for ScreenSelectProfile.SetProfileIndex
* fix specified args for Style.GetColumnInfo
* add examples of return value for Style.GetColumnInfo
* remove lingering mentions of SM4
2020-04-17 17:30:26 -04:00
quietly-turning fe9034aa91 Merge pull request #1977 from teejusb/5_1-new
Fix float parsing errors
2020-04-10 15:23:09 -04:00