Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Puppycam with Anonymous_Moose's extended bounds patch #1

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Fix Puppycam with Anonymous_Moose's extended bounds patch #1

wants to merge 21 commits into from

Conversation

YoshiMilkman
Copy link

Change:

// Skip if OOB
if (cellX >= 0 && cellX <= 0x0F && cellZ >= 0 && cellZ <= 0x0F)

To:

// Skip if OOB
if (cellX >= 0 && cellX <= 0x1F && cellZ >= 0 && cellZ <= 0x1F)

axollyon and others added 21 commits December 19, 2020 14:28
Manually ported over changes from the latest Puppycam patch
(located at enhancements/puppycam-reference.patch)
Excluded references to PC port directory (src/pc), might cause issues.
This commit is only to move existing code over.
Probably will not compile - getting that to work is the next step.
updated execute permissions on ld and yay0 compressor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants