| Age | Commit message (Collapse) | Author |
|
RENAMED: `ClearDirectoryFiles()` to `UnloadDirectoryFiles()`
|
|
|
|
|
|
|
|
`physac` is available on its own repo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
Signed-off-by: naveen <[email protected]>
|
|
|
|
|
|
|
|
|
|
screenshot/recording (#2446)
|
|
`android_native_app_glue.c` wasn't appended to the `raylib_sources` as other libraries were.
Co-authored-by: Patrick Martin <[email protected]>
|
|
|
|
|
|
* cmake: Generate compile commands
* Update README.md
simplify build process
|
|
This reverts commit d786af83fc0364e6a773254a9ebc8cc7f1e621d1.
|
|
|
|
|
|
* Comparison is always true because finalSample >= 1
* Comparison is always false because keyCount >= 0
|
|
Events waiting can be enabled/disabled, it toggles event polling.
|
|
|
|
|
|
|
|
|
|
|
|
* Add support for calculated defines to parser
* Regenerate parser output
|
|
* Add support for truncating parser input
* Remove RLAPI from implementations in rlgl.h
|
|
This immediately shows log messages when stdout is not connected to a
tty.
|
|
Factor's bindings have been moved into the main repo. Additionally, they have been updated to 4.0.
|
|
|
|
|
|
|
|
* Reorder parser output
* Regenerate parser output
* Reorder parser line reading
* Reorder parser data parsing
* Reorder remaining parser stuff
|
|
* Fix parser function description detection
Some functions in easings.h are defined on a single line and include a
division which was mistaken for the start of the description.
* Fix parser detection of macros including spaces
* Add support for self-referencing structs to parser
* Fix parser code style
* Fix parser handling of multiple fields on one line
* Increase parser MAX_STRUCT_FIELDS
For internal rlglData State struct (internal structs are still not
supported but this makes it less wrong).
* Add description helper to parser
* Regenerate parser output
* Add cakkbacks to parser
* Regenerate parser output
* Refactor funcLines to be an array of line numbers
It used to be an array of pointers into the text buffer but was changed
to be an array of pointers to the lines. Now it is an array of line
numbers like the others.
* Fix code style
* Move array size from name to type
* Regenerate parser output
|
|
|
|
* Fix parser indentation
* Fix parser comments
* Add aliases to parser
* Regenerate parser output
* Fix parser handling of multiple fields on one line
* Regenerate parser output
* Fix parser code style
|
|
|
|
|
|
|
|
As title says
|
|
|
|
Remove line that caused a memory leak
|
|
|
|
Avoid calling `abort()`, `LOG_ERROR` already manages it. Code looks cleaner now.
|