mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #213] [MERGED] Cleanup part 1 #3163
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/213
Author: @mrextremez
Created: 11/25/2019
Status: ✅ Merged
Merged: 11/25/2019
Merged by: @dginovker
Base:
master← Head:cleanup📝 Commits (7)
c5b5c57Clean up part 1c32d796Cape Dye9e48f3bPackaging9a325bbPacketSender/clean up89fe5b8Merge Client/Player2d7a816Quests/more clean up46162f2More cleanup📊 Changes
379 files changed (+80684 additions, -83170 deletions)
View changed files
📝
2006Redone Server/src/com/rebotted/Connection.java(+315 -318)📝
2006Redone Server/src/com/rebotted/GameConstants.java(+190 -191)📝
2006Redone Server/src/com/rebotted/GameEngine.java(+203 -213)📝
2006Redone Server/src/com/rebotted/event/CycleEvent.java(+22 -22)📝
2006Redone Server/src/com/rebotted/event/CycleEventContainer.java(+137 -137)📝
2006Redone Server/src/com/rebotted/event/CycleEventHandler.java(+142 -142)📝
2006Redone Server/src/com/rebotted/game/bots/Bot.java(+8 -8)📝
2006Redone Server/src/com/rebotted/game/bots/BotConstants.java(+1 -1)📝
2006Redone Server/src/com/rebotted/game/bots/BotHandler.java(+22 -22)📝
2006Redone Server/src/com/rebotted/game/content/BankPin.java(+348 -351)📝
2006Redone Server/src/com/rebotted/game/content/EmoteHandler.java(+70 -71)📝
2006Redone Server/src/com/rebotted/game/content/combat/CombatAssistant.java(+2375 -2385)📝
2006Redone Server/src/com/rebotted/game/content/combat/Specials.java(+401 -400)📝
2006Redone Server/src/com/rebotted/game/content/combat/magic/CastOnOther.java(+84 -83)📝
2006Redone Server/src/com/rebotted/game/content/combat/magic/CastRequirements.java(+61 -61)📝
2006Redone Server/src/com/rebotted/game/content/combat/magic/Enchanting.java(+248 -249)📝
2006Redone Server/src/com/rebotted/game/content/combat/magic/MagicData.java(+388 -388)📝
2006Redone Server/src/com/rebotted/game/content/combat/magic/MagicMaxHit.java(+38 -38)📝
2006Redone Server/src/com/rebotted/game/content/combat/magic/MagicRequirements.java(+175 -175)📝
2006Redone Server/src/com/rebotted/game/content/combat/magic/MagicSpells.java(+139 -138)...and 80 more files
📄 Description
ex: redone ----> com.rebotted
(Also includes goblin mail dyeing)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.