aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add image.pixels_to_image helper.dev-2024-08Jeroen van Rijn2024-08-021-1/+28
|
* Merge pull request #4008 from Daxode/wasm-quality-of-lifeLaytan2024-08-022-6/+3
|\ | | | | Quality of Life changes to wgpu/js
| * right number whoops!daniel-andersen2024-08-021-1/+1
| |
| * Quality of life changes to wgpu/wasm stuffdaniel-andersen2024-08-022-6/+3
| |
* | Merge pull request #4007 from marcosantos98/fix-wasmJeroen van Rijn2024-08-021-1/+1
|\ \ | |/ |/| Fix: compilation error when using BufferSubDataSlice in webgl package
| * Fix: remove extra `usage` in webgl.odin:250marcosantos982024-08-021-1/+1
|/ | | | | | Compilation error when using webgl.BufferSubDataSlice. The `usage` parameter is nowhere to be found. This is probably a copy-pasta leftover.
* Merge pull request #3998 from zen3ger/os2-temp_file_linuxgingerBill2024-08-011-4/+7
|\ | | | | [os2] Add missing temp_file implementation for Linux
| * [os2] Add missing temp_file implementation for LinuxRoland Kovacs2024-07-301-4/+7
| |
* | Fix NetBSD CIJeroen van Rijn2024-07-311-1/+1
| |
* | Update rand.reset() example.Jeroen van Rijn2024-07-311-1/+1
| |
* | Merge pull request #4002 from thetarnav/update-builtin-constantsJeroen van Rijn2024-07-311-2/+3
|\ \ | | | | | | Update comments for builtin constants
| * | Update builtin constantsDamian Tarnawski2024-07-311-2/+3
|/ /
* | Improve output path checkingJeroen van Rijn2024-07-311-3/+8
| | | | | | | | Fixes #4001
* | Merge pull request #4000 from lxmcf/masterLaytan2024-07-311-9/+2
|\ \ | | | | | | [vendor:raylib] Remove GuiStyleProp
| * | Use GuiControlProperty instead of c.intAlex Macafee2024-07-311-2/+2
| | |
| * | Remove GuiStylePropAlex Macafee2024-07-311-7/+0
| | |
| * | Update Raygui Style set/get functionsAlex Macafee2024-07-311-2/+2
|/ /
* | Merge pull request #3997 from Hyrtwol/reource-fix-windowsgingerBill2024-07-301-0/+1
|\ \ | | | | | | fix for using .rc files
| * | fix for using .rc filesThomas la Cour2024-07-301-0/+1
| |/
* | Merge pull request #3992 from thetarnav/parser-patchgingerBill2024-07-302-1/+2
|\ \ | | | | | | Correct the Array_Type.len comment and assign tok when making Ellipsis node
| * | Correct the Array_Type.len comment and assign tok when making Ellipsis nodeDamian Tarnawski2024-07-292-1/+2
| |/
* | Merge pull request #3985 from flysand7/docs-syncgingerBill2024-07-304-181/+1273
|\ \ | |/ |/| [sync]: Document all procedures
| * [sync]: Document all proceduresflysand72024-07-304-181/+1273
| |
* | Merge pull request #3991 from laytan/fix-in-map-with-union-variantsLaytan2024-07-292-4/+26
|\ \ | | | | | | fix `specific_union_variant in map_keyed_by_union` not converting to union type
| * | fix `specific_union_variant in map_keyed_by_union` not converting to union typeLaytan Laats2024-07-292-4/+26
|/ /
* | Clamp dot in `angle_between` to avoid precision errors.Jeroen van Rijn2024-07-281-1/+2
| | | | | | | | Fixes #3978
* | Merge pull request #3989 from colrdavidson/spall_docLaytan2024-07-281-2/+4
|\ \ | |/ |/| Improve Spall Docs slightly to reduce onboarding friction
| * make example compileColin Davidson2024-07-281-1/+2
| |
| * tweak doc a little to reduce onboarding friction for thread-usersColin Davidson2024-07-281-2/+3
|/
* Merge pull request #3362 from Hyrtwol/sys-windows-2Jeroen van Rijn2024-07-2624-171/+3495
|\ | | | | core/sys/windows part 2
| * removed some commentsThomas la Cour2024-07-261-5/+0
| |
| * try to add sys/windows to the normal core testsThomas la Cour2024-07-261-0/+1
| |
| * Merge remote-tracking branch 'upstream/master' into sys-windows-2Thomas la Cour2024-07-262-30/+356
| |\ | |/ |/|
* | Merge pull request #3980 from Kelimion/format-timeJeroen van Rijn2024-07-252-30/+356
|\ \ | | | | | | Add `time.to_string*` formatters.
| * | Use constants in example.Jeroen van Rijn2024-07-251-5/+5
| | |
| * | Improve docs.Jeroen van Rijn2024-07-251-182/+135
| | |
| * | Add `time.to_string*` formatters.Jeroen van Rijn2024-07-252-0/+373
|/ /
| * removed old test stuffThomas la Cour2024-07-261-67/+1
| |
| * removed obsolete fiels on WIN32_FIND_DATAW to match the size from the winsdk ↵Thomas la Cour2024-07-261-3/+0
| | | | | | | | headers
| * missign cursorinfoThomas la Cour2024-07-261-0/+15
| |
| * formatThomas la Cour2024-07-252-21/+21
| |
| * Merge remote-tracking branch 'upstream/master' into sys-windows-2Thomas la Cour2024-07-25153-1421/+9117
| |\ | |/ |/| | | | | # Conflicts: # core/sys/windows/shell32.odin
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-07-241-0/+1
|\ \
| * | Add CLSCTX_ALLJeroen van Rijn2024-07-241-0/+1
| | |
* | | Add more NtDll stuffgingerBill2024-07-242-0/+39
| | |
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-07-245-7/+128
|\| |
| * | Merge pull request #3951 from Kelimion/lua_testJeroen van Rijn2024-07-245-7/+128
| |\ \ | | | | | | | | Add Lua example to `vendor:lua` as well as basic tests.
| | * | Copy lua54.dll during CI testJeroen van Rijn2024-07-241-0/+1
| | | |
| | * | install lua for new lua vendor testsLaytan Laats2024-07-221-2/+2
| | | |
| | * | use #directory in lua testLaytan Laats2024-07-221-1/+1
| | | |