aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bump gb_string version in README.mdHEADmasterGravatar Peter McGoron 2021-07-211-1/+1
|
* copyright info and version bumpGravatar Peter McGoron 2021-07-212-1/+8
|
* add gb_string_test.cGravatar Peter McGoron 2021-07-211-0/+14
|
* gb_string.h: add gb_printfGravatar Peter McGoron 2021-07-211-0/+54
|
* Merge pull request #46 from timgates42/bugfix_typo_systemGravatar gingerBill 2021-02-231-1/+1
|\ | | | | docs: fix simple typo, systen -> system
| * docs: fix simple typo, systen -> systemGravatar Tim Gates 2020-12-201-1/+1
|/ | | | | | There is a small typo in gb_gl.h. Should read `system` rather than `systen`.
* Merge pull request #44 from tszirr/masterGravatar gingerBill 2020-11-181-5/+5
|\ | | | | fix: vector transforms
| * fix: vector transformsGravatar Tobias Zirr 2020-06-261-5/+5
|/
* Merge pull request #42 from sjml/patch-1Gravatar gingerBill 2019-07-131-1/+1
|\ | | | | Fixing declaration/implementation mismatch
| * Fixing declaration/implementation mismatchGravatar Shane Liesegang 2019-07-101-1/+1
|/ | | 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.)
* Remove gb_regex.hGravatar gingerBill 2019-03-061-1/+0
|
* Delete gb_regex.hGravatar gingerBill 2019-03-061-968/+0
|
* Fix race conditionGravatar gingerBill 2018-12-241-9/+16
|
* Merge pull request #26 from ravencgg/mat4_look_at_fixGravatar gingerBill 2018-12-141-3/+3
|\ | | | | mat4_look_at fix
| * Removing unreferenced variableGravatar Chris Genova 2017-09-071-1/+0
| |
| * Fixing gb_mat4_look_atGravatar Chris Genova 2017-09-071-3/+3
| |
* | Add gb_quat_slerp interfaceGravatar gingerBill 2018-07-091-0/+1
| |
* | Fix gb_quat_slerp #38Gravatar gingerBill 2018-07-081-3/+2
| |
* | Update gb.hGravatar gingerBill 2018-06-151-1/+1
| |
* | Fix gb_utf8_decodeGravatar gingerBill 2018-06-151-5/+3
| |
* | Merge pull request #36 from terickson001/printf_width_fixGravatar gingerBill 2018-05-201-2/+2
|\ \ | | | | | | Fixed printf variable width
| * | Fixed printf variable widthGravatar Tyler Erickson 2018-05-191-2/+2
|/ /
* | Merge pull request #34 from terickson001/memcopy_fixGravatar gingerBill 2018-05-101-1/+2
|\ \ | | | | | | gb_memcopy fix to return correct destination
| * | Fixed indentationGravatar Tyler Erickson 2018-05-091-1/+1
| | |
| * | gb_memcopy now returns the correct destGravatar Tyler Erickson 2018-05-091-1/+2
|/ /
* | Merge pull request #30 from terickson001/masterGravatar gingerBill 2018-05-051-1/+1
|\ \ | | | | | | Fixed GB_TABLE rehash
| * | Fixed GB_TABLE rehashGravatar Tyler Erickson 2018-05-051-1/+1
|/ /
* | Merge pull request #29 from pmttavara/patch-1Gravatar gingerBill 2018-02-151-3/+6
|\ \ | | | | | | Prevent dangerous bug
| * | Prevent dangerous bugGravatar pmttavara 2018-02-141-3/+6
|/ / | | | | In the non-x86 version of memcopy, the lack of braces made seemingly conditional statements run unconditionally, potentially causing segfaults.
* | Fix gb_math.h constantsGravatar gingerBill 2018-01-271-3/+4
| |
* | v0.32 Minor fixesGravatar gingerBill 2017-12-221-4/+27
| |
* | Merge pull request #27 from den-mentiei/masterGravatar gingerBill 2017-10-122-2/+2
|\ \ | |/ |/| Fixed a warning: unused variable is no more.
| * Fixed a warning: unused variable is no more.Gravatar Den Mentiei 2017-10-122-2/+2
|/
* Merge branch 'master' of https://github.com/gingerBill/gbGravatar Ginger Bill 2017-08-231-2/+5
|\
| * Merge pull request #24 from ZenToad/masterGravatar gingerBill 2017-04-011-2/+5
| |\ | | | | | | Moving mipmap generation before unbinding the texture.
| | * Moving mipmap generation before unbinding the texture.Gravatar Wacky Doodle 2017-03-311-2/+5
| |/ | | | | | | Also, added a new sampler to allow for mipmaps to work on textures
* / Update gb.h to v0.31Gravatar Ginger Bill 2017-08-233-227/+569
|/
* Fix issue #21Gravatar Ginger Bill 2017-02-071-3/+3
|
* Merge branch 'master' of https://github.com/gingerBill/gbGravatar Ginger Bill 2017-02-062-12/+5
|\ | | | | | | | | # Conflicts: # README.md
| * Merge pull request #18 from jimon/fix_mat4_inverse_for_goodGravatar gingerBill 2016-12-182-12/+5
| |\ | | | | | | Fixing mat4 inverse again
| | * fixing mat4 inverse againGravatar Dmytro Ivanov 2016-12-182-12/+5
| |/
* / Update gb.hGravatar Ginger Bill 2017-02-062-28/+122
|/
* gb_math.h - Add gb_random01Gravatar Ginger Bill 2016-12-182-27/+42
|
* gb_math.h - 0.07b - Fix mat4_inverseGravatar Ginger Bill 2016-11-201-3/+4
|
* Fix Mat2Gravatar Ginger Bill 2016-10-191-2/+3
|
* gb.h v0.26d, gb_math.h v0.07Gravatar Ginger Bill 2016-10-163-70/+259
|
* gb_str_to_f* fixGravatar gingerBill 2016-07-301-81/+63
|
* Minor fixesGravatar gingerBill 2016-07-011-1/+2
|
* gbString fixGravatar gingerBill 2016-06-281-6/+20
|
* Default allocator flags and generic hash tableGravatar gingerBill 2016-06-272-247/+162
|