mpv/player/lua
wm4 37f441d61b lua: restore recent end-file event, and deprecate it
Lua changed behavior for this specific event. I considered the change
minor enough that it would not need to go through deprecation, but
someone hit it immediately and ask on the -dev channel.

It's probably better to restore the behavior. But mark it as deprecated,
since it's problematic (mismatch with the C API). Unfortunately, no
automatic warning is possible. (Or maybe it is, by playing sophisticated
Lua tricks such as setting a metatable and overriding indexing, but
let's not.)
2020-03-22 19:42:59 +01:00
..
assdraw.lua
console.lua console: fix typo in previous commit 2020-02-07 14:05:04 +01:00
defaults.lua lua: restore recent end-file event, and deprecate it 2020-03-22 19:42:59 +01:00
options.lua options.lua: avoid unnecessary on_update calls 2020-02-06 22:57:53 +01:00
osc.lua osc: avoid using a deprecated event 2020-03-21 19:32:50 +01:00
stats.lua stats: fix incorrect ass formatting on 3rd page when vo was switched 2020-02-06 22:57:53 +01:00
ytdl_hook.lua ytdl_hook: fix URL extraction for manifests 2020-02-23 12:04:55 +01:00