mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #16] [MERGED] God capes, Ancient chamber teleport and axe array checks #261
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/16
Author: @ben-maher
Created: 10/6/2019
Status: ✅ Merged
Merged: 10/6/2019
Merged by: @dginovker
Base:
master← Head:master📝 Commits (10+)
1950ee7Revised shop re-stocking interval.6cb1185Revised shop re-stocking interval.41e8d6eUpdated character save directory.bf08f30Renamed new player save directory from accounts to characters.0e57e65Added inverse for random toggle, since it's the first thing I type every time.82a64f0Added god capes.79a2166Merge remote-tracking branch 'origin/master'a8cd861Re-implemented experiments.c6915ebYell now looks a little cleaner.0ecf52fFixed outside of bounds exception on High scores, when player count doesn't meet threshold.📊 Changes
10 files changed (+77 additions, -59 deletions)
View changed files
📝
2006Redone Server/data/cfg/doors.cfg(+2 -1)📝
2006Redone Server/data/doors.txt(+2 -1)📝
2006Redone Server/src/redone/game/content/combat/magic/MagicTeleports.java(+24 -23)📝
2006Redone Server/src/redone/game/content/skills/core/Woodcutting.java(+15 -7)📝
2006Redone Server/src/redone/game/globalworldobjects/Doors.java(+1 -1)📝
2006Redone Server/src/redone/game/globalworldobjects/DoubleDoors.java(+0 -1)📝
2006Redone Server/src/redone/game/objects/ObjectsActions.java(+13 -1)📝
2006Redone Server/src/redone/game/objects/impl/Climbing.java(+13 -20)📝
2006Redone Server/src/redone/game/players/HighscoresHandler.java(+3 -0)📝
2006Redone Server/src/redone/net/packets/impl/Commands.java(+4 -4)📄 Description
I also re-implemented experiments and there will be some places where I've just changed indentation to match the whole class. This code base isn't the cleanest to read but it's sure fun to work with lol.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.