From 4dcd167c7a1d9104b46e48d405c128642d6e2461 Mon Sep 17 00:00:00 2001 From: helixhorned Date: Tue, 12 Nov 2013 21:03:23 +0000 Subject: [PATCH] LunaCON: for gamevar-already-defined warnings/errors, show old location. Synthesis, BUILD_LUNATIC! Got the build? Good synthesis. git-svn-id: https://svn.eduke32.com/eduke32@4153 1a8010ca-5511-0410-912e-c29ae57300e0 --- .../eduke32/source/lunatic/doc/lunatic.txt | 4 +- polymer/eduke32/source/lunatic/lunacon.lua | 45 ++++++++++++++----- 2 files changed, 36 insertions(+), 13 deletions(-) diff --git a/polymer/eduke32/source/lunatic/doc/lunatic.txt b/polymer/eduke32/source/lunatic/doc/lunatic.txt index f4d37cf6e..0be83931f 100644 --- a/polymer/eduke32/source/lunatic/doc/lunatic.txt +++ b/polymer/eduke32/source/lunatic/doc/lunatic.txt @@ -5,6 +5,7 @@ Helixhorned :numbered: :icons: :toc: +:toclevels: 3 :language: lua @@ -1932,7 +1933,8 @@ The `fs` module -- virtual file system facilities [red]*DRAFT* -===== `files = fs.listpath(path, mask)` +[float] +==== `files = fs.listpath(path, mask)` Lists file names matching a wildcard `mask` which can be found under `path`. diff --git a/polymer/eduke32/source/lunatic/lunacon.lua b/polymer/eduke32/source/lunatic/lunacon.lua index 7461a3d9c..13e1eba66 100644 --- a/polymer/eduke32/source/lunatic/lunacon.lua +++ b/polymer/eduke32/source/lunatic/lunacon.lua @@ -735,6 +735,11 @@ local g_labeltype = {} local g_labelspecial = {} -- [