-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add 0.5 release post #12
Open
RiscadoA
wants to merge
17
commits into
main
Choose a base branch
from
v0.5
base: main
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.
+260
−0
Open
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
44a37cb
docs: base 0.5 post and example release post
RiscadoA c771e69
docs: talk about Debug Camera hold mode
jdbaracho 56a6bf7
docs: add point light shadows
tomas7770 b400a0a
docs: add folder for 0.5 blog post images
tomas7770 2d10a08
docs: add audio support section
diogomsmiranda 4107924
docs: add voxel shape collisions
joaomanita 469bbb6
docs: add ui text rendering
mkuritsu 1dc768e
docs: add method to save settings to files
SrGesus ec4f462
fix: accidental detaching of someone's subtitle
SrGesus 571c1af
docs: add find_package and web support sections
RiscadoA 8884c6a
docs: anti-aliasing with FXAA
kuukitenshi e4ebcd0
docs: Allow identifying assets in code from their path
GalaxyCrush f762b3c
docs: Option to use Shadow Normal Offset Bias algorithm
GalaxyCrush f0f9e9c
docs: add resource to easily configure constants in the physics solver
GCeSilva d8ec330
docs: add contact caching for collision between box shapes
fallenatlas 63819f6
fix: underline size
RiscadoA 4420eb5
fix: non-working links
GCeSilva File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading status checks…
fix: accidental detaching of someone's subtitle
commit ec4f4626ff3199c0ab28802d681e542dc9a9a5d0
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -65,6 +65,11 @@ With the plugin, you can now register listeners, and control audio sources with | |||
Due to restrictions in our audio backend, you can only have up to **three active listeners** at a time. For practical examples of how to use these new audio components (``AudioPlay``, ``AudioPause``, ``AudioStop``), check out our `Audio Sample <https://github.com/GameDevTecnico/cubos/blob/main/engine/samples/audio/main.cpp>`_. | ||||
|
||||
|
||||
Sub-title for this feature | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Placeholder, please remove |
||||
************************** | ||||
|
||||
TODO: more explaining | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||
|
||||
Method to save settings to files :dim:`(@SrGesus)` | ||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||||
|
||||
|
@@ -83,11 +88,6 @@ So now there are two simple new methods - ``save(path, indentation)`` and | |||
settings.save("/file_backup.json"); | ||||
} | ||||
Sub-title for this feature | ||||
************************** | ||||
|
||||
TODO: more explaining | ||||
|
||||
Collision detection between VoxelCollisionShapes :dim:`(@joaomanita)` | ||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||||
|
||||
|
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.