89 Commits

Author SHA1 Message Date
509d88f990 Update README.md 2017-08-01 22:06:35 -04:00
7a3ac51609 Removed documentation command 2017-03-22 11:26:19 -04:00
0164992bb0 Removed docs 2017-03-14 11:31:38 -04:00
273e519e70 removed header link 2017-03-10 01:16:17 -05:00
50fc40ecd3 updated headers 2017-03-10 00:57:31 -05:00
37da237a5c changed index.html to index.md 2017-03-10 00:53:52 -05:00
b0d6c467ff Set theme jekyll-theme-slate 2017-03-10 00:51:42 -05:00
fd7ea9fc2c Merge branch 'master' of https://github.com/allemangD/Diamond 2017-03-10 00:28:59 -05:00
599fa8a8d8 Update index.html 2017-03-10 00:28:13 -05:00
95bf5afe36 Tweaked automatic documentation generation settings 2017-03-10 00:22:46 -05:00
dbe9b15944 readded docs 2017-03-10 00:17:53 -05:00
fb2aabb847 added new index.html 2017-03-10 00:15:09 -05:00
1521c06821 removed docs 2017-03-10 00:12:04 -05:00
be8f3e64ff Set theme jekyll-theme-cayman 2017-03-10 00:08:54 -05:00
bc7eb114f4 Create index.html 2017-03-10 00:07:36 -05:00
62ecbec498 Added pages site 2017-03-10 00:00:18 -05:00
083e08bb76 Set theme jekyll-theme-cayman 2017-03-09 23:59:50 -05:00
eb5aadee39 remove generated docs 2017-03-09 23:58:34 -05:00
002accf026 Merge branch 'master' of https://github.com/allemangD/Diamond 2017-03-09 23:58:06 -05:00
d1e02711be Removed generated files 2017-03-09 23:57:20 -05:00
d9c8402d15 Set theme jekyll-theme-slate 2017-03-09 23:56:52 -05:00
190f7d38e3 Set theme jekyll-theme-slate 2017-03-09 23:56:33 -05:00
9e0b9fa788 Set theme jekyll-theme-slate 2017-03-09 23:55:37 -05:00
4134c5b49b auto-generate documentation page with doxygen 2017-03-09 23:50:56 -05:00
9f64d7f2cd Suggested changes 2017-03-07 02:16:21 -05:00
90b7545758 Convert int? *location to bool has* and int *location 2017-03-05 00:31:31 -05:00
77b28b4ce0 reformat and remove unneeded usings 2017-03-04 17:10:47 -05:00
5a3561a635 Fewer array copies in FromWavefront, use multiple rendergroups in hexrender 2017-03-03 01:53:20 -05:00
3e3b033de6 removed Mesh, added VertexBuffer 2017-03-03 01:01:26 -05:00
0d34233cb7 Generic RenderGroup 2017-03-02 00:43:31 -05:00
90b8b65b07 Added RenderGroup and Camera 2017-03-02 00:29:27 -05:00
ee78f4262e Decoupled GLObject from Wrapper 2017-03-01 21:54:03 -05:00
33415d28b8 Removed int conversion operator 2017-03-01 18:19:23 -05:00
4979c59695 Added documentation to VertexData, and VertexPointer, and VertexDataInfo 2017-03-01 17:08:09 -05:00
af6d8b0e8a Added documentation to Util types 2017-03-01 16:52:16 -05:00
88ab90f186 Added documentation to all GLObject types 2017-03-01 16:30:54 -05:00
4f9843b632 Added documentation to all Wrapper types 2017-03-01 15:51:53 -05:00
e4081ea662 Wrapper and GLObject each have one logger instance - all globjects and wrappers use that logger 2017-03-01 15:25:50 -05:00
b64f2a030c Consistent structure to all Wrapper classes 2017-03-01 03:02:48 -05:00
4d69119f40 Changed type names to be more appropriate 2017-03-01 02:45:27 -05:00
3de77f9ad6 Refactored types into appropriate namespaces 2017-03-01 02:37:01 -05:00
71f4cd47da Program disposable bug-fix 2017-03-01 02:04:43 -05:00
69f2c90682 Removed unnecessary using directives left over from migration 2017-03-01 02:01:57 -05:00
b8e184154f Fully migrated GLObject to factory pattern - some bug fixes still needed 2017-03-01 02:01:12 -05:00
aa6b4d4b68 Migrate to Factory/Wrapper - HexRender complete 2017-03-01 01:48:09 -05:00
a37dda46a0 Migrate to Factory/Wrapper - Diamond complete 2017-03-01 01:38:23 -05:00
22392e7d83 Migrate to Factory/Wrapper pattern - Texture complete 2017-03-01 01:30:06 -05:00
f51140b7db Migrating to Factory/Wrapper - GLBuffer and VertexBuffer complete 2017-03-01 01:12:59 -05:00
e94ff90a88 Migrating to Factory/Wrapper pattern - Program complete 2017-03-01 00:34:54 -05:00
3b95b7e871 Started migrating to Factory/Wrapper pattern - Shader complete 2017-02-28 23:12:51 -05:00