Commit Graph
1402 Commits
Author SHA1 Message Date
Heron 6a373ce6b0 Jedi QA God Gear For Testing 2026-05-16 18:08:17 -04:00
Heron 107e0a5917 Server implementation of Space RLS 2026-05-15 18:28:08 -04:00
Heron 49edd3c461 Space rare loot system functioning. Pending testing. 2026-05-15 15:23:08 -04:00
Heron d550f14830 drop eligibility works
chest stores tier + quality
ground chest path is guarded
space chest menu/open path exists
reward table lookup moved to open time
quality matching supports all and pipe lists
item-type dispatch stubs are ready
2026-05-14 23:08:07 -04:00
Heron c30f9a2903 Added a config parameter to enable ITV in a city 2026-05-13 20:56:00 -04:00
Heron a6f178673c Added configuration to turn TCG vendors on/off 2026-05-12 20:41:20 -04:00
Heron 5b1baae680 Added zone and object information utiltiies 2026-05-12 18:30:41 -04:00
Heron c39aa1d2e5 Location fix for shellfish harvesting tool 2026-05-12 15:02:44 -04:00
Heron 4e3cfeb427 Completed lair interactivity options 2026-05-12 14:30:30 -04:00
Heron 0a8d775b02 Added logic for lair interactivity 2026-05-11 22:38:15 -04:00
Heron ed15ffc9d1 Clamp bell curve rolls to three deviations 2026-05-11 19:29:10 -04:00
HeronandGitHub b7eb7556d2 Merge pull request #398 from SWG-Source/space-battle-fix-and-refinement
Fix for space battles
2026-05-11 17:00:37 -05:00
Brandon CalabroandGitHub 7a6a0eadf0 Update base_class.java with JNI call getBuildoutAreaRect() 2025-05-07 14:03:10 -05:00
Brandon CalabroandGitHub 462f279b25 Updated buildout_utility.java with new JNI function calls
The buildout utility should now work on all scenes, including Kashyyyyk and Mustafar without the need to check scenes and performs better coordinate checking.

Also adds additional JNI call (additional PR in src repo)
2025-05-07 13:57:42 -05:00
Heron 82cc3101fe Fix for space battles 2024-12-28 22:18:44 -05:00
HeronandGitHub 879f48efb4 Merge pull request #391 from SWG-Source/qa-space-tools
Qa space tools
2024-12-07 00:16:38 -06:00
Heron 58568316f7 Completed server side implementation of QA god space parts 2024-11-27 20:36:58 -05:00
RezecNoble 18baed6b0f GCW Space Battle Fix 2024-10-08 20:39:08 -04:00
RezecNoble e71af28262 GCW Space Battle Fix 2024-10-08 20:32:07 -04:00
RezecNoble 67528cf65e Fixed Meatlump Map Puzzle 2024-10-01 15:23:24 -04:00
heronalexandria a0a7726471 added countermeasure packs 2024-09-15 17:56:28 -04:00
heronalexandria ca32944c1a added missile packs 2024-09-15 17:42:13 -04:00
heronalexandria 90e8bdb694 added countermeasure launchers 2024-09-15 17:08:36 -04:00
heronalexandria 2b124fff58 updated space launchers 2024-09-15 17:01:38 -04:00
heronalexandria 4129c39ce0 added ship missile launchers to frog 2024-09-15 16:32:33 -04:00
heronalexandria 357e6adea0 added droid chips to frog 2024-09-15 15:33:32 -04:00
heronalexandria 8ccfc73172 added flight computers to QA menu 2024-09-15 14:53:24 -04:00
Heron f0b28e6b4c added astromechs to frog 2024-09-15 14:17:38 -04:00
RezecNoble 6a67803887 NoTrade Removable Fix 2024-08-29 19:55:13 -04:00
Rezec 86fca556dc Void Dance Typo 2024-08-19 18:39:18 -04:00
RezecNoble 5a83e9d0b0 Make Structures Tradeable Again 2024-08-10 13:41:23 -04:00
Cekis 6cb3258de3 Updated Warp Locations usage on froggie 2022-10-07 18:24:45 -04:00
Cekis ee929bdeab Trying to advance Java without advancing Java 2022-09-27 01:23:33 -04:00
Cekis 6d149399d9 Fixed bug while reading the boolean config values of the Restuss Event 2022-09-27 00:07:10 -04:00
TekaohandGitHub 43cd27c7a2 Don't destroy a city flagged as derank exempt
Completes 8b05a65a60
Thanks @AconiteX
2022-07-20 12:28:32 -04:00
Tekaoh e4b521466c Add QA Power Crystals to the frog 2022-07-17 18:32:45 -04:00
HeronandGitHub f0915d1fa3 Updated per code review
Moved declaration of row and affect outside of the loop.
2022-03-25 19:35:41 -05:00
HeronandGitHub 96a3c6521a Merge branch 'SWG-Source:master' into master 2022-03-25 19:29:24 -05:00
Cekis fe51f84ec1 Merge branch 'master' of https://github.com/SWG-Source/dsrc 2022-03-21 15:32:06 -04:00
Cekis a2c5a35c47 Server account lot size now a config value. 2022-03-21 15:30:37 -04:00
HeronandGitHub b6943fb901 Update reset.java 2022-03-15 12:59:28 -05:00
HeronandGitHub e5a59e66a5 Fix for trade buffs in build a buff.
This fix adds an effect map to build a buff, which allows multiple buffs to be applied to an effect. This fixes the trader assembly buff, which only applied food_assembly. The mapping table allows multiple assembly buffs to be applied without hard coding. This fix also makes a change to the experience buff. The trade buffs also apply an experience bonus, but were not limited to crafting. The XP buff provides an additional buff, to chronicler xp.

I moved the xp application to a common function, and they no longer overwrite each other. The highest buff is applied.

I did a partial refactor to make the code easier to follow. This refactor is limited to the build a buff handlers.
2022-03-14 10:21:31 -05:00
HeronAlexandriaandGitHub f1fcbadffb Added Chroniclers Tokens to Character Terminal
A simple modification to add chroniclers tokens to character builder terminal ("the frog") for testing.
2022-03-12 01:18:32 -06:00
HeronAlexandriaandGitHub b862114e8c Fixed access issue on NPC vendors
If an item on an NPC vendor is no trade you can get a permissions error when you attempt to purchase the item. Aconite gave me this fix, and I am including it from my private repo.
2022-03-12 01:15:06 -06:00
Cekis 4117b14087 Quick code review pass on the space spawner. 2022-01-25 02:29:45 -05:00
Cekis 4e00d42d9f Fixed null pointer issue 2021-11-16 11:22:36 -05:00
erusman 0e5ae3ab96 Small fix to frog. Forgot to add a break line in structures 2021-09-19 15:53:05 -07:00
erusman b07c7bc118 update frog. Added and organized all structures 2021-09-19 11:04:39 -07:00
erusman f9ffc7f6eb Update to frog. Adding more structures for easier spawn and testing 2021-09-18 19:11:38 -07:00
Erusman 0115e20457 partial reverse and fix my bad 2021-09-11 04:37:41 -07:00