mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #176] [MERGED] Projectile clipping, PassDoor fix #1759
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/176
Author: @michae107
Created: 11/11/2019
Status: ✅ Merged
Merged: 11/11/2019
Merged by: @dginovker
Base:
master← Head:master📝 Commits (5)
c812d6aNumbered packet sizes.c478ff1Merge remote-tracking branch 'upstream/master'059b742Changed sendSound packet size back to 5 and removed type attribute to maintain compatibility with Parabot.9006195After running around an object to attack the player will no longer wait a number of ticks to start attacking again.5f52644Merge branch 'master' of git@github.com:dginovker/2006rebotted.git📊 Changes
66 files changed (+1287 additions, -474 deletions)
View changed files
➕
.idea/artifacts/local_client_jar.xml(+39 -0)➕
.idea/checkstyle-idea.xml(+16 -0)📝
.idea/workspace.xml(+5 -0)📝
2006Redone Client/src/Game.java(+6 -2)📝
2006Redone Client/src/SizeConstants.java(+26 -26)➕
2006Redone Server/data/logs/clickitem/michael2.txt(+7 -0)➕
2006Redone Server/data/logs/clickitem/michael8.txt(+2 -0)➕
2006Redone Server/data/logs/commands/michael.txt(+1 -0)➕
2006Redone Server/data/logs/commands/michael2.txt(+1 -0)➕
2006Redone Server/data/logs/dropitem/michael2.txt(+16 -0)➕
2006Redone Server/data/logs/dropitem/michael5.txt(+21 -0)➕
2006Redone Server/data/logs/dropitem/michael6.txt(+27 -0)➕
2006Redone Server/data/logs/dropitem/michael7.txt(+29 -0)➕
2006Redone Server/data/logs/dropitem/michael8.txt(+20 -0)➕
2006Redone Server/data/logs/pickupitem/michael2.txt(+20 -0)➕
2006Redone Server/data/logs/pickupitem/michael5.txt(+5 -0)➕
2006Redone Server/data/logs/pickupitem/michael6.txt(+5 -0)➕
2006Redone Server/data/logs/pickupitem/michael7.txt(+5 -0)➕
2006Redone Server/data/logs/pickupitem/michael8.txt(+4 -0)➕
2006Redone Server/src/META-INF/MANIFEST.MF(+3 -0)...and 46 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.