[PR #176] [MERGED] Projectile clipping, PassDoor fix #1063

Closed
opened 2026-05-20 10:15:58 +00:00 by Dark98 · 0 comments
Owner

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


📝 Commits (5)

  • c812d6a Numbered packet sizes.
  • c478ff1 Merge remote-tracking branch 'upstream/master'
  • 059b742 Changed sendSound packet size back to 5 and removed type attribute to maintain compatibility with Parabot.
  • 9006195 After running around an object to attack the player will no longer wait a number of ticks to start attacking again.
  • 5f52644 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/176 **Author:** [@michae107](https://github.com/michae107) **Created:** 11/11/2019 **Status:** ✅ Merged **Merged:** 11/11/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`c812d6a`](https://github.com/2006-Scape/2006Scape/commit/c812d6a806896fb3213580220303b9176ac033a2) Numbered packet sizes. - [`c478ff1`](https://github.com/2006-Scape/2006Scape/commit/c478ff10087e083f626d3974e9474eae4c2b7898) Merge remote-tracking branch 'upstream/master' - [`059b742`](https://github.com/2006-Scape/2006Scape/commit/059b742392c12fcef23105c42b1300a7d515aed3) Changed sendSound packet size back to 5 and removed type attribute to maintain compatibility with Parabot. - [`9006195`](https://github.com/2006-Scape/2006Scape/commit/9006195a99a4e74c919871f1aea27d179ff2050c) After running around an object to attack the player will no longer wait a number of ticks to start attacking again. - [`5f52644`](https://github.com/2006-Scape/2006Scape/commit/5f5264496853aef9c9d9fb439e5686d1c96b6695) Merge branch 'master' of git@github.com:dginovker/2006rebotted.git ### 📊 Changes **66 files changed** (+1287 additions, -474 deletions) <details> <summary>View changed files</summary> ➕ `.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_ </details> ### 📄 Description _No description provided_ --- <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-05-20 10:15:58 +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#1063