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
e4c39656a7
[ci] Add rule to deprecate scripts/globals/title require
...
Fix syntax
Fix empty blocks after final require removal
Remove extra newlines
2023-08-18 13:36:35 -04:00
claywar
dbb55dc63e
[chore] Remove requires for scripts/globals/titles
2023-08-18 13:29:17 -04:00
claywar
894bf524f4
[chore] Add newline after end at same indent level (1)
2022-11-22 14:39:00 -05:00
claywar
3660e75405
[chore] Remove excess whitespace in parentheses
2022-11-06 08:16:08 -05:00
claywar
9cc5853fe2
[chore] Remove outer parens from Lua conditions (10)
2022-11-04 08:36:20 -04:00
claywar
4ca2edda31
[chore] Remove outer parentheses from conditionals (weaponskills, commands)
2022-10-30 09:13:30 -04:00
claywar
d552b9d333
[lua] Format tables from CI - 4
2022-09-17 14:07:38 -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
wrenffxi
11a7ad6eb5
for consistency, rename existing dsp tables to singular
2018-04-28 15:23:47 -04:00
wrenffxi
04d861c06a
tabled statuses
...
modified addtitle, hastitle, and setweather commands to use tables
2018-04-28 04:40:17 -04:00
TeoTwawki
57ddee343a
add hastitle command to check titles, rename title to addtitle
2017-10-24 00:05:43 -04:00