Skip to content
Snippets Groups Projects
  1. Aug 19, 2014
  2. Aug 17, 2014
  3. Aug 15, 2014
  4. Aug 09, 2014
  5. Jul 17, 2014
  6. Jul 13, 2014
  7. Jun 18, 2014
  8. Jun 13, 2014
  9. Jun 07, 2014
    • Adry_85's avatar
      BETA: Quests in Java: · b41b8c4b
      Adry_85 authored
      	* '''Tarantula's Spider Silk''' (296)
      	* '''Lizardmen's Conspiracy''' (298)
      Patch by: xban1x
      Reviewed by: Adry_85
      Tested by: Adry_85
      b41b8c4b
  10. Jun 02, 2014
  11. May 31, 2014
  12. May 15, 2014
  13. Apr 01, 2014
    • Zoey76's avatar
      BETA: Moving Hellbound to Datapack: · 54d036a1
      Zoey76 authored
      	* New Datapack sided Hellbound Engine.
      	* Using one class-loader for all Hellbound related scripts:
      		* Faster loading and allows "communication" between scripts.
      		* Allows disabling Hellbound completely by just removing the class-loader from scripts.cfg.
      	* Static Hellbound's spawn data moved from SQL to XML.
      	* Removed `HellboundManager`.
      	* Reviewed all the Hellbound related scripts:
      		* Finalized all classes and removed main method.
      		* Added !JavaDocs.
      		* Removed the usage of `QuestState`, it's not required at all at AIs.
      		* Moved constructor at the top of the class after fields declaration.
      
      Reviewed by: xban1x, UnAfraid, St3eT, Konstantinos
      54d036a1
  14. Mar 21, 2014
    • Nos's avatar
      BETA: Reworked Java Quest loading. · 44a92b53
      Nos authored
      	* Removed parameters from all quest constructors and passing them at super constructor instead.
      	* Made all quest constructors public.
      	* Now all quests are loaded from `QuestMasterHandler`.
      	* This does not include '''!SagasScripts''' and '''!TerritoryWarScripts''' because they load more quests within their main method.
      	
      Reviewed by: Zoey76, xban1x
      44a92b53
Loading