summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* mouse pickingHEADmaintylermurphy5342022-10-0312-19/+100
|
* move chunk loading into world classtylermurphy5342022-10-014-74/+156
|
* rename src files, move .o to /bintylermurphy5342022-10-0112-49/+45
|
* variable chunk sizestylermurphy5342022-10-013-23/+27
|
* finalize greedy meshingtylermurphy5342022-09-306-27/+56
|
* greedy mesh texturingtylermurphy5342022-09-301-10/+17
|
* y-axis texture uvs working on greedytylermurphy5342022-09-302-16/+9
|
* greedy meshingtylermurphy5342022-09-306-113/+162
|
* descriptor pool final fixtylermurphy5342022-09-294-17/+16
|
* temporray descriptor pool memory patchTyler Murphy2022-09-292-12/+19
|
* undo last committylermurphy5342022-09-291-2/+0
|
* fix possible run conditiontylermurphy5342022-09-291-0/+2
|
* shrub biometylermurphy5342022-09-287-8/+16
|
* re enable musictylermurphy5342022-09-281-3/+3
|
* cooler chunk generationtylermurphy5342022-09-288-20/+44
|
* async chunk generationtylermurphy5342022-09-284-33/+63
|
* only wait for buffers once. fix chunk mesh edgesTyler Murphy2022-09-282-1/+3
|
* dont destroy buffers until not usedTyler Murphy2022-09-285-6/+7
|
* better model and texture cleanupTyler Murphy2022-09-287-30/+120
|
* set render distance back to 10tylermurphy5342022-09-281-1/+1
|
* destroy buffers on fencetylermurphy5342022-09-279-8/+35
|
* procedural chunk loadingTyler Murphy2022-09-2712-60/+89
|
* async chunk meshingTyler Murphy2022-09-2711-126/+151
|
* change shader lightingTyler Murphy2022-09-272-14/+4
|
* disable anisotropic filtering on chunksTyler Murphy2022-09-265-10/+10
|
* window icontylermurphy5342022-09-266-6/+17
|
* vertex buffer is not a byte vector, multi texture loadingtylermurphy5342022-09-2619-249944/+140
|
* texture arraysTyler Murphy2022-09-2614-30/+81
|
* undo nearest neighborTyler Murphy2022-09-263-6/+7
|
* fixed chunk meshing due to using unsigned intTyler Murphy2022-09-263-29/+28
|
* multichunk meshingTyler Murphy2022-09-266-42/+57
|
* MSAAtylermurphy5342022-09-269-111/+133
|
* remove color vertex data, mipmappingtylermurphy5342022-09-2515-86/+158
|
* 3D Chunks renderingtylermurphy5342022-09-2510-15/+982
|
* merge in inputtylermurphy5342022-09-2522-116/+290
|\
| * delete unused folderTyler Murphy2022-09-231-0/+0
| |
| * abstract user input, refactor #include'sTyler Murphy2022-09-2323-117/+292
| |
* | vertex data no longer hard codedtylermurphy5342022-09-2515-120/+132
| |
* | remove Xe From engine class namestylermurphy5342022-09-2433-343/+344
|/
* delete old filestylermurphy5342022-09-222-15/+0
|
* add spv to gitignoretylermurphy5342022-09-223-0/+1
|
* remove compile libs from maketylermurphy5342022-09-221-5/+1
|
* add openal-soft and freealut as submodulestylermurphy5342022-09-224-2/+9
|
* update .gitmodulestylermurphy5342022-09-227-8/+20
|
* sound set volumeTyler Murphy2022-09-223-2/+8
|
* finish openal and ALUTTyler Murphy2022-09-227-106/+10
|
* add aluttylermurphy5342022-09-223-60/+51
|
* start implementing openal softtylermurphy5342022-09-2210-9/+219
|
* add openal libTyler Murphy2022-09-218-9/+28
|
* self define descriptorsTyler Murphy2022-09-216-113/+166
|