1
0

Disabled Lua virtual hooks.

This technology was used for old-style plugins and is no longer supported nor needed. Fixes #78.
This commit is contained in:
madmaxoft 2013-08-18 10:51:21 +02:00
parent 8fe6bb55dd
commit 76cf61ce66
3 changed files with 18 additions and 1957 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
/*
** Lua binding: AllToLua
** Generated automatically by tolua++-1.0.92 on 08/17/13 23:54:30.
** Generated automatically by tolua++-1.0.92 on 08/18/13 10:47:31.
*/
/* Exported function */

View File

@ -1,5 +1,5 @@
-- flags
local disable_virtual_hooks = false
local disable_virtual_hooks = true
local enable_pure_virtual = true
local default_private_access = false