haproxy/examples/lua
Baptiste Assmann b437094853 EXAMPLES: lua: avoid screen refresh effect in "trisdemo"
In current version of the game, there is a "screen refresh" effect: the
screen is cleared before being re-drawn.
I moved the clear right after the connection is opened and removed it
from rendering time.
2025-05-21 12:00:53 +02:00
..
event_handler.lua EXAMPLES: add basic event_hdl lua example script 2023-04-05 09:02:14 +02:00
mailers.lua CLEANUP: assorted typo fixes in the code and comments 2023-11-23 16:23:14 +01:00
README EXAMPLES: add basic event_hdl lua example script 2023-04-05 09:02:14 +02:00
trisdemo.lua EXAMPLES: lua: avoid screen refresh effect in "trisdemo" 2025-05-21 12:00:53 +02:00

These files are example lua scripts that can be customized
if necessary.

They can be loaded with the 'lua-load' keyword like this:

    lua-load /path/to/lua_script.lua