Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed previous implementation of texture atlas | LaG1924 | 2018-08-05 | 7 | -329/+6 |
* | Replaced usage of old texture atlas | LaG1924 | 2018-08-05 | 7 | -10/+34 |
* | 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 | 1 | -3/+1 |
* | 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 | 8 | -61/+192 |
* | 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 |
* | 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 |
* | Fixed some UB detected by GCC UB-sanitizer | LaG1924 | 2018-01-20 | 2 | -2/+8 |
* | Special workaround to build WinRel without consolebuild-1 | LaG1924 | 2018-01-14 | 1 | -0/+2 |
* | 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 | 2 | -3/+3 |
* | Updated to 1.12.2 | LaG1924 | 2018-01-13 | 2 | -7/+7 |
* | Backported to C++14 | LaG1924 | 2018-01-13 | 1 | -4/+4 |
* | 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 | 13 | -18/+34 |
* | Section parser now in a separate file | LaG1924 | 2018-01-13 | 6 | -352/+367 |
* | 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 | 10 | -229/+316 |
* | 2017-09-24 | LaG1924 | 2018-01-13 | 8 | -33/+151 |
* | 2017-09-23 | LaG1924 | 2018-01-13 | 9 | -155/+263 |
* | 2017-09-20 | LaG1924 | 2018-01-13 | 4 | -218/+145 |
* | 2017-09-19 | LaG1924 | 2018-01-13 | 6 | -29/+82 |
* | 2017-09-17 | LaG1924 | 2018-01-13 | 4 | -81/+110 |
* | 2017-09-16 | LaG1924 | 2018-01-13 | 15 | -320/+170 |
* | 2017-09-15 | LaG1924 | 2018-01-13 | 24 | -383/+687 |
* | 2017-09-03 | LaG1924 | 2018-01-13 | 15 | -86/+466 |
* | 2017-08-29 | LaG1924 | 2018-01-13 | 13 | -130/+751 |
* | 2017-08-27 | LaG1924 | 2018-01-13 | 20 | -457/+642 |
* | 2017-08-23 | LaG1924 | 2017-08-23 | 11 | -102/+212 |
* | 2017-08-20 | LaG1924 | 2017-08-20 | 21 | -175/+393 |
* | 2017-08-19 | LaG1924 | 2017-08-19 | 17 | -273/+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 | 20 | -106/+874 |
* | 2017-08-12 | LaG1924 | 2017-08-12 | 19 | -88/+232 |
* | 2017-08-07 | LaG1924 | 2017-08-07 | 26 | -400/+801 |
* | 2017-08-05 | LaG1924 | 2017-08-05 | 11 | -42/+50 |
* | 2017-08-03 | LaG1924 | 2017-08-03 | 38 | -2559/+381 |
* | 2017-07-29 | LaG1924 | 2017-07-29 | 52 | -1042/+2722 |
* | 2017-07-26 | LaG1924 | 2017-07-26 | 3 | -3/+3 |
* | 2017-07-24 | LaG1924 | 2017-07-24 | 29 | -43/+2099 |
* | 2017-07-21 | LaG1924 | 2017-07-21 | 7 | -310/+530 |
* | 2017-06-21 | LaG1924 | 2017-06-21 | 39 | -2130/+337 |
* | 2017-06-20 | LaG1924 | 2017-06-20 | 12 | -683/+420 |
* | 2017-06-17 | LaG1924 | 2017-06-17 | 29 | -1657/+2010 |
* | 2017-06-14 | LaG1924 | 2017-06-14 | 7 | -774/+1122 |
* | 2017-06-07 | LaG1924 | 2017-06-07 | 8 | -272/+270 |
* | 2017-05-31 | LaG1924 | 2017-05-31 | 28 | -133/+408 |
* | 2017-05-28 | LaG1924 | 2017-05-28 | 20 | -931/+111 |
* | 2017-05-26 | LaG1924 | 2017-05-26 | 18 | -64/+174 |
* | 2017-05-21 | LaG1924 | 2017-05-21 | 14 | -97/+682 |
* | 2017-05-18 | LaG1924 | 2017-05-18 | 41 | -0/+3560 |