summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterMerge pull request #85 from LaG1924/fix/static-analysis-detectedLaG192410 months
ftr/better-waterAdded smooth liquid transitionsLaG192422 months
 
TagDownloadAuthorAge
build-3AltCraft-build-3.tar  AltCraft-build-3.tar.gz  AltCraft-build-3.tar.bz2  AltCraft-build-3.tar.lz  AltCraft-build-3.tar.xz  AltCraft-build-3.tar.zst  AltCraft-build-3.zip  LaG19243 years
build-2AltCraft-build-2.tar  AltCraft-build-2.tar.gz  AltCraft-build-2.tar.bz2  AltCraft-build-2.tar.lz  AltCraft-build-2.tar.xz  AltCraft-build-2.tar.zst  AltCraft-build-2.zip  LaG19246 years
build-1AltCraft-build-1.tar  AltCraft-build-1.tar.gz  AltCraft-build-1.tar.bz2  AltCraft-build-1.tar.lz  AltCraft-build-1.tar.xz  AltCraft-build-1.tar.zst  AltCraft-build-1.zip  LaG19246 years
 
AgeCommit messageAuthorFilesLines
2018-01-14Special workaround to build WinRel without consolebuild-1LaG19242-3/+6
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 referencesLaG19243-371/+3
2018-01-13Updated to 1.12.2LaG19243-9/+9
2018-01-13Directory renamedLaG1924281-2/+2
2018-01-13Backported to C++14LaG19243-7/+7
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 errorsLaG192414-19/+35
2018-01-13Fixed CMake errorLaG19241-1/+1
2018-01-13Fixed shader compilation errorsLaG19242-2/+2
2018-01-13Section parser now in a separate fileLaG19246-352/+367
2018-01-13Minor shader optimizationLaG19242-12/+12
2018-01-13Created .gitignoreLaG19241-0/+11
2018-01-13Created README.mdLaG19241-0/+64
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-30LaG192411-232/+320
2018-01-132017-09-24LaG19249-33/+156
2018-01-132017-09-23LaG19249-155/+263
2018-01-132017-09-20LaG19246-242/+156
2018-01-132017-09-19LaG19248-33/+97
2018-01-132017-09-17LaG192413-396/+121
2018-01-132017-09-16LaG192415-320/+170
2018-01-132017-09-15LaG192426-385/+687
2018-01-132017-09-03LaG192415-86/+466
2018-01-132017-08-29LaG192424-136/+24937
2018-01-132017-08-27LaG192428-2860/+803
2017-08-232017-08-23LaG192412-105/+214
2017-08-202017-08-20LaG192427-457/+467
2017-08-192017-08-19LaG192456-4902/+142
2017-08-182017-08-18LaG192414-305/+649
2017-08-172017-08-17LaG19249-353/+343
2017-08-162017-08-16LaG192424-107/+1178
2017-08-122017-08-12LaG192419-88/+232
2017-08-072017-08-07LaG192428-402/+801
2017-08-052017-08-05LaG192411-42/+50
2017-08-032017-08-03LaG192459-4402/+382
2017-07-292017-07-29LaG1924107-291/+8440
2017-07-262017-07-26LaG19247-14/+382
2017-07-242017-07-24LaG192435-64/+2616
2017-07-212017-07-21LaG192416-334/+667
2017-06-212017-06-21LaG192444-1044/+1092
2017-06-202017-06-20LaG192416-720/+487
2017-06-172017-06-17LaG192430-1666/+2018
2017-06-142017-06-14LaG192413-10813/+28978
2017-06-072017-06-07LaG192415-4400/+440
2017-05-312017-05-31LaG192433-1740/+499
2017-05-282017-05-28LaG192422-949/+164
2017-05-262017-05-26LaG192431-71/+23348
2017-05-212017-05-21LaG192416-105/+695
2017-05-182017-05-18LaG192497-4143/+7991
2017-05-132017-05-13LaG192456-124/+3852
2017-05-122017-05-12LaG1924291-518/+91921
2017-05-102017-05-10LaG192416-347/+719
2017-04-212017-04-23LaG19248-51/+65
2017-04-212017-04-21LaG192425-365/+1143
2017-04-152017-04-15LaG192432-0/+15150
 
Clone
http://ni.xn--ijanec-9jb.eu/anonymous/AltCraft
https://ni.xn--ijanec-9jb.eu/anonymous/AltCraft