index
:
anonymous/AltCraft
ftr/better-water
master
Minecraft:JE in C++
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
RendererWorld.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-12-19
Added per vertex lighting
LaG1924
1
-6
/
+3
2021-12-18
Added AO mask
LaG1924
1
-1
/
+2
2021-12-11
Optimized fragment shader quads overdraw
LaG1924
1
-31
/
+38
2021-12-11
Optimized GBuffer size
LaG1924
1
-0
/
+2
2021-12-07
Added optional forward rendering
LaG1924
1
-6
/
+9
2021-12-04
Added SSAO
LaG1924
1
-5
/
+10
2021-11-28
Added gamma correction
LaG1924
1
-4
/
+0
2021-11-27
Changed shaders to use SPB
LaG1924
1
-28
/
+15
2021-11-27
Added ShaderParametersBuffer to GalOgl
LaG1924
1
-0
/
+3
2021-11-21
Moved face lighting to lighting pass
LaG1924
1
-0
/
+1
2021-11-21
Added normals to faces
LaG1924
1
-1
/
+2
2021-11-20
Fixed some broken graphics features
LaG1924
1
-0
/
+1
2021-11-19
Removed every reference to OpenGL except GalOgl.cpp
LaG1924
1
-8
/
+3
2021-11-19
Added framebuffer to Gal
LaG1924
1
-6
/
+6
2021-11-19
Changed TextureAtlas to Gal
LaG1924
1
-4
/
+2
2021-11-19
Changed sky rendering to Gal
LaG1924
1
-55
/
+137
2021-11-18
Optimized entities rendering
LaG1924
1
-83
/
+140
2021-11-17
Changed entities rendering to Gal
LaG1924
1
-89
/
+181
2021-11-15
Changed section rendering to Gal
LaG1924
1
-7
/
+42
2021-06-29
Added more debug values
LaG1924
1
-1
/
+1
2021-06-24
Fix multithreading
UIS
1
-1
/
+1
2021-06-07
Fixed MacOS OpenGL errors
LaG1924
1
-1
/
+8
2019-04-30
Integrated Optick profiler
LaG1924
1
-1
/
+15
2019-04-21
Basic single-threaded implementation
LaG1924
1
-29
/
+25
2019-01-27
More advanced textures animation support
LaG1924
1
-0
/
+5
2019-01-27
Added "Renderer faces" metric
LaG1924
1
-0
/
+3
2019-01-27
GameState double-buffering
LaG1924
1
-15
/
+11
2019-01-27
Added slow GameState sync
LaG1924
1
-9
/
+13
2019-01-27
Refactored GameState
LaG1924
1
-22
/
+22
2019-01-26
Removed previous implementation of Shader
LaG1924
1
-36
/
+21
2019-01-26
Implemented new Shader class
LaG1924
1
-18
/
+16
2018-12-20
Fixes #29
uis
1
-10
/
+9
2018-08-24
Smooth sunset and dawn
LaG1924
1
-1
/
+1
2018-08-21
Fixed rendering errors
LaG1924
1
-2
/
+2
2018-08-21
Smooth sun movement
LaG1924
1
-1
/
+1
2018-08-09
Changeable brightness
LaG1924
1
-0
/
+6
2018-08-05
Fixed FOV
LaG1924
1
-1
/
+1
2018-08-05
Refactored AssetManager
LaG1924
1
-2
/
+2
2018-08-05
Removed previous implementation of texture atlas
LaG1924
1
-2
/
+4
2018-03-30
Improved frustum culling: replaced box testing to sphere testing #6
LaG1924
1
-30
/
+10
2018-03-28
Num of parsing threads now depends from num of CPU cores
LaG1924
1
-1
/
+1
2018-03-18
Removed that ugly texture of night sky
LaG1924
1
-3
/
+1
2018-03-17
Optimized update of RendererSection
LaG1924
1
-11
/
+9
2018-03-17
New lock-free RendererSectionData parsing
LaG1924
1
-128
/
+131
2018-03-16
Improved RendererSectionData parsing data locality
LaG1924
1
-2
/
+18
2018-03-13
Implemented basic lighting
LaG1924
1
-51
/
+51
2018-03-08
Fixed holes when block on section border destroyed
LaG1924
1
-5
/
+31
2018-03-08
Minor RendererSectionData parsing memory optimization
LaG1924
1
-2
/
+2
2018-02-22
Bare-bones blocks placement
Elisey Puzko
1
-1
/
+1
2018-02-18
Another attempt at increasing readability
Elisey Puzko
1
-4
/
+10
2018-02-06
Raycast debug render
LaG1924
1
-0
/
+22
2018-02-05
Added visualisation of selected block
LaG1924
1
-0
/
+18
2018-01-13
Fixed some incorrect types for events
LaG1924
1
-1
/
+1
2018-01-13
All usages of previous event-system replaced with new event-system
LaG1924
1
-26
/
+26
2018-01-13
Section parser now in a separate file
LaG1924
1
-15
/
+14
2018-01-13
Refactored #include directives
LaG1924
1
-10
/
+23
2018-01-13
2017-10-15
LaG1924
1
-50
/
+50
2018-01-13
2017-10-09
LaG1924
1
-103
/
+3
2018-01-13
2017-10-07
LaG1924
1
-12
/
+117
2018-01-13
2017-09-30
LaG1924
1
-75
/
+80
2018-01-13
2017-09-23
LaG1924
1
-14
/
+5
2018-01-13
2017-09-20
LaG1924
1
-4
/
+10
2018-01-13
2017-09-19
LaG1924
1
-1
/
+4
2018-01-13
2017-09-16
LaG1924
1
-1
/
+1
2018-01-13
2017-09-15
LaG1924
1
-8
/
+12
2018-01-13
2017-09-03
LaG1924
1
-3
/
+5
2018-01-13
2017-08-29
LaG1924
1
-0
/
+4
2018-01-13
2017-08-27
LaG1924
1
-4
/
+4
2017-08-23
2017-08-23
LaG1924
1
-1
/
+12
2017-08-20
2017-08-20
LaG1924
1
-11
/
+67
2017-08-19
2017-08-19
LaG1924
1
-178
/
+79
2017-08-18
2017-08-18
LaG1924
1
-17
/
+165
2017-08-17
2017-08-17
LaG1924
1
-44
/
+34
2017-08-16
2017-08-16
LaG1924
1
-21
/
+113
2017-08-12
2017-08-12
LaG1924
1
-4
/
+7
2017-08-07
2017-08-07
LaG1924
1
-0
/
+158
2017-07-29
2017-07-29
LaG1924
1
-0
/
+1