~dokomix/dokomix/+git/stepmania:5_1-rpi

Last commit made on 2020-06-27
Get this branch:
git clone -b 5_1-rpi https://git.launchpad.net/~dokomix/dokomix/+git/stepmania

Branch merges

Branch information

Name:
5_1-rpi
Repository:
lp:~dokomix/dokomix/+git/stepmania

Recent commits

683cb5b... by Colby Klein

Remove FTOC, skip vertex conversions

This skips a lot of useless cpu work. Pushing to a branch because
this breaks D3D and I can't test/fix that right now.

This gets gameplay running 60fps fairly consistently on my RPi 4.

39d516f... by Colby Klein

simplified FTOC for aarch64

this isn't actually a good solution, really RageVColor shouldn't be
doing this conversion at all and should be refactored/removed.

this gets gameplay running a bit smoother, much closer to holding 60fps

7b4e4f8... by quietly-turning <email address hidden>

Merge pull request #1886 from mwkroening/tomcrypt-header

Use correct tomcrypt headers

2b11f88... by quietly-turning <email address hidden>

Merge branch '5_1-new' into tomcrypt-header

135dc0d... by quietly-turning <email address hidden>

Merge pull request #2026 from quietly-turning/more-Luadoc-updates-take2

More Luadoc Updates

df07b4c... by quietly-turning <email address hidden>

update Version, Date in Lua.xml

These elements are normally automatically updated when a new Lua.xml is
generated using the --ExportLuaInformation command line argument, but
I've manually updated them here. It works for now.

Running --ExportLuaInformation will generate a new Lua.xml file with
everything available to Lua, including some repetitively-named functions
ported from notitg that were manually condensed down within Lua.xml.

We want to keep these condensed parts, so ExportLuaInformation should
probably be fixed/replaced in the future.

4635973... by quietly-turning <email address hidden>

add grouping attr to Class elements in LuaDoc

These "grouping"s aren't part of the spec in Docs/Luadoc/Lua.xsd, so
they won't appear when Lua.xml is viewed in a web browser, but can still
be used by external API doc applications until ExportLuaInformation is
improved.

5574113... by quietly-turning <email address hidden>

tidy preformatted code examples in LuaDoc

91bf61a... by quietly-turning <email address hidden>

update LuaDocs for Classes

Fix, clarify, and expand prose in LuaDocumentation.xml for classes made
available to Lua.

Add elements for DeviceList, InputList, Quad, and SongMeterDisplay to
Lua.xml.

d627979... by quietly-turning <email address hidden>

update LuaDocs for Singletons, Enums for 5.1-new