mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #404] [MERGED] Region factory #14008
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/2006-Scape/2006Scape/pull/404
Author: @DamionDamion
Created: 6/16/2020
Status: ✅ Merged
Merged: 6/17/2020
Merged by: @dginovker
Base:
master← Head:RegionFactory📝 Commits (3)
73df9e1Split region loading and object population to factory class2b3e926Implement changes, disable CommandConsoleac00904You guys don't omit /build/📊 Changes
3 files changed (+303 additions, -229 deletions)
View changed files
📝
2006Redone Server/src/main/java/com/rebotted/GameEngine.java(+7 -4)📝
2006Redone Server/src/main/java/com/rebotted/world/clip/Region.java(+100 -225)➕
2006Redone Server/src/main/java/com/rebotted/world/clip/RegionFactory.java(+196 -0)📄 Description
Splits the loading of regions and population of clipping and object data in a factory class.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.