Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move vadi2/mudlet-lua into Mudlet/Mudlet officially #832

Merged
merged 341 commits into from Apr 4, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
341 commits
Select commit Hold shift + click to select a range
e762396
Added setStyleSheet methods to Label and Gauge
Beliar83 Apr 25, 2011
ec925e1
Added TiledImage class
Beliar83 Apr 25, 2011
114bcc9
GeyserReposition now gets automatically registered to sysWindowResize…
Beliar83 Apr 27, 2011
06c689f
Fixing locale problem in SetConstraints
Beliar83 Apr 29, 2011
e681e85
Added simple layouting classes to Geyser
Beliar83 Apr 26, 2011
40d2fa2
Integrated layouting parameters and methods into the Geyser main class
Beliar83 Apr 26, 2011
a040900
Renamed Geyser.Expand to Geyser.Dynamic
Beliar83 Apr 26, 2011
7872cd9
Replaced TiledImage with a method added to Label
Beliar83 Apr 29, 2011
5ba2894
Various fixes to/for HBox and VBox
Beliar83 Apr 29, 2011
2b4f677
Started writing a html manual for Geyser.
Beliar83 Apr 29, 2011
ff5295a
Added Tutorial with a "Hello World" section
Beliar83 May 1, 2011
eeb9906
Fixed broken remove() method
Beliar83 May 2, 2011
9c443cb
Added "Containers" section to tutorial
Beliar83 May 2, 2011
1dc6fb8
Fixed bug in Geyser:remove()
Beliar83 May 2, 2011
6721b21
Fixed bug in HBox and VBox when a child was created without x and y …
Beliar83 May 3, 2011
6664b00
Fixed HBox and VBox overwriting relative values for their child windo…
Beliar83 May 3, 2011
361029e
Added H/VBox section to Tutorial
Beliar83 May 3, 2011
0d5eb84
Added header to HBox and VBox
Beliar83 May 4, 2011
f6d538d
Fixed not correctly working table.contains and moved table.index_of t…
Beliar83 May 8, 2011
6849cad
Moved manual files out of version control. The manual can be found at…
Beliar83 May 9, 2011
dce470f
Moved begin_update and end_update to GeyserGeyser.lua
Beliar83 May 9, 2011
3b80073
Geyser now distinguishes between whether a window was hidden by its p…
Beliar83 May 9, 2011
d10eb9b
The mapper window can now be "hidden" through Geyser,
Beliar83 May 9, 2011
f5a3553
Merge branch 'master' of https://github.com/vadi2/mudlet-lua into wor…
Beliar83 May 9, 2011
656b045
fixed gmcp updates
Beliar83 May 12, 2011
a3f3910
Fixed locale issue
Beliar83 May 18, 2011
14f9b0d
Fixed MiniConsole FontSize. Thanks to demonnic.
Beliar83 May 19, 2011
46ee2bf
Improved setExit to take coordinates as well as numbers
vadi2 May 26, 2011
04067aa
Syncing with official mudlet-lua
Beliar83 May 31, 2011
ee9839b
- added overrides for lockExit, hasExitLock to accept letters for dir…
vadi2 Jul 5, 2011
286495a
Merge branch 'master' of github.com:Beliaar/mudlet-lua
vadi2 Jul 5, 2011
dc3d246
Applied Andrea Piccinelli's <frasten@gmail.com> patch to fix *insertT…
vadi2 Jul 12, 2011
6c72ee4
- fixed printModules, patch from tsujinn
vadi2 Jul 26, 2011
fac1a3e
- made table.is_empty more efficient
vadi2 Aug 31, 2011
ee76588
- Fixed Logging.lua to load with the more strict LuaJIT2 beta9
vadi2 Dec 18, 2011
a45934c
- added Lynara's display() which detects infinite loops
vadi2 Apr 25, 2012
32f2c14
added error handling to package unzipping (someone ran into it throwi…
vadi2 Apr 26, 2012
5ee9efc
replaced our current display() with one from Penlight (Steve Donovan'…
vadi2 May 13, 2012
7d6565c
- removed unnecessary comment
vadi2 Jun 4, 2012
4fed841
- implemented appendBuffer() for Geyser.MiniConsole
vadi2 Dec 12, 2012
8736d85
- added bg(miniconsole, color) and fg(miniconsole, color) support
vadi2 Dec 12, 2012
91166e7
- added support for Geyser.MiniConsole:fg() and Geyser.MiniConsole:bg()
vadi2 Dec 12, 2012
2d0d125
- added wrappers for setLink, echoLink and insertLink to Geyser.MiniC…
vadi2 Dec 12, 2012
e8bd865
- updated gmod to re-enable GMCP modules at login
vadi2 Dec 14, 2012
15f210f
- added .gitignore
vadi2 Dec 15, 2012
5c1a80a
- added replace(text, keep_color)
vadi2 Dec 15, 2012
57c0297
- removed autogenerated docs from being tracked and commited
vadi2 Dec 15, 2012
330b756
- fix cechoLink, dechoLink, and hechoLink not accepting the true/fals…
vadi2 Dec 16, 2012
8da1371
- fix decho[[<255,255,255:0,0,128>\<0,0,0:128,128,0>@]] not rendering…
vadi2 Dec 16, 2012
fb57fd7
- added a print() that simulates Luas print, so people following onli…
vadi2 Dec 16, 2012
9e2e5cc
- disable Logging.lua for now - never documented/used yet, and fails …
vadi2 Dec 20, 2012
f8f3f21
- added the popular deleteFull()
vadi2 Dec 20, 2012
df4eec3
- fixed new display() to work properly in all cases
vadi2 Dec 21, 2012
83755ed
- optimized table.is_empty()
vadi2 Dec 23, 2012
2e62802
- made unzip() be less chatty, only report errors
vadi2 Dec 23, 2012
00c4525
- made the old print available as ioprint()
vadi2 Dec 27, 2012
779444b
- added an error msg for gailing to load a LuaGlobal file
vadi2 Dec 27, 2012
17dda5f
- made display(nil) not choke and print nil
vadi2 Dec 27, 2012
d4236f6
- fixed (c|d|h)echo("main", "something") to work
vadi2 Dec 27, 2012
4a981be
- made (d|c)echo("main", text) work for fallback lrexlib-less cases
vadi2 Dec 27, 2012
a6ff047
- made echoLink/insertLink explicitly state the format as true or fal…
vadi2 Dec 27, 2012
cec48f4
- fixed gmod.enableModule to work again (string.split uses Lua's patt…
vadi2 Jan 3, 2013
5da2f9c
- fix "Geyser MiniConsole setTextFormat error" (fgColor:set and bgCol…
vadi2 Jan 3, 2013
b34bbb2
Fix for nontable values to display() sending additional line with nil…
demonnic Jan 4, 2013
f82c9f2
Merge pull request #1 from demonnic/master
vadi2 Jan 4, 2013
ab17e70
- make display({}) output {} and not {\n}
vadi2 Jan 4, 2013
49fcb12
- improve fg(), bg() to accept "main" parameter and report wrong colo…
vadi2 Jan 8, 2013
dcf12da
- showColors() improvements from Phoenix: make colors clickable, and …
vadi2 Jan 8, 2013
3a50cda
geyser flash() callback fix, miniconsole:clear() function added.
demonnic Jan 16, 2013
d1b07cf
Fixing placement of flash() clickCallback call
demonnic Jan 16, 2013
5171cfa
Adding :clear() function for Geyser.Label
demonnic Jan 16, 2013
e86c22c
Adjusting clickCallback to use all arguments, rather than only the first
demonnic Jan 17, 2013
3b44e19
Merge pull request #3 from demonnic/master
vadi2 Jan 17, 2013
2170456
Fixing set[Italics|Underline|Bold] functions for geyser miniconsoles.…
Jan 18, 2013
ac4d4c9
Merge pull request #4 from demonnic/master
vadi2 Jan 19, 2013
a016e9c
Adding resetFormat() function to geyser miniconsoles
Jan 19, 2013
03996d9
- fixed db:set to work
vadi2 Feb 4, 2013
19a5530
- added shms(seconds, show) - made by phasma. Given a number of secon…
vadi2 Feb 4, 2013
441e575
- fixed GMCP module re-enable not to go off when GMCP is not enabled
vadi2 Feb 4, 2013
ad51564
Merge remote-tracking branch 'origin/master'
vadi2 Feb 4, 2013
936cc1b
- replace Set by Add, since we might disable Mudlets modules at initi…
vadi2 Feb 4, 2013
26cc578
- added an override to createMiniConsole() so it always sets the para…
vadi2 Feb 26, 2013
b3c2c0c
- db: fixes, so given examples an API works
vadi2 Mar 8, 2013
8eebf6d
Fixed _unique properties not getting actually applied to columns
vadi2 Mar 10, 2013
ca02c45
Removed the forced lowercase sheet fields, you can use any case now.
vadi2 Mar 11, 2013
e9f78ec
Merge pull request #5 from demonnic/master
vadi2 Mar 19, 2013
15a77a1
- fixed an issue with Geyser MiniConsole setFontSize changing fontSiz…
vadi2 May 1, 2013
b59f910
Merge remote-tracking branch 'origin/master'
vadi2 May 1, 2013
0976ce7
- impoved table.update (thanks to Jor'Mox on forums)
vadi2 May 28, 2013
61a145f
- added assertion to string.title
vadi2 May 28, 2013
564217f
- workaround luasql being too old for sqlite bug
vadi2 May 28, 2013
4d95037
- misc line ending fixes
vadi2 Jun 6, 2013
f13266f
- improved Label callbacks to be more lenient for args and accept bot…
vadi2 Jun 6, 2013
63a7b5a
- fixed replace() to work with multiple windows
vadi2 Jun 6, 2013
cc64f14
Added nestable/flyout labels
Chris7 Jun 11, 2013
4216ece
Merge pull request #6 from Chris7/nestedLabels
vadi2 Jun 11, 2013
8e91d1b
- gauges improvement by Jor'Mox: added orientation styles and extract…
vadi2 Jun 14, 2013
731541e
- fixed db:create failing on sheets without a _unique index
vadi2 Jun 25, 2013
19b9f35
- improved io.exists to work on folders in Windows
vadi2 Jun 25, 2013
eae64c3
- removed debug display()
vadi2 Jun 25, 2013
81709eb
- minor improvement to Geyser.Color
vadi2 Jun 25, 2013
c5de179
- added a tests/ folder, which will contain all the unit tests for mu…
vadi2 Jun 26, 2013
a733b95
- added the Travis CI data file
vadi2 Jun 26, 2013
737f774
- fixed travis file to actually install busted
vadi2 Jun 27, 2013
59337fd
- fixed the script command
vadi2 Jun 27, 2013
e7fecde
- added a few more tests on the basic DB functionality
vadi2 Jun 27, 2013
e90b69a
fixed db:close to properly remove entries, so it'll re-open them prop…
vadi2 Jun 27, 2013
24cd596
improved language used for tests (thanks demonnic!)
vadi2 Jun 27, 2013
8e84762
fixed db:fetch's sorting operator to be applied to all fields to prod…
vadi2 Jun 28, 2013
eb8c800
added a db:fetch() sorting case as used on forums
vadi2 Jun 28, 2013
2f856cc
fixed comments regarding how db:fetch() works to how it actually worked
vadi2 Jun 28, 2013
9277003
indenting fix and assertion improvement
vadi2 Jun 28, 2013
f7f3c50
fixed a missing local, which leaked sql into _G
vadi2 Jun 30, 2013
441d18e
improved description of the root test
vadi2 Jun 30, 2013
7650133
added Other.lua to be run by busted. Ideally it'll run on all files i…
vadi2 Jun 30, 2013
e8b5bbc
added a workaround not to have print() be refined while testing
vadi2 Jun 30, 2013
39e87ed
added speedwalk() tests to Other.lua
vadi2 Jun 30, 2013
5ea5f74
improved speedwalk() functions not to use any globals (thanks Jor'Mox!)
vadi2 Jun 30, 2013
46c61ab
fixed the fake tempTimer to run code, and improved the delayed speedw…
vadi2 Jun 30, 2013
a5ca10e
improved test names
vadi2 Jun 30, 2013
379168a
- improved db:create to workaround a luasql bug with a patch develope…
vadi2 Aug 14, 2013
7d5cb56
- improved column detection to (ab)use _unique, as detecting a column…
vadi2 Aug 17, 2013
9503721
- improved db:echo_sql to use print instead of echo (so it can be use…
vadi2 Aug 17, 2013
e385bca
- started on tests to add columns to existing databases
vadi2 Aug 17, 2013
c34ccfb
- impelement a "try until it works" design for handling the scenario …
vadi2 Aug 17, 2013
8cdd8f6
- fixed indenting to DB.lua's current 3 space indenting
vadi2 Aug 17, 2013
d70aab2
updated references to autogenerated docs, added a picture status of t…
vadi2 Aug 17, 2013
cf5ac54
- changed format of README to README.md, so pictures can show and we …
vadi2 Aug 17, 2013
6ba8bb6
- seeing if I can get the picture to show up in the right place I'd l…
vadi2 Aug 17, 2013
8699e20
- removed the accidentally re-added README, adjusted README.md
vadi2 Aug 17, 2013
f54e760
improved tests to check db:'s status and not just rely on the functio…
vadi2 Aug 18, 2013
e983df0
- fixed loading inside Mudlet
vadi2 Sep 8, 2013
db359b9
- fixed db:eq to escape field names
vadi2 Sep 8, 2013
1ec33d6
- fixed as_string reporting to report time in the local timezone as e…
vadi2 Sep 10, 2013
e1f7fa7
Applied the time differences to other timestamp functions
vadi2 Sep 11, 2013
1970126
Timestamp functions now respect timestamps DST and UTC offset setting…
vadi2 Sep 23, 2013
42f3844
- fixed colour codes captured by the pattern not being injected into …
vadi2 Sep 24, 2013
b90f7d0
- improved table.contains not to error on being passed nil instead of…
vadi2 Sep 28, 2013
de99f25
- fixed datetime:parse to return false on an invalid timestamp instea…
vadi2 Sep 29, 2013
92cdd3a
- handle timestamp conversion better when invalid values are given
vadi2 Sep 29, 2013
4bfb543
- fixed db:update() corrupting timestamp values
vadi2 Sep 29, 2013
ec4e37f
- fixed Timestamp retrieval functions as they should not be compensat…
vadi2 Sep 29, 2013
ac42e4f
- fixed copy/pasted wording of error messaging
vadi2 Sep 30, 2013
a32bf7b
- added Timestamp:set(timestamp)
vadi2 Sep 30, 2013
95dfa7a
Added instructions for running and creating tests for mudlet-lua.
vadi2 Oct 18, 2013
19d9d86
- updated luasql to set the global explicitly in tests as well
vadi2 Oct 19, 2013
0568bf8
Added Unittests for correct application and filtering of options fo the
keneanung Oct 23, 2013
770d02c
Fixed the usage of option values as columns.
keneanung Oct 23, 2013
3fc57f5
Foxed unittest 17 as it seems to busted on travis behaves differently…
keneanung Oct 23, 2013
d4e9be7
Added tests for deletion of columns on migration
keneanung Oct 27, 2013
a540dc5
Added column deletion on Db:create
keneanung Oct 27, 2013
f71e66c
Removed a FIXME mark
keneanung Oct 27, 2013
8bbc28b
Merge pull request #2 from keneanung/master
vadi2 Oct 27, 2013
cf8b049
Added db:query_by_example unit tests
keneanung Nov 14, 2013
11cdfd6
Added db:query_by_example()
keneanung Nov 14, 2013
c8167bb
Incorporated some optimizations
keneanung Nov 22, 2013
efc2187
Changes to unittests for query_by_example()
keneanung Nov 22, 2013
e494253
Merge pull request #3 from keneanung/master
vadi2 Nov 22, 2013
8ffbcc5
Updated LuaGlobal to have the capacity of loading Lua files when Mudl…
vadi2 Nov 22, 2013
9b1c620
Added "total" test of db:aggregate()
keneanung Nov 29, 2013
476f5b3
Fixed a type in the first agregate test
keneanung Nov 29, 2013
d88efb3
Properly give the field that should be aggregated
keneanung Nov 29, 2013
e184179
Changes to db:aggregate()
keneanung Nov 29, 2013
cfaa0f5
Added test for db:aggregate() average function
keneanung Nov 29, 2013
ff46506
Added tests for db:aggregate() "max" and "min" calculation
keneanung Nov 29, 2013
b28abb2
Added the test for db:average() count
keneanung Dec 3, 2013
5c4d099
Added tests for all db:aggregate() functions
keneanung Dec 3, 2013
d448dad
Bug fixes for db:aggregate() functions with query
keneanung Dec 3, 2013
fd0902f
Fixed the query argument for db:aggregate function
keneanung Dec 3, 2013
9243ddc
Merge pull request #4 from keneanung/fixDbAggregate
vadi2 Dec 4, 2013
f654398
Add db:aggregate() tests for the future option to only aggregate uniq…
keneanung Dec 4, 2013
c35c811
Fix of a unit test of the last commit.
keneanung Dec 4, 2013
9a05800
improved db:aggregate()
keneanung Dec 4, 2013
30b4966
Merge branch 'master' of https://github.com/vadi2/mudlet-lua into Agg…
keneanung Dec 4, 2013
3b0dc88
Merge pull request #5 from keneanung/AggregateDistinct
vadi2 Dec 4, 2013
bb03a8c
Updated the unittests for query_by_example changes
keneanung Dec 5, 2013
d64b49c
Made query_by_example more useful
keneanung Dec 5, 2013
6a36e13
Merge pull request #6 from keneanung/MakeQueryByExampleUseful
vadi2 Dec 5, 2013
9f602f1
Cdded table.deepcopy() to clone tables.
vadi2 Dec 24, 2013
ff17e75
Improved db:create to re-open connections after they've been closed.
vadi2 Apr 28, 2014
62c0085
Fixed improper equality checks.
vadi2 May 6, 2014
c80c5d6
Better Mac detection with getOS().
vadi2 Dec 4, 2014
56a059a
Initial version of ansi2decho.
vadi2 Dec 4, 2014
1fbf5d7
Limit the version of Busted to use
vadi2 Dec 10, 2014
5c2d1d4
Commented ansi2decho better & added greyscale
vadi2 Dec 10, 2014
a0f3e41
Whitespace removal from editor
vadi2 Dec 10, 2014
0095697
Fix doc generation command to run only for Geyser
vadi2 Dec 10, 2014
f9cc673
Added some resiliency for bad xterm256 rgb codes.
vadi2 Dec 11, 2014
08909ae
Fixed ansi2rgb for xterm256 rgb-specified colours
vadi2 Dec 11, 2014
b0a72e4
Attempt to implement vadi2/mudlet-lua#8
keneanung Dec 14, 2014
53cb961
More changes to ansi2decho
keneanung Dec 17, 2014
2d143b5
Specify the ANSI pattern a little more
keneanung Dec 21, 2014
72ae6b5
Fix off by 1 bug
keneanung Dec 21, 2014
3d9430a
No bright colours for backgrounds
keneanung Dec 21, 2014
1b4be29
Add first unit tests for ansi2echo()
keneanung Dec 22, 2014
05afc42
Run the correct unittest file for GUIUtils
keneanung Dec 23, 2014
65a7be6
Use tables instead of strings for colours
keneanung Dec 25, 2014
9975f41
Change the standard white to the default colour
keneanung Dec 25, 2014
9339a71
Extend the test of single tags
keneanung Dec 25, 2014
2367442
Add more unittests for ansi2decho.
keneanung Dec 26, 2014
9acd9f7
Add tests for xterm256 in ansi2decho()
keneanung Dec 27, 2014
1922660
Add some real life examples for ansi2decho tests
keneanung Dec 29, 2014
d17642c
Merge pull request #10 from keneanung/master
vadi2 Dec 30, 2014
149893b
add the missing format argument
keneanung Jan 30, 2015
92ca61c
Port new ANSI colour code to lua
keneanung Dec 30, 2015
76fc7c1
Change some comments and whitespace
keneanung Dec 30, 2015
c0bc0e4
Merge pull request #11 from keneanung/Adapt_ansi2decho_to_mudlet_changes
vadi2 May 20, 2016
3f04ff5
Basic callback method stuff
dicene Dec 13, 2016
93b6f5f
BugFix: revise & add colour definitions to provided table
SlySven Feb 27, 2017
3d53fc1
Change to use latest busted
vadi2 Feb 27, 2017
10d7af9
BugFix: excise Lua deselect() command from GUIUtils.lua file
SlySven Feb 27, 2017
55f7f58
Clarified what this repository is for
vadi2 Feb 27, 2017
140bcfa
Changed luadoc to ldoc
vadi2 Feb 27, 2017
b7155ad
Remove unused luadoc.css
vadi2 Feb 27, 2017
a0f1788
Allow optional parameters in XTERM-256color ANSI sequences
keneanung Feb 24, 2017
a089f3c
Add unit tests for optional parameters XTERM-256colour ANSI sequences
keneanung Feb 24, 2017
aed2a81
Add colons to the new expected results
keneanung Feb 25, 2017
a725353
Adaptions to expected test results
keneanung Feb 25, 2017
e3b0921
Removed unnecessary luadoc files
vadi2 Mar 4, 2017
16bb501
Documented addChild
vadi2 Mar 4, 2017
35e56c6
Improved docs generation to work and align with old luadoc style
vadi2 Mar 4, 2017
0dadac1
Added ldoc css
vadi2 Mar 4, 2017
fdc0289
Removed in-directory .gitignores that get deleted
vadi2 Mar 4, 2017
0ecf44d
Updated top-level one to ignore everything instead
vadi2 Mar 4, 2017
959a619
CSS files should get ignored as well
vadi2 Mar 4, 2017
237b9d1
Updated generation script
vadi2 Mar 4, 2017
bdf3f7c
Update to latest LuaGlobal from release_30 branch
vadi2 Mar 4, 2017
a921ebf
Update GeyserLabel.lua
Nyyrazzilyss Mar 5, 2017
8cf828b
Added the use of getMudletLuaDefaultPaths() for loading LuaGlobal
vadi2 Mar 9, 2017
8cfd545
Bugfix: Prevents errors when clicking on a nestable without children
dicene Mar 5, 2017
4c175d0
Fix typo in nested labels
vadi2 Mar 9, 2017
94715d6
Update Other.lua
JorMox Mar 6, 2017
5ea6795
Fix typo in documentation param
vadi2 Mar 11, 2017
b2e7ca5
Fixed :addChild documentation to look better
vadi2 Mar 11, 2017
972d993
Add basic unit test for setHexFgColor
keneanung Mar 14, 2017
599220a
Add setHexFgColor method
keneanung Mar 14, 2017
9ebf8c9
Bugfix in unit test of setHexFgColor
keneanung Mar 14, 2017
eb61aaf
Turn order of expected and given output
keneanung Mar 14, 2017
5ec46f3
Add setHexBgColor function
keneanung Mar 14, 2017
349bd61
Add setHexBgColor tests
keneanung Mar 14, 2017
200198c
Merge branch 'master' into fixCechoLink
keneanung Mar 14, 2017
6e8dff4
Merge pull request #27 from keneanung/fixCechoLink
vadi2 Apr 4, 2017
55a4c0d
Merge pull request #26 from keneanung/AddSetHexColors
vadi2 Apr 4, 2017
e04badb
Merge pull request #23 from Nyyrazzilyss/patch-1
vadi2 Apr 4, 2017
97961bb
Update GeyserLabel.lua
vadi2 Apr 4, 2017
cd3d790
Merge pull request #14 from dicene/releaseCallback
vadi2 Apr 4, 2017
c7bd0c5
Fixed typo in GeyserLabel.lua comment
vadi2 Apr 4, 2017
359b67c
Removed forceWebColorsTable() for the time being
vadi2 Apr 4, 2017
58ce235
Merge pull request #17 from SlySven/(Lua)bugFix_correctColourTable
vadi2 Apr 4, 2017
c7efafd
Merge remote-tracking branch 'vadi2/mudlet-lua' into development
vadi2 Apr 4, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/mudlet-lua/genDoc.sh
Expand Up @@ -7,9 +7,9 @@ find . -name "*.html" -type f
cd ../lua/
ldoc --style `pwd` --project Geyser --not_luadoc --dir ../mudlet-lua-doc/files geyser/

# maintain compatibility with old luadoc-generated links.
# maintain compatibility with old luadoc-generated links.
# luadoc created geyser/, ldoc makes modules/
cd ../mudlet-lua-doc/files
find . -type f -exec sed -i 's@modules/@geyser/@g' {} +
rm -rf geyser/
mv modules geyser
mv modules geyser