Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Workaround for liquids | LaG1924 | 2018-08-09 | 6 | -0/+34 |
* | More BlockStates | LaG1924 | 2018-08-09 | 2 | -4/+218 |
* | Changeable brightness | LaG1924 | 2018-08-09 | 4 | -3/+18 |
* | Refactored Block | LaG1924 | 2018-08-09 | 3 | -35/+10 |
* | Replaced sdl2_image with stb_image | LaG1924 | 2018-08-09 | 5 | -130/+7476 |
* | Implemented Creative Flight | LaG1924 | 2018-08-08 | 5 | -3/+32 |
* | Disabled collisions for double plants and flowers | LaG1924 | 2018-08-08 | 1 | -2/+2 |
* | Added more BlockStates | LaG1924 | 2018-08-08 | 1 | -1/+128 |
* | Added to HUD id of selected block | LaG1924 | 2018-08-08 | 1 | -0/+5 |
* | Basic BlockState support | LaG1924 | 2018-08-08 | 4 | -36/+140 |
* | More data saved in Settings | LaG1924 | 2018-08-07 | 3 | -20/+69 |
* | TextureAtlas padding small textures | LaG1924 | 2018-08-06 | 1 | -10/+24 |
* | Implemented Settings Manager | LaG1924 | 2018-08-06 | 4 | -8/+91 |
* | Separate lighting for each block face | LaG1924 | 2018-08-05 | 2 | -40/+95 |
* | Change OpenGL context profile to core | LaG1924 | 2018-08-05 | 1 | -0/+1 |
* | Fixed FOV | LaG1924 | 2018-08-05 | 1 | -1/+1 |
* | Added ERROR-texture | LaG1924 | 2018-08-05 | 3 | -4/+10 |
* | Refactored AssetManager | LaG1924 | 2018-08-05 | 5 | -324/+325 |
* | Removed previous implementation of texture atlas | LaG1924 | 2018-08-05 | 10 | -28125/+14 |
* | Replaced usage of old texture atlas | LaG1924 | 2018-08-05 | 9 | -16/+42 |
* | Implemented texture atlas | LaG1924 | 2018-08-05 | 4 | -2/+167 |
* | Loading texture data in AssetTree | LaG1924 | 2018-08-03 | 2 | -1/+59 |
* | BlockModels are using asset tree now | LaG1924 | 2018-07-01 | 2 | -178/+218 |
* | Tree-based asset management | LaG1924 | 2018-06-30 | 2 | -3/+64 |
* | Replaced fallback model to diamond block model | LaG1924 | 2018-03-30 | 2 | -20/+2 |
* | Improved frustum culling: replaced box testing to sphere testing #6 | LaG1924 | 2018-03-30 | 4 | -107/+81 |
* | Num of parsing threads now depends from num of CPU cores | LaG1924 | 2018-03-28 | 1 | -1/+1 |
* | Minor Section optimizations | LaG1924 | 2018-03-28 | 4 | -27/+16 |
* | Moved model parsing to startup stage and implemented model rotation | LaG1924 | 2018-03-28 | 3 | -134/+203 |
* | Removed that ugly texture of night sky | LaG1924 | 2018-03-18 | 2 | -5/+2 |
* | Optimized update of RendererSection | LaG1924 | 2018-03-17 | 3 | -32/+35 |
* | New lock-free RendererSectionData parsing | LaG1924 | 2018-03-17 | 2 | -134/+144 |
* | Improved RendererSectionData parsing data locality | LaG1924 | 2018-03-16 | 3 | -44/+133 |
* | Optimized light parsing | LaG1924 | 2018-03-13 | 3 | -6/+30 |
* | Implemented basic lighting | LaG1924 | 2018-03-13 | 9 | -67/+206 |
* | Fixed holes when block on section border destroyed | LaG1924 | 2018-03-08 | 3 | -7/+46 |
* | Some parsing optimizations | LaG1924 | 2018-03-08 | 3 | -9/+13 |
* | Minor RendererSectionData parsing memory optimization | LaG1924 | 2018-03-08 | 3 | -186/+175 |
* | Simplified Section class | LaG1924 | 2018-03-06 | 2 | -55/+4 |
* | Merge pull request #4 from QiZD90/master | LaG1924 | 2018-02-25 | 20 | -1235/+1549 |
|\ | |||||
| * | min/max functions | Elisey Puzko | 2018-02-25 | 4 | -79/+85 |
| * | Some nice hack to avoid conflict of std::min and min macro | Elisey Puzko | 2018-02-25 | 1 | -16/+20 |
| * | I forgot about these functions | Elisey Puzko | 2018-02-23 | 1 | -3/+3 |
| * | Some more tabs -> spaces conversions | Elisey Puzko | 2018-02-23 | 2 | -143/+143 |
| * | Mouse capture fix | Elisey Puzko | 2018-02-23 | 3 | -6/+5 |
| * | Removed redundant header | Elisey Puzko | 2018-02-23 | 1 | -2/+0 |
| * | Bare-bones face detection for a block placement | Elisey Puzko | 2018-02-23 | 5 | -4/+82 |
| * | Quick fix. | Elisey Puzko | 2018-02-22 | 1 | -5/+11 |
| * | Bare-bones blocks placement | Elisey Puzko | 2018-02-22 | 7 | -446/+498 |
| * | New event: SelectedBlockChanged | Elisey Puzko | 2018-02-20 | 6 | -269/+307 |
| * | Another attempt at increasing readability | Elisey Puzko | 2018-02-18 | 3 | -115/+194 |
| * | Small changes to conform Google C++ styleguide | Elisey Puzko | 2018-02-18 | 10 | -239/+293 |
|/ | |||||
* | Raycast debug render | LaG1924 | 2018-02-06 | 3 | -0/+24 |
* | Simplified raycast | LaG1924 | 2018-02-06 | 3 | -80/+25 |
* | Added visualisation of selected block | LaG1924 | 2018-02-05 | 1 | -0/+18 |
* | Block selection implemented with mouse-look | LaG1924 | 2018-02-03 | 5 | -8/+103 |
* | Implemented basic digging | LaG1924 | 2018-02-03 | 4 | -10/+46 |
* | Implemented Position type serialization | LaG1924 | 2018-02-03 | 1 | -1/+2 |
* | Added packet PlayerDigging | LaG1924 | 2018-02-03 | 1 | -5/+27 |
* | Backported to CMake 3.5 | LaG1924 | 2018-01-31 | 1 | -2/+2 |
* | Default CMAKE_BUILD_TYPE | LaG1924 | 2018-01-20 | 1 | -0/+4 |
* | Fixed some UB detected by GCC UB-sanitizer | LaG1924 | 2018-01-20 | 2 | -2/+8 |
* | Cleanup Linux build flags | LaG1924 | 2018-01-20 | 1 | -4/+3 |
* | Special workaround to build WinRel without consolebuild-1 | LaG1924 | 2018-01-14 | 2 | -3/+6 |
* | Implemented basic chat-component parsing | LaG1924 | 2018-01-14 | 1 | -21/+17 |
* | Fixed chat error | LaG1924 | 2018-01-14 | 1 | -0/+1 |
* | Fixed segfault on connecting to server | LaG1924 | 2018-01-13 | 1 | -6/+6 |
* | Removed GlobalState thread. His tasks assigned to Render thread. | LaG1924 | 2018-01-13 | 3 | -117/+94 |
* | Replaced all usages of NC to new implementation | LaG1924 | 2018-01-13 | 3 | -64/+47 |
* | New implementation of NC is using event-system | LaG1924 | 2018-01-13 | 2 | -39/+35 |
* | Finally removed all SFML references | LaG1924 | 2018-01-13 | 3 | -371/+3 |
* | Updated to 1.12.2 | LaG1924 | 2018-01-13 | 3 | -9/+9 |
* | Directory renamed | LaG1924 | 2018-01-13 | 281 | -2/+2 |
* | Backported to C++14 | LaG1924 | 2018-01-13 | 3 | -7/+7 |
* | Added togglable VSync option | LaG1924 | 2018-01-13 | 1 | -0/+10 |
* | There is no more latency in PUSH_EVENT, so DIRECT_EVENT_CALL can be replaced with PUSH_EVENT | LaG1924 | 2018-01-13 | 1 | -1/+1 |
* | Added more mutexes -> It's working fine now | LaG1924 | 2018-01-13 | 2 | -29/+37 |
* | Fixed some incorrect types for events | LaG1924 | 2018-01-13 | 3 | -5/+5 |
* | Single mutex for event system | LaG1924 | 2018-01-13 | 2 | -29/+24 |
* | EventData is meaningless from now | LaG1924 | 2018-01-13 | 1 | -1/+0 |
* | Tried to fix deadlock | LaG1924 | 2018-01-13 | 3 | -27/+37 |
* | All usages of previous event-system replaced with new event-system | LaG1924 | 2018-01-13 | 6 | -146/+140 |
* | Implemented new event system | LaG1924 | 2018-01-13 | 2 | -0/+179 |
* | Removed previous implementation of event-system | LaG1924 | 2018-01-13 | 2 | -371/+0 |
* | Disabled VSync | LaG1924 | 2018-01-13 | 1 | -0/+2 |
* | Fixed compilation errors | LaG1924 | 2018-01-13 | 14 | -19/+35 |
* | Fixed CMake error | LaG1924 | 2018-01-13 | 1 | -1/+1 |
* | Fixed shader compilation errors | LaG1924 | 2018-01-13 | 2 | -2/+2 |
* | Section parser now in a separate file | LaG1924 | 2018-01-13 | 6 | -352/+367 |
* | Minor shader optimization | LaG1924 | 2018-01-13 | 2 | -12/+12 |
* | Created .gitignore | LaG1924 | 2018-01-13 | 1 | -0/+11 |
* | Created README.md | LaG1924 | 2018-01-13 | 1 | -0/+64 |
* | Refactored #include directives | LaG1924 | 2018-01-13 | 41 | -129/+182 |
* | 2017-10-15 | LaG1924 | 2018-01-13 | 6 | -129/+158 |
* | 2017-10-14 | LaG1924 | 2018-01-13 | 13 | -141/+296 |
* | 2017-10-09 | LaG1924 | 2018-01-13 | 23 | -483/+490 |
* | 2017-10-07 | LaG1924 | 2018-01-13 | 3 | -15/+126 |
* | 2017-09-30 | LaG1924 | 2018-01-13 | 11 | -232/+320 |
* | 2017-09-24 | LaG1924 | 2018-01-13 | 9 | -33/+156 |
* | 2017-09-23 | LaG1924 | 2018-01-13 | 9 | -155/+263 |
* | 2017-09-20 | LaG1924 | 2018-01-13 | 6 | -242/+156 |
* | 2017-09-19 | LaG1924 | 2018-01-13 | 8 | -33/+97 |
* | 2017-09-17 | LaG1924 | 2018-01-13 | 13 | -396/+121 |
* | 2017-09-16 | LaG1924 | 2018-01-13 | 15 | -320/+170 |
* | 2017-09-15 | LaG1924 | 2018-01-13 | 26 | -385/+687 |
* | 2017-09-03 | LaG1924 | 2018-01-13 | 15 | -86/+466 |
* | 2017-08-29 | LaG1924 | 2018-01-13 | 24 | -136/+24937 |
* | 2017-08-27 | LaG1924 | 2018-01-13 | 28 | -2860/+803 |
* | 2017-08-23 | LaG1924 | 2017-08-23 | 12 | -105/+214 |
* | 2017-08-20 | LaG1924 | 2017-08-20 | 27 | -457/+467 |
* | 2017-08-19 | LaG1924 | 2017-08-19 | 56 | -4902/+142 |
* | 2017-08-18 | LaG1924 | 2017-08-18 | 14 | -305/+649 |
* | 2017-08-17 | LaG1924 | 2017-08-17 | 9 | -353/+343 |
* | 2017-08-16 | LaG1924 | 2017-08-16 | 24 | -107/+1178 |
* | 2017-08-12 | LaG1924 | 2017-08-12 | 19 | -88/+232 |
* | 2017-08-07 | LaG1924 | 2017-08-07 | 28 | -402/+801 |
* | 2017-08-05 | LaG1924 | 2017-08-05 | 11 | -42/+50 |
* | 2017-08-03 | LaG1924 | 2017-08-03 | 59 | -4402/+382 |
* | 2017-07-29 | LaG1924 | 2017-07-29 | 107 | -291/+8440 |
* | 2017-07-26 | LaG1924 | 2017-07-26 | 7 | -14/+382 |
* | 2017-07-24 | LaG1924 | 2017-07-24 | 35 | -64/+2616 |
* | 2017-07-21 | LaG1924 | 2017-07-21 | 16 | -334/+667 |
* | 2017-06-21 | LaG1924 | 2017-06-21 | 44 | -1044/+1092 |
* | 2017-06-20 | LaG1924 | 2017-06-20 | 16 | -720/+487 |
* | 2017-06-17 | LaG1924 | 2017-06-17 | 30 | -1666/+2018 |
* | 2017-06-14 | LaG1924 | 2017-06-14 | 13 | -10813/+28978 |
* | 2017-06-07 | LaG1924 | 2017-06-07 | 15 | -4400/+440 |
* | 2017-05-31 | LaG1924 | 2017-05-31 | 33 | -1740/+499 |
* | 2017-05-28 | LaG1924 | 2017-05-28 | 22 | -949/+164 |
* | 2017-05-26 | LaG1924 | 2017-05-26 | 31 | -71/+23348 |
* | 2017-05-21 | LaG1924 | 2017-05-21 | 16 | -105/+695 |
* | 2017-05-18 | LaG1924 | 2017-05-18 | 97 | -4143/+7991 |
* | 2017-05-13 | LaG1924 | 2017-05-13 | 56 | -124/+3852 |
* | 2017-05-12 | LaG1924 | 2017-05-12 | 291 | -518/+91921 |
* | 2017-05-10 | LaG1924 | 2017-05-10 | 16 | -347/+719 |
* | 2017-04-23 | LaG1924 | 2017-04-21 | 8 | -51/+65 |
* | 2017-04-21 | LaG1924 | 2017-04-21 | 25 | -365/+1143 |
* | 2017-04-15 | LaG1924 | 2017-04-15 | 32 | -0/+15150 |