16 Commits

Author SHA1 Message Date
Aaron Suen
7c813dc4d2 Basic conversion of readmes to markdown format 2023-11-21 22:00:21 -05:00
Aaron Suen
5e79e17b89 Try to fix tracking HUD location issue
Seems there must be some kind of cache
poisoning or something happening...?
2023-11-04 20:40:31 -04:00
Aaron Suen
dc622f2438 Fix a severe perf issue due to cache faults 2023-06-20 08:30:54 -04:00
Aaron Suen
d32a2c856c Build mod summary list automatically
Instead of maintaining the short description of each sub-mod
manually in a giant README file, distribute the short descriptions
into each relevant mod, and then build the README listings
automatically at deploy time.

This should:
- Make it harder to forget to add/remove mods in the list
- Prevent them from being out of alphabetical order
- Ensure each mod has a description for in-menu use
2023-06-20 07:30:35 -04:00
Aaron Suen
1a88d282b7 Support all games 2023-06-20 06:21:15 -04:00
Aaron Suen
e8c578150d Reintroduce tracking HUDs to offlinepos
Apparently it was broken due to using a "return" instead of
a "continue/next" (which Lua doesn't actually have) due to a
function body being inlined into a loop.  Break it back out
into a function again to make the early return work right.

This reverts commit be7e70a09e992314a92c8349594e4070ff525528.
2023-06-16 06:42:30 -04:00
Aaron Suen
9e5a090776 Fix some errors with offlinepos teleportation 2023-06-10 23:54:04 -04:00
Aaron Suen
9ce18fd427 Add all required mod.conf files 2021-03-01 20:04:16 -05:00
Aaron Suen
aef33d9776 Try to make offlinepos globalstep more efficient
This is showing up prominently on profiler data
2021-03-01 07:23:47 -05:00
Aaron Suen
be7e70a09e Remove apparently-broken offlinepos HUDs 2020-07-04 13:39:35 -04:00
Aaron Suen
e5394c7512 Optimize common case of tracking nobody 2020-06-15 23:46:59 -04:00
Aaron Suen
8f0f73e8cb Offline tracking cleanup
- Automatically cull removed players from the list.
- When called w/o params, enable sane defaults.
	- track: add all players currently online
	- untrack: remove everyone
2020-06-11 07:10:09 -04:00
Aaron Suen
9b7925c0bf Make postrack/posuntrack toggle instead of replace. 2019-12-25 21:14:09 -05:00
Aaron Suen
734ec47053 Fix a few bugs. 2019-12-25 18:30:55 -05:00
Aaron Suen
2f20bb2fed Add teleport command support. 2019-12-25 17:53:31 -05:00
Aaron Suen
c85b888874 Start work on offline player pos mod.
Keep track of player last positions when offline, for
admin access.  Add ability to dump player coords, and
show player location HUDs (which coincide nicely
with nodecore name HUDs)
2019-12-25 17:44:22 -05:00