Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upFix tileLoadTile to check if tile already loaded #75
Conversation
This comment has been minimized.
This comment has been minimized.
|
Merging, thanks |
This comment has been minimized.
This comment has been minimized.
Rinnegatamante
commented
Jun 5, 2019
|
@Phlamethrower related to this issue. After your PR, do you have huge stuttering issues when the second demo pops in after the first one finished in main menu? Your PR actually solved stuttering issues in my PSVITA port too in game however that second demo completely kills framerate on Vita (getting like 1 new frame every 3-4 seconds). |
This comment has been minimized.
This comment has been minimized.
|
Yeah, that level (e3m2) does seem pretty laggy. I'll see if I can take a closer look next time I do some work on the project - hopefully sometime in the next week or two. |
Phlamethrower
deleted the
Phlamethrower:fix-tileload
branch
Jun 5, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Phlamethrower commentedJun 2, 2019
While working on my RISC OS port I spotted that there was a lot of stuttering, especially when firing weapons. Some debugging revealed that it was because tileLoadTile wasn't checking to see if the tile was already loaded before calling tileLoad.