1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2026-04-28 21:04:39 +02:00

19 Commits

Author SHA1 Message Date
danielmartin0 71aa65cfd2 luacheck 2024-10-29 14:22:52 +00:00
danielmartin0 6fa9cce38f gui updates 2024-10-29 14:11:14 +00:00
danielmartin0 7b17e3860e Stylua pt2 2024-10-22 21:47:11 +02:00
danielmartin0 718c97475b remove spectator mode 2024-10-22 21:47:11 +02:00
danielmartin0 3e5eb9aa57 format with StyLua 2024-10-22 21:47:11 +02:00
danielmartin0 5e29fe5bbb prettier pass 2024-09-12 13:27:22 +01:00
danielmartin0 cedcc86add adjust comments 2024-09-10 11:29:44 +01:00
danielmartin0 b99afc3d6a tweak visuals 2024-09-07 23:19:03 +01:00
danielmartin0 4ab447a395 more lint fixes 2024-09-07 22:33:00 +01:00
Piratux 0d9be8e524 Crew related changes
Changes:
- Added protected run checkbox when creating new run proposal. This locks captain role when captain becomes afk or leaves the afk.
- Increased crew run limit from 2 to 3.
- Public crew will no longer have captain protection when captain goes afk.
- Fixed an exploit where player could join private run bypassing password protection.
- Fixed an issue where spectator could take a class.
- Adjusted some GUI elements to look nicer.
2023-02-02 21:44:44 +02:00
Piratux 032c4d9d4f Small tweaks and fixes
Changes:
- Fixed an issue that caused player items to disappear when player left the game. But now offline player's items immediately go to captain's cabin.
- Added additional tiles around furnace quest structure.
- Veteran class now has 100% chance to slow an enemy.
- An error is printed to player now, when he is trying to create crew proposal with max crew limit.
2023-02-01 22:17:22 +02:00
Piratux 7930fdd32c Script error fixes from the logs 2023-01-28 15:55:01 +02:00
Piratux 770c3c523b Possible fix for class gui related error
Changes:
- Possible fix for class gui related error.
2022-11-20 20:29:37 +02:00
Piratux f72a577b7d New private runs
Changes:
- Players now can create private runs protected by a password. This run becomes public if the crew is empty or inactive for 24 horus (Limit is currently 1 private run at a time).
2022-10-10 20:21:14 +03:00
Piratux e37f74a7e3 Fixed class issues
Changes:
- Fixed class GUI issues
- added /remove_classes command (removes all classes)
- made /unlock <class> command available while not in debug as well (unlocks a class)
2022-07-28 18:15:31 +01:00
Piratux 93116e0e56 class panel small fix
Changes:
- Fixed button update to enable/disable it when people pick the class
2022-07-24 22:24:06 +01:00
Piratux fa5b4a0fbc Warning fixes 2022-07-15 15:18:01 +03:00
Piratux 383035aed1 Deprecated simple class explanations
Changes:
- Removed /classinfofull command and merged it onto /classinfo command
- Shops now show advanced explanation of classes
2022-07-08 15:53:31 +03:00
Piratux f826660619 New class GUI window
Changes:
- Fixed crash that could happen if player clicked on crew window button with middle mouse button while in lobby
- Removed "Pro..." text from Progress window button
- Moved class related info from crew window to new class window
- Added scroll pane for crew window
2022-07-07 23:01:45 +03:00