freebsd-dev/stand/lua
Kyle Evans 1091c8fe47 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.
2018-04-01 01:07:15 +00:00
..
cli.lua lualoader: Return status in cli_execute_unparsed properly 2018-03-07 22:05:23 +00:00
color.lua lualoader: Clear up some possible naming confusion 2018-03-21 15:09:47 +00:00
config.lua lualoader: Simplify some expressions 2018-04-01 00:22:51 +00:00
core.lua lualoader: Actually re-raise error in try_include 2018-03-26 19:06:25 +00:00
core.lua.8 core.lua(8): Update to reflect recently added function clearCachedKernels 2018-03-21 03:16:14 +00:00
drawer.lua lualoader: Split logodefs out into logo-* files 2018-04-01 01:07:15 +00:00
hook.lua lualoader: Add primitive hook module, use it to untangle bogus reference 2018-03-21 03:07:16 +00:00
loader.lua lualoader: Implement try_include and use it for including the local module 2018-03-26 19:01:22 +00:00
logo-beastie.lua lualoader: Split logodefs out into logo-* files 2018-04-01 01:07:15 +00:00
logo-beastiebw.lua lualoader: Split logodefs out into logo-* files 2018-04-01 01:07:15 +00:00
logo-fbsdbw.lua lualoader: Split logodefs out into logo-* files 2018-04-01 01:07:15 +00:00
logo-orb.lua lualoader: Split logodefs out into logo-* files 2018-04-01 01:07:15 +00:00
logo-orbbw.lua lualoader: Split logodefs out into logo-* files 2018-04-01 01:07:15 +00:00
Makefile lualoader: Split logodefs out into logo-* files 2018-04-01 01:07:15 +00:00
menu.lua lualoader: Clear up some possible naming confusion 2018-03-21 15:09:47 +00:00
menu.lua.8 Add menu.lua(8), but do not add to distribution 2018-03-02 05:36:04 +00:00
password.lua lualoader: Use global printc instead of loader.printc 2018-03-02 16:06:20 +00:00
screen.lua lualoader: Clear up some possible naming confusion 2018-03-21 15:09:47 +00:00