This repository was archived by the owner on Mar 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Dev #3
Open
emufreak
wants to merge
321
commits into
fungos:defender
Choose a base branch
from
emufreak:dev
base: defender
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Dev #3
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…stead of pretending to save it and then actually only saving when exiting from settings.
…restored state status messages.
Initial UI for state management
…of using '>' for some. Uncheck "Extend Edges Under Buttom Bars" for table view controller so that the last row in the table view scrolls as expected.
Fix scrolling for table view controller, use "discloser indicator" for all cells
Remove Images.xcassets from project's Resources group
… A on MFI Game Controller can now be programmed in Settings. Other Buttons still work in progress
… - turns out this information is already part of the core state file (but there are bugs preventing it from being used correctly).
1.1.0b1 states ui
…stead of only 320. Removed the shrinked drawing code of hires and replaced it with 1pixel to 1pixel output. Because of 640 native pixel amiga lores drawing had now to be stretched.
…t bitplane was ok but the horizontal start of bitplanes 2 to 5 were drawn over. I guess pixels from offscreen... So I reenabled the value of 100 which all other newer UAE-Cores have. This fixes issue #62
…ast 16 lines of pixel amiga PAL output were no visible. (adresses issue #64)
…et in settings (behaves like FS-UAE now). Removed the manual way to set additional vertical stretch pixels.
…e small amount of game titles did change viewports on a frame to frame basis every 4 seconds or so. And this resulted in a flicker every 4 seconds or so. But with this fix it is healed.
… 256 PAL viewport is drawn then recompute the real height. Because the setting showStatus has led to a reduced and incorrect bottom_border_start otherwise it would try to stretch a full 256 height screen which MUST not be stretched.
…. A black border on the top appears. Do take this into account and stretch over the top border also if stretching is set=true in the settings. Bugfix: 1.) Also do adaptive stretching when display effects are used and stretching is set=true in the settings. 2.)repaired the correct computation of the first_drawn_line value, which was broken in drawing.cpp.
…e top border and also do not center vertically.
…bust. Now only adapt to new amiga viewport boundaries, if they are constant for at least 20 frames. trying to resolve @emufreaks the magnification issue on ipad with ntsc enabled which show some magification hickups approximately every 8 seconds or so.
…s. The cause of them was that the border boundaries used for stretching were under timing related circumstances not completely determined. I do only use fully determined border boundaries now.
…256 lines and when you then switched to NTSC then the last 56 lines of the graphic buffer on the bottom were still there. I added an additional clear command to clearing them now on reset. Some refactoring to be less invasive.
…ever lets vertical scaling be higher than horizontal scaling. Instead it keeps the lower scaling for both directions to ensure the correct aspect ratio of the amiga when this happens. Not relevant for other wide screen devices as iphones as on that devices vertical stretch is always a bit lower. On tiny devices like iPhone you almost always want to take advantage of the complete full screen anyway.
Beautiful Amiga Hires Output Fix: Use of 640 iOS horizontal pixels in…
-Bugfixes in Settings
some 64Bit related fixes
# Conflicts: # iUAEParents/MultiPeerConnectivityController.mm
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.