aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/api
AgeCommit message (Collapse)Author
2018-01-08+ Added a recipe to craft Mining Explosives.Jordan Byrne
+ Added missing file. WorldGen_GT.java. % Tweaked Mining Explosive logic. % Tweaked entity fuse variable in primed mining explosive. % Swapped some XSTR's to CSPRNG's. $ Fixed mining explosives renderer. $ Fixed Tesla Tower attacking Items on the ground.
2017-12-29+ Added more new ore veins.Jordan Byrne
% Tweaked some ore veins. % Tweaked size of debug tool's area clear to double. $ Fixed an issue that broke tooltips. $ Quite a lot of back-end work for ore generation in the dark dimension. $ Fixed improper generation of the GT++ WorldGen configuration file. $ Fixed ore vein densities. $ Fixed ore veins not generating as expected.
2017-12-28+ Added an API method for getting material parts.Jordan Byrne
+ Added helper fluid methods. - Stopped ore materials generating furnace recipes.
2017-12-24+ Added the Tesla Tower for base defence.Jordan Byrne
2017-12-21+ Added a better Ai and combat mechanics to the Staballoy Constructs.Draknyte1
+ Tried to implement new World generation for my dimension. % Small tweak to gitignore.
2017-12-20- Disabled some logging.Draknyte1
% Minor Project Clean-up, added missing Override annotations to 100+ methods & removed pointless casts. % Moved Logging to it's own class. $ Fixed Multi-block handling of Pollution. $ Fixed the GT 5.09 material enabler system. (From My Side, it's still borked on GTs). + Added a Dynamic Proxy invocation for IMaterialHandler. + Added an AutoMap data type, which is a Auto-incremental ID'd Hashmap wrapper.
2017-12-12$ Using Apache Commons FieldUtils.class to remove final modifiers from ↵Jordan Byrne
stupid events. % Changed Analytics Properties to be stored per Segment object, as opposed to per method call. - Disabled Analytics on braking blocks. (Was just for testing).
2017-12-11$ Improved Analytics Scheme greatly.Jordan Byrne
2017-12-11$ More work on Segment Analytics.Jordan Byrne
+ Added functions to identify myself as a player. % Updated Segment 2.1.0 Bundled Library.
2017-12-11$ Fixed UUID generation and Data flushing to Segment servers.Jordan Byrne
2017-12-11$ Redid Analytics Handling to be done on a per-player basis and not handle ↵Jordan Byrne
client side per-player.
2017-12-10+ Added Blum-Blum-Shub random number generator.Jordan Byrne
+ Added Apache UUID generator. + Added Interface for Random Generators. + Added Utils for handling UUIDs. + Added Utils to get System properties (OS). + Added Custom SecureRandom generator.
2017-12-10% Major Refactor of the base GT++ class.Jordan Byrne
% Moved Config Handling to it's own class. % Renamed configSwitches.class to ConfigSwitches.class. + Added framework for Segment Analytics.
2017-12-03+ More Dragon Capture Jar work.Jordan Byrne
2017-12-03+ Base work for a Dragon Capture Jar added.Jordan Byrne
+ Added more NBT utils.