aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Add logs to flaky testLaytan Laats2024-02-201-6/+33
| * | | | | | | | | Remove flaky testLaytan Laats2024-02-201-23/+0
| * | | | | | | | | Improve net testsLaytan Laats2024-02-201-128/+81
| |/ / / / / / / /
* | | | | | | | | Merge pull request #3134 from laytan/non-universal-binaries-raylibgingerBill2024-02-192-0/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | vendor/raylib: change to non-universal binariesLaytan Laats2024-01-242-0/+0
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3206 from flysand7/linux-fdflags-fixgingerBill2024-02-181-2/+2
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | [sys/linux]: Fix numeric values for socket fd flagsflysand72024-02-181-2/+2
|/ / / / / / / /
* | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-02-1718-13970/+16424
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #3197 from laytan/update-miniaudiogingerBill2024-02-1618-13970/+16424
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | miniaudio: add version mismatch checkLaytan Laats2024-02-141-1/+30
| | * | | | | | | miniaudio: update .lib to 0.11.21laytan2024-02-141-0/+0
| | * | | | | | | miniaudio: update .liblaytan2024-02-141-0/+0
| | * | | | | | | miniaudio: fix wrong sizes for ma_deviceLaytan Laats2024-02-142-10/+10
| | * | | | | | | miniaudio: update to 0.11.21Laytan Laats2024-02-1416-13959/+16384
| | | |/ / / / / | | |/| | | | |
* | / | | | | | Minor changes to `os2`gingerBill2024-02-175-3/+55
|/ / / / / / /
* | | | | | | Fix typogingerBill2024-02-131-1/+1
* | | | | | | Fix typo that causes map info debug issuesgingerBill2024-02-131-2/+2
* | | | | | | Fix race condition with #soagingerBill2024-02-133-15/+24
* | | | | | | Fix race condition with regards to #soa arrays by using the fields mutexgingerBill2024-02-132-5/+15
* | | | | | | Use `Raw_Map` as the debug information for a `map`gingerBill2024-02-132-1/+5
* | | | | | | Merge pull request #3193 from Lperlind/mastergingerBill2024-02-132-0/+17
|\ \ \ \ \ \ \
| * | | | | | | Add ID3DUserDefinedAnnotationLucas Perlind2024-02-132-0/+17
|/ / / / / / /
* | | | | | | Merge pull request #3192 from Lperlind/revert-the-matricesgingerBill2024-02-122-155/+155
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Remove bounds checking on a lot of linalgLucas Perlind2024-02-132-121/+121
| * | | | | | Revert "Change minor/adjoint to be `row, col` from `c, r` to be consistent wi...Lucas Perlind2024-02-132-172/+172
|/ / / / / /
* | | | | | Store cell data in map debug metadatagingerBill2024-02-121-2/+36
* | | | | | Add metadata type to `map`s debug information to aid debuggers knowing what i...gingerBill2024-02-123-1/+31
* | | | | | Split out `linalg.identity` between matrices and array-based matrixgingerBill2024-02-121-1/+11
* | | | | | Change minor/adjoint to be `row, col` from `c, r` to be consistent with `[row...gingerBill2024-02-122-172/+172
* | | | | | Merge pull request #3188 from Tetralux/fixchdirgingerBill2024-02-121-13/+3
|\ \ \ \ \ \
| * | | | | | [os] Fix os.change_directory(), os.set_current_directory()Tetralux2024-02-121-13/+3
* | | | | | | Merge pull request #3189 from mothfuzz/json_unmarshal_enumerated_enums_fixgingerBill2024-02-121-1/+0
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | remove return statement from case Type_Info_Enumerated_Array, as it causes ea...Kay2024-02-121-1/+0
|/ / / / / /
* | | | | | Add raymath procedures (with numerous deprecated attributes to suggest to use...gingerBill2024-02-101-0/+818
* | | | | | Add `rand.choice_enum`gingerBill2024-02-101-0/+20
* | | | | | Add `#load_directory(path: string) > []runtime.Load_Directory_File`gingerBill2024-02-098-69/+247
* | | | | | Merge pull request #3184 from Lperlind/mastergingerBill2024-02-092-0/+2
|\ \ \ \ \ \
| * | | | | | Add more window proceduresLucas Perlind2024-02-092-0/+2
|/ / / / / /
* | | | | | Merge pull request #3182 from laytan/fix-instrumentation-in-debug-modegingerBill2024-02-082-4/+17
|\ \ \ \ \ \
| * | | | | | fix instrumentation in debug modeLaytan2024-02-082-4/+17
* | | | | | | Merge pull request #3181 from laytan/fix-no-crt-on-linuxgingerBill2024-02-081-18/+14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | fix -no-crt on LinuxLaytan2024-02-081-18/+14
|/ / / / / /
* | | | | | Add `core:relative`gingerBill2024-02-081-0/+171
* | | | | | Disallow mixture of polymorphic $ names and normal identifiers within record ...gingerBill2024-02-081-0/+47
* | | | | | Add check for a proceduregingerBill2024-02-081-1/+4
* | | | | | Fix edge case for proceduresgingerBill2024-02-081-6/+6
* | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-02-082-4/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #3180 from z64/z64/fixgingerBill2024-02-081-1/+0
| |\ \ \ \ \ \
| | * | | | | | Remove invalid allocator assignment to sliceZac Nowicki2024-02-081-1/+0
| |/ / / / / /
| * | | | | | Merge pull request #3179 from laytan/fix-cigingerBill2024-02-071-3/+3
| |\ \ \ \ \ \