Commit Graph
1408 Commits
Author SHA1 Message Date
AconiteX a5292cc59c Fix missed commit files for feature bit removal 2021-08-29 10:06:47 -04:00
AconiteX 70fc8d9af1 Script Class Loader Refactor
This bug-fixes a few things and replaces some stuff:

* The old defaultLoad TreeSet where you needed to manually add each script to the default load list has been replaced with a dynamic solution so modifying this in the future each time a base script class is added should be unnecessary (also it's an immutable HashSet now because there's no reason for it to be a TreeSet).
* Likewise, adding inner classes (and enums) to library scripts not in the default load should no longer fail to load during the normal loading process nor should it cause ClassNotFound/NoClassDefError/NoSuchMethodException errors.
* Fixed a bunch of raw use of parameterized class warnings.
* Set DEBUG = true for native java logging API to log everything happening here since it's a bit awkward to try and log through base_class.LOG when we haven't loaded it yet, so a tiny custom logging implementation has been added.
* Cleaned up so it's a bit more readable and easier to customize how we were checking if a class was from Java/JDK for the default load process, and also flagged that if you need to add custom libraries, you can just throw the class prefix into the new array and then include the lib in whatever you're doing.
* Switched RandomAccessFile.read() to .readFully() since that is available now and it does the same thing as what we were doing but more clearly.
2021-08-28 15:21:33 -04:00
AconiteX 8da41b8686 Companion for Cell Permission Updates 2021-08-20 00:52:30 -04:00
AconiteX b9bb323baa Make getPlayerId more verbose 2021-08-20 00:51:35 -04:00
AconiteX 180d30c753 Companion to Admin Account Routing Refactor 2021-08-16 16:24:36 -04:00
AconiteX b21276d9ba Complete FT/FB/SB Deprecation 2021-08-15 05:49:07 -04:00
AconiteGodOfSWG 2394d6210a Deprecate Feature Bits & Subscription Bits 2021-08-15 05:42:30 -04:00
AconiteGodOfSWG 8a2b1bf0e8 Deprecate isFreeTrialAccount 2021-08-15 04:53:12 -04:00
AconiteX 66d6e5e0ba Add Guild MOTD GU 19.12 (Fix #316) 2021-08-15 03:17:58 -04:00
AconiteX 64c0decf3e Add Helper Message for No Guilds in Galaxy on PA Request 2021-08-15 01:53:09 -04:00
AconiteX 7bc24e2ab7 Make Faction Presence Harass respect AI Ignore 2021-08-15 00:19:57 -04:00
AconiteX 6f9bd5d88c Quest Admin Command Refactor 2021-08-15 00:08:54 -04:00
AconiteX 3924f2c2ca Bug Fix: Inform Players if Ord Mantell Space isn't available 2021-08-14 22:30:10 -04:00
AconiteX 93cfd07fd6 Add isPlanetEnabledForCluster 2021-08-14 22:10:22 -04:00
AconiteX 2a2106cd20 Revert Changes from NPE Teleport Bug #161 2021-08-14 22:04:16 -04:00
AconiteX 295424b472 Implement Decorative Fedora and Whip #314 #315 2021-08-14 02:43:02 -04:00
AconiteX 7aabb3b24a Fix Item Recoloring in base player 2021-08-14 02:42:04 -04:00
AconiteX 5de11136ee Add Dynamic Item Recolor Script 2021-08-14 02:38:23 -04:00
AconiteX db3faa5d71 Add Dirty Menu Call for No Trade Removal Script 2021-08-14 00:41:47 -04:00
AconiteX 23b825c486 Add Storyteller Area Spawn Limit 2021-08-10 12:41:35 -04:00
AconiteX 718ce32eb1 Delete file_access.java 2021-08-09 14:29:35 -04:00
AconiteX 8d897aa8f3 Delete script_editor.java 2021-08-09 14:29:25 -04:00
AconiteX a893e3e21c Delete perforce_user.java 2021-08-09 14:29:13 -04:00
AconiteX 4bd22dd3e5 Delete perforce.java 2021-08-09 14:29:03 -04:00
AconiteX 420d32d72d fix badgeRestricted ship chassis 2021-07-25 21:52:15 -04:00
BloodCommando 8b61075e5f Fix for WoD Trees/Plants
Restructures WoD Plants/Trees to be more coherent and in keeping with how they were on live. Removes prologue tree 09-12 as they are actually "potted plants" per EoL and awarded through the themepark rather than the prologue.

Corrected the generic themepark herb jar which was previously using the nightsister jar appearance.

Updated other herb jars to use the correct names they used on live and updated the rewards.tab to correspond. The generics were already their correct names, so the quest tabs do not need to be updated.

Updated all herb jars to use correct scripts and updated scripts to correctly award the proper trees/plants.

Removed any incorrect or redundant objects.

Since information is very hard to find I've included it in this commit.

Prologue Trees 1-8 are awarded via the prologue seed jar.
Nightsister & Singing Mountain Prologue Trees 1-8 are awarded via the prologue collection for Nightsisters.

Potted Plants 1-9 are awarded via the Witches of Dathomir seed jar.
Nightsister & Singing Mountain Potted Plants 1-9 are awarded via the collections for the main Themepark herb delivery quests, which also gives a seed jar for the respective faction.

tl;dr tress are prologue and potted plants are part of the main themepark.
2021-07-19 19:21:48 -04:00
AconiteX 604b777905 Update corrupted_rancor_mutation_npc.java 2021-07-18 15:23:48 -04:00
AconiteX 3e6ef6b58b Update wod_kyrisa.java 2021-07-18 14:29:09 -04:00
AconiteX 2d34e1f88e Delete read.me 2021-07-17 02:43:56 -04:00
AconiteX 39a491d17d WoD Fix SMC Mountain Bridge Spawns 2021-07-17 01:44:29 -04:00
AconiteX 114c6d2540 Delete swyckoff_test_conversation.java 2021-07-16 11:57:19 -04:00
AconiteX 194ffc57f7 WoD Mutant Rancor Lair/Boss Refactor 2021-07-16 11:50:06 -04:00
AconiteX 6cc55c6257 Update particlebrowser.java 2021-07-13 23:44:52 -04:00
AconiteX c7db8132ee QA Quest Tool support for Quest Tasks and Signals 2021-07-13 06:34:09 -04:00
AconiteX 8a35cd9085 Refractor approach to special creature DNA loot
The point of this change is to get rid of all of the unnecessary DNA loot roll chance scripts located at script.item.dna.* and instead replace it with a proper implementation. There are 2 new columns in creatures.tab (dnaChancePct and dnaItemName) which are parsed during createCreature() and loot events to properly roll for loot chance of the DNA and to add it to a creature's inventory container.
2021-07-13 02:29:08 -04:00
AconiteX 90577ca186 Fix WoD Conversation Scripts for 3.1 Compatibility 2021-07-13 00:38:16 -04:00
BloodCommando 49e6b3a4b8 Witches of Dathomir 2021-07-12 15:27:53 -04:00
AconiteX 4edc48c219 Missed one 2021-06-27 01:47:37 -04:00
AconiteX aae953a7e1 Gender Enum Refactor 2021-06-27 01:46:50 -04:00
AconiteX dd853fc370 Remote Deprecated SCRIPT_DEFAULT return 2021-06-19 23:33:33 -04:00
AconiteX e9dda02ba3 Purge Deprecated Script Trigger References 2021-06-19 23:13:34 -04:00
AconiteX 2f7b208e5a Block Egg Search on Restuss Antennae 2021-06-19 20:10:32 -04:00
AconiteX 4cca0d7020 Add isGod checks to some OnHearSpeech Triggers 2021-06-19 20:09:57 -04:00
AconiteX a69c1f0d57 Fix #303 2021-06-19 01:00:15 -04:00
AconiteX fa81322e7e Add OnPlayerReportedChat Trigger Handling 2021-06-16 19:43:50 -04:00
AconiteGodOfSWG 0336a2802f nLog Wrapping for Clean Logging 2021-06-12 06:22:38 -04:00
AconiteX bb29e4c736 Add helper message to /setPermission because wtf 2021-06-05 08:55:53 -04:00
AconiteX 4eac2bfb90 GU 18.4 - Housing - Access Lock Permission List 2021-06-05 08:47:28 -04:00
AconiteX 6aa96f006a Block Container Transfer out of Buyback Container if the item hasn't actually been bought back 2021-06-03 23:22:52 -04:00
AconiteX dccc8a9b55 Update gcw_master_object.java 2021-06-01 05:38:02 -04:00