summaryrefslogtreecommitdiff
path: root/engine/xe_image.hpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-01move chunk loading into world classtylermurphy5344-74/+156
2022-10-01rename src files, move .o to /bintylermurphy53412-49/+45
2022-10-01variable chunk sizestylermurphy5343-23/+27
2022-09-30finalize greedy meshingtylermurphy5346-27/+56
2022-09-30greedy mesh texturingtylermurphy5341-10/+17
2022-09-30y-axis texture uvs working on greedytylermurphy5342-16/+9
2022-09-30greedy meshingtylermurphy5346-113/+162
2022-09-29descriptor pool final fixtylermurphy5344-17/+16
2022-09-29temporray descriptor pool memory patchTyler Murphy2-12/+19
2022-09-29undo last committylermurphy5341-2/+0
2022-09-29fix possible run conditiontylermurphy5341-0/+2
2022-09-28shrub biometylermurphy5347-8/+16
2022-09-28re enable musictylermurphy5341-3/+3
2022-09-28cooler chunk generationtylermurphy5348-20/+44
2022-09-28async chunk generationtylermurphy5344-33/+63
2022-09-28only wait for buffers once. fix chunk mesh edgesTyler Murphy2-1/+3
2022-09-28dont destroy buffers until not usedTyler Murphy5-6/+7
2022-09-28better model and texture cleanupTyler Murphy7-30/+120
2022-09-28set render distance back to 10tylermurphy5341-1/+1
2022-09-27destroy buffers on fencetylermurphy5349-8/+35
2022-09-27procedural chunk loadingTyler Murphy12-60/+89
2022-09-27async chunk meshingTyler Murphy11-126/+151
2022-09-27change shader lightingTyler Murphy2-14/+4
2022-09-26disable anisotropic filtering on chunksTyler Murphy5-10/+10
2022-09-26window icontylermurphy5346-6/+17
2022-09-26vertex buffer is not a byte vector, multi texture loadingtylermurphy53419-249944/+140
2022-09-26texture arraysTyler Murphy14-30/+81
2022-09-26undo nearest neighborTyler Murphy3-6/+7
2022-09-26fixed chunk meshing due to using unsigned intTyler Murphy3-29/+28
2022-09-26multichunk meshingTyler Murphy6-42/+57
2022-09-26MSAAtylermurphy5349-111/+133
2022-09-25remove color vertex data, mipmappingtylermurphy53415-86/+158
2022-09-253D Chunks renderingtylermurphy53410-15/+982
2022-09-25vertex data no longer hard codedtylermurphy53415-120/+132
2022-09-24remove Xe From engine class namestylermurphy53433-343/+344
2022-09-23delete unused folderTyler Murphy1-0/+0
2022-09-23abstract user input, refactor #include'sTyler Murphy23-117/+292
2022-09-22delete old filestylermurphy5342-15/+0
2022-09-22add spv to gitignoretylermurphy5343-0/+1
2022-09-22remove compile libs from maketylermurphy5341-5/+1
2022-09-22add openal-soft and freealut as submodulestylermurphy5344-2/+9
2022-09-22update .gitmodulestylermurphy5347-8/+20
2022-09-22sound set volumeTyler Murphy3-2/+8
2022-09-22finish openal and ALUTTyler Murphy7-106/+10
2022-09-22add aluttylermurphy5343-60/+51
2022-09-22start implementing openal softtylermurphy53410-9/+219
2022-09-21add openal libTyler Murphy8-9/+28
2022-09-21self define descriptorsTyler Murphy6-113/+166
2022-09-20recreate descriptorstylermurphy5346-92/+100
2022-09-20texture loadingtylermurphy53421-65/+396