mpv/player/lua
torque 80669188d6 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.

(cherry picked from commit 4ff29f33b0)
2015-03-11 12:33:53 +09: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-11 12:33:53 +09: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 --no-warnings 2015-02-25 11:01:05 +09:00