aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* math.big constants were no longer initializeddev-2024-03Jeroen van Rijn2024-03-031-1/+6
* Add check to see if raylib is imported with `ShowCursor` on sys/windowsgingerBill2024-03-011-0/+4
* Fix debug issue with `map`sgingerBill2024-03-011-2/+2
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-03-014-35/+352
|\
| * Merge pull request #3203 from listeriaceae/mastergingerBill2024-03-012-31/+345
| |\
| | * add Go licenseJuan Ignacio Díaz2024-02-171-1/+91
| | * port math.round from GolangJuan Ignacio Díaz2024-02-162-30/+254
| * | Merge pull request #3240 from laytan/macos-self-contained-releasesgingerBill2024-03-012-4/+7
| |\ \
| | * | reduce dynamic library dependencies for macos releaseLaytan Laats2024-02-292-4/+7
* | | | Fix type for SDL LoadFile(_RW)gingerBill2024-03-011-2/+2
|/ / /
* | | Add Recursive_Mutex procedures to procedure groupsgingerBill2024-03-011-0/+4
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-02-292-6/+18
|\ \ \
| * | | Merge pull request #3237 from laytan/macos-self-contained-releasesgingerBill2024-02-292-6/+18
| |\| |
| | * | fix releases being a zip of a zipLaytan Laats2024-02-292-6/+18
* | | | Fix leap year buggingerBill2024-02-291-0/+8
|/ / /
* | | Merge pull request #3207 from Tetralux/printflngingerBill2024-02-292-25/+130
|\ \ \
| * | | [fmt] Add *printfln()Tetralux2024-02-182-25/+130
| | |/ | |/|
* | | Merge pull request #3201 from Yawning/feature/avlgingerBill2024-02-299-44/+910
|\ \ \
| * | | core/container/avl: Initial importYawning Angel2024-02-244-0/+842
| * | | test/core/container: Refactor for multiple container typesYawning Angel2024-02-242-19/+34
| * | | tests/core: Bring the Makefile more in-sync with build.batYawning Angel2024-02-244-25/+34
* | | | Keep -vet happygingerBill2024-02-282-2/+0
* | | | Make types `distinct`gingerBill2024-02-281-6/+6
* | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-02-282-11/+80
|\ \ \ \
| * \ \ \ Merge pull request #3135 from colrdavidson/basic_eglgingerBill2024-02-281-0/+61
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into basic_eglColin Davidson2024-02-26356-20111/+26546
| | |\ \ \ \
| | * | | | | Add support for basic EGL on LinuxColin Davidson2024-01-241-0/+61
| * | | | | | Merge pull request #3224 from laytan/macos-self-contained-releasesgingerBill2024-02-281-11/+19
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Zip so compiler keeps executable permissionsLaytan Laats2024-02-221-3/+9
| | * | | | | Make MacOS releases self contained / bundle LLVMLaytan Laats2024-02-221-8/+10
* | | | | | | Remove unnecessary use of `transmute`gingerBill2024-02-282-8/+4
|/ / / / / /
* | | | | | Fix #3233gingerBill2024-02-281-2/+2
* | | | | | Merge pull request #3220 from laytan/promote-types-in-c-varargsgingerBill2024-02-282-2/+53
|\ \ \ \ \ \
| * | | | | | Also convert and promote bit_set types for #c_varargsLaytan Laats2024-02-221-0/+5
| * | | | | | Promote types in `#c_varargs` according to C rulesLaytan Laats2024-02-212-2/+48
* | | | | | | Merge pull request #3228 from EddieWoodley/glfw-raw-mouse-supportedgingerBill2024-02-281-2/+3
|\ \ \ \ \ \ \
| * | | | | | | vendor/glfw Add RawMouseMotionSupported to wrapperEddie Woodley2024-02-241-2/+3
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #3232 from karl-zylinski/raylib-5-binding-errorsgingerBill2024-02-281-5/+4
|\ \ \ \ \ \ \
| * | | | | | | Additional fixes for errors in Raylib bindings since Raylib 4 -> 5 upgrade.Karl Zylinski2024-02-261-5/+4
* | | | | | | | Merge pull request #3234 from odin-lang/rtti-table-layoutgingerBill2024-02-277-962/+171
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Make `lb_type_info` use a procedure to load the global valuegingerBill2024-02-275-12/+9
| * | | | | | | Fix `lb_type_info` for the new layoutgingerBill2024-02-271-2/+8
| * | | | | | | Add type info generation for `bit_field`gingerBill2024-02-272-8/+77
| * | | | | | | Remove `__$startup_type_info` proceduregingerBill2024-02-272-42/+3
| * | | | | | | Change type info table to be initializable constantlygingerBill2024-02-274-919/+95
|/ / / / / / /
* | / / / / / Merge pull request #3231 from karl-zylinski/raylib-model-animation-binding-fixgingerBill2024-02-261-0/+1
|\| | | | | | | |/ / / / / |/| | | | |
| * | | | | Fix ModelAnimation in raylib.odin missing a field.Karl Zylinski2024-02-261-0/+1
|/ / / / /
* | | | | Add `intrinsics.type_bit_set_backing_type`gingerBill2024-02-232-0/+24
* | | | | Make that warning an error with `-vet-style`gingerBill2024-02-221-1/+7
* | | | | Add warning when using `bit_field` when a `bit_set` would be a much better idea.gingerBill2024-02-221-1/+26