Commit Graph

102 Commits

Author SHA1 Message Date
gingerBill c4d2aae0ed Merge pull request #1245 from odin-lang/new-matrix-type
`matrix` type
2021-10-26 21:08:08 +01:00
gingerBill c722665c32 Merge pull request #1230 from jockus/master
Convert all vendor:OpenGL functions taking GLboolean to bool
2021-10-26 21:04:20 +01:00
gingerBill 549a383cf0 Merge branch 'master' into new-matrix-type 2021-10-26 12:53:47 +01:00
gingerBill 98490454b6 Remove unneeded semicolons 2021-10-26 12:50:34 +01:00
gingerBill bb334007cf Merge pull request #1240 from graphitemaster/vendor-enet
vendor ENet
2021-10-26 12:49:14 +01:00
Dale Weiler 37d3a8a861 fixes for windows 2021-10-24 10:54:46 -04:00
Prokop Randacek b77e2f59ed The better option 2021-10-24 13:07:13 +02:00
Prokop Randáček cac8582de1 WindowShouldClose should return a bool 2021-10-24 12:52:54 +02:00
gingerBill b4df51e483 Merge branch 'master' into new-matrix-type 2021-10-23 19:24:47 +01:00
Dale Weiler 357d085ffb use multi pointer here, cstring was incorrect 2021-10-23 13:09:54 -04:00
Dale Weiler a074c367ff actually got the license wrong, it's MIT 2021-10-23 08:25:02 -04:00
Dale Weiler e6fb4ee265 typo 2021-10-23 08:13:03 -04:00
Dale Weiler 7c336a6a82 update vendor README.md 2021-10-23 08:12:46 -04:00
Dale Weiler 71ae424aa8 add LICENSE 2021-10-23 07:56:37 -04:00
Dale Weiler 88d6407092 oops, semicolon 2021-10-23 07:51:47 -04:00
Dale Weiler e15f245339 vendor ENet 2021-10-23 07:40:40 -04:00
awwdev faa9df8735 changed KeyCode to Keycode 2021-10-23 12:46:09 +02:00
jockus 2f4f6894bd Convert all vendor:OpenGL functions taking GLboolean to bool, assert on bool type size matching sizeof(unsigned char) as per the C headers 2021-10-20 15:40:55 +01:00
gingerBill e8c602b98f Correct vulkan headers 2021-10-20 15:02:38 +01:00
gingerBill 07bf64ae52 Transform matrix to mat identifier for Vulkan 2021-10-20 11:42:06 +01:00
gingerBill fc33cf6846 Set VertexAttribPointer related calls to use uintptr instead of rawptr for the byte offset parameter 2021-10-13 16:15:01 +01:00
gingerBill b3a66b3950 Change c.int to PixelFormat where appropriate 2021-10-02 23:58:40 +01:00
gingerBill a971fb6e94 Make TextFormat use static internal buffers; Add TextFormatAlloc 2021-10-02 22:43:55 +01:00
gingerBill 58a405cc9f Fix typos; Add MemAllocator which wraps the raylib allocation procedures into an Odin Allocator; Reimplement TextFormat using fmt.*printf 2021-10-02 15:46:55 +01:00
gingerBill f7137bf367 Improvements to vendor:microui 2021-10-02 14:06:34 +01:00
skytrias 9ceb6b79fd small package fixes 2021-09-29 21:47:36 +02:00
gingerBill 93f97defb9 Remove @private from some procedures 2021-09-26 00:08:42 +01:00
gingerBill 22827da4a2 Minor changes to microui.odin 2021-09-25 23:59:28 +01:00
Jeroen van Rijn c0437330e9 vendor:vulkan: Remove unused core:c import. 2021-09-23 14:21:12 +02:00
gingerBill 6a86b3c82b Cleanup hash implementation 2021-09-23 12:41:48 +01:00
gingerBill a7f59ab388 Add asserts to begin_window and begin_panel 2021-09-23 12:40:40 +01:00
gingerBill 5586c6b9c5 Update microui/README.md 2021-09-23 12:20:44 +01:00
gingerBill 964a09ef7a Add vendor:microui
This is a direct port in Odin, not bindings; utilizing Odin's rich type system
2021-09-23 12:20:01 +01:00
gingerBill 08ae186d8e Correct foreign import paths 2021-09-17 14:42:39 +01:00
gingerBill 54b7ed5b52 Update foreign imports for linux 2021-09-17 14:11:43 +01:00
gingerBill 64f5ba6ba1 Add the remaining of the miniaudio API 2021-09-17 14:09:45 +01:00
gingerBill f38b7ebf42 Begin adding vendor:miniaudio 2021-09-17 12:57:52 +01:00
gingerBill 736a763859 Add stb libs for Windows directly 2021-09-15 14:30:11 +01:00
gingerBill 4eda1b0598 Update appropriate parameters to the corresponding boolean types 2021-09-15 14:21:31 +01:00
gingerBill 2e21312059 Remove -march=native from stb/src/Makefile 2021-09-15 14:09:12 +01:00
gingerBill 22218fff67 Update vendor/README.md 2021-09-14 22:59:35 +01:00
gingerBill e7ea09a93b Add vendor:stb/vorbis 2021-09-14 22:35:22 +01:00
gingerBill 6f182ae5ae Add vendor:stb/easy_font -- source port of stb_easy_font.h 2021-09-14 22:12:23 +01:00
gingerBill cb2437959c Add stb_image_resize to vendor:stb/image 2021-09-14 21:44:26 +01:00
gingerBill 61efbf8684 Merge pull request #1168 from odin-lang/vendor-stb
`vendor:stb` - Add stb libraries (image+image_write, rect_pack, truetype)
2021-09-14 18:31:33 +01:00
gingerBill da14292369 Minor corrections to stb_truetype.odin 2021-09-14 18:22:04 +01:00
gingerBill 7189625cf5 Add stb libraries (image+image_write, rect_pack, truetype) 2021-09-14 17:54:50 +01:00
Michael Kutowski 54e16bed0a add linux system dependencies for raylib 2021-09-14 18:17:08 +02:00
gingerBill 6585601765 Sort enums 2021-09-12 18:51:22 +01:00
gingerBill 2a1193ee54 Add heuristics to make pointers [^] where appropriate for vulkan 2021-09-12 18:50:02 +01:00