Commit Graph
6324 Commits
Author SHA1 Message Date
Josh 20c701f3bc Merge pull request #1212 from madsboddum/faction_points
[Faction] Faction standing
2023.04.05
2023-04-04 18:38:43 -05:00
Josh f2980e1447 Merge pull request #1215 from madsboddum/Holocore-1211
Slitherhorn has 0 volume
2023-04-04 18:35:10 -05:00
Josh 810887e092 Merge pull request #1216 from madsboddum/Holocore-677
[Combat] Combat and the Combat Level - lowering/increasing XP
2023-04-04 18:34:50 -05:00
Josh a16bf08639 Merge pull request #1221 from madsboddum/Holocore-1218
[Mission] Nearby group members also receive the destroy mission rewar…
2023-04-04 18:33:36 -05:00
Josh 63a09d500c Merge pull request #1222 from madsboddum/Holocore-697
[Entertainer] Instruments and Props have their required skills set
2023-04-04 18:31:24 -05:00
Josh 76abc556cb Merge pull request #1223 from madsboddum/Holocore-1219
[Vehicles] The radial option for vehicle deeds should be "Generate", …
2023-04-04 18:31:01 -05:00
Josh 936e9ce040 Merge pull request #1226 from madsboddum/stored_run_configs
Stored commonly used run configurations, so it's easier to get started
2023-04-04 18:30:42 -05:00
Ziggy 616902b74f Stored commonly used run configurations, so it's easier to get started 2023-04-04 14:15:49 +02:00
Ziggy a059900dd0 [Vehicles] The radial option for vehicle deeds should be "Generate", not "Call"
Relates to GitHub issue #1219
2023-04-04 13:10:29 +02:00
Ziggy d450c43177 [Entertainer] Instruments and Props have their required skills set
Relates to GitHub issue #697
2023-04-04 11:54:29 +02:00
Ziggy 96c73524c6 [Mission] Nearby group members also receive the destroy mission reward when the target is defeated
Relates to GitHub issue #1218
2023-04-04 11:21:03 +02:00
Ziggy 458b80e858 [Combat] Combat and the Combat Level - lowering/increasing XP
Relates to GitHub issue #677
2023-04-04 10:35:55 +02:00
Ziggy e06e1747a0 Slitherhorn has 0 volume
Relates to GitHub issue #1211
2023-04-04 10:15:29 +02:00
Ziggy a20710e04a [Faction] Faction standing
Relates to GitHub issue #675
2023-04-04 09:52:39 +02:00
Josh 6677d7d025 Merge pull request #1210 from madsboddum/auto_import_service
Excluded java.security.Provider.Service from auto import suggestions,…
2023-04-03 16:50:50 -05:00
Ziggy b7518f7533 Excluded java.security.Provider.Service from auto import suggestions, so me.joshlarson.jlcommon.control.Service is always the only suggestion 2023-04-03 16:22:47 +02:00
Josh c110f4ba2f Merge pull request #1209 from madsboddum/Holocore-749
[General] Fixed a bug where you had to relog to see new names for way…
2023-04-03 07:11:21 -05:00
Josh 8eebaafd0c Merge pull request #1206 from madsboddum/kotlin_support_data_services
Converted support data services from Java to Kotlin
2023-04-02 17:34:35 -05:00
Josh cb0b0e3da7 Merge pull request #1207 from madsboddum/dev_mongo_healthcheck
Added healthcheck to the mongo container and the mongo-express contai…
2023-04-02 17:30:46 -05:00
Josh 925e62b436 Merge pull request #1205 from madsboddum/kotlin_trade_service
Moved TradeService away from CraftingManager as trading is not relate…
2023-04-02 17:29:17 -05:00
Ziggy ddcf2ea6d2 Moved TradeService away from CraftingManager as trading is not related to crafting and converted TradeService to Kotlin 2023-04-03 00:05:27 +02:00
Ziggy 0c38db121f [General] Fixed a bug where you had to relog to see new names for waypoints
Relates to GitHub issue #749
2023-04-02 23:33:49 +02:00
Undercova c146c99b25 Merge pull request #1208 from Undercova/master
Added more destroy missions to database
2023-04-02 23:04:04 +02:00
Ziggy deaf57cb4e Added healthcheck to the mongo container and the mongo-express container now depends on the mongo container being health before attempting to start
This way, we don't need "restart: always" to deal with the connection failures in mongo-express to mongo
2023-04-02 22:57:29 +02:00
Undercova ff17fb1e31 Added more destroy missions to database
Updated the directory for destroy missions
2023-04-02 22:45:20 +02:00
Ziggy 8b684219c1 Converted support data services from Java to Kotlin 2023-04-02 22:02:04 +02:00
Josh 789ab1816f Merge pull request #1192 from madsboddum/mission_abort
Added support for aborting destroy missions
2023-04-02 13:44:17 -05:00
Josh 88567143e2 Merge pull request #1200 from madsboddum/sample_stack_resources
Sampled resources are now added to an existing stack in the inventory…
2023-04-02 13:34:15 -05:00
Josh 235daceda8 Merge pull request #1201 from madsboddum/namegen_warnings
Fixed code inspection warnings in the SWG name generator and fixed a …
2023-04-02 13:32:48 -05:00
Josh 375caa9366 Merge pull request #1202 from madsboddum/idea_exclude_dirs
Marked some folders generated during runtime as excluded in IDEA, to …
2023-04-02 13:31:58 -05:00
Josh 9b325b8e50 Merge pull request #1203 from madsboddum/kotlin_jedi_services
Converted the last Jedi services written in Java to Kotlin
2023-04-02 13:31:49 -05:00
Josh 35e00e9122 Merge pull request #1204 from madsboddum/starter_clothing_volume_0
Fixed a bug where the starter clothing had 0 volume when examining th…
2023-04-02 13:30:33 -05:00
Ziggy 25d457198f Fixed a bug where the starter clothing had 0 volume when examining the items 2023-04-02 19:51:08 +02:00
Ziggy a009b5ffa0 Converted the last Jedi services written in Java to Kotlin 2023-04-02 19:44:28 +02:00
Ziggy 33fe99f1c3 Marked some folders generated during runtime as excluded in IDEA, to speed up indexing and to prevent irrelevant search results 2023-04-02 14:03:30 +02:00
Ziggy 38c56aebc6 Fixed code inspection warnings in the SWG name generator and fixed a leaked implementation detail of how resource name rules are stored 2023-04-02 13:34:25 +02:00
Ziggy 979cfe447b Sampled resources are now added to an existing stack in the inventory if one exists, instead of creating a new stack every time 2023-04-02 11:45:46 +02:00
Josh Larson 706a287e11 Merge pull request #1196 from madsboddum/survey_npe_fix
Fixed being unable to use survey tools, caused by server reboots
2023-04-01 16:38:18 -05:00
Ziggy af207eacf6 Fixed being unable to use survey tools, caused by server reboots
Slight refactor of the code, to avoid having GalacticResource reference ServerData
2023-04-01 23:30:33 +02:00
Josh Larson 934384a63f Merge pull request #1199 from madsboddum/character_ability_check
Fixed a couple of bugs in command requirements, where they only affec…
2023-04-01 16:15:56 -05:00
Ziggy 98e5e871d8 Fixed a couple of bugs in command requirements, where they only affected combat commands and also possibly used the wrong ability name 2023-04-01 23:09:43 +02:00
Josh Larson 739746632f Merge pull request #1198 from madsboddum/volume_0
Fixed issue where some looted items had "Volume: 0" when examining them
2023-04-01 15:03:59 -05:00
Ziggy 9fe87f03c0 Fixed issue where some looted items had "Volume: 0" when examining them
This won't fix existing items.
2023-04-01 21:59:15 +02:00
Josh Larson acf35211cc Merge pull request #1197 from madsboddum/codestyle_v2
Updated the project code style with the newest version of the ProjectSWG code style
2023-04-01 14:36:41 -05:00
Ziggy e79d1a86d1 Updated the project code style with the newest version of the ProjectSWG code style 2023-04-01 21:30:06 +02:00
Josh Larson 50620f229e Merge pull request #1195 from madsboddum/marker_txt_leak
marker.txt detection no longer opens an InputStream that's never closed
2023-03-30 16:29:45 -05:00
Josh Larson b8c113f4d7 Merge pull request #1194 from madsboddum/combat_level_kt_tests
Converted some Combat XP testcases from Java to Kotlin
2023-03-30 16:28:55 -05:00
Josh Larson 7ae66a6f24 Merge pull request #1193 from madsboddum/server_keystore
Deleted keystore for the old HTTP web interface
2023-03-30 16:28:31 -05:00
Ziggy 9775877ab7 marker.txt detection no longer opens an InputStream that's never closed 2023-03-30 19:44:15 +02:00
Ziggy 2c8b7ed6c4 Converted some Combat XP testcases from Java to Kotlin 2023-03-30 16:16:03 +02:00