Commit Graph

97 Commits

Author SHA1 Message Date
gingerBill f87ce844a6 Basic State Rendering 2016-04-26 23:51:15 +01:00
gingerBill d749171091 Update Readme 2016-04-26 21:44:51 +01:00
gingerBill 0947bc1a50 Handle Spaces now!!!! 2016-04-26 20:28:33 +01:00
gingerBill 7db25d82b8 Basic Font Rendering - No Spaces yet 2016-04-26 20:04:42 +01:00
gingerBill ccbed2aa67 Font Loading and caching 2016-04-26 18:20:58 +01:00
gingerBill 0c6c35ff14 gb_math.h - Less/no dependencies or CRT 2016-04-25 00:29:07 +01:00
gingerBill 76c1c58318 Consistent styling 2016-04-24 21:43:42 +01:00
gingerBill fa56da7ba9 Update README.md 2016-04-24 20:47:53 +01:00
gingerBill 3811da351a gb_gl.h and new naming conventions 2016-04-24 20:45:16 +01:00
gingerBill 748bccf190 README.md Update 2016-04-23 23:09:44 +01:00
gingerBill 41f87ef704 Updates!!!!! 2016-04-23 23:07:15 +01:00
gingerBill a78da2bf50 Update gb.h 2016-04-12 22:46:06 +01:00
gingerBill d7b6d601d1 Update README.md 2016-04-12 21:52:56 +01:00
gingerBill dc5fe7638c Update gb.h 2016-04-12 21:52:09 +01:00
gingerBill ce56da2ff4 New gb.h!!!! 2016-04-10 23:44:42 +01:00
gingerBill 047348c585 License Update 2016-04-10 23:44:24 +01:00
gingerBill 24eb70c5c9 Update README.md 2016-04-08 23:29:11 +01:00
gingerBill d840be2431 Use 64-bit murmur64 version on WIN64 2016-04-08 23:28:48 +01:00
gingerBill 5116635d04 Update gb_math.h 2016-04-08 23:12:26 +01:00
gingerBill f2ee608bd5 Fix strict aliasing in gb_quake_inv_sqrt 2016-04-08 23:05:38 +01:00
gingerBill 386f6371d7 Update gb_math.h 2016-04-08 22:44:18 +01:00
gingerBill c58b8e1fe7 gb_math.h v0.04a - Minor bug fixes 2016-04-08 22:41:14 +01:00
gingerBill eec27b33ed Update README.md 2016-04-08 21:41:31 +01:00
gingerBill 24d6605d17 Delete gb_math.hpp 2016-04-08 21:40:53 +01:00
gingerBill f4bed43039 gb_math.h - v0.04 - Namespace everything with gb 2016-04-08 21:40:22 +01:00
gingerBill b6021f11c2 Update gb.h - v0.02
Minor fixes to work with older versions of MSVC
2016-03-03 16:15:25 +00:00
gingerBill de04cbcee7 New Libraries 2016-03-03 11:37:48 +00:00
gingerBill 21c240a8ae Explicit Everything! 2016-01-01 19:33:06 +00:00
gingerBill 8c934b2edc Macro fixes 2015-12-17 22:56:29 +00:00
gingerBill ea11e036f3 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	gb.h
2015-12-17 12:27:46 +00:00
gingerBill d130420db7 Change conventions slightly 2015-12-17 12:26:24 +00:00
gingerBill 32582df9de Remove C++ specific macros 2015-12-15 11:00:42 +00:00
gingerBill 216b9a419f Allow for no <stdio.h> 2015-12-15 00:18:52 +00:00
gingerBill 6b0de059ff gb.hpp - Allocators can be passed to gb_alloc/free/etc. without cast using `typedef void *gb_Allocator_Ptr` 2015-12-14 23:53:20 +00:00
gingerBill bd2171ddf4 Update README.md 2015-12-14 20:18:45 +00:00
gingerBill 987bfcd0ef gb.h - Implement all functions (from gb.hpp) 2015-12-14 20:18:03 +00:00
gingerBill b0234f23da Update README.md 2015-12-14 15:43:51 +00:00
gingerBill 2e594a5849 Add gb.h - Just the prototypes
C89/C99 version of gb.hpp
2015-12-14 15:42:52 +00:00
gingerBill 34c6e2cf91 Remove `_Allocator` suffix for allocator types 2015-12-07 20:49:23 +00:00
gingerBill 039dab926b sort::quick 2015-12-02 20:34:35 +00:00
gingerBill 3addf42948 GB_ASSERT prints call stack 2015-12-02 15:38:18 +00:00
gingerBill 9c169017d1 Pool Allocator 2015-12-02 15:06:36 +00:00
gingerBill 851b5922e6 Remove templated clamp 2015-12-01 14:01:46 +00:00
gingerBill fdf6d07472 Dealloc to Free & More Hashing Functions 2015-11-29 19:03:08 +00:00
gingerBill 7c971f24fb Heap Allocator Fix 2015-11-29 18:04:33 +00:00
gingerBill 0d09743505 Better Allocation system 2015-11-29 15:53:59 +00:00
gingerBill 16c31df712 Array bug fix 2015-11-28 22:55:24 +00:00
gingerBill 2159ae399a gb.hpp v0.25 - gb_math.hpp v0.03
0.25  - Faster Heap_Allocator for Windows using HeapAlloc
0.03  - Remove templated min/max/clamp
2015-11-27 00:20:44 +00:00
gingerBill ddcc482418 Many bug fixes
Fix Hash_Table
Fix gb_ini Error Handling
2015-11-22 21:18:51 +00:00
gingerBill de704f4f94 Merge pull request #2 from bullno1/gb_ini-error_handling
Fix error handling in gb_ini
2015-11-22 15:13:00 +00:00