Open
Conversation
Screen resolution is unchangeable, something wrong with the sound.
They cause tons of warnings and not used anywhere.
Now, if there are levels to select, vjoy will be set to second teleporter mode, so tap on any place of screen will be considered as a fire key.
This fixes few places, which are were broken since new renders was introduced: - portraits in text box now slide in from the border, but not from the outside of text box - float text (damage numbers) now slides away - falling island scene now looks right
Font renderer uses recreated clipping functions.
Actually, I've found it, when engine crashed on assert during on STAGE_KINGS_TABLE. But, it's clearly a buffer overflow.
ESCKEY now is just not processed in the pause menu - so no means to stop the game - no crash.
It was supposed, that screen width is 320*N. But it's wrong on iOS devices.
need_clip was introduced for fix #7
Freezes were due to the next music buffer generation. On iPad 2 it takes about 50 ms - to much. I've moved music generation in the separate thread. This thread wakes up only if there are empty buffer to be filled. Main thread performs only song loading.
…of different functions during the frame
Helgrind shows only possible races inside SDL. It seems, that if I have problems in my code, then they are not so obvious.
Now spikes behave like in an original game. And last cave should be little bit easier now. New fixed numbers are based on the measurement, how much original game allows to intersect with the spikes.
Enabled repel up. See description of the problemes in the commentary and in the issue description.
Changelog files are written in markdown
Add patches to fix SDL and libfreetype problems under Xcode 5. Update deploy.sh to clone specific versions of SDL and SDL_ttf and apply new patches.
This fixes some issues with iOS 7 support Fix #41
Remove libfreetype dependency because SDL_ttf also brings freetype 2.4.12.
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
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.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.
Im kinda new to github i just made an account to ask you this question. But could you maybe implement an option that allows you to change the image size of the actual game screen. In other words, make the button pad separate from the actual area in which stuff is going on. Its hard to see whats going on at some points when my thumbs are blocking the way. Another minor tweak you could implement is to make the joy pad function across the entire screen so if i slide my finger off the pad itself the button is still being pressed. I would greatly appreciate it it you could reply if you can or cannot fulfill my requests. Thank you for your consideration.