Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added per vertex lighting | LaG1924 | 2021-12-19 | 1 | -9/+7 |
* | Added AO mask | LaG1924 | 2021-12-18 | 4 | -3/+9 |
* | Fixed SSAO low occlusion factor | LaG1924 | 2021-12-11 | 1 | -1/+1 |
* | More optimization to GBuffer size | LaG1924 | 2021-12-11 | 4 | -14/+6 |
* | Optimized GBuffer size | LaG1924 | 2021-12-11 | 13 | -50/+33 |
* | Removed unnecessary framebuffers copying | LaG1924 | 2021-12-08 | 3 | -22/+0 |
* | Added more SSAO settings | LaG1924 | 2021-12-07 | 4 | -8/+18 |
* | Fixed SSAO normals | LaG1924 | 2021-12-07 | 4 | -5/+7 |
* | Added optional forward rendering | LaG1924 | 2021-12-07 | 5 | -0/+121 |
* | Minor shader optimization | LaG1924 | 2021-12-05 | 3 | -4/+3 |
* | Added Ambient occlusion options parameter | LaG1924 | 2021-12-05 | 3 | -9/+19 |
* | Added SSAO blur | LaG1924 | 2021-12-05 | 2 | -1/+24 |
* | Added SSAO | LaG1924 | 2021-12-04 | 12 | -10/+120 |
* | Added gamma correction | LaG1924 | 2021-11-28 | 11 | -13/+27 |
* | Changed shaders to use SPB | LaG1924 | 2021-11-27 | 14 | -61/+112 |
* | Added ShaderParametersBuffer to GalOgl | LaG1924 | 2021-11-27 | 1 | -1/+4 |
* | Added PostProcess class | LaG1924 | 2021-11-21 | 1 | -0/+11 |
* | Added gbuffer visualization | LaG1924 | 2021-11-21 | 1 | -4/+26 |
* | Moved face lighting to lighting pass | LaG1924 | 2021-11-21 | 4 | -27/+46 |
* | Added normals to faces | LaG1924 | 2021-11-21 | 3 | -8/+12 |
* | Added Gbuffer | LaG1924 | 2021-11-21 | 3 | -4/+33 |
* | Changed sky rendering to Gal | LaG1924 | 2021-11-19 | 3 | -25/+19 |
* | Optimized entities rendering | LaG1924 | 2021-11-18 | 3 | -18/+13 |
* | Added disconnect messages | LaG1924 | 2021-07-05 | 1 | -0/+11 |
* | Fixed shader error on MacOS | LaG1924 | 2021-07-05 | 1 | -1/+1 |
* | Merge pull request #66 from LaG1924/ftr/more-rmlui | LaG1924 | 2021-07-04 | 10 | -4301/+204 |
|\ | |||||
| * | Added basic Chat | LaG1924 | 2021-07-04 | 4 | -1/+128 |
| * | Added Respawn screen | LaG1924 | 2021-07-03 | 3 | -0/+37 |
| * | Added Loading screen | LaG1924 | 2021-07-02 | 3 | -0/+21 |
| * | Added more debug values | LaG1924 | 2021-06-29 | 2 | -2/+18 |
| * | Removed old items ids | LaG1924 | 2021-06-29 | 1 | -4298/+0 |
* | | Tint calculation moved to vertex shader | LaG1924 | 2021-06-29 | 2 | -36/+7 |
* | | Compacted vertices format | LaG1924 | 2021-06-28 | 1 | -4/+4 |
* | | Embed UV to vertex data | LaG1924 | 2021-06-28 | 2 | -30/+10 |
* | | More compact faces vertecies format | LaG1924 | 2021-06-28 | 1 | -1/+1 |
* | | Moved block face model matrix transformation to CPU | LaG1924 | 2021-06-27 | 1 | -6/+3 |
|/ | |||||
* | Shader optimization, removed unused argument from GetBlockInfo function | UIS | 2021-06-24 | 1 | -5/+3 |
* | Minor changes to Ui scripts | LaG1924 | 2021-06-22 | 4 | -8/+44 |
* | Added Settings UI | LaG1924 | 2021-06-22 | 7 | -28/+294 |
* | Added game menus | LaG1924 | 2021-06-19 | 8 | -54/+232 |
* | Implemented RmlFileInterface | LaG1924 | 2021-06-18 | 3 | -5/+8 |
* | Implemented main menu in Rml and improved RmlUi support | LaG1924 | 2021-06-16 | 2 | -33/+103 |
* | Improved RmlUi integration | LaG1924 | 2021-06-13 | 5 | -6/+47 |
* | Implemented basic RmlUi integration | LaG1924 | 2021-06-13 | 7 | -0/+78 |
* | Fixed MacOS OpenGL errors | LaG1924 | 2021-06-07 | 3 | -5/+10 |
* | Support for non-overworld dimensions | LaG1924 | 2020-07-27 | 2 | -3/+7 |
* | Completely removed hardcoded list of blockstates | LaG1924 | 2019-05-20 | 1 | -0/+491 |
* | Implemented block-api | LaG1924 | 2019-05-19 | 2 | -4/+27 |
* | Implemented lua's "require" for AM | LaG1924 | 2019-05-19 | 2 | -0/+5 |
* | Implemented GameState lua-api | LaG1924 | 2019-05-19 | 1 | -3/+9 |
* | Implemented more scripting APIs | LaG1924 | 2019-05-18 | 1 | -2/+15 |
* | Refactored lua-api | LaG1924 | 2019-04-21 | 1 | -4/+9 |
* | Minor lua-api improvement | LaG1924 | 2019-04-21 | 2 | -1/+12 |
* | Added lua-support | LaG1924 | 2019-04-21 | 1 | -0/+1 |
* | More advanced textures animation support | LaG1924 | 2019-01-27 | 2 | -4/+13 |
* | Removed previous implementation of Shader | LaG1924 | 2019-01-26 | 12 | -1/+42 |
* | Added Framebuffer class | LaG1924 | 2019-01-25 | 2 | -0/+22 |
* | Workaround for liquids | LaG1924 | 2018-08-09 | 4 | -0/+22 |
* | Changeable brightness | LaG1924 | 2018-08-09 | 1 | -1/+2 |
* | Added ERROR-texture | LaG1924 | 2018-08-05 | 2 | -0/+6 |
* | Removed previous implementation of texture atlas | LaG1924 | 2018-08-05 | 3 | -27796/+8 |
* | Replaced usage of old texture atlas | LaG1924 | 2018-08-05 | 2 | -6/+8 |
* | Removed that ugly texture of night sky | LaG1924 | 2018-03-18 | 1 | -2/+1 |
* | Implemented basic lighting | LaG1924 | 2018-03-13 | 1 | -6/+14 |
* | Fixed shader compilation errors | LaG1924 | 2018-01-13 | 2 | -2/+2 |
* | Minor shader optimization | LaG1924 | 2018-01-13 | 2 | -12/+12 |
* | 2017-09-30 | LaG1924 | 2018-01-13 | 1 | -3/+4 |
* | 2017-09-20 | LaG1924 | 2018-01-13 | 2 | -24/+11 |
* | 2017-09-19 | LaG1924 | 2018-01-13 | 2 | -4/+15 |
* | 2017-09-17 | LaG1924 | 2018-01-13 | 9 | -315/+11 |
* | 2017-08-27 | LaG1924 | 2018-01-13 | 2 | -0/+48 |
* | 2017-08-23 | LaG1924 | 2017-08-23 | 1 | -3/+2 |
* | 2017-08-20 | LaG1924 | 2017-08-20 | 5 | -1/+74 |
* | 2017-08-16 | LaG1924 | 2017-08-16 | 2 | -0/+22 |
* | 2017-08-07 | LaG1924 | 2017-08-07 | 2 | -2/+0 |
* | 2017-07-24 | LaG1924 | 2017-07-24 | 1 | -4/+0 |
* | 2017-07-21 | LaG1924 | 2017-07-21 | 2 | -0/+78 |
* | 2017-06-20 | LaG1924 | 2017-06-20 | 3 | -33/+63 |
* | 2017-06-14 | LaG1924 | 2017-06-14 | 5 | -10015/+27832 |
* | 2017-06-07 | LaG1924 | 2017-06-07 | 4 | -82/+130 |
* | 2017-05-31 | LaG1924 | 2017-05-31 | 3 | -1598/+86 |
* | 2017-05-28 | LaG1924 | 2017-05-28 | 1 | -2/+14 |
* | 2017-05-26 | LaG1924 | 2017-05-26 | 8 | -0/+15952 |