aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix typo in warning message in parserAlexander Goussas2023-03-241-1/+1
|/ /
* | Merge pull request #2405 from rasa-silva/fix_raylib_bindingsgingerBill2023-03-241-1/+1
|\ \
| * | Fix raylib bindings for MeasureTextExRicardo Silva2023-03-241-1/+1
|/ /
* | Add tests for string case conversionJeroen van Rijn2023-03-241-0/+46
* | Merge pull request #2404 from Kelimion/save_to_bufferJeroen van Rijn2023-03-246-8/+8
|\ \
| * | Rename `save_to_memory` for consistency.Jeroen van Rijn2023-03-246-8/+8
* | | Merge pull request #2402 from oskarnp/fix-ada-caseJeroen van Rijn2023-03-241-30/+11
|\ \ \ | |/ / |/| |
| * | Fix strings.to_ada_case()oskarnp2023-03-231-30/+11
* | | Make `core:image` packages work on `js` platform (wasm32) by not requiring `c...gingerBill2023-03-2316-191/+247
|/ /
* | Merge pull request #2400 from Lperlind/documentation/raylibJeroen van Rijn2023-03-221-77/+81
|\ \
| * | Remove stray backtickJeroen van Rijn2023-03-221-1/+1
| * | Improve raylib overview formatting on pkg websiteLucas Perlind2023-03-221-77/+81
* | | Merge pull request #2397 from DragosPopse/masterJeroen van Rijn2023-03-227-2/+683
|\ \ \ | |/ / |/| |
| * | Changed js panics to unimplemented where sensibleDragos Popescu2023-03-222-48/+48
| * | Merge branch 'odin-lang:master' into masterDragos Popescu2023-03-2232-874/+1180
| |\ \ | |/ / |/| |
* | | Fix typo!!!!gingerBill2023-03-211-1/+1
* | | Add newlines to improve documentation generationgingerBill2023-03-211-2/+49
* | | Fix typogingerBill2023-03-211-1/+1
* | | Correctly handle end comment for doc generationgingerBill2023-03-212-6/+19
* | | Merge pull request #2398 from odin-lang/raylib-4.5gingerBill2023-03-2131-869/+1115
|\ \ \
| * | | Add `@(extra_linker_flags=<string>)`gingerBill2023-03-215-1/+28
| * | | Keep `-vet` and `-strict-style` happygingerBill2023-03-211-5/+5
| * | | Change trailing comma require to `-strict-style` onlygingerBill2023-03-211-1/+1
| * | | Add msvcrt.lib to raylib on WindowsgingerBill2023-03-201-0/+1
| * | | Update `vendor:raylib` to raylib 4.5gingerBill2023-03-2026-868/+1086
| | * | Fixed more compile time errors when including os and thread to js targetsDragos Popescu2023-03-212-2/+116
| | * | Responded to PR review. Made dynlib return false on js instead of panicDragos Popescu2023-03-201-3/+3
| | * | Merge branch 'odin-lang:master' into masterDragos Popescu2023-03-205-13/+19
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #2370 from fabiansperber/parser_fixgingerBill2023-03-201-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Need to forward the name of the directive, not the hash tokenFabian Sperber2023-03-201-1/+1
|/ / /
* | | Merge pull request #2382 from fabiansperber/freestanding-hide-default-temp-al...gingerBill2023-03-203-11/+17
|\ \ \
| * | | Remove usage of global_default_temp_allocator_data when there is no default a...Fabian Sperber2023-03-133-11/+17
* | | | Merge pull request #2396 from WraithGlade/patch-1gingerBill2023-03-201-1/+1
|\ \ \ \
| * | | | Fixed incorrect precision value in `fmt` doc.WraithGlade2023-03-191-1/+1
|/ / / /
| | * / Made most libraries panic on js targets instead of not compilingDragos Popescu2023-03-207-2/+569
| |/ / |/| |
* | | Improve `llreg` integer type generation for SysV ABIgingerBill2023-03-191-58/+79
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-03-195-46/+223
|\ \ \
| * \ \ Merge pull request #2394 from krixano/masterJeroen van Rijn2023-03-182-0/+8
| |\ \ \
| | * | | Add SetConsoleCursorInfo and GetConsoleCursorInfo to sys/windows packageChristian Seibold2023-03-182-0/+8
| |/ / /
| * | | Merge pull request #2392 from Pingar5/masterJeroen van Rijn2023-03-181-44/+44
| |\ \ \
| | * | | Added parameter names to all ENet procsBrennen Shaughnessy2023-03-181-44/+44
| |/ / /
| * | | Merge pull request #2391 from ftphikari/masterJeroen van Rijn2023-03-183-2/+171
| |\ \ \
| | * | | sys/windows: added some functions and types for input hooks and tray iconshikari2023-03-183-2/+171
* | | | | Improve SysV ABI for multiple return values that fit into a single register; ...gingerBill2023-03-191-4/+8
|/ / / /
* | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-03-171-4/+4
|\ \ \ \
| * \ \ \ Merge pull request #2390 from MoustaphaSaad/fix-linalg-refractJeroen van Rijn2023-03-161-4/+4
| |\ \ \ \
| | * | | | Fix #2389Mostafa Saad2023-03-171-4/+4
| |/ / / /
* / / / / Add `reflect.struct_field_value`gingerBill2023-03-171-1/+8
|/ / / /
* | | | Simplify copy elision on variable declarationsgingerBill2023-03-163-40/+34
* | | | Keep `-vet` happygingerBill2023-03-161-2/+0