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

Original "high resolution" support #217

Merged
merged 3 commits into from
Oct 18, 2022
Merged

Original "high resolution" support #217

merged 3 commits into from
Oct 18, 2022

Conversation

dethrace-labs
Copy link
Owner

@dethrace-labs dethrace-labs commented Oct 18, 2022

Implements support for -hires command line arg rendering at 640x480 and using more detailed pixmaps from the 64x48x8 directory.

Fixes #159

Screen Shot 2022-10-19 at 9 47 02 AM

Harness_Hook_GraphicsInit
@madebr
Copy link
Collaborator

madebr commented Oct 18, 2022

Looks good! Only issue I can see is the mouse pointer not scaled correctly.

@dethrace-labs dethrace-labs changed the title Hires "High resolution" support Oct 18, 2022
@dethrace-labs dethrace-labs changed the title "High resolution" support Original "high resolution" support Oct 18, 2022
@dethrace-labs
Copy link
Owner Author

dethrace-labs commented Oct 18, 2022

I don't normally use the mouse, so I didn't notice. I did some digging and the OG win95 has the same behavior in -hires mode! Added issue to capture it #218

@madebr
Copy link
Collaborator

madebr commented Oct 18, 2022

You're right. The mouse pointer is hidden, so I didn't notice.

Let's fix this with DETHRACE_FIX_BUGS. #218 tracks this.

@dethrace-labs dethrace-labs merged commit 2ade8f6 into main Oct 18, 2022
@dethrace-labs dethrace-labs deleted the hires branch October 18, 2022 21:25
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.

"-hires" flag is not implemented
2 participants