Ray
a7459043c6
Update CHANGELOG
пре 3 година
Ray
b5191a03b2
Update CHANGELOG
пре 3 година
Ray
a53411013a
Update CHANGELOG
пре 3 година
Ray
dca23cb3ff
RENAMED: `BLEND_ALPHA_PREMUL` to `BLEND_ALPHA_PREMULTIPLY`
пре 3 година
Ray
fc86b5c1b4
Added raylib 4.2 release CHANGELOG
пре 3 година
Ray
9dd28feadf
Added rea change
пре 3 година
Ray
bf208decc0
REVIEWED: Compilation warnings
пре 3 година
Daw-Ran Liou
06db2767fe
Update `cl-raylib` binding ( #2509 )
Commit d57c813642
from longlene/cl-raylib now puts
the binding on track with raylib version 4.0.
пре 3 година
Ray
9c676e599e
Update android.yml
пре 3 година
Ray
e6bc401c93
WARNING: RENAMED: `GetDroppedFiles()` to `LoadDroppedFiles()`
RENAMED: `ClearDroppedFiles()` to `UnloadDroppedFiles()`
пре 3 година
Ray
ebbcc2ffce
WARNING: RENAMED: `GetDirectoryFiles()` to `LoadDirectoryFiles()`
RENAMED: `ClearDirectoryFiles()` to `UnloadDirectoryFiles()`
пре 3 година
Ray
461cdda71e
Reviewed latest PR, variable name
пре 3 година
flashback-fx
c11d30bafe
Change WaitTime argument from milliseconds to seconds ( #2506 )
пре 3 година
Ray
609d92003b
WARNING: REMOVED `raygui` from `raylib/src/extras`
пре 3 година
Ray
8da566d6e7
WARNING: Removed `physac` from raylib sources/examples
`physac` is available on its own repo
пре 3 година
Ray
865a44adda
REVIEWED: Mouse device support on `PLATFORM_DRM` #2381
пре 3 година
flashback-fx
cda89ebb58
Fix regression that was causing video stuttering ( #2503 )
пре 3 година
Ray
6fccfc57a4
Minor tweak
пре 3 година
Ray
91af3a3152
Update text_draw_3d.c
пре 3 година
Ray
99841b8fde
Merge branch 'master' of https://github.com/raysan5/raylib
пре 3 година
Ray
a28dfbae9f
REVIEWED: Batch limits check #2489
пре 3 година
Naveen
023eb3380d
chore: Set permissions for GitHub actions ( #2496 )
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 <172697+naveensrinivasan@users.noreply.github.com>
пре 3 година
Ray
d0318aac4a
REVIEWED: `DrawBillboardPro()` #2494
пре 3 година
Ray
8294e04749
Correct typo
пре 3 година
Ray
fe28aa7c9b
Review log messages
пре 3 година
Ray
1f806b555d
ADDED: `-latomic` linkage, required by `miniaudio` on ARM 32bit #2452
пре 3 година
gulrak
789e504069
use GetWindowScaleDPI to calculate size for rlReadScreenPixels in screenshot/recording ( #2446 )
пре 3 година
Patrick
76c3881944
Fixed Android CMake build error ( #2486 )
`android_native_app_glue.c` wasn't appended to the `raylib_sources` as other libraries were.
Co-authored-by: Patrick Martin <martinpatrick@google.com>
пре 3 година
Jonathan Poncelet
5bdd8f134f
Improved boolean definitions ( #2485 )
пре 3 година
Ray
426e8252d4
Update `raylib-jai` binding
пре 3 година
Angga Permana
d3caee0e72
generate compile_commands.json to be used by language server ( #2481 )
* cmake: Generate compile commands
* Update README.md
simplify build process
пре 3 година
Ray
6259dc4121
Revert "UPDATE: `DEFLATE` algorithm"
This reverts commit d786af83fc
.
пре 3 година
Ray
d786af83fc
UPDATE: `DEFLATE` algorithm
пре 3 година
Ray
5ecc289201
REVIEWED: Support OpneBSD for timming functions
пре 3 година
Crydsch
020e903193
Fix lgtm warnings ( #2477 )
* Comparison is always true because finalSample >= 1
* Comparison is always false because keyCount >= 0
пре 3 година
Ray
db16833d8c
ADDED: `EnableEventWaiting()` / `DisableEventWaiting()`
Events waiting can be enabled/disabled, it toggles event polling.
пре 3 година
Ray
f3aac87422
Some minor tweaks
пре 3 година
ptarabbia
ea598f7d77
Fix crash with delay demo. ( #2472 )
пре 3 година
Rob Loach
c0275df820
Easings: Add function descriptions ( #2471 )
пре 3 година
Crydsch
b2c2b5ee21
remove fps requirement for drm connector selection ( #2468 )
пре 3 година
Ray
df3f64bfd2
Corrected typo
пре 3 година
lazaray
aa318674e8
Add support for calculated defines to parser ( #2463 )
* Add support for calculated defines to parser
* Regenerate parser output
пре 3 година
lazaray
bbc8d39185
Add support for truncating parser input ( #2464 )
* Add support for truncating parser input
* Remove RLAPI from implementations in rlgl.h
пре 3 година
Daniel Nagy
19f88241ec
Flush stdout after trace messages ( #2465 )
This immediately shows log messages when stdout is not connected to a
tty.
пре 3 година
Capital-EX
7fc9662480
Update Note About Factor's Raylib Bindings ( #2466 )
Factor's bindings have been moved into the main repo. Additionally, they have been updated to 4.0.
пре 3 година
Ray
ed29b4eedf
Update utils.c
пре 3 година
Ray
d9a30b8480
ADDED: `ExportDataAsCode()`
пре 3 година
Ray
ed2ab55034
Remove line ending spaces
пре 3 година
lazaray
4eb3d8857f
Reorder parser ( #2462 )
* Reorder parser output
* Regenerate parser output
* Reorder parser line reading
* Reorder parser data parsing
* Reorder remaining parser stuff
пре 3 година
lazaray
df6caea25d
Parser improvements ( #2461 )
* 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
пре 3 година