|
|
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 |
|
|
|
76542f5175
|
Created Diamond.Util, added SubArray and adjusted references.
|
2017-02-28 12:18:52 -05:00 |
|
|
|
a22c47484e
|
Removed Level usages - class structure is broken.
|
2017-02-28 11:41:00 -05:00 |
|
|
|
4d4eea54bb
|
Added rudimentary texture loading in Level. It, too, sucks, but works as a prototype
|
2017-02-27 23:27:16 -05:00 |
|
|
|
1824de6842
|
Updates to Level. More functionality, but also very unstable.
|
2017-02-27 23:11:14 -05:00 |
|
|
|
8566105158
|
Use linq instead of JsonConvert - makes for less nast code, but this still needs work.
|
2017-02-27 21:39:29 -05:00 |
|
|
|
cae11cf556
|
Migrated to use Levels in hexworld, move tile-related types to Diamond
|
2017-02-27 20:43:53 -05:00 |
|
|
|
86ed1473e4
|
Initial Level Additions
|
2017-02-27 20:41:11 -05:00 |
|
|
|
1c5491a2c5
|
Load multiple meshes from obj file
|
2017-02-27 19:15:00 -05:00 |
|
|
|
180d714995
|
Starting to use NLog for logging.
|
2017-02-27 16:37:26 -05:00 |
|
|
|
5a30be5435
|
Removed broken logging
|
2017-02-27 11:03:35 -05:00 |
|
|
|
d7b393fb9e
|
Change target framework to .NET 4.6.1
|
2017-02-27 03:56:38 -05:00 |
|
|
|
7a187c346e
|
wavefront obj support
|
2017-02-27 03:40:54 -05:00 |
|
|
|
6385f62e20
|
Removed unneeded usings
|
2017-02-27 02:37:55 -05:00 |
|
|
|
73e70c3a60
|
Added Mesh class, removed attrib pointer management from Program, shifted to mesh. MUST use Program.UseDefault instead of GL.Use(0) to prevent crash, but meshes can't render with it anyway.
|
2017-02-27 02:22:54 -05:00 |
|
|
|
84608d5981
|
Started refactors for logging and level loading
|
2017-02-27 01:04:30 -05:00 |
|
|
|
a7c2f5bb29
|
Rename Buffer to GLBuffer to prevent name conflict.
|
2017-02-26 23:17:21 -05:00 |
|
|
|
df6965c003
|
Added third block type and textures.
|
2017-02-26 22:27:03 -05:00 |
|
|
|
02a9a6d662
|
Replaced VBO with Buffer and SubArray. Program now recieves Buffer, rather than VBO receiving Program. Added VertexDataAttribute for vertex structs.
Split json files to test this functionality.
|
2017-02-26 18:51:21 -05:00 |
|
|
|
7500e0e7a4
|
Added documentation comments, reorganized HexRender
|
2017-02-26 02:19:59 -05:00 |
|
|
|
bc584c8f42
|
Moved util files to separate class library
|
2017-02-26 01:30:27 -05:00 |
|