Commit Graph

2869 Commits

Author SHA1 Message Date
Windsinger f6982f6b79 Update reports.lua
As discussed on discord
2022-10-23 19:20:51 +02:00
Cooldude2606 86c51157f4 Automatic Doc Update 2022-10-23 17:06:24 +00:00
Cooldude2606 8de39094bb Merge pull request #232 from Windsinger1985/patch-1
Update deconlog.lua
2022-10-23 18:05:57 +01:00
Windsinger 6a98444710 Update deconlog.lua
added requested changes in /config/deconlog.lua
2022-10-23 18:54:01 +02:00
Windsinger 1f4e1b7d9b Update deconlog.lua
Add for regular rocket and explosive rocket + adding comma between timestamp and playername.
2022-10-20 15:29:19 +02:00
Cooldude2606 c36f42d7e8 Automatic Doc Update 2022-09-25 00:10:59 +00:00
Cooldude2606 ab806ad8fc Merge pull request #231 from oof2win2/feature/fagc
Add ban and unban logging for FAGC clientside bot support
2022-09-25 01:10:31 +01:00
oof2win2 ed9cb765b9 fix(fagc): luacheck compliance 2022-09-20 11:58:28 +02:00
oof2win2 eaf3faa9a4 fix(fagc): csv compliance 2022-09-20 11:57:13 +02:00
oof2win2 713c7ccdbb feat: add FAGC logging 2022-09-14 21:48:19 +02:00
PHIDIAS 7b010de3a8 Update data.cfg 2022-06-08 23:00:27 +09:00
PHIDIAS 4f44d5dca8 Update data.cfg 2022-06-08 22:21:01 +09:00
PHIDIAS a83bef11d6 Update commands.cfg 2022-06-02 11:04:51 +09:00
PHIDIAS 63d684d075 Update commands.cfg 2022-06-02 10:55:18 +09:00
PHIDIAS 5bb0e171e1 Update commands.cfg 2022-06-02 10:49:49 +09:00
PHIDIAS eef319f342 Update commands.cfg 2022-06-02 10:46:50 +09:00
PHIDIAS 87fdd4297e Update commands.cfg 2022-06-02 10:42:09 +09:00
PHIDIAS f3ba9ae1d8 Update commands.cfg 2022-06-02 10:31:38 +09:00
PHIDIAS 043d214dbf Update addons.cfg 2022-06-02 10:31:34 +09:00
PHIDIAS c6c45765c2 Create addons.cfg 2022-06-02 03:39:31 +09:00
PHIDIAS 76de50e191 Create commands.cfg 2022-06-02 03:39:27 +09:00
PHIDIAS 6d3c97e45a Create config.cfg 2022-06-02 03:39:24 +09:00
PHIDIAS b4a935fc61 Create data.cfg 2022-06-02 03:39:20 +09:00
PHIDIAS a38e481238 Create expcore.cfg 2022-06-02 03:39:18 +09:00
PHIDIAS a0f5b36546 Create gui.cfg 2022-06-02 03:39:14 +09:00
PHIDIAS f229145b07 Update gui.cfg 2022-06-02 03:39:12 +09:00
PHIDIAS 1542d9db8e Merge pull request #5 from explosivegaming/dev
Dev
2022-06-02 01:43:14 +09:00
oof2win2 f1268ddf9e refactor(nukeprotect): better config setup 2022-05-15 10:15:59 +02:00
oof2win2 6a8a0ebb3e fix(common): CI fix 2022-05-14 23:30:23 +02:00
oof2win2 2eb5557146 fix(docs): copy and move items 2022-05-14 23:28:17 +02:00
oof2win2 5ec5a0efad feat(addons): implement nukeprotect 2022-05-14 23:24:54 +02:00
oof2win2 b164e4dd68 fix(common): remove wrong move_items
Have only copy_items_stack and move_items_stack
2022-05-14 23:22:05 +02:00
Cooldude2606 9955905079 Automatic Doc Update 2022-05-14 20:36:59 +00:00
Cooldude2606 7958f045d1 Merge pull request #228 from oof2win2/feature/graftorio
Add graftorio
2022-05-14 21:36:29 +01:00
oof2win2 e3f78387e4 fix(graftorio): CI fix 2022-05-14 22:31:36 +02:00
oof2win2 2c21f989ae fix(graftorio): config issues 2022-05-14 22:29:11 +02:00
Cooldude2606 49ccd5040a Automatic Doc Update 2022-05-14 14:33:24 +00:00
Cooldude2606 ffb63b46ee Merge pull request #227 from oof2win2/bugfix/move-items
Fix transfer of items after death and ban
2022-05-14 15:32:52 +01:00
Cooldude2606 245d15431e Merge branch 'bugfix/move-items' of github.com:oof2win2/AwF-Scenario into bugfix/move-items 2022-05-14 15:28:56 +01:00
oof2win2 89e2dd2afe fix: item_name to item.name and add docs 2022-05-14 15:08:26 +01:00
oof2win2 15a5d8d48a fix: LuaItemStack could be invalid
Fixed an issue with clearing inventories of players where the command
failed due to it attempting to access LuaItemStacks that were invalid
for read
2022-05-14 15:08:25 +01:00
oof2win2 8caf3c0a82 fix(death): movement of items to chests
Items would be only copied and destroyed rather than transferred
This would cause issues with power armor, spidertrons etc.
2022-05-14 15:08:13 +01:00
oof2win2 8195107572 feat: add graftorio 2022-05-14 16:06:37 +02:00
oof2win2 af19424cea fix: item_name to item.name and add docs 2022-05-14 15:52:47 +02:00
oof2win2 dc9f3b1198 fix: LuaItemStack could be invalid
Fixed an issue with clearing inventories of players where the command
failed due to it attempting to access LuaItemStacks that were invalid
for read
2022-05-14 15:38:03 +02:00
oof2win2 fd0d07d657 fix(death): movement of items to chests
Items would be only copied and destroyed rather than transferred
This would cause issues with power armor, spidertrons etc.
2022-05-14 11:13:43 +02:00
Cooldude2606 48b474b79d Automatic Doc Update 2021-12-31 15:56:39 +00:00
Cooldude2606 d7a2477a33 Merge pull request #224 from oof2win2/dev
Basic Action Log
2021-12-31 15:56:04 +00:00
oof2win2 ec1e54507e Automatic Doc Update 2021-12-31 14:46:46 +00:00
oof2win2 872e0a9d58 🐛 workflow fix? 2021-12-31 15:46:12 +01:00