index
:
anonymous/AltCraft
ftr/better-water
master
Minecraft:JE in C++
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Branch
Commit message
Author
Age
master
Merge pull request #85 from LaG1924/fix/static-analysis-detected
LaG1924
16 months
ftr/better-water
Added smooth liquid transitions
LaG1924
2 years
Tag
Download
Author
Age
build-3
AltCraft-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
LaG1924
3 years
build-2
AltCraft-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
LaG1924
6 years
build-1
AltCraft-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
LaG1924
7 years
Age
Commit message
Author
Files
Lines
2022-07-09
Added smooth liquid transitions
ftr/better-water
LaG1924
2
-20
/
+100
2022-01-17
Added simple liquids meshing
LaG1924
1
-1
/
+174
2021-12-28
Added fallback liquids meshing
LaG1924
2
-0
/
+48
2021-12-27
Added RegisterLiquid to lua api
LaG1924
4
-14
/
+41
2021-12-26
Removed previous liquids implementation
LaG1924
5
-30
/
+0
2021-12-26
Updated .gitignore
LaG1924
1
-0
/
+6
2021-12-25
Merge pull request #78 from LaG1924/ftr/deferred-shading
LaG1924
37
-533
/
+1593
2021-12-25
Merge pull request #77 from LaG1924/ftr/graphics-abstraction-layer
LaG1924
33
-1183
/
+2343
2021-12-25
Added smooth lighting settings parameter
LaG1924
8
-14
/
+21
2021-12-25
Added smooth lighting
LaG1924
3
-155
/
+143
2021-12-19
Added per vertex lighting
LaG1924
4
-25
/
+20
2021-12-18
Added AO mask
LaG1924
11
-7
/
+19
2021-12-11
Fixed SSAO low occlusion factor
LaG1924
1
-1
/
+1
2021-12-11
Optimized face's normals calculation
LaG1924
1
-6
/
+3
2021-12-11
Optimized fragment shader quads overdraw
LaG1924
1
-31
/
+38
2021-12-11
Even more optimization to GBuffer size
LaG1924
3
-10
/
+42
2021-12-11
More optimization to GBuffer size
LaG1924
6
-23
/
+7
2021-12-11
Optimized GBuffer size
LaG1924
16
-61
/
+39
2021-12-08
Removed unnecessary framebuffers copying
LaG1924
9
-95
/
+183
2021-12-07
Added more SSAO settings
LaG1924
7
-19
/
+39
2021-12-07
Fixed SSAO normals
LaG1924
5
-6
/
+11
2021-12-07
Fixed GalOgl OglState dangling resource
LaG1924
1
-64
/
+98
2021-12-07
Added optional forward rendering
LaG1924
9
-33
/
+193
2021-12-05
Minor shader optimization
LaG1924
5
-6
/
+5
2021-12-05
Added blending
LaG1924
3
-1
/
+29
2021-12-05
Added Ambient occlusion options parameter
LaG1924
6
-64
/
+85
2021-12-05
Added SSAO blur
LaG1924
4
-2
/
+46
2021-12-04
Added SSAO
LaG1924
19
-29
/
+227
2021-11-28
Added gamma correction
LaG1924
17
-25
/
+66
2021-11-27
Changed shaders to use SPB
LaG1924
21
-106
/
+140
2021-11-27
Added ShaderParametersBuffer to GalOgl
LaG1924
6
-36
/
+82
2021-11-21
Added PostProcess class
LaG1924
4
-66
/
+151
2021-11-21
Added gbuffer visualization
LaG1924
5
-4
/
+52
2021-11-21
Moved face lighting to lighting pass
LaG1924
10
-32
/
+90
2021-11-21
Added normals to faces
LaG1924
6
-18
/
+28
2021-11-21
Added Gbuffer
LaG1924
8
-31
/
+165
2021-11-20
Fixed some broken graphics features
LaG1924
4
-8
/
+15
2021-11-20
Fixed missing APIENTRY linux build
LaG1924
1
-1
/
+1
2021-11-20
Update ci.yml
LaG1924
1
-2
/
+2
2021-11-20
Improved errors logging for OGL
LaG1924
2
-2
/
+134
2021-11-20
Optimized state access in GalOgl
LaG1924
1
-68
/
+136
2021-11-19
Fixed GalOgl resource leaking
LaG1924
1
-39
/
+114
2021-11-19
Removed every reference to OpenGL except GalOgl.cpp
LaG1924
14
-394
/
+17
2021-11-19
Added framebuffer to Gal
LaG1924
6
-83
/
+212
2021-11-19
Changed TextureAtlas to Gal
LaG1924
10
-94
/
+141
2021-11-19
Changed sky rendering to Gal
LaG1924
7
-254
/
+173
2021-11-18
Optimized entities rendering
LaG1924
5
-102
/
+154
2021-11-17
Changed entities rendering to Gal
LaG1924
6
-222
/
+197
2021-11-15
Changed section rendering to Gal
LaG1924
6
-117
/
+148
2021-11-15
Added ScissorTest to Gal
LaG1924
3
-76
/
+75
2021-11-14
Added dynamic textures for Gal
LaG1924
4
-28
/
+36
2021-11-14
Added basic Graphics Abstraction Layer
LaG1924
5
-87
/
+1189
2021-07-06
Merge pull request #70 from LaG1924/ftr/build-3
build-3
LaG1924
7
-14
/
+60
2021-07-05
Added disconnect messages
LaG1924
4
-1
/
+32
2021-07-05
Fixed shader error on MacOS
LaG1924
1
-1
/
+1
2021-07-05
Removed MacOS unnecessary dependencies
LaG1924
1
-4
/
+10
2021-07-05
Fixed build for Windows-x86
LaG1924
1
-0
/
+1
2021-07-05
Added 'Demonstration' section to README.md
LaG1924
1
-0
/
+8
2021-07-04
Changed dynamic libs to static
LaG1924
1
-8
/
+8
2021-07-04
Merge pull request #66 from LaG1924/ftr/more-rmlui
LaG1924
25
-4355
/
+323
2021-07-04
Merge pull request #64 from LaG1924/ftr/render-optimization
LaG1924
7
-215
/
+114
2021-07-04
Added screenshot-mode
LaG1924
2
-1
/
+7
2021-07-04
Added basic Chat
LaG1924
9
-13
/
+160
2021-07-04
Added RmlDebugger
LaG1924
3
-2
/
+27
2021-07-03
Added Respawn screen
LaG1924
8
-5
/
+56
2021-07-02
Added Loading screen
LaG1924
4
-1
/
+25
2021-06-29
Added more debug values
LaG1924
7
-7
/
+48
2021-06-29
Removed old items ids
LaG1924
3
-4326
/
+0
2021-06-29
Tint calculation moved to vertex shader
LaG1924
3
-37
/
+8
2021-06-28
Compacted vertices format
LaG1924
4
-15
/
+13
2021-06-28
Implemented vertex data iterleaving
LaG1924
4
-89
/
+52
2021-06-28
Embed UV to vertex data
LaG1924
6
-108
/
+97
2021-06-28
More compact faces vertecies format
LaG1924
3
-23
/
+11
2021-06-27
Moved block face model matrix transformation to CPU
LaG1924
5
-54
/
+44
2021-06-27
Merge pull request #63 from LaG1924/ftr/cmake-minor-improvements
LaG1924
1
-8
/
+5
2021-06-27
Updated FreeType2 and RmlUI
LaG1924
1
-8
/
+5
2021-06-27
Merge pull request #58 from LaG1924/fix/uis-fork-fixes
LaG1924
13
-72
/
+71
2021-06-26
Merge pull request #60 from LaG1924/fix/memleak
LaG1924
4
-6
/
+7
2021-06-26
Moved font downloading to CMake
LaG1924
3
-3
/
+3
2021-06-26
Added build number to artifacts name and removed symbols artifacts for non-debug configurations
LaG1924
1
-3
/
+3
2021-06-26
Fixed memory leak in lua
LaG1924
1
-0
/
+1
2021-06-24
Fixed entity bug found by @uis246
LaG1924
2
-4
/
+1
2021-06-24
Fix multithreading
UIS
4
-25
/
+26
2021-06-24
Shader optimization, removed unused argument from GetBlockInfo function
UIS
3
-8
/
+6
2021-06-24
Use 12+4 bits for BlockId, GetBlockInfo return pointer instead value
UIS
4
-32
/
+34
2021-06-24
Minor network fixes
UIS
2
-5
/
+3
2021-06-24
Added CMakeLists.txt.user to .gitignore
UIS
1
-1
/
+4
2021-06-24
Merge pull request #59 from LaG1924/ftr/github-actions
LaG1924
3
-27
/
+76
2021-06-24
Replaced Travis-CI with Github Actions
LaG1924
2
-27
/
+1
2021-06-24
Added Github Actions CMake build
LaG1924
1
-0
/
+75
2021-06-22
Merge pull request #57 from LaG1924/ftr/rmlui
LaG1924
28
-841
/
+1294
2021-06-22
Merge pull request #56 from LaG1924/ftr/upgrade-build-system
LaG1924
320
-180532
/
+244
2021-06-22
Minor changes to Ui scripts
LaG1924
6
-9
/
+51
2021-06-22
Added Settings UI
LaG1924
11
-83
/
+361
2021-06-19
Added game menus
LaG1924
9
-54
/
+242
2021-06-18
Implemented RmlFileInterface
LaG1924
10
-16
/
+94
2021-06-16
Implemented main menu in Rml and improved RmlUi support
LaG1924
8
-38
/
+214
2021-06-13
Improved RmlUi integration
LaG1924
9
-8
/
+104
2021-06-13
Fixed Linux build of RmlUi
LaG1924
1
-7
/
+7
2021-06-13
Removed ImGui
LaG1924
4
-776
/
+0
[...]
Clone
http://ni.sijanec.eu./anonymous/AltCraft
https://ni.sijanec.eu./anonymous/AltCraft