SL22W17: Difference between revisions

From ETM
Jump to navigation Jump to search
(Created page with "◄ SL22W16 | SL22W18 ►")
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:SystemDesign.png|thumb|600px]]
[[SL22W16|◄ SL22W16]] | [[SL22W18|SL22W18 ►]]
[[SL22W16|◄ SL22W16]] | [[SL22W18|SL22W18 ►]]
<br />
*Changed Chunkli Rendering from area-preview to area-fakes
*ActionEvent-System
*Removed most of the render-logic from kson and moved it all to kadi
*Implemented TakeScreenshotAction
*Added SystemDesign.graphml for general understanding of Facades & Actions and brainstorming for the action-event-system
*'''Big change:'''
**Run spring before minecraft / bukkit
**Change from running craftbukkit.jar to etm.jar
**Remove libPlugins folder
**Disable pluginclassloader-system from bukkit
**This gets rid of the Linkage-Errors with multiple classloaders

Latest revision as of 22:41, 4 November 2022

◄ SL22W16 | SL22W18 ►


  • Changed Chunkli Rendering from area-preview to area-fakes
  • ActionEvent-System
  • Removed most of the render-logic from kson and moved it all to kadi
  • Implemented TakeScreenshotAction
  • Added SystemDesign.graphml for general understanding of Facades & Actions and brainstorming for the action-event-system
  • Big change:
    • Run spring before minecraft / bukkit
    • Change from running craftbukkit.jar to etm.jar
    • Remove libPlugins folder
    • Disable pluginclassloader-system from bukkit
    • This gets rid of the Linkage-Errors with multiple classloaders