summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-30Replaced fallback model to diamond block modelLaG19242-20/+2
2018-03-30Improved frustum culling: replaced box testing to sphere testing #6LaG19244-107/+81
2018-03-28Num of parsing threads now depends from num of CPU coresLaG19241-1/+1
2018-03-28Minor Section optimizationsLaG19244-27/+16
2018-03-28Moved model parsing to startup stage and implemented model rotationLaG19243-134/+203
2018-03-18Removed that ugly texture of night skyLaG19241-3/+1
2018-03-17Optimized update of RendererSectionLaG19243-32/+35
2018-03-17New lock-free RendererSectionData parsingLaG19242-134/+144
2018-03-16Improved RendererSectionData parsing data localityLaG19243-44/+133
2018-03-13Optimized light parsingLaG19243-6/+30
2018-03-13Implemented basic lightingLaG19248-61/+192
2018-03-08Fixed holes when block on section border destroyedLaG19243-7/+46
2018-03-08Some parsing optimizationsLaG19243-9/+13
2018-03-08Minor RendererSectionData parsing memory optimizationLaG19243-186/+175
2018-03-06Simplified Section classLaG19242-55/+4
2018-02-25min/max functionsElisey Puzko4-79/+85
2018-02-25Some nice hack to avoid conflict of std::min and min macroElisey Puzko1-16/+20
2018-02-23I forgot about these functionsElisey Puzko1-3/+3
2018-02-23Some more tabs -> spaces conversionsElisey Puzko2-143/+143
2018-02-23Mouse capture fixElisey Puzko3-6/+5
2018-02-23Removed redundant headerElisey Puzko1-2/+0
2018-02-23Bare-bones face detection for a block placementElisey Puzko5-4/+82
2018-02-22Quick fix.Elisey Puzko1-5/+11
2018-02-22Bare-bones blocks placementElisey Puzko7-446/+498
2018-02-20New event: SelectedBlockChangedElisey Puzko6-269/+307
2018-02-18Another attempt at increasing readabilityElisey Puzko3-115/+194
2018-02-18Small changes to conform Google C++ styleguideElisey Puzko10-239/+293
2018-02-06Raycast debug renderLaG19243-0/+24
2018-02-06Simplified raycastLaG19243-80/+25
2018-02-05Added visualisation of selected blockLaG19241-0/+18
2018-02-03Block selection implemented with mouse-lookLaG19245-8/+103
2018-02-03Implemented basic diggingLaG19244-10/+46
2018-02-03Implemented Position type serializationLaG19241-1/+2
2018-02-03Added packet PlayerDiggingLaG19241-5/+27
2018-01-20Fixed some UB detected by GCC UB-sanitizerLaG19242-2/+8
2018-01-14Special workaround to build WinRel without consolebuild-1LaG19241-0/+2
2018-01-14Implemented basic chat-component parsingLaG19241-21/+17
2018-01-14Fixed chat errorLaG19241-0/+1
2018-01-13Fixed segfault on connecting to serverLaG19241-6/+6
2018-01-13Removed GlobalState thread. His tasks assigned to Render thread.LaG19243-117/+94
2018-01-13Replaced all usages of NC to new implementationLaG19243-64/+47
2018-01-13New implementation of NC is using event-systemLaG19242-39/+35
2018-01-13Finally removed all SFML referencesLaG19242-3/+3
2018-01-13Updated to 1.12.2LaG19242-7/+7
2018-01-13Backported to C++14LaG19241-4/+4
2018-01-13Added togglable VSync optionLaG19241-0/+10
2018-01-13There is no more latency in PUSH_EVENT, so DIRECT_EVENT_CALL can be replaced with PUSH_EVENTLaG19241-1/+1
2018-01-13Added more mutexes -> It's working fine nowLaG19242-29/+37
2018-01-13Fixed some incorrect types for eventsLaG19243-5/+5
2018-01-13Single mutex for event systemLaG19242-29/+24
2018-01-13EventData is meaningless from nowLaG19241-1/+0
2018-01-13Tried to fix deadlockLaG19243-27/+37
2018-01-13All usages of previous event-system replaced with new event-systemLaG19246-146/+140
2018-01-13Implemented new event systemLaG19242-0/+179
2018-01-13Removed previous implementation of event-systemLaG19242-371/+0
2018-01-13Disabled VSyncLaG19241-0/+2
2018-01-13Fixed compilation errorsLaG192413-18/+34
2018-01-13Section parser now in a separate fileLaG19246-352/+367
2018-01-13Refactored #include directivesLaG192441-129/+182
2018-01-132017-10-15LaG19246-129/+158
2018-01-132017-10-14LaG192413-141/+296
2018-01-132017-10-09LaG192423-483/+490
2018-01-132017-10-07LaG19243-15/+126
2018-01-132017-09-30LaG192410-229/+316
2018-01-132017-09-24LaG19248-33/+151
2018-01-132017-09-23LaG19249-155/+263
2018-01-132017-09-20LaG19244-218/+145
2018-01-132017-09-19LaG19246-29/+82
2018-01-132017-09-17LaG19244-81/+110
2018-01-132017-09-16LaG192415-320/+170
2018-01-132017-09-15LaG192424-383/+687
2018-01-132017-09-03LaG192415-86/+466
2018-01-132017-08-29LaG192413-130/+751
2018-01-132017-08-27LaG192420-457/+642
2017-08-232017-08-23LaG192411-102/+212
2017-08-202017-08-20LaG192421-175/+393
2017-08-192017-08-19LaG192417-273/+142
2017-08-182017-08-18LaG192414-305/+649
2017-08-172017-08-17LaG19249-353/+343
2017-08-162017-08-16LaG192420-106/+874
2017-08-122017-08-12LaG192419-88/+232
2017-08-072017-08-07LaG192426-400/+801
2017-08-052017-08-05LaG192411-42/+50
2017-08-032017-08-03LaG192438-2559/+381
2017-07-292017-07-29LaG192452-1042/+2722
2017-07-262017-07-26LaG19243-3/+3
2017-07-242017-07-24LaG192429-43/+2099
2017-07-212017-07-21LaG19247-310/+530
2017-06-212017-06-21LaG192439-2130/+337
2017-06-202017-06-20LaG192412-683/+420
2017-06-172017-06-17LaG192429-1657/+2010
2017-06-142017-06-14LaG19247-774/+1122
2017-06-072017-06-07LaG19248-272/+270
2017-05-312017-05-31LaG192428-133/+408
2017-05-282017-05-28LaG192420-931/+111
2017-05-262017-05-26LaG192418-64/+174
2017-05-212017-05-21LaG192414-97/+682
2017-05-182017-05-18LaG192441-0/+3560