claywar
55de6a5440
Fix issues reported in command scripts
...
Additional nil checks
2024-08-25 12:01:53 -04:00
claywar
1af0cee384
[type] Add Command type, command script annotations
2024-08-25 10:54:45 -04: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
5e3211a2b0
[chore] Remove all requires for scripts/globals/msg
...
Fix lines from search and replace
Fix last line length
2023-07-15 10:41:03 -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
a24cee9a62
[chore] Remove outer parens from Lua conditions (12)
2022-11-04 10:44:34 -04:00
claywar
ea4fa8290e
[chore] Update multiline conditionals to conform with CI
2022-10-23 17:59:41 -04:00
claywar
7ebc2e0f56
[chore] Add required padding to division operators
2022-10-23 14:13:26 -04:00
claywar
15605fd49c
[chore] Add required padding for operators and comparators
2022-10-23 14:13:26 -04:00
claywar
39fa346673
[lua] Format tables from CI - 5
...
Additional tables, fix lua.sh error
2022-09-17 15:48:34 -04:00
Zach Toogood
8bc86d34ac
[chore] Clean up some newline issues
2022-07-05 12:40:32 +03:00
wrenffxi
9b7052fcfe
replace msg basic magic numbers
2021-05-04 12:28:34 -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
Zach Toogood
9ddba57610
Roll back tpz.core global function binding
2021-01-09 08:01:35 +02:00
Zach Toogood
eb44c9a638
LuaRefactor: GetPlayerByName, GetPlayerByID
2020-12-28 16:37:20 +02:00
MrHappyAsthma
36fdb3ea7e
Bulk remove semicolons from Lua scripts/commands.
...
This may not actually be every file, but I did the best I could.
Command applied:
find . -type f -name "*.lua" | xargs -d '\n' sed -i 's/;//g'
Semicolons are not appropriate in Lua per the style guidelines:
https://github.com/project-topaz/topaz/blob/master/CONTRIBUTING.md
2020-02-19 21:42:47 -08:00
Topaz
3eb1c1570f
Remove DSP branding (copyright notices retained)
2019-12-02 12:40:02 -08:00
TeoTwawki
5e3de36f8a
commands to modify skill level and craft ranks.
2018-05-31 19:32:04 -04:00