Ziggy
fd80d8a1d7
Removed ServerFactory and the DataFactory abstraction, as there's only one subclass now
2023-05-28 22:59:39 +02:00
Ziggy
127d5d14c6
Replaced last usage of deprecated ServerFactory in MapService with SdbLoader
2023-05-28 22:53:38 +02:00
Josh
9fe0923661
Merge pull request #1319 from madsboddum/chat_room_server_data
...
Static chat room sdf to sdb to conversion
2023-05-28 14:41:53 -05:00
Ziggy
9a1094b645
Converted default_rooms.sdf to default_rooms.sdb
2023-05-28 19:18:40 +02:00
Ziggy
2018a4073c
Converted planets.sdf to planets.sdb
2023-05-28 19:18:40 +02:00
Ziggy
a51261d064
Extracted loading of planet chat rooms into a dedicated DataLoader
2023-05-28 19:18:40 +02:00
Ziggy
efded04b42
Removed unused sql file
2023-05-28 19:18:39 +02:00
Ziggy
f501ef610b
Extracted loading of default chat rooms into a dedicated DataLoader
2023-05-28 19:18:29 +02:00
Josh
f2df94e0a2
Merge pull request #1318 from madsboddum/cloning_facility_loader
...
Cloning facility loader
2023-05-28 12:16:05 -05:00
Ziggy
bea4c7eba6
Converted CloningFacilityLoader to Kotlin
2023-05-28 19:07:41 +02:00
Ziggy
a1e7d90988
Rename .java to .kt
2023-05-28 19:05:45 +02:00
Ziggy
46443d150f
Removed deprecated RelationalDatabase and related code, as there are now 0 usages of it
2023-05-28 12:00:32 +02:00
Ziggy
4c0eb746fc
CloningFacilityLoader uses SdbLoader instead of the deprecated RelationalServerFactory to load its data
2023-05-28 11:59:33 +02:00
Ziggy
8974445068
Added a simple test for CloningFacilityLoader, so we have some confidence that it can survive a rewrite
2023-05-28 11:48:03 +02:00
Ziggy
be91907e20
Extracted loading of cloning facilities into a DataLoader object, to reduce the complexity of CloningService
2023-05-28 11:42:56 +02:00
Josh
888362a4d6
Merge pull request #1317 from madsboddum/archunit_intent
...
ArchUnit rules for Intents
2023-05-27 20:48:56 -05:00
Ziggy
c0d8d45e57
Added tests for naming convention rules of Intents and fixed violations from the grouping code
2023-05-27 18:07:08 +02:00
Josh
843116b589
Merge pull request #1316 from madsboddum/archunit
...
Added ArchUnit and configured rules for some of our current conventions, so these subtle issues can be detected without necessarily requiring a human
2023-05-21 11:08:22 -05:00
Ziggy
efffe6b265
Added ArchUnit and configured rules for some of our current conventions, so these subtle issues can be detected without necessarily requiring a human
...
The rules run as a part of the suite of automated tests.
2023-05-20 12:20:25 +02:00
Josh
9bd0658e35
Merge pull request #1315 from madsboddum/gh_issue_links
...
[Misc] Added GitHub issue detection to IDEA, so references to issues …
2023.05.16
2023-05-05 07:20:22 -05:00
Ziggy
0c2b44a646
[Misc] Added GitHub issue detection to IDEA, so references to issues become links to the issue on GitHub
2023-05-05 10:31:44 +02:00
Josh
5a4eb62ca6
Merge pull request #1313 from madsboddum/combat_experience_service_data_loader
...
[Misc] CombatExperienceService uses the NpcStat DataLoader instead of…
2023-04-30 11:10:02 -05:00
Josh
8092a12abb
Merge pull request #1312 from madsboddum/kotlin_1_8_21
...
[Misc] Updated Kotlin to 1.8.21 from 1.7.10
2023-04-30 11:08:33 -05:00
Josh
5bfeeded15
Merge pull request #1311 from madsboddum/guild_service_kt
...
[Misc] Converted GuildService to Kotlin
2023-04-30 11:08:12 -05:00
Ziggy
2e5ae5155d
[Misc] CombatExperienceService uses the NpcStat DataLoader instead of parsing the sdb itself with the deprecated RelationalServerFactory
2023-04-30 13:26:01 +02:00
Ziggy
b35238f09e
[Misc] Updated Kotlin to 1.8.21 from 1.7.10
...
No specific reason, just making sure we keep up.
2023-04-30 13:09:32 +02:00
Ziggy
cd559d83ca
[Misc] Converted GuildService to Kotlin
2023-04-30 10:22:26 +02:00
Josh
89332c49e7
Merge pull request #1309 from madsboddum/exploration_badge_loader
...
[Misc] Parsing of explorationBadges.sdb is now in a DataLoader, using…
2023-04-29 12:38:28 -05:00
Ziggy
9f46f13ab6
[Misc] Parsing of explorationBadges.sdb is now in a DataLoader, using ServerData instead of the deprecated RelationalServerFactory
...
Also made a slight performance optimization by only broadcasting GrantBadgeIntent if it's necessary.
ExplorationBadgeService is also converted to Kotlin.
2023-04-29 12:20:20 +02:00
Josh
335631d3b5
Merge pull request #1307 from madsboddum/junit_5_9_3
...
[Misc] Updated JUnit to 5.9.3
2023-04-27 20:48:52 -05:00
Josh
39639dee06
Merge pull request #1306 from madsboddum/Holocore-1279
...
[Chat] Joining a chat room works again
2023-04-27 20:48:41 -05:00
Josh
f46c5bce70
Merge pull request #1308 from madsboddum/kotlin_managers
...
[Misc] Converted all Manager classes from Java to Kotlin
2023-04-27 20:48:29 -05:00
Ziggy
fd17c08612
[Misc] Converted all Manager classes from Java to Kotlin
2023-04-27 20:08:07 +02:00
Ziggy
ac56d2ab54
[Misc] Updated JUnit to 5.9.3
2023-04-27 15:12:31 +02:00
Ziggy
3e8b7973b6
[Chat] Joining a chat room works again
...
Relates to GitHub issue #1279
2023-04-27 14:59:39 +02:00
Josh Larson
4c4d465be1
Added wrapper to SWGBitSet
2023-04-22 20:18:11 -05:00
Josh Larson
0d7594639d
Merge branch 'master' of https://github.com/ProjectSWGCore/Holocore into convert-objects-to-kotlin
2023-04-22 18:42:26 -05:00
Josh
1b414bb82f
Merge pull request #1299 from madsboddum/Holocore-1240
...
[Mission] Imperial/Rebel Mission Terminals
2023-04-22 16:31:04 -05:00
Josh
a98f931e36
Merge pull request #1300 from madsboddum/Holocore-1298
...
[Admin] Admins can more easily test factions with the /setFaction com…
2023-04-22 16:26:07 -05:00
Josh
af7a95e98a
Merge pull request #1297 from madsboddum/nge_tano06_parser
...
Removed NGE TANO06 parser, as TANO06 doesn't override anything from t…
2023-04-22 16:25:09 -05:00
Ziggy
5ec2df3415
[Admin] Admins can more easily test factions with the /setFaction command
...
Relates to GitHub issue #1298
2023-04-22 16:15:45 +02:00
Ziggy
cdd5b0c8fc
[Mission] Imperial/Rebel Mission Terminals
...
Relates to GitHub issue #1240
2023-04-22 16:12:42 +02:00
Ziggy
b7aafe7512
Removed NGE TANO06 parser, as TANO06 doesn't override anything from the base SWG object pre-NGE
2023-04-22 15:12:01 +02:00
Undercova
415eab21e4
Merge pull request #1295 from Undercova/master
...
Updated content
2023-04-17 20:03:08 +02:00
Undercova
ccb1418b2c
Merge branch 'ProjectSWGCore:master' into master
2023-04-17 19:57:53 +02:00
Undercova
bf885ef783
Added all possible Force Sensitive skills trees to the CBT
2023-04-16 12:59:34 +02:00
Undercova
bc5d9109e5
Merge pull request #1292 from Undercova/master
...
Changed the size of some creatures that were too tall/big
2023.04.15
2023-04-15 23:51:39 +02:00
Undercova
91803a1d90
Changed the size of some creatures that were too tall/big
2023-04-15 23:47:04 +02:00
Josh
6ce2194f61
Merge pull request #1291 from madsboddum/Holocore-1286
...
[Combat] You can no longer attack while riding a vehicle mount
2023-04-15 15:56:30 -05:00
Ziggy
3484d6a345
[Combat] You can no longer attack while riding a vehicle mount
...
Relates to GitHub issue #1286
2023-04-15 22:49:31 +02:00