aboutsummaryrefslogtreecommitdiff
path: root/vendor
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2992 from flysand7/x11-fixgingerBill2023-12-021-2/+3
|\
| * [x11/xlib]: Fix some foreign declarationsflysand72023-12-011-2/+3
* | [vendor/sdl]: Fix fourcc codes for pixel formats to match FOURCC definitionflysand72023-12-011-8/+8
|/
* Merge pull request #2923 from flysand7/raylib-fixJeroen van Rijn2023-11-243-21/+8
|\
| * [vendor/raylib]: Add pre-compiled libraries on linux; Minor changes in bindingsflysand72023-11-053-21/+8
* | Merge pull request #2947 from flysand7/vendor-x11Jeroen van Rijn2023-11-245-0/+5551
|\ \
| * | [vendor/x11]: Add build guards for other xlib filesflysand72023-11-132-2/+2
| * | [vendor/x11]: Correct system import for linuxflysand72023-11-131-1/+1
| * | [vendor/x11]: Correction on XPutImage definitionflysand72023-11-131-1/+1
| * | [vendor/x11]: Add xlib utility functions, make compileable with -strict-styleflysand72023-11-133-198/+424
| * | [vendor/x11]: Add some client to window management communication functionsflysand72023-11-133-4/+217
| * | [vendor/x11]: Fix XDefaultScreenflysand72023-11-121-1/+1
| * | [vendor/x11]: Add a special type for mouse eventsflysand72023-11-122-1/+9
| * | [vendor/x11]: Fix definition for EventTypeflysand72023-11-121-2/+39
| * | [vendor/x11]: Fix XOpenDisplayflysand72023-11-121-1/+1
| * | [vendor/x11]: Add most of the basic xlib bindingsflysand72023-11-115-0/+5067
* | | core/crypto: Update the documentation (NFC)Yawning Angel2023-11-171-18/+24
* | | core/crypto: Exile keccak, md5 and sha1 to legacyYawning Angel2023-11-175-6/+16
* | | core/crypto/sm3: API cleanupYawning Angel2023-11-171-21/+18
* | | core/crypto/shake: API cleanupYawning Angel2023-11-171-38/+32
* | | core/crypto/sha3: API cleanupYawning Angel2023-11-171-72/+60
* | | core/crypto/sha2: API cleanupYawning Angel2023-11-171-72/+60
* | | core/crypto/sha1: API cleanupYawning Angel2023-11-171-21/+18
* | | core/crypto/md5: API cleanupYawning Angel2023-11-171-21/+18
* | | core/crypto/keccak: API cleanupYawning Angel2023-11-171-21/+18
* | | core/crypto/blake2: API cleanup and bug fixesYawning Angel2023-11-171-21/+18
* | | core/crypto/whirlpool: Remove, historical/exoticYawning Angel2023-11-173-123/+0
* | | core/crypto/tiger: Remove, historical/exoticYawning Angel2023-11-173-289/+0
* | | core/crypto/streebog: Remove, exoticYawning Angel2023-11-173-207/+0
* | | vendor/botan/skein512: Remove, use SHA-3Yawning Angel2023-11-173-292/+0
* | | core/crypto/ripemd: Remove, historical/exoticYawning Angel2023-11-173-123/+0
* | | core/crypto/md4: Remove, badly brokenYawning Angel2023-11-173-123/+0
* | | core/crypto/gost: Remove, exoticYawning Angel2023-11-173-123/+0
* | | core/crypto/siphash: CleanupsYawning Angel2023-11-171-4/+4
* | | Merge pull request #2919 from jakubtomsu/d3d12-descriptor-heap-type-fixgingerBill2023-11-071-1/+0
|\ \ \
| * | | Update d3d12.odinjakubtomsu2023-11-041-1/+0
| | |/ | |/|
* | | Raylib: use fixed array instead of struct for rl.Color. This makes swizzling ...Karl Zylinski2023-11-061-6/+3
| |/ |/|
* | RAYLIB_SHARED: use /NODEFAULTLIB:msvcrt instead of /NODEFAULTLIB:libcmt. This...Karl Zylinski2023-11-061-1/+1
|/
* Only build vendor:darwin on darwinflysand72023-10-2940-0/+40
* Replace Math.random with crypto.getRandomValues for _system_numberDamian Tarnawski2023-10-271-1/+0
* Use wasmMemoryInterface for rand_bytesDamian Tarnawski2023-10-271-1/+1
* Add system_random and random_bytes for js targetDamian Tarnawski2023-10-271-0/+6
* Merge pull request #2891 from flysand7/glfw-fixesgingerBill2023-10-263-3/+15
|\
| * Change bool to b32flysand72023-10-242-2/+2
| * GLFW binding fixesflysand72023-10-243-3/+15
* | Correct loadI64 and storeI64 methods in runtime.jsDamian Tarnawski2023-10-221-4/+2
|/
* Fix calling time.now() in wasm js runtimeDamian Tarnawski2023-10-191-8/+3
* Ensure required licenses are in distributable bundlesjcmdln2023-10-181-0/+24
* Merge pull request #2841 from Ldash4/upstream/fix-enet-bindingsgingerBill2023-10-161-7/+8
|\
| * Make enet packet flags use bitsetL42023-10-021-7/+8