1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-26 03:52:22 +02:00

57 Commits

Author SHA1 Message Date
Gerkiz
091c64e11e Small commands refactor 2024-06-04 23:27:12 +02:00
Gerkiz
b3b939b902 Mtn v3 - minor bug fixes 2024-05-22 09:53:10 +02:00
Gerkiz
70c64828bc Fix antigrief 2024-04-02 19:22:09 +02:00
Gerkiz
dbfcdab321 Fixes and tweaks 2024-03-28 23:37:14 +01:00
Gerkiz
49ffd09bd2 Update server
Add start data func
2024-03-28 22:22:51 +01:00
Gerkiz
6f4c0db8b5 Add logging to backend 2024-02-25 13:58:12 +01:00
Gerkiz
1b88c87afd Fix server name when a player is banned 2024-02-21 00:00:41 +01:00
Gerkiz
4e38f4c45c Minor changes to gui elements 2023-12-10 20:42:30 +01:00
Gerkiz
08d7bef75c Fix server output not working and mtn v3 bug abuse 2023-11-29 00:42:11 +01:00
Gerkiz
4952c2d868 Remove unused function and change output communication 2023-11-25 20:48:06 +01:00
Gerkiz
3b8ace461a Mtn v3 - adjust goals, buffs 2023-10-05 22:53:29 +02:00
Gerkiz
b3c65f8ee8 Server - track scenario changes by name 2023-09-24 01:01:43 +02:00
Gerkiz
3b9d7591e9 Server - init new sync 2023-09-24 00:57:00 +02:00
Gerkiz
2855ed8e03 Server - fix broken converter 2023-02-21 00:21:17 +01:00
Gerkiz
2de11b8526 Banhandler - minor fix 2022-11-29 15:35:42 +01:00
Gerkiz
ec106a7f8f Server - minor changes to banhandler 2022-11-24 15:21:41 +01:00
Gerkiz
c8db36bc4f Jaildata - fix date issue 2022-11-04 22:39:29 +01:00
Gerkiz
0d91a9015a Jaildata - fix date issue 2022-11-04 19:01:11 +01:00
Gerkiz
2a3eab8521 Server - add new backend commands 2022-10-21 21:49:49 +02:00
Gerkiz
8a4aa9220f Add new jail channel to discord 2022-09-03 21:25:10 +02:00
Gerkiz
5c440f84b3 Server - added nil checks 2022-08-01 22:23:10 +02:00
Gerkiz
7590be58fe Change Game.get_player_by_index -> game.get_player 2022-06-26 23:34:38 +02:00
Gerkiz
bb96ff4fef New module - banhandler
Bans a player on join if found in banlist
2022-06-26 22:37:31 +02:00
Gerkiz
17e0988d2d Minor fix 2022-01-19 22:36:35 +01:00
Gerkiz
bd906f8e7f Add the ability to connect to other servers via ingame 2022-01-18 00:07:25 +01:00
Gerkiz
c39279ffdd Server util - new ways to send messages to discord 2022-01-14 16:16:21 +01:00
Gerkiz
8013d125a3 Minor fix 2022-01-06 01:09:35 +01:00
Gerkiz
d7dcb7270c Fix missing commit 2022-01-05 22:53:25 +01:00
Gerkiz
74bf9bec20 Minor changes to logging to discord 2022-01-05 22:49:07 +01:00
Gerkiz
7ce9894a15 two new modules and changes to scenario 2021-07-12 16:15:55 +02:00
Gerkiz
d3880c78a6 various tweaks 2021-07-02 10:52:27 +02:00
Gerkiz
6a262c01a2 new command - playtime
returns a value from the webpanel and prints it out to the player that ran the command
2021-06-02 00:05:45 +02:00
Gerkiz
0be0055eb7 minor adjustments done to rpg, wave defense and mtn v3 2021-05-23 02:02:11 +02:00
Gerkiz
64e588128e Validate functions and log player messages. 2021-05-07 01:19:38 +02:00
Gerkiz
f76af8c582 debug and desync fixes 2021-04-04 13:51:27 +02:00
Gerkiz
5cddfdbc59 added ping role support
allows a given role to be pinged by the webpanel
2021-03-17 16:39:03 +01:00
Gerkiz
25050bbefe minor tweaks 2021-03-11 21:53:12 +01:00
Gerkiz
cc0df3d549 minor changes 2021-01-11 23:34:19 +01:00
Gerkiz
8521eb4278 locale fixes 2020-11-29 21:26:49 +01:00
Gerkiz
f3ef03915a locale fixes 2020-11-29 21:20:39 +01:00
Gerkiz
1b2c7f6cd8 tweaks 2020-11-15 19:23:54 +01:00
Gerkiz
24831460d3 mtn fortress changes 2020-10-30 10:45:12 +01:00
Gerkiz
da8f82ba29 changes
added export_stats so web panel can fetch data from instance
and minor tweaks
2020-10-26 23:55:06 +01:00
Gerkiz
729c252a02 added UPS measurement
this is done in the wrapper
2020-10-21 13:34:59 +02:00
Gerkiz
6335126c6c refactor 2020-07-07 23:42:44 +02:00
Gerkiz
552088b099 improved server callback 2020-04-24 22:40:10 +02:00
Gerkiz
8e507a8984
minor fix 2020-04-05 18:39:16 +02:00
Gerkiz
58427b8083
Update server.lua
Added new a new command.
Only the server can utilize this.
2020-04-05 18:34:29 +02:00
Gerkiz
202aca5b52
Update server.lua
Added new command.

Server.stop_scenario()
2020-02-25 22:29:51 +01:00
cogito123
44bed491ea utils/server.lua: don't assume player association
Until now, it was assumed that entity "character" was player associated.
While this is true in 99% of cases, mods that allows NPCs are not
associated with a player and thus when they kill, error happens.

This patch adds additional check.
2020-01-04 21:54:11 +01:00