mpv/player/lua
torque 4ff29f33b0 Lua: add unpack shim for Lua 5.2/5.3 compatibility.
The global unpack function got moved to table.unpack in Lua 5.2, and
it's only available as the global if 5.2 is built with compatibility
enabled (the default). Lua 5.3 does not build with 5.1 compatibility by
default.

Fixes #1648.
2015-03-06 12:28:20 +01:00
..
assdraw.lua lua: do not use math.pow() 2015-01-25 01:23:29 +01:00
defaults.lua Lua: add unpack shim for Lua 5.2/5.3 compatibility. 2015-03-06 12:28:20 +01:00
options.lua options: deprecate 'lua' based options/dirs for 'script' 2014-12-15 04:39:56 +01:00
osc.lua OSC: Reset all styles for idle message 2015-01-16 06:40:32 +01:00
ytdl_hook.lua ytdl: add "--ytdl-params" option 2015-02-25 22:32:48 +01:00