summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterMerge pull request #85 from LaG1924/fix/static-analysis-detectedLaG19249 months
ftr/better-waterAdded smooth liquid transitionsLaG192421 months
 
TagDownloadAuthorAge
build-3AltCraft-build-3.tar  AltCraft-build-3.tar.gz  AltCraft-build-3.tar.bz2  AltCraft-build-3.tar.lz  AltCraft-build-3.tar.xz  AltCraft-build-3.tar.zst  AltCraft-build-3.zip  LaG19243 years
build-2AltCraft-build-2.tar  AltCraft-build-2.tar.gz  AltCraft-build-2.tar.bz2  AltCraft-build-2.tar.lz  AltCraft-build-2.tar.xz  AltCraft-build-2.tar.zst  AltCraft-build-2.zip  LaG19246 years
build-1AltCraft-build-1.tar  AltCraft-build-1.tar.gz  AltCraft-build-1.tar.bz2  AltCraft-build-1.tar.lz  AltCraft-build-1.tar.xz  AltCraft-build-1.tar.zst  AltCraft-build-1.zip  LaG19246 years
 
AgeCommit messageAuthorFilesLines
2023-07-08Merge pull request #85 from LaG1924/fix/static-analysis-detectedHEADmasterLaG192433-181/+207
2023-07-08Fixed some errors detected by static analysisLaG192433-181/+207
2022-12-15Merge pull request #80 from LaG1924/ftr/better-waterLaG192421-89/+566
2022-12-15Added liquid rendering passLaG19249-59/+232
2022-12-15Fixed OpenSans font downloadingLaG19241-1/+1
2022-07-09Added smooth liquid transitionsftr/better-waterLaG19242-20/+100
2022-03-15Merge pull request #82 from LaG1924/fix/sdl-wayland-buildLaG19241-3/+3
2022-03-15Updated SDL2 to version 2.0.20LaG19241-3/+3
2022-01-17Added simple liquids meshingLaG19241-1/+174
2021-12-28Added fallback liquids meshingLaG19242-0/+48
2021-12-27Added RegisterLiquid to lua apiLaG19244-14/+41
2021-12-26Removed previous liquids implementationLaG19245-30/+0
2021-12-26Updated .gitignoreLaG19241-0/+6
2021-12-25Merge pull request #78 from LaG1924/ftr/deferred-shadingLaG192437-533/+1593
2021-12-25Merge pull request #77 from LaG1924/ftr/graphics-abstraction-layerLaG192433-1183/+2343
2021-12-25Added smooth lighting settings parameterLaG19248-14/+21
2021-12-25Added smooth lightingLaG19243-155/+143
2021-12-19Added per vertex lightingLaG19244-25/+20
2021-12-18Added AO maskLaG192411-7/+19
2021-12-11Fixed SSAO low occlusion factorLaG19241-1/+1
2021-12-11Optimized face's normals calculationLaG19241-6/+3
2021-12-11Optimized fragment shader quads overdrawLaG19241-31/+38
2021-12-11Even more optimization to GBuffer sizeLaG19243-10/+42
2021-12-11More optimization to GBuffer sizeLaG19246-23/+7
2021-12-11Optimized GBuffer sizeLaG192416-61/+39
2021-12-08Removed unnecessary framebuffers copyingLaG19249-95/+183
2021-12-07Added more SSAO settingsLaG19247-19/+39
2021-12-07Fixed SSAO normalsLaG19245-6/+11
2021-12-07Fixed GalOgl OglState dangling resourceLaG19241-64/+98
2021-12-07Added optional forward renderingLaG19249-33/+193
2021-12-05Minor shader optimizationLaG19245-6/+5
2021-12-05Added blendingLaG19243-1/+29
2021-12-05Added Ambient occlusion options parameterLaG19246-64/+85
2021-12-05Added SSAO blurLaG19244-2/+46
2021-12-04Added SSAOLaG192419-29/+227
2021-11-28Added gamma correctionLaG192417-25/+66
2021-11-27Changed shaders to use SPBLaG192421-106/+140
2021-11-27Added ShaderParametersBuffer to GalOglLaG19246-36/+82
2021-11-21Added PostProcess classLaG19244-66/+151
2021-11-21Added gbuffer visualizationLaG19245-4/+52
2021-11-21Moved face lighting to lighting passLaG192410-32/+90
2021-11-21Added normals to facesLaG19246-18/+28
2021-11-21Added GbufferLaG19248-31/+165
2021-11-20Fixed some broken graphics featuresLaG19244-8/+15
2021-11-20Fixed missing APIENTRY linux buildLaG19241-1/+1
2021-11-20Update ci.ymlLaG19241-2/+2
2021-11-20Improved errors logging for OGLLaG19242-2/+134
2021-11-20Optimized state access in GalOglLaG19241-68/+136
2021-11-19Fixed GalOgl resource leakingLaG19241-39/+114
2021-11-19Removed every reference to OpenGL except GalOgl.cppLaG192414-394/+17
2021-11-19Added framebuffer to GalLaG19246-83/+212
2021-11-19Changed TextureAtlas to GalLaG192410-94/+141
2021-11-19Changed sky rendering to GalLaG19247-254/+173
2021-11-18Optimized entities renderingLaG19245-102/+154
2021-11-17Changed entities rendering to GalLaG19246-222/+197
2021-11-15Changed section rendering to GalLaG19246-117/+148
2021-11-15Added ScissorTest to GalLaG19243-76/+75
2021-11-14Added dynamic textures for GalLaG19244-28/+36
2021-11-14Added basic Graphics Abstraction LayerLaG19245-87/+1189
2021-07-06Merge pull request #70 from LaG1924/ftr/build-3build-3LaG19247-14/+60
2021-07-05Added disconnect messagesLaG19244-1/+32
2021-07-05Fixed shader error on MacOSLaG19241-1/+1
2021-07-05Removed MacOS unnecessary dependenciesLaG19241-4/+10
2021-07-05Fixed build for Windows-x86LaG19241-0/+1
2021-07-05Added 'Demonstration' section to README.mdLaG19241-0/+8
2021-07-04Changed dynamic libs to staticLaG19241-8/+8
2021-07-04Merge pull request #66 from LaG1924/ftr/more-rmluiLaG192425-4355/+323
2021-07-04Merge pull request #64 from LaG1924/ftr/render-optimizationLaG19247-215/+114
2021-07-04Added screenshot-modeLaG19242-1/+7
2021-07-04Added basic ChatLaG19249-13/+160
2021-07-04Added RmlDebuggerLaG19243-2/+27
2021-07-03Added Respawn screenLaG19248-5/+56
2021-07-02Added Loading screenLaG19244-1/+25
2021-06-29Added more debug valuesLaG19247-7/+48
2021-06-29Removed old items idsLaG19243-4326/+0
2021-06-29Tint calculation moved to vertex shaderLaG19243-37/+8
2021-06-28Compacted vertices formatLaG19244-15/+13
2021-06-28Implemented vertex data iterleavingLaG19244-89/+52
2021-06-28Embed UV to vertex dataLaG19246-108/+97
2021-06-28More compact faces vertecies formatLaG19243-23/+11
2021-06-27Moved block face model matrix transformation to CPULaG19245-54/+44
2021-06-27Merge pull request #63 from LaG1924/ftr/cmake-minor-improvementsLaG19241-8/+5
2021-06-27Updated FreeType2 and RmlUILaG19241-8/+5
2021-06-27Merge pull request #58 from LaG1924/fix/uis-fork-fixesLaG192413-72/+71
2021-06-26Merge pull request #60 from LaG1924/fix/memleakLaG19244-6/+7
2021-06-26Moved font downloading to CMakeLaG19243-3/+3
2021-06-26Added build number to artifacts name and removed symbols artifacts for non-debug configurationsLaG19241-3/+3
2021-06-26Fixed memory leak in luaLaG19241-0/+1
2021-06-24Fixed entity bug found by @uis246LaG19242-4/+1
2021-06-24Fix multithreadingUIS4-25/+26
2021-06-24Shader optimization, removed unused argument from GetBlockInfo functionUIS3-8/+6
2021-06-24Use 12+4 bits for BlockId, GetBlockInfo return pointer instead valueUIS4-32/+34
2021-06-24Minor network fixesUIS2-5/+3
2021-06-24Added CMakeLists.txt.user to .gitignoreUIS1-1/+4
2021-06-24Merge pull request #59 from LaG1924/ftr/github-actionsLaG19243-27/+76
2021-06-24Replaced Travis-CI with Github ActionsLaG19242-27/+1
2021-06-24Added Github Actions CMake buildLaG19241-0/+75
2021-06-22Merge pull request #57 from LaG1924/ftr/rmluiLaG192428-841/+1294
2021-06-22Merge pull request #56 from LaG1924/ftr/upgrade-build-systemLaG1924320-180532/+244
2021-06-22Minor changes to Ui scriptsLaG19246-9/+51
[...]
 
Clone
http://ni.xn--ijanec-9jb.eu/anonymous/AltCraft
https://ni.xn--ijanec-9jb.eu/anonymous/AltCraft