Jagi Natarajan
8727db41f7
Fix regression, fetch obj-c superclass name instead of class name
2026-07-09 14:24:40 -04:00
Jeroen van Rijn
3ea134a86a
Merge pull request #6986 from odin-lang/bill/update-box3d
...
Update `vendor:box3d` to latest commit
2026-07-09 17:58:19 +02:00
Jeroen van Rijn
f8791d361c
raymath: Vector3DistanceSqr(t)
2026-07-09 17:19:44 +02:00
Jeroen van Rijn
56cae84ed1
Delete old lib
2026-07-09 15:46:57 +02:00
Jeroen van Rijn
bf8a6d81d8
box3d universal binary
2026-07-09 15:46:24 +02:00
gingerBill
65d4ec726b
Remove older darwin/libbox3d.a
2026-07-09 13:01:56 +01:00
Jeroen van Rijn
66e8f99cc5
Fix a few typos in box3d.odin
2026-07-09 13:54:44 +02:00
Jeroen van Rijn
d6b7a7867f
Add box3d build script for Linux + macOS
2026-07-09 13:47:35 +02:00
gingerBill
40698f774f
Improve error message for disallowing --- as a default parameter
2026-07-09 11:52:03 +01:00
gingerBill
d330d1efc7
Fix typo of type
2026-07-09 11:33:01 +01:00
gingerBill
6d3b46c9de
Add box3d src to project; Add simple build script for Windows
2026-07-09 11:31:38 +01:00
gingerBill
759061db9e
Update box3d to latest commit
...
Only Windows lib is updated in this commit
2026-07-09 11:21:42 +01:00
Jeroen van Rijn
0c7fc0b416
Fix #6982
2026-07-09 00:32:41 +02:00
gingerBill
46a2960d13
Merge pull request #6968 from ssenthilnathan3/fix/ternary-comment-parsing
...
Fix parser failing on comments inside ternary expressions
2026-07-08 10:56:05 +01:00
gingerBill
934573d0f0
Merge pull request #6975 from mothfuzz/patch-5
...
Update wgpu.js
2026-07-08 09:44:21 +01:00
Gaia
bd31effa17
Update wgpu.js
2026-07-08 03:29:54 -05:00
Gaia
1e7496ceb7
Update wgpu.js
...
Fix missing => after wgpuComputePassEncoderSetImmediates
2026-07-08 03:25:13 -05:00
Jeroen van Rijn
1d226a30e4
Fix is_tty doc string
2026-07-07 23:28:26 +02:00
Jeroen van Rijn
8c21b40c5d
Apply #6973 to build.bat as well.
2026-07-07 22:29:12 +02:00
Jeroen van Rijn
04f8b1e07b
Merge pull request #6973 from drepper/master
...
🐛 Prevent git output with signature information
2026-07-07 22:28:14 +02:00
Jeroen van Rijn
a02329b6cd
Merge pull request #6974 from tf2spi/6967-improve-type-hashing
...
Ensure identical types have same hash
2026-07-07 19:17:39 +02:00
misomosi
723b8f563d
Ensure identical types have same hash
2026-07-07 12:44:16 -04:00
Ulrich Drepper
5becb3d079
🐛 Prevent git output with signature information
...
When users have something like
[log]
showSignature = true
in their .gitconfig files, invocations of the log or show git sub-command
emit additional information about signatures. This additional output
disturbs the generation of the GIT_SHA and GIT_DATE values for the compiler
command line. The additional text is copied verbatim into the file in
unexpected places. The result is a parse error when invocing the
compiler.
To fix it always suppress the output of the signature information. This
has no effects when the setting is disabled anyway.
2026-07-07 18:24:53 +02:00
Jeroen van Rijn
dea07424c4
Merge pull request #6972 from Kelimion/raylib-fix
...
Raylib 6.0 bindings update; add `vendor:*` policy to its `README.md`
2026-07-07 18:01:51 +02:00
Jeroen van Rijn
30345cf384
Raylib 6.0 bindings update; add vendor:* policy to its README.md
...
Regrettably the raylib 6.0 bindings left a few things to be desired.
This was obscured at the time by it not being a diff against v5.5.
They've now been reviewed and updated line by line.
Additionally, we're introducing a pull request policy for `vendor:*`,
found in `vendor/README.md`.
The policy reads as follows:
These packages and their associated binary files are curated and maintained by the Odin team. Please don't open pull requests for `vendor:` without first consulting them, whether it be to propose a new package or update bindings to a newer version. In the best of cases this often results in a duplication of effort. Localized fixes where type or procedure definitions diverge between the Odin binding and upstream are welcome.
2026-07-07 17:48:17 +02:00
Jeroen van Rijn
0149c4f8fd
Merge pull request #6971 from cstrachan88/raylib-typo-fix
...
Fix raylib procedure name typo
2026-07-07 17:31:35 +02:00
Courtney Strachan
b2abdff2ef
Fix raylib procedure name typo
...
Vector2DistanceSqrt -> Vector2DistanceSqr
2026-07-07 11:09:46 -04:00
Jeroen van Rijn
d442fed12d
Merge pull request #6969 from yuraiz/rl-fix
...
fix: delete FilePathList.capacity field from the raylib bindings
2026-07-07 12:32:47 +02:00
yuraiz
b7a0c622f9
fix: delete FilePathList.capacity field from the raylib bindings
2026-07-07 13:05:41 +03:00
Jeroen van Rijn
03717acf31
Restore missing parameter in rl.LoadFontData
2026-07-07 12:00:08 +02:00
Senthilnathan
a880c1abfa
Fix parser failing on comments inside if/when ternary
2026-07-07 14:30:59 +05:30
Senthilnathan
d7fc7c653c
Fix parser failing on comments inside ternary expressions
2026-07-07 14:18:42 +05:30
gingerBill
1d0d31cf4c
Fix trailing commas
2026-07-06 23:02:36 +01:00
gingerBill
301c287de9
Update kb_text_shape.lib
dev-2026-07
2026-07-06 22:39:40 +01:00
gingerBill
03b399b64b
Fix alignment
2026-07-06 22:38:27 +01:00
gingerBill
f612913980
Merge pull request #6944 from KamWithK/master
...
Update kb_text_shape to v2.21
2026-07-06 22:36:40 +01:00
Jeroen van Rijn
ab0131cf3d
Merge pull request #6961 from Kelimion/raylib6
...
Readd files
2026-07-06 22:57:18 +02:00
Jeroen van Rijn
de6ec416f2
package raylib
2026-07-06 22:51:21 +02:00
Jeroen van Rijn
bfaa82e0f6
*.a, again
2026-07-06 22:49:39 +02:00
Jeroen van Rijn
795247a62c
Readd files
2026-07-06 22:42:50 +02:00
Jeroen van Rijn
66f3cfac02
Merge pull request #6960 from Kelimion/raylib6
...
Remove raylib v5.5 in favor of v6.0
2026-07-06 20:24:04 +02:00
Jeroen van Rijn
d5112adabf
Change examples/all vendor import
2026-07-06 20:16:55 +02:00
Jeroen van Rijn
0d883bb3e0
Remove raylib v5.5 in favor of v6.0
2026-07-06 20:09:55 +02:00
Laytan Laats
e1dc17a3a3
typo
2026-07-06 19:05:43 +02:00
Laytan Laats
7028a3479f
raylib: Add back ShowCursor
2026-07-06 19:02:38 +02:00
Laytan
e8ad21ed2a
Merge pull request #6954 from mfbulut/master
...
Fix data corruption in endcoding/cbor
2026-07-06 14:57:24 +02:00
Jeroen van Rijn
938a6d338f
Merge pull request #6958 from denovodavid/pr-fix-xar-caller-location
...
core:container/xar - forward caller location to make in array_push_back_*
2026-07-06 11:56:23 +02:00
Jeroen van Rijn
62f1d36b28
Merge pull request #6957 from JxJxxJxJ/master
...
typo(core:time): "nanonseconds" -> "nanoseconds"
2026-07-06 11:55:40 +02:00
denovodavid
f50625a42d
forward caller location to make in xar array_push_back
2026-07-06 17:15:55 +10:00
Jx
e48ab161d1
Merge branch 'odin-lang:master' into master
2026-07-06 01:50:37 -03:00