[PR #404] [MERGED] Region factory #10448

Closed
opened 2026-06-03 12:22:03 +00:00 by Dark98 · 0 comments
Owner

📋 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: masterHead: RegionFactory


📝 Commits (3)

  • 73df9e1 Split region loading and object population to factory class
  • 2b3e926 Implement changes, disable CommandConsole
  • ac00904 You 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.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/404 **Author:** [@DamionDamion](https://github.com/DamionDamion) **Created:** 6/16/2020 **Status:** ✅ Merged **Merged:** 6/17/2020 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `RegionFactory` --- ### 📝 Commits (3) - [`73df9e1`](https://github.com/2006-Scape/2006Scape/commit/73df9e16b10c4570f62418f11146f691c223a513) Split region loading and object population to factory class - [`2b3e926`](https://github.com/2006-Scape/2006Scape/commit/2b3e9266ffb58cb0a6c3648fb861a6748388c2c8) Implement changes, disable CommandConsole - [`ac00904`](https://github.com/2006-Scape/2006Scape/commit/ac00904ee4745c4de9bad7c0ef7f24347ee2760d) You guys don't omit /build/ ### 📊 Changes **3 files changed** (+303 additions, -229 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Splits the loading of regions and population of clipping and object data in a factory class. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-06-03 12:22:03 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#10448