]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
lualoader: Split logodefs out into logo-* files
authorkevans <kevans@FreeBSD.org>
Sun, 1 Apr 2018 01:07:15 +0000 (01:07 +0000)
committerkevans <kevans@FreeBSD.org>
Sun, 1 Apr 2018 01:07:15 +0000 (01:07 +0000)
commit2b229ad775b46911d860f547e9bb3ebcc86ece88
tree11ea543838149d706e12eb0e44ba34d3e5856fed
parentf5b78aa5cb19d22b558f782947a8f6f0cbf56fe8
lualoader: Split logodefs out into logo-* files

This commit splits all of the logodefs/graphics out into their own own files
and provides a method for these files to register their logodefs with the
drawer. Graphics are now loaded on demand if they don't exist in the current
set of logodefs.

The drawer module becomes a little easier to navigate through without all of
the graphics mixed in. It's also easy to do one-off graphics like the
9.2 Die Hard tribute by dteske@ without adding even more to our memory
requirements.
stand/lua/Makefile
stand/lua/drawer.lua
stand/lua/logo-beastie.lua [new file with mode: 0644]
stand/lua/logo-beastiebw.lua [new file with mode: 0644]
stand/lua/logo-fbsdbw.lua [new file with mode: 0644]
stand/lua/logo-orb.lua [new file with mode: 0644]
stand/lua/logo-orbbw.lua [new file with mode: 0644]