lethosor
|
1f8392fa0b
|
Upgrade to Lua 5.3.6
|
2021-10-08 17:55:55 -04:00 |
lethosor
|
38702febf7
|
Use LUA_(C)PATH_VAR instead of LUA_(C)PATH in luaconf.h
This was apparently changed at some point around Lua 5.3, so a custom LUA_PATH
environment variable could prevent DFHack from initializing.
|
2017-03-14 00:24:05 -04:00 |
lethosor
|
18a8512242
|
Fix LLONG_MAX/LLONG_MIN in luaconf.h with old glibc versions
|
2016-08-13 11:40:30 -04:00 |
lethosor
|
adff13f4ab
|
Lua: re-enable C++ exceptions (re 42c620b )
|
2016-07-27 21:44:25 -04:00 |
Vitaly Pronkin
|
4dd411e862
|
Update Lua config and patch checkdp
|
2016-07-26 23:29:26 -04:00 |
lethosor
|
e2c6350978
|
Update Lua to 5.3.3
|
2016-07-26 23:23:26 -04:00 |
Alexander Gavrilov
|
7ea8e25cd3
|
Rename the LUA_PATH/LUA_CPATH environment variables to avoid conflicts.
If a user has a standalone lua installation with these variables
configured, it should not confuse dfhack into looking for things
in wrong places.
|
2014-03-31 14:15:57 +04:00 |
Alexander Gavrilov
|
a70fbf41d4
|
Reapply dfhack-specific lua build configuration.
|
2014-03-31 14:15:50 +04:00 |
Alexander Gavrilov
|
1132bea917
|
Update to Lua 5.2.3
|
2014-03-31 14:15:09 +04:00 |
Alexander Gavrilov
|
eeaae916ed
|
Reapply dfhack-specific lua build configuration.
|
2012-06-17 16:01:46 +04:00 |
Alexander Gavrilov
|
534367546d
|
Update to Lua 5.2.1
|
2012-06-17 16:01:46 +04:00 |
Alexander Gavrilov
|
0f41608ed4
|
Pull console output support and REPL out of dfusion into core lib.
|
2012-03-31 15:40:54 +04:00 |
Alexander Gavrilov
|
9384f0c842
|
Update lua to 5.2 and fix obvious breakage due to obsolete api.
|
2012-03-31 12:11:43 +04:00 |
Alexander Gavrilov
|
5d471a2a74
|
Since lua is now compiled as c++, don't declare api functions extern "C".
|
2012-03-25 11:11:45 +04:00 |
Quietust
|
e779a076fc
|
Fix Lua compilation on win32 - extern must come BEFORE __declspec
|
2012-03-24 09:11:25 -05:00 |
Alexander Gavrilov
|
dbbd9acfad
|
Export the type tree with enum keys to lua.
|
2012-03-19 20:12:27 +04:00 |
Petr Mrázek
|
eb4757043b
|
Move depends out of main library, make them (static) libraries.
|
2012-03-13 14:46:48 +01:00 |