Commit Graph
6324 Commits
Author SHA1 Message Date
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
Josh adf424c96a Merge pull request #1273 from madsboddum/Holocore-1265
[Misc] Store persistent chat rooms in MongoDB instead of legacy ODB
2023-04-15 13:07:04 -05:00
Josh beb3a4daad Merge pull request #1283 from madsboddum/Holocore-1275
[Mission] Terminal missions spawn lairs
2023-04-15 12:44:09 -05:00
Josh 5547017dd1 Merge pull request #1268 from madsboddum/Colored-logs
Colored logs in development mode
2023-04-15 12:41:48 -05:00
Josh 6d4269cce7 Merge pull request #1269 from madsboddum/Holocore-1267
[Faction] Switching factions resets your faction rank
2023-04-15 12:41:27 -05:00
Josh 4f2f5d7b75 Merge pull request #1281 from madsboddum/Holocore-1280
[Misc] Optimize memory usage of CombatExperienceService
2023-04-15 12:41:08 -05:00
Josh 8f37e3dad9 Merge pull request #1285 from madsboddum/Holocore-1284
[Misc] Fix being unable to set title back to No Title
2023-04-15 12:40:32 -05:00
Ziggy 334ee206ce [Mission] Terminal missions spawn lairs
Relates to GitHub issue #1275
2023-04-15 19:11:35 +02:00
Ziggy 24c7bb51e9 [Misc] Fix being unable to set title back to No Title
Relates to GitHub issue #1284
2023-04-15 18:31:34 +02:00
Ziggy bb948b7ddd [Misc] Optimize memory usage of CombatExperienceService
Relates to GitHub issue #1280
2023-04-15 15:48:45 +02:00
Ziggy f7cdb84831 [Misc] Store persistent chat rooms in MongoDB instead of legacy ODB
Relates to GitHub issue #1265
2023-04-15 14:36:45 +02:00
Ziggy 31f5d3c8e1 [Faction] Switching factions resets your faction rank
Relates to GitHub issue #1267
2023-04-15 09:19:56 +02:00
Ziggy 6fadd7d137 Colored logs in development mode 2023-04-15 09:16:32 +02:00
Josh 6614cddafe Merge pull request #1264 from madsboddum/Holocore-1230
[Bazaar] Withdrawing a listed item
2023-04-13 18:49:06 -05:00
Ziggy 4eb1d1137c [Bazaar] Withdrawing a listed item
Relates to GitHub issue #1230
2023-04-13 18:05:10 +02:00
Josh b0e1e2f5e9 Merge pull request #1263 from madsboddum/mongodata_primitives
Bumped pswgcommon to get a bugfix in MongoData, which is currently pr…
2023-04-11 17:54:15 -05:00
Ziggy c93076c4a1 Bumped pswgcommon to get a bugfix in MongoData, which is currently preventing the server from booting 2023-04-11 15:47:13 +02:00
Josh aebefc9571 Merge pull request #1261 from madsboddum/Holocore-1229
[Combat] No longer possible to fight while swimming
2023-04-10 22:06:31 -05:00
Ziggy b4ce35615e [Combat] No longer possible to fight while swimming
Relates to GitHub issue #1257
2023-04-10 16:56:01 +02:00
Josh 522c9f50ed Merge pull request #1260 from madsboddum/Holocore-1229
[Bazaar] Purchasing an item put up for instant sale
2023-04-10 08:19:45 -05:00
Ziggy 927134010b [Bazaar] Purchasing an item put up for instant sale
Relates to GitHub issue #1229
2023-04-10 12:15:26 +02:00