-
Notifications
You must be signed in to change notification settings - Fork 24
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
Neon city effect #91
Open
cahirwpz
wants to merge
18
commits into
master
Choose a base branch
from
neoncity
base: master
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
Neon city effect #91
Conversation
This file contains 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
cahirwpz
added a commit
that referenced
this pull request
Dec 16, 2023
Co-authored-by: Krystian Bacławski <krystian.baclawski@gmail.com>
cahirwpz
added a commit
that referenced
this pull request
Dec 16, 2023
commit c52294b Author: Krystian Bacławski <krystian.baclawski@gmail.com> Date: Sat Dec 16 16:50:33 2023 +0100 Backport miscellaneous changes from ELF commit f3d5a5c Author: Aleksandra <aleksandra.banasiak@protonmail.com> Date: Sun Dec 10 21:42:21 2023 +0100 PNG2C rewrite in Golang (#91) Co-authored-by: Krystian Bacławski <krystian.baclawski@gmail.com> commit feb97ba Author: Krystian Bacławski <krystian.baclawski@gmail.com> Date: Sun Nov 26 09:13:22 2023 +0100 Clean up PaletteT interface and use cases (backported from 6498094) commit 445c236 Author: Krystian Bacławski <krystian.baclawski@gmail.com> Date: Mon Nov 20 21:29:05 2023 +0100 Fix type comparison in Python source code. commit 535c594 Author: Krystian Bacławski <krystian.baclawski@gmail.com> Date: Mon Nov 20 21:12:36 2023 +0100 CopListReset: it's useful to return the pointer (backported from 011df6f) commit 0bc9420 Author: Krystian Bacławski <krystian.baclawski@gmail.com> Date: Sat Jul 22 22:36:02 2023 +0200 Clean up CopList interface (backported from 839fddd) * Replace CopInit with CopListReset. * NewCopList initialises the list by default (as if CopListReset was called). * Replace CopEnd with CopListFinish that returns copper list pointer. * Clean up MakeCopperList in the effects. * Panic if used more copper list entries than available. * Fix double buffering in some effects. commit a015394 Author: Krystian Bacławski <krystian.baclawski@gmail.com> Date: Sat Jul 22 17:14:21 2023 +0200 Always pass flags to NewBitmap (backported from fda8ae8) * Remove NewBitmapCustom. * Replace BM_DISPLAYABLE with BM_CPUONLY of opposite meaning. commit bc7ca92 Author: Krystian Bacławski <krystian.baclawski@gmail.com> Date: Wed Jul 19 22:35:36 2023 +0200 Pair of CopInsT to store 32-bit pointers (backported from 3f01af7) * Introduce CopInsPairT to express 32-bit pointer stores. * multipipe: put all cop insns per line into single structure * prisms: similar trick as for multipipe * Fix effects in intro directory. commit 963eb7b Author: Krystian Bacławski <krystian.baclawski@gmail.com> Date: Wed Jul 19 21:59:09 2023 +0200 Keep LOADED/READY state in Load/Init lower bit (backported from dd7cba0) commit e679bcd Author: Aleksandra <aleksandra.banasiak@protonmail.com> Date: Tue Jul 4 21:52:32 2023 +0200 Backported changes from f4f7128 * Add VBlank hook to effects * Make effects use the VBlank handler * Remove ptplayer.asm features on demand * Fix mt_data symbol address * Fix anim-polygons Makefile * EffectRun: do not render same frame multiple times.
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.
No description provided.