Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename src files, move .o to /bin | tylermurphy534 | 2022-10-01 | 12 | -49/+45 |
* | variable chunk sizes | tylermurphy534 | 2022-10-01 | 3 | -23/+27 |
* | finalize greedy meshing | tylermurphy534 | 2022-09-30 | 6 | -27/+56 |
* | greedy mesh texturing | tylermurphy534 | 2022-09-30 | 1 | -10/+17 |
* | y-axis texture uvs working on greedy | tylermurphy534 | 2022-09-30 | 2 | -16/+9 |
* | greedy meshing | tylermurphy534 | 2022-09-30 | 6 | -113/+162 |
* | descriptor pool final fix | tylermurphy534 | 2022-09-29 | 4 | -17/+16 |
* | temporray descriptor pool memory patch | Tyler Murphy | 2022-09-29 | 2 | -12/+19 |
* | undo last commit | tylermurphy534 | 2022-09-29 | 1 | -2/+0 |
* | fix possible run condition | tylermurphy534 | 2022-09-29 | 1 | -0/+2 |
* | shrub biome | tylermurphy534 | 2022-09-28 | 7 | -8/+16 |
* | re enable music | tylermurphy534 | 2022-09-28 | 1 | -3/+3 |
* | cooler chunk generation | tylermurphy534 | 2022-09-28 | 8 | -20/+44 |
* | async chunk generation | tylermurphy534 | 2022-09-28 | 4 | -33/+63 |
* | only wait for buffers once. fix chunk mesh edges | Tyler Murphy | 2022-09-28 | 2 | -1/+3 |
* | dont destroy buffers until not used | Tyler Murphy | 2022-09-28 | 5 | -6/+7 |
* | better model and texture cleanup | Tyler Murphy | 2022-09-28 | 7 | -30/+120 |
* | set render distance back to 10 | tylermurphy534 | 2022-09-28 | 1 | -1/+1 |
* | destroy buffers on fence | tylermurphy534 | 2022-09-27 | 9 | -8/+35 |
* | procedural chunk loading | Tyler Murphy | 2022-09-27 | 12 | -60/+89 |
* | async chunk meshing | Tyler Murphy | 2022-09-27 | 11 | -126/+151 |
* | change shader lighting | Tyler Murphy | 2022-09-27 | 2 | -14/+4 |
* | disable anisotropic filtering on chunks | Tyler Murphy | 2022-09-26 | 5 | -10/+10 |
* | window icon | tylermurphy534 | 2022-09-26 | 6 | -6/+17 |
* | vertex buffer is not a byte vector, multi texture loading | tylermurphy534 | 2022-09-26 | 19 | -249944/+140 |
* | texture arrays | Tyler Murphy | 2022-09-26 | 14 | -30/+81 |
* | undo nearest neighbor | Tyler Murphy | 2022-09-26 | 3 | -6/+7 |
* | fixed chunk meshing due to using unsigned int | Tyler Murphy | 2022-09-26 | 3 | -29/+28 |
* | multichunk meshing | Tyler Murphy | 2022-09-26 | 6 | -42/+57 |
* | MSAA | tylermurphy534 | 2022-09-26 | 9 | -111/+133 |
* | remove color vertex data, mipmapping | tylermurphy534 | 2022-09-25 | 15 | -86/+158 |
* | 3D Chunks rendering | tylermurphy534 | 2022-09-25 | 10 | -15/+982 |
* | merge in input | tylermurphy534 | 2022-09-25 | 22 | -116/+290 |
|\ | |||||
| * | delete unused folder | Tyler Murphy | 2022-09-23 | 1 | -0/+0 |
| * | abstract user input, refactor #include's | Tyler Murphy | 2022-09-23 | 23 | -117/+292 |
* | | vertex data no longer hard coded | tylermurphy534 | 2022-09-25 | 15 | -120/+132 |
* | | remove Xe From engine class names | tylermurphy534 | 2022-09-24 | 33 | -343/+344 |
|/ | |||||
* | delete old files | tylermurphy534 | 2022-09-22 | 2 | -15/+0 |
* | add spv to gitignore | tylermurphy534 | 2022-09-22 | 3 | -0/+1 |
* | remove compile libs from make | tylermurphy534 | 2022-09-22 | 1 | -5/+1 |
* | add openal-soft and freealut as submodules | tylermurphy534 | 2022-09-22 | 4 | -2/+9 |
* | update .gitmodules | tylermurphy534 | 2022-09-22 | 7 | -8/+20 |
* | sound set volume | Tyler Murphy | 2022-09-22 | 3 | -2/+8 |
* | finish openal and ALUT | Tyler Murphy | 2022-09-22 | 7 | -106/+10 |
* | add alut | tylermurphy534 | 2022-09-22 | 3 | -60/+51 |
* | start implementing openal soft | tylermurphy534 | 2022-09-22 | 10 | -9/+219 |
* | add openal lib | Tyler Murphy | 2022-09-21 | 8 | -9/+28 |
* | self define descriptors | Tyler Murphy | 2022-09-21 | 6 | -113/+166 |
* | recreate descriptors | tylermurphy534 | 2022-09-20 | 6 | -92/+100 |
* | texture loading | tylermurphy534 | 2022-09-20 | 21 | -65/+396 |