forked from github/server
age_building: neue funktion von steinkreisen
bugfix: steinkreise hatten negative größe regionid und die Erstzung von \\r entfernt bugfix: sonnensegel verschwand nicht bugfix: rückgabewert von use_museumticket war > 0
This commit is contained in:
parent
9f92b2e525
commit
0bd27124b2
|
@ -1,5 +1,5 @@
|
||||||
C++ = g++ ;
|
C++ = g++ ;
|
||||||
CC = gcc ;
|
CC = tcc ;
|
||||||
|
|
||||||
if ! $(HAVE_LUA) {
|
if ! $(HAVE_LUA) {
|
||||||
HAVE_LUA = 1 ;
|
HAVE_LUA = 1 ;
|
||||||
|
@ -44,6 +44,7 @@ if $(HOST) = "hamunaptra" {
|
||||||
} else {
|
} else {
|
||||||
XMLHDRS = /usr/include/libxml2 ;
|
XMLHDRS = /usr/include/libxml2 ;
|
||||||
}
|
}
|
||||||
|
C++FLAGS += -DHAVE_LUABIND_B7 ;
|
||||||
|
|
||||||
rule iconv
|
rule iconv
|
||||||
{
|
{
|
||||||
|
|
|
@ -2,8 +2,7 @@ function run_scripts()
|
||||||
scripts = {
|
scripts = {
|
||||||
"wedding-jadee.lua",
|
"wedding-jadee.lua",
|
||||||
"eternath.lua",
|
"eternath.lua",
|
||||||
"ponnuki.lua",
|
"ponnuki.lua"
|
||||||
"xmas2004.lua"
|
|
||||||
}
|
}
|
||||||
for index in scripts do
|
for index in scripts do
|
||||||
local script = scriptpath .. "/" .. scripts[index]
|
local script = scriptpath .. "/" .. scripts[index]
|
||||||
|
|
|
@ -7,7 +7,6 @@ function xmas2004()
|
||||||
for f in factions() do
|
for f in factions() do
|
||||||
f:add_item("speedsail", 1)
|
f:add_item("speedsail", 1)
|
||||||
f:add_notice("santa2004")
|
f:add_notice("santa2004")
|
||||||
print(f)
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue