index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vendor
/
raylib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #3742 from karl-zylinski/fix-raymath-matrix-to-float
gingerBill
2024-06-12
1
-1
/
+1
|
\
|
*
Make rl.MatrixToFloatV transpose the matrix before transmuting it to [16]f32,...
Karl Zylinski
2024-06-12
1
-1
/
+1
*
|
rlgl: Pull in raylib and expose missing types, so it is the same as rlgl.h. T...
Karl Zylinski
2024-06-12
1
-7
/
+28
|
/
*
Merge pull request #3731 from karl-zylinski/rlgl-subpackage
gingerBill
2024-06-12
2
-555
/
+560
|
\
|
*
rlgl.RLGL_VERSION -> rlgl.VERSION
Karl Zylinski
2024-06-11
1
-1
/
+1
|
*
Made rlgl.odin work as a subpackage of raylib. So now you import vendor:rayli...
Karl Zylinski
2024-06-11
1
-243
/
+248
|
*
Moved rlgl.odin to subpackage 'raylib/rlgl'
Karl Zylinski
2024-06-11
1
-0
/
+0
*
|
Changed rl.SetShaderValue etc to take a c.int like in original raylib.h. You ...
Karl Zylinski
2024-06-11
1
-6
/
+8
|
/
*
Add parentheses around the foreign import paths
gingerBill
2024-06-06
1
-2
/
+2
*
raygui: change `c.int` to their correct enum types
gingerBill
2024-06-04
1
-9
/
+9
*
Fix `extra_linker_flags` for raylib on windows
gingerBill
2024-06-04
1
-2
/
+1
*
Keep `-vet` happy
gingerBill
2024-06-04
1
-1
/
+1
*
Utilize `foreign import` constant strings for foreign imports
gingerBill
2024-06-04
3
-114
/
+36
*
Fixed typo in raylib documentation
alec hodgkinson
2024-04-22
1
-2
/
+2
*
fix raygui `GuiFade` being renamed to `GuiSetAlpha`
Laytan Laats
2024-04-06
1
-1
/
+1
*
Add `#no_broadcast` procedure parameter to disallow automatic array programmi...
gingerBill
2024-03-21
1
-2
/
+2
*
Update raylib to use `#row_major` matrices
gingerBill
2024-03-19
2
-19
/
+24
*
Enforce `linalg`
gingerBill
2024-03-08
2
-54
/
+33
*
clean imports
Laytan Laats
2024-03-01
2
-2
/
+2
*
move `va_list` into `core:c`
Laytan Laats
2024-03-01
1
-7
/
+1
*
makes raylib and stb_rect_pack free of libc
Laytan Laats
2024-02-29
3
-10
/
+33
*
Fix #3233
gingerBill
2024-02-28
1
-2
/
+2
*
Additional fixes for errors in Raylib bindings since Raylib 4 -> 5 upgrade.
Karl Zylinski
2024-02-26
1
-5
/
+4
*
Fix ModelAnimation in raylib.odin missing a field.
Karl Zylinski
2024-02-26
1
-0
/
+1
*
Merge pull request #3134 from laytan/non-universal-binaries-raylib
gingerBill
2024-02-19
2
-0
/
+0
|
\
|
*
vendor/raylib: change to non-universal binaries
Laytan Laats
2024-01-24
2
-0
/
+0
*
|
Add raymath procedures (with numerous deprecated attributes to suggest to use...
gingerBill
2024-02-10
1
-0
/
+818
*
|
Update raylib.odin
Murtagy
2024-02-05
1
-2
/
+2
*
|
typo in comment
Murtagy
2024-02-03
1
-1
/
+1
|
/
*
bring log allocator up to date
Colin Davidson
2024-01-17
35
-150
/
+272
|
\
|
*
Fix #1934 raylib IsGestureDetected
gingerBill
2024-01-17
1
-2
/
+13
|
*
Added comment on SetConfigFlags in Raylib bindings that it must be called bef...
Karl Zylinski
2024-01-11
1
-1
/
+1
|
*
Raylib 5.0 IsMouseButtonUp workaround: Better use of when clause to make sure...
Karl Zylinski
2023-12-18
1
-4
/
+8
|
*
Raylib workaround: Fix comment typo
Karl Zylinski
2023-12-18
1
-1
/
+1
|
*
Raylib 5.0 bug workaround: Check VERSION and panic if VERSION != 5.0, in whic...
Karl Zylinski
2023-12-18
1
-3
/
+5
|
*
Workaround for bug in Raylib 5 making IsMouseButtonUp not work properly.
Karl Zylinski
2023-12-17
1
-4
/
+7
|
*
IsMouseButtonUp hack for now
Michael
2023-12-16
1
-1
/
+4
|
*
added some commas
Michael
2023-12-08
1
-2
/
+2
|
*
Update raygui.odin for Mac targets
Michael
2023-12-04
1
-2
/
+6
|
*
Add files via upload
Michael
2023-12-04
2
-0
/
+0
|
*
MacOS-arm64 Raygui libs
Michael
2023-12-04
2
-0
/
+0
|
*
Delete vendor/raylib/macos-arm64/libraygui.a
Michael
2023-12-04
1
-0
/
+0
|
*
New Raygui libs for Windows
Michael
2023-12-04
3
-0
/
+0
|
*
Delete vendor/raylib/windows/raygui.lib
Michael
2023-12-04
1
-0
/
+0
|
*
Delete vendor/raylib/windows/raygui.dll
Michael
2023-12-04
1
-0
/
+0
|
*
Delete vendor/raylib/windows/rayguidll.lib
Michael
2023-12-04
1
-0
/
+0
|
*
fixed names
Michael
2023-11-26
2
-0
/
+0
|
*
Delete vendor/raylib/linux/libraygui.so.3.6
Michael
2023-11-26
1
-0
/
+0
|
*
Delete vendor/raylib/linux/raygui.a
Michael
2023-11-26
1
-0
/
+0
|
*
Delete vendor/raylib/linux/libraygui.a
Michael
2023-11-26
1
-0
/
+0
[next]