Commit graph

14 commits

Author SHA1 Message Date
Zach Toogood
7754726cd7 IPC: Rewrite gotoEntity, gotoPlayer, and bringPlayer 2025-02-27 18:57:57 +00:00
claywar
1af0cee384
[type] Add Command type, command script annotations 2024-08-25 10:54:45 -04:00
MowFord
ae24137c44 Improve wording of gotoid and gotoname 2024-05-08 18:54:42 -05:00
Zach Toogood
e98de08e90 [core, Lua] Rename PrintToPlayer and PrintToArea to lowercase 2023-12-09 23:54:00 +00:00
claywar
8d17652f97
[chore] Update command scripts to return table
Update remaining commands

Remove unused, and correct missing items
2023-09-02 07:01:35 -04:00
claywar
aa87e30e4d
[chore] Replace double-quote strings with single-quotes 2023-08-28 21:02:36 -04:00
claywar
478d95fd11
[chore] Remove status global requires
Part one of the removal, to be continued

Fix comment alignment
2023-06-01 18:33:34 -04:00
claywar
af67820d01
[chore] Remove empty newlines after function declaration 2022-12-01 09:04:52 -05:00
claywar
b04ce4785c
Luacheck: Abilities, commands, auto ws, beastmen treasure, and beseiged global 2021-05-30 07:39:56 -04:00
TeoTwawki
09d90643fa Remove "branding" from all lua. 2021-04-01 15:10:15 -04:00
wrenffxi
0ed5cb8f59 [sol refactor] scripts/commands headings 2021-01-18 13:34:00 -05:00
Mark Klara
c52431e2c4
Remove trailing whitespace from script/ files. (#426)
Commands used (on Mac):
```
  export LC_CTYPE=C
  export LANG=C
  find . -not \( -name .svn -prune -o -name .git -prune \) -type f -print0 | xargs -0 sed -i '' -E "s/[[:space:]]*$//"
```
2020-03-20 01:41:42 +00:00
Topaz
3eb1c1570f Remove DSP branding (copyright notices retained) 2019-12-02 12:40:02 -08:00
wrenffxi
608125188c added gotoid command
attempt player:goToEntity(target) if target not found on current game server
2018-10-04 10:52:10 -04:00