Историја ревизија

Аутор SHA1 Порука Датум
  gingerBill c5f7788652 Check to see if matrices are exactly the same type пре 1 година
  gingerBill f57c03c170 Improve matrix type hinting rules a little пре 1 година
  gingerBill cb45aa58fd Merge pull request #3731 from karl-zylinski/rlgl-subpackage пре 1 година
  gingerBill e87c5bca58 Merge pull request #3737 from karl-zylinski/raylib-shader-location-index-any-int пре 1 година
  Jeroen van Rijn 0398388a59 Merge pull request #3729 from Feoramund/fix-3460 пре 1 година
  Karl Zylinski 1a22f82f94 Changed rl.SetShaderValue etc to take a c.int like in original raylib.h. You should be able to use other values than the ShaderLocationIndex enum, that enum is only for build in things in raylib. Added #any_int on those procs so you can pass both int and also a ShaderLocationIndex. пре 1 година
  gingerBill 35a845b93f Fix indentation пре 1 година
  gingerBill 3ff8952813 Replace `panic(fmt.tprintf(` antipattern with `fmt.panicf` пре 1 година
  gingerBill 56c5e93fd1 Merge pull request #3728 from Feoramund/mem-any-int пре 1 година
  gingerBill 39b166edd3 Merge pull request #3733 from Feoramund/ci-freebsd пре 1 година
  gingerBill eaf1d88287 Merge pull request #3734 from Feoramund/fix-3730 пре 1 година
  gingerBill 1dc90103bd Make verification ignorable with a define flag пре 1 година
  gingerBill 0b02c67cdf Minor clean up for backend пре 1 година
  gingerBill 9b0e87544a Unify LLVMVerifyFunction invocations into on place пре 1 година
  Feoramund 61c630bbf8 Fix #3730 пре 1 година
  Feoramund 0e6bcd0dbb Add FreeBSD to CI пре 1 година
  Feoramund fc88de12c2 Implement `absolute_path_from_handle` for FreeBSD пре 1 година
  Feoramund a3da796d54 Fix `file_size` on FreeBSD пре 1 година
  Feoramund 40e99ebb10 Fix file open `O_*` flags on FreeBSD пре 1 година
  Feoramund c68560c573 Use correct `__error` link name for FreeBSD пре 1 година
  Feoramund 76292c8ed5 Forbid all BSDs from running `core:net` tests пре 1 година
  Karl Zylinski c9e732d141 rlgl.RLGL_VERSION -> rlgl.VERSION пре 1 година
  Karl Zylinski d2cd96c3c8 Made rlgl.odin work as a subpackage of raylib. So now you import vendor:raylib/rlgl. Instead of rl.rlBegin(rl.RL_TRIANGLES) you now type rlgl.Begin(rlgl.TRIANGLES). пре 1 година
  Karl Zylinski 34af2bb8ad Moved rlgl.odin to subpackage 'raylib/rlgl' пре 1 година
  Feoramund bd198aeada Fix #3460 пре 1 година
  Feoramund 50464bdce3 Use `#any_int` for `reserve_*` and `resize_*` procs пре 1 година
  gingerBill f1779c85de Fix #3727 пре 1 година
  gingerBill 903e254e36 Merge pull request #3725 from laytan/add-forced-shutdown-to-test-runner пре 1 година
  gingerBill eef2aef021 Fix #3724 пре 1 година
  gingerBill c1e81dc14d Fix #3726 пре 1 година