Commit graph

25 commits

Author SHA1 Message Date
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
af67820d01
[chore] Remove empty newlines after function declaration 2022-12-01 09:04:52 -05:00
claywar
5ec60d3068
Replace switch with table in checkquest gm command 2022-11-25 05:54:23 -05: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
a24cee9a62
[chore] Remove outer parens from Lua conditions (12) 2022-11-04 10:44:34 -04:00
claywar
39fa346673
[lua] Format tables from CI - 5
Additional tables, fix lua.sh error
2022-09-17 15:48:34 -04:00
claywar
744c2c7e5f
Remove usage of log_ids global tables (#1599)
* Add xi.quest.fameArea table, remove SANDORIA from CI


Rename for consistency

* Remove references to SANDORIA global

* Remove references to BASTOK global

* Remove references to WINDURST global

* Remove references to ZILART and ABYSSEA_ globals

* Remove references to TOAU and ROV globals


Missing ROV reference

* Remove references to SELBINA and RABAO globals

* Remove references to MHAURA and KAZHAM globals

* Remove references to ACP, ASA, and AMK globals

* Remove references to COP, WOTG globals

* Remove references to ASSAULT, SOA, ADOULIN, and CAMPAIGN globals


Additional Adoulin

* Remove references to CRYSTAL_WAR and AHT_URHGAN globals

* Removed references to OTHER_AREAS_LOG

* Remove references to NORG global

* Remove references to OUTLANDS global

* Remove references to JEUNO global

* Refactor log_ids global

* Require explicit declaration of fameArea in npcUtil.completeQuest()
2022-04-18 15:09:50 -04:00
TeoTwawki
a0e318d216 axemurder that little space inside the square bracket...
DIE MOSNTER! YOU DON'T BELONG IN THIS WORLD!
2021-04-17 15:04:18 -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
ibm2431
29d3623a2f Insert spaces between commas inside scripts 2020-07-27 20:18:00 -07: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
ibm2431
a68d18e204 Adjust GM commands + fix some index-based quest ID logic hit by mass-replace 2019-02-20 20:33:18 -08:00
Daniel_Papenburg
72a1d41a2f DRY mantra, add funcs GetQuest/MissionLogInfo to log_ids.lua and reduce code redundancy in commands, since completequest missed earlier changes anyway 2017-10-22 10:09:55 -05:00
TeoTwawki
cb7df913d0 TAAAAAABS and also trim trailing 2017-10-21 01:43:09 -04:00
Daniel_Papenburg
9dfb21bf86 add/del/checkquest commands now check for _LOG suffix when using area name 2017-10-20 11:39:27 -05:00
Ninjistix
3b629bcd2d update comments in cmds to reflect change from @ to ! 2017-08-22 20:44:32 -04:00
wrenffxi
af7be368cd command input validation and standardization [b-c] 2017-08-03 12:31:51 -04:00