Commit Graph

215 Commits

Author SHA1 Message Date
Peter McGoron 0fad166f2e bump gb_string version in README.md 2021-07-21 23:30:24 -04:00
Peter McGoron 81030b5ae4 copyright info and version bump 2021-07-21 23:28:05 -04:00
Peter McGoron 6363789394 add gb_string_test.c 2021-07-21 23:22:32 -04:00
Peter McGoron e29be3ef1a gb_string.h: add gb_printf 2021-07-21 23:22:21 -04:00
gingerBill 52a3a542ef
Merge pull request #46 from timgates42/bugfix_typo_system
docs: fix simple typo, systen -> system
2021-02-23 11:11:03 +00:00
Tim Gates 1b6068d6fe
docs: fix simple typo, systen -> system
There is a small typo in gb_gl.h.

Should read `system` rather than `systen`.
2020-12-20 08:13:35 +11:00
gingerBill fe41e2b5cf
Merge pull request #44 from tszirr/master
fix: vector transforms
2020-11-18 12:04:35 +00:00
Tobias Zirr ba442e2a10 fix: vector transforms 2020-06-26 00:52:54 +02:00
gingerBill 7b18a1e257
Merge pull request #42 from sjml/patch-1
Fixing declaration/implementation mismatch
2019-07-13 09:43:09 +01:00
Shane Liesegang 3e43c39e47
Fixing declaration/implementation mismatch
I'm not entirely sure whether the declaration is wrong or the implementation, so if I got this backwards, apologies. But, there is presently no implementation of `gb_float33_9` and no declaration of `gb_float33_16`, so I assumed one was supposed to match the other. (I'm not actually using this function, but discovered the missing part when doing some automatic Lua bindings based on importing headers.)
2019-07-10 15:40:28 +02:00
gingerBill 5df8d02c8b
Remove gb_regex.h 2019-03-06 20:30:31 +00:00
gingerBill 439fc18807
Delete gb_regex.h 2019-03-06 20:30:16 +00:00
gingerBill 41838203cd
Fix race condition 2018-12-24 16:11:49 +00:00
gingerBill 12f087bf65
Merge pull request #26 from ravencgg/mat4_look_at_fix
mat4_look_at fix
2018-12-14 14:59:01 +00:00
gingerBill 7cf1a204fe
Add gb_quat_slerp interface 2018-07-09 09:16:32 +01:00
gingerBill 23c3fba697
Fix gb_quat_slerp #38 2018-07-08 22:36:10 +01:00
gingerBill 9381302d81
Update gb.h 2018-06-15 20:26:31 +01:00
gingerBill cf6132dbf3
Fix gb_utf8_decode 2018-06-15 20:01:05 +01:00
gingerBill 296198c81b
Merge pull request #36 from terickson001/printf_width_fix
Fixed printf variable width
2018-05-20 16:03:59 +01:00
Tyler Erickson 911b785e19 Fixed printf variable width 2018-05-19 20:15:50 -07:00
gingerBill 5fb5aad99e
Merge pull request #34 from terickson001/memcopy_fix
gb_memcopy fix to return correct destination
2018-05-10 06:54:53 +01:00
Tyler Erickson 9c99ab9e8e Fixed indentation 2018-05-09 19:39:27 -07:00
Tyler Erickson 95ed1f5de3 gb_memcopy now returns the correct dest 2018-05-09 19:35:06 -07:00
gingerBill 17997cba79
Merge pull request #30 from terickson001/master
Fixed GB_TABLE rehash
2018-05-05 20:38:51 +01:00
Tyler Erickson 3561f653e8 Fixed GB_TABLE rehash 2018-05-05 12:32:33 -07:00
gingerBill 0378924916
Merge pull request #29 from pmttavara/patch-1
Prevent dangerous bug
2018-02-15 15:16:31 +00:00
pmttavara f5094be285
Prevent dangerous bug
In the non-x86 version of memcopy, the lack of braces made seemingly conditional statements run unconditionally, potentially causing segfaults.
2018-02-14 22:35:01 -05:00
gingerBill cf7d2e06ee Fix gb_math.h constants 2018-01-27 09:35:42 +00:00
gingerBill 03abd6fd3c
v0.32 Minor fixes 2017-12-22 18:19:38 +00:00
gingerBill 8f151ed5b4 Merge pull request #27 from den-mentiei/master
Fixed a warning: unused variable is no more.
2017-10-12 21:02:22 +01:00
Den Mentiei a2d55b812a Fixed a warning: unused variable is no more. 2017-10-12 22:15:40 +03:00
Chris Genova 1bc8bf20f3 Removing unreferenced variable 2017-09-07 19:46:53 -07:00
Chris Genova 5e906ad45b Fixing gb_mat4_look_at 2017-09-07 19:37:43 -07:00
Ginger Bill d3e121a298 Merge branch 'master' of https://github.com/gingerBill/gb 2017-08-23 21:02:30 +01:00
Ginger Bill 7bba49ce13 Update gb.h to v0.31 2017-08-23 21:02:22 +01:00
gingerBill 991ebc72d0 Merge pull request #24 from ZenToad/master
Moving mipmap generation before unbinding the texture.
2017-04-01 09:39:40 +01:00
Wacky Doodle b5c94d4127 Moving mipmap generation before unbinding the texture.
Also, added a new sampler to allow for mipmaps to work on textures
2017-03-31 13:21:44 -06:00
Ginger Bill fd88428545 Fix issue #21 2017-02-07 20:13:56 +00:00
Ginger Bill db5c341df4 Merge branch 'master' of https://github.com/gingerBill/gb
# Conflicts:
#	README.md
2017-02-06 22:34:01 +00:00
Ginger Bill 15647e5a0b Update gb.h 2017-02-06 22:31:18 +00:00
gingerBill 216ae88426 Merge pull request #18 from jimon/fix_mat4_inverse_for_good
Fixing mat4 inverse again
2016-12-18 17:03:09 +00:00
Dmytro Ivanov e8bc38cec5 fixing mat4 inverse again 2016-12-18 14:49:34 +01:00
Ginger Bill 84afc68e05 gb_math.h - Add gb_random01 2016-12-18 11:25:08 +00:00
Ginger Bill d5cdd53de1 gb_math.h - 0.07b - Fix mat4_inverse 2016-11-20 10:53:27 +00:00
Ginger Bill 1fff141054 Fix Mat2 2016-10-19 00:04:48 +01:00
Ginger Bill 4778aa6bf0 gb.h v0.26d, gb_math.h v0.07 2016-10-16 12:30:47 +01:00
gingerBill 4e7b07c9a7 gb_str_to_f* fix 2016-07-30 00:10:28 +01:00
gingerBill 117a4e9984 Minor fixes 2016-07-01 00:15:23 +01:00
gingerBill 0392f5aae2 gbString fix 2016-06-28 21:28:35 +01:00
gingerBill af0ef64f7e Default allocator flags and generic hash table 2016-06-27 11:07:52 +01:00