mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #119] [MERGED] This update resolves dginovker/2006rebotted#166 #7281
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/119
Author: @michae107
Created: 10/27/2019
Status: ✅ Merged
Merged: 10/27/2019
Merged by: @dginovker
Base:
master← Head:master📝 Commits (1)
a9d4537This update resolves dginovker/2006rebotted#166📊 Changes
156 files changed (+218 additions, -799 deletions)
View changed files
📝
.idea/2006rebotted.iml(+0 -9)➕
2006Redone Server/data/logs/dropitem/michael.txt(+2 -0)➕
2006Redone Server/data/logs/pickupitem/michael.txt(+2 -0)📝
2006Redone Server/src/redone/event/CycleEventHandler.java(+8 -4)📝
2006Redone Server/src/redone/game/objects/Objects.java(+29 -0)📝
2006Redone Server/src/redone/game/players/Client.java(+14 -12)📝
2006Redone Server/src/redone/game/players/Player.java(+1 -1)📝
2006Redone Server/src/redone/integrations/PlayersOnlineWebsite.java(+1 -1)📝
2006Redone Server/src/redone/net/packets/impl/AttackPlayer.java(+1 -0)📝
2006Redone Server/src/redone/net/packets/impl/Bank10.java(+1 -1)📝
2006Redone Server/src/redone/net/packets/impl/Bank5.java(+1 -1)📝
2006Redone Server/src/redone/net/packets/impl/BankAll.java(+1 -0)📝
2006Redone Server/src/redone/net/packets/impl/BankX1.java(+1 -0)📝
2006Redone Server/src/redone/net/packets/impl/BankX2.java(+1 -0)📝
2006Redone Server/src/redone/net/packets/impl/ChangeAppearance.java(+1 -0)📝
2006Redone Server/src/redone/net/packets/impl/ClickItem.java(+1 -0)📝
2006Redone Server/src/redone/net/packets/impl/ClickNPC.java(+1 -0)📝
2006Redone Server/src/redone/net/packets/impl/ClickObject.java(+105 -768)📝
2006Redone Server/src/redone/net/packets/impl/DropItem.java(+3 -0)📝
2006Redone Server/src/redone/net/packets/impl/FollowPlayer.java(+1 -0)...and 80 more files
📄 Description
Added proper object size calculations.
Removed old objectDistance code.
Added current task support, allows easy creation of player tasks that cannot duplicate.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.