Skip to content
Success

Changes

Summary

  1. Add read timeout to http_request as well. (commit: 49c957f) (details)
  2. Fix procedure arguments not being typechecked (commit: f8472ad) (details)
  3. Cache sorted prefilters (commit: 77376fd) (details)
  4. Update Extension Development page (commit: 483de30) (details)
  5. Add entity_in_water() (commit: 1a81140) (details)
  6. Provide additional extension hook point (commit: 42e7776) (details)
  7. Move onLoad to initialization (commit: 82a1cd0) (details)
Commit 49c957f9cb80f73813c809adfbb98ad643361775 by LadyCailin
Add read timeout to http_request as well.
(commit: 49c957f)
The file was modifiedsrc/main/java/com/laytonsmith/PureUtilities/Web/WebUtility.java
Commit f8472adac8732cb4e9f71a7e7526614ae61c1de4 by Pieter12345
Fix procedure arguments not being typechecked
(commit: f8472ad)
The file was modifiedsrc/main/java/com/laytonsmith/core/compiler/analysis/StaticAnalysis.java
Commit 77376fda80edde0513f3c48c9947d96b47996f6c by PseudoKnight
Cache sorted prefilters
(commit: 77376fd)
The file was modifiedsrc/main/java/com/laytonsmith/core/events/prefilters/PrefilterBuilder.java
The file was modifiedsrc/main/java/com/laytonsmith/core/events/EventUtils.java
Commit 483de30fea5fa4e3ce512d534f862db719700d7b by PseudoKnight
Update Extension Development page

* Plugin versions have been updated to mirror current versions used by CommandHelper
* Clarified that functions should be wrapped in a parent class
* Updated introduction to remove redundancy and misleading "under construction" language
(commit: 483de30)
The file was modifiedsrc/main/resources/docs/Extension_Development
Commit 1a8114018ec9e3a8676615b59d3d966197515b00 by PseudoKnight
Add entity_in_water()
(commit: 1a81140)
The file was modifiedsrc/main/java/com/laytonsmith/abstraction/MCEntity.java
The file was modifiedsrc/main/java/com/laytonsmith/abstraction/bukkit/entities/BukkitMCEntity.java
The file was modifiedsrc/main/java/com/laytonsmith/core/functions/EntityManagement.java
Commit 42e7776c133d0453f0834e33df1696e2243e4706 by noreply
Provide additional extension hook point

Introduce PacketJumper docs directly in CH docs.
(commit: 42e7776)
The file was modifiedsrc/main/java/com/laytonsmith/core/extensions/AbstractExtension.java
The file was addedsrc/main/resources/docs/Packet_Jumper
The file was removedsrc/main/java/com/laytonsmith/core/packetjumper/PacketJumper.java
The file was modifiedsrc/test/java/com/laytonsmith/testing/StaticTest.java
The file was modifiedsrc/main/resources/siteDeploy/LearningTrail.json
The file was modifiedsrc/main/java/com/laytonsmith/core/extensions/ExtensionManager.java
The file was modifiedpom.xml
The file was removedsrc/main/java/com/laytonsmith/core/packetjumper/PacketInfo.java
The file was removedsrc/main/java/com/laytonsmith/core/packetjumper/PacketInstance.java
The file was modifiedsrc/main/java/com/laytonsmith/commandhelper/CommandHelperPlugin.java
The file was modifiedsrc/main/java/com/laytonsmith/core/constructs/Construct.java
The file was modifiedsrc/main/java/com/laytonsmith/core/extensions/Extension.java
Commit 82a1cd04799e0b7c7b79e6e2a9f1396065ac21c3 by LadyCailin
Move onLoad to initialization
(commit: 82a1cd0)
The file was modifiedsrc/main/java/com/laytonsmith/commandhelper/CommandHelperPlugin.java
The file was modifiedsrc/main/java/com/laytonsmith/core/extensions/ExtensionManager.java