aboutsummaryrefslogtreecommitdiff
path: root/build (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-18serverpackethandler: Reduce pkt->getPeerId() invocations and more (#9689)HybridDog2-342/+272
2020-04-17Android: fix handling non-latin characters on older Android devices (#9309)Maksim2-0/+16
2020-04-17Document which noise APIs add world seed to noiseparams seed (#9693)Paramat1-8/+18
2020-04-17Rename "subgame" to "game" in 2 error messages (#9680)Wuzzy1-2/+2
2020-04-16Add an option to disable unittest build, & disable them on Docker build (#9677)Loïc Blot6-2/+19
2020-04-16Drop -Wabi useless flag (#9676)Loïc Blot1-3/+3
2020-04-16Android: fix formspec input for AArch64 devices (#9685)Maksim1-13/+9
2020-04-16Camera: Fix shooting line offsets (#9681)SmallJoker4-24/+31
2020-04-16Swap out -ffast-math for a safe subset of optimization flags (#9682)sfan52-1/+9
2020-04-16Optimize get_objects_inside_radius calls (#9671)Loïc Blot7-39/+55
2020-04-15Android: add Android Studio support, completely redone java part (#9066)Maksim50-2520/+1129
2020-04-15Fix parsing JSON with large integers (#9674)sfan51-3/+3
2020-04-15Verify database connection on interval (#9665)Loïc Blot9-34/+66
2020-04-14Add all src folders to doxygen (#9603)DS1-10/+2
2020-04-14Update wireshark dissector (#9621)sfan51-420/+489
2020-04-14scriptapi: Some small optimizations to value pushing (#9669)sfan57-67/+59
2020-04-14PostgreSQL: Fix listAllLoadableBlocks returning the same blockSmallJoker1-1/+1
2020-04-14Refactor texture overrides and add new features (#9600)Hugues Ross11-71/+285
2020-04-13Remove sound menu and show proper msgs if sound is off (#9069)Wuzzy1-22/+44
2020-04-13Add default stack size setting (#8873)SmallJoker3-3/+11
2020-04-13Add scroll_container formspec element (redo) (#9101)DS11-50/+411
2020-04-12GUIFormSpecMenu: Add basic element highlighing debug feature (#9423)SmallJoker2-1/+10
2020-04-12Dockerfile: use alpine to reduce size (#9226)ㄗㄠˋ ㄑㄧˊ1-28/+40
2020-04-12Update README copyright to current year (#9566)Testman1-1/+1
2020-04-12Play 'player_jump' when player jumps (#9373)Wuzzy2-2/+15
2020-04-12Fix delayed error message in start game tabrubenwardy1-29/+24
2020-04-11Improve waypoints and add image variant (#9480)Lars Müller7-47/+118
2020-04-11Formspecs: Add state-selection to style elements (#9378)Hugues Ross22-317/+454
2020-04-11Fix broken config check in 659245asfan51-0/+1
2020-04-11Update API site build (#9622)Paul Ouellette2-13/+2
2020-04-11Implement DPI scaling for Windows (#9586)sfan55-25/+69
2020-04-11Reduce ServerEnvironment propagation (#9642)Loïc Blot7-118/+71
2020-04-11Drop content_sao.{cpp,h}Loic Blot25-294/+125
2020-04-11Move PlayerSAO to dedicated filesLoic Blot19-992/+1038
2020-04-11pass clang-formatLoic Blot2-35/+38
2020-04-11Add vscode cmake plugin files to gitignoreLoic Blot1-1/+2
2020-04-11Move serveractiveobject & unitsaoLoic Blot20-404/+445
2020-04-11Formspec: No spec ID for static text labelsSmallJoker1-1/+1
2020-04-11Use TILE_MATERIAL_ALPHA for use_texture_alpha entity flag (#9639)Alex1-1/+1
2020-04-11Various features and fixessfan55-69/+123
2020-04-11Implement minetest.sound_fade()sfan54-3/+34
2020-04-11scriptapi: Sort out ServerEnvironment / Environment distinction properlysfan57-65/+72
2020-04-11A few initialization cleanupssfan54-6/+18
2020-04-10Print error if invalid mapgen alias was detected (#9579)Wuzzy3-0/+39
2020-04-10Move clientsimpleobject.h to client folder (#9630)Loïc Blot1-0/+0
2020-04-10Drop genericobject.{cpp,h} (#9629)Loïc Blot16-407/+300
2020-04-10Install the `locale` directory in a standard location without subfolder (#9618)Hugo Locurcio1-2/+1
2020-04-09Automated build changes (#9619)Loïc Blot3-76/+54
2020-04-08Collision various fixes (#9343)TheTermos4-149/+141
2020-04-08Allow to select en as language in settings menu (#9604)DS1-1/+1