Commit Graph

  • 914dbeaa0b
    Add LevelDB auth database. (#9476) master luk3yx 2020-04-23 23:07:19 +1200
  • ce5b0932f8
    Camera: Fix shootline line offsets II (#9730) SmallJoker 2020-04-23 12:16:36 +0200
  • 6ba44d7452
    Android: add OpenGL ES 2 support (#9715) Maksim 2020-04-22 20:03:46 +0200
  • 5355cb1d87
    minetest.serialize: Reversible number serialization (#9722) HybridDog 2020-04-22 16:43:48 +0200
  • 4361bfcb4d
    Fix configuration caching in log_deprecated (#9697) HybridDog 2020-04-22 00:07:12 +0200
  • 8ef239b448
    Improve protocol-level receiving code (#9617) sfan5 2020-04-20 23:22:00 +0200
  • c2ac7b1a83
    Fix build badge since switching to github actions Loïc Blot 2020-04-20 20:22:23 +0200
  • 27a485a472
    Replace travis with github actions (#9641) Loïc Blot 2020-04-20 20:18:40 +0200
  • 338195ff25
    Fix alias handling of get_content_id (#9712) sfan5 2020-04-19 19:07:54 +0200
  • cdbe3c5e57
    Reuse object_shader for "wielditem" and "item" entity drawtypes (#9537) Danila Shutov 2020-04-19 19:47:13 +0300
  • c87d52a5fa Shaders: Complete 478e753. OpenGL 4.3 compatiblity SmallJoker 2020-04-18 18:36:47 +0200
  • 87829cd744
    script: Move SAO usability check so that it covers all functions (#9698) sfan5 2020-04-18 17:21:58 +0200
  • 4fb6b6afa7
    Formspec: allow lists to change size and existence while the formspec is open (#9700) DS 2020-04-18 17:21:10 +0200
  • 241bf44260
    Apply a scrollbar's default value to scroll containers (#9699) DS 2020-04-18 17:20:20 +0200
  • 7b57d3f613
    serverpackethandler: Reduce pkt->getPeerId() invocations and more (#9689) HybridDog 2020-04-18 17:19:53 +0200
  • 23c6d0c31f
    Android: fix handling non-latin characters on older Android devices (#9309) Maksim 2020-04-17 23:46:30 +0200
  • 4e2473ec49
    Document which noise APIs add world seed to noiseparams seed (#9693) Paramat 2020-04-17 09:24:51 +0100
  • e88719bcdd
    Rename "subgame" to "game" in 2 error messages (#9680) Wuzzy 2020-04-17 08:10:28 +0200
  • 7539267d37
    Add an option to disable unittest build, & disable them on Docker build (#9677) Loïc Blot 2020-04-16 20:43:49 +0200
  • 093e79ea78
    Drop -Wabi useless flag (#9676) Loïc Blot 2020-04-16 19:21:47 +0200
  • 57038b3cb4
    Android: fix formspec input for AArch64 devices (#9685) Maksim 2020-04-16 19:19:47 +0200
  • 45999b74e6
    Camera: Fix shooting line offsets (#9681) SmallJoker 2020-04-16 18:32:07 +0200
  • 5cbe8437a8
    Swap out -ffast-math for a safe subset of optimization flags (#9682) sfan5 2020-04-16 10:23:48 +0200
  • e8ac5a31cf
    Optimize get_objects_inside_radius calls (#9671) Loïc Blot 2020-04-16 08:25:48 +0200
  • 62ae7adab2
    Android: add Android Studio support, completely redone java part (#9066) Maksim 2020-04-15 16:27:40 +0200
  • 8ae8c1600a
    Fix parsing JSON with large integers (#9674) sfan5 2020-04-15 08:01:28 +0200
  • 5c588f89e7
    Verify database connection on interval (#9665) Loïc Blot 2020-04-15 08:01:11 +0200
  • 62c62f3829
    Add all src folders to doxygen (#9603) DS 2020-04-14 21:22:49 +0200
  • 032d90b9f6
    Update wireshark dissector (#9621) sfan5 2020-04-14 21:22:19 +0200
  • 2d5bd3bf79
    scriptapi: Some small optimizations to value pushing (#9669) sfan5 2020-04-14 20:44:18 +0200
  • 7c43cf47c3 PostgreSQL: Fix listAllLoadableBlocks returning the same block SmallJoker 2020-04-14 20:30:02 +0200
  • 5cf6318117
    Refactor texture overrides and add new features (#9600) Hugues Ross 2020-04-14 14:41:29 -0400
  • 7e21b3cd48
    Remove sound menu and show proper msgs if sound is off (#9069) Wuzzy 2020-04-13 20:26:54 +0200
  • 27d611fe55
    Add default stack size setting (#8873) SmallJoker 2020-04-13 10:53:10 +0200
  • 0ac999ded7
    Add scroll_container formspec element (redo) (#9101) DS 2020-04-13 10:50:07 +0200
  • 6cf15cf872
    GUIFormSpecMenu: Add basic element highlighing debug feature (#9423) SmallJoker 2020-04-12 12:02:32 +0200
  • d7e706ac9d
    Dockerfile: use alpine to reduce size (#9226) ㄗㄠˋ ㄑㄧˊ 2020-04-12 17:00:56 +0800
  • b55dd5d82f
    Update README copyright to current year (#9566) Testman 2020-04-12 01:53:23 +0200
  • a24d3b3600
    Play 'player_jump' when player jumps (#9373) Wuzzy 2020-04-12 01:50:40 +0200
  • 3833396cfa Fix delayed error message in start game tab rubenwardy 2020-04-12 00:05:55 +0100
  • af2e6a6a10
    Improve waypoints and add image variant (#9480) Lars Müller 2020-04-11 23:09:46 +0200
  • f780bae05c
    Formspecs: Add state-selection to style elements (#9378) Hugues Ross 2020-04-11 16:39:30 -0400
  • ba3587e776 Fix broken config check in 659245a sfan5 2020-04-11 21:29:57 +0200
  • 840b17ce63
    Update API site build (#9622) Paul Ouellette 2020-04-11 14:38:39 -0400
  • 40df3931d8
    Implement DPI scaling for Windows (#9586) sfan5 2020-04-11 20:03:59 +0200
  • 5cc06e4748
    Reduce ServerEnvironment propagation (#9642) Loïc Blot 2020-04-11 19:59:43 +0200
  • 5146086a64 Drop content_sao.{cpp,h} Loic Blot 2020-04-11 11:22:15 +0200
  • 894a34aef4 Move PlayerSAO to dedicated files Loic Blot 2020-04-11 09:59:09 +0200
  • c99e8df07f pass clang-format Loic Blot 2020-04-11 09:35:27 +0200
  • 2a7267febf Add vscode cmake plugin files to gitignore Loic Blot 2020-04-10 21:27:13 +0200
  • 6d43736172 Move serveractiveobject & unitsao Loic Blot 2020-04-10 21:25:42 +0200
  • 01b3f26c7b Formspec: No spec ID for static text labels SmallJoker 2020-04-11 15:31:02 +0200
  • fbf74dc524
    Use TILE_MATERIAL_ALPHA for use_texture_alpha entity flag (#9639) Alex 2020-04-11 04:45:14 -0700
  • 1292bdbbce Various features and fixes sfan5 2020-04-11 00:09:11 +0200
  • 5f3a17eb65 Implement minetest.sound_fade() sfan5 2020-04-10 22:53:08 +0200
  • 054c5dfaa3 scriptapi: Sort out ServerEnvironment / Environment distinction properly sfan5 2020-04-10 22:06:24 +0200
  • f105bc8dc2 A few initialization cleanups sfan5 2020-04-10 21:45:07 +0200
  • aa3cf400e2
    Print error if invalid mapgen alias was detected (#9579) Wuzzy 2020-04-10 20:36:16 +0200
  • 35e778ee9f
    Move clientsimpleobject.h to client folder (#9630) Loïc Blot 2020-04-10 20:10:51 +0200
  • f648fb76ae
    Drop genericobject.{cpp,h} (#9629) Loïc Blot 2020-04-10 19:49:20 +0200
  • 2349d31bae
    Install the `locale` directory in a standard location without subfolder (#9618) Hugo Locurcio 2020-04-10 16:08:48 +0200
  • 12275e235a
    Automated build changes (#9619) Loïc Blot 2020-04-09 20:46:06 +0200
  • 3ad5388c6d
    Collision various fixes (#9343) TheTermos 2020-04-08 22:45:05 +0200
  • c1742b0901
    Allow to select en as language in settings menu (#9604) DS 2020-04-08 22:44:52 +0200
  • d6ad587ab8 Travis: Build clang jobs with LuaJIT enabled for better coverage sfan5 2020-04-08 21:05:27 +0200
  • 659245acc7
    Work around LuaJIT issues on aarch64 (#9614) sfan5 2020-04-08 20:14:08 +0200
  • de73f989eb
    Overall improvements to log messages (#9598) sfan5 2020-04-08 20:13:23 +0200
  • 3494475df1
    Miscellaneous networking improvements (#9611) sfan5 2020-04-08 20:12:58 +0200
  • 143a37e947
    Clarify use of minetest.request_insecure_environment() (#9597) rubenwardy 2020-04-06 15:54:27 +0100
  • f45ba78a72
    Allow relative directories for `screenshot_path`, tweak default path (#9122) Hugo Locurcio 2020-04-06 16:54:12 +0200
  • 661b4a1837
    Add tone mapping for entities (#9521) Danila Shutov 2020-04-06 17:06:40 +0300
  • f91124a0c0
    Add allowed_mapgens option in game.conf. (#9263) Wren Turkal 2020-04-06 07:06:16 -0700
  • faedde08f9
    Some minor Lua API documentation clarifications (#9461) Wuzzy 2020-04-06 16:05:27 +0200
  • 528b162d9f Continue with 5.3.0-dev sfan5 2020-04-05 18:31:52 +0200
  • 24147d99c0 Bump version to 5.2.0 sfan5 2020-04-05 18:31:50 +0200
  • 09b8f5d1be
    Update credits for 5.2.0 (#9593) rubenwardy 2020-04-05 17:30:44 +0100
  • 40dccc0f54 Translated using Weblate (Japanese) BreadW 2020-04-05 01:33:05 +0000
  • 7aec5f43be Translated using Weblate (German) sfan5 2020-04-04 18:15:01 +0000
  • e6e1c1281d Translated using Weblate (Turkish) Oğuz Ersen 2020-04-04 04:50:12 +0000
  • 0eb3072819
    Hypertext: Fix hovercolor not working in global tag (#9582) Pierre-Yves Rollo 2020-04-05 15:04:41 +0200
  • ea30b89d3f
    Builtin: Make item entities glow less (#9594) sfan5 2020-04-04 21:27:30 +0200
  • d5c4412536
    Revert collision tweaks #9365 and #9327 (#9591) SmallJoker 2020-04-04 21:27:23 +0200
  • 86a0e991ef
    Fix cursor still visible after closing formspec while on HyperText (#9583) Pierre-Yves Rollo 2020-04-04 16:17:15 +0200
  • 307d7376cf
    Fix 'the the' typos in comments (#9554) LNJ 2020-04-04 15:52:41 +0200
  • b8d29ab0af Fix failing build due to translation file error sfan5 2020-04-04 00:16:18 +0200
  • fe21aa1f4a Utility script to help with Weblate commit import sfan5 2020-04-03 23:20:11 +0200
  • b6d2c34a15 Update translation files updatepo.sh 2020-04-03 23:19:54 +0200
  • 6940e5a191 Update minetest.conf.example, settings_translation_file.cpp updatepo.sh 2020-04-03 23:17:42 +0200
  • 65884816be Translated using Weblate (Indonesian) Allan Nordhøy 2020-04-03 10:49:25 +0000
  • e223d7cf57 Translated using Weblate (Hungarian) sfan5 2020-04-03 20:08:33 +0000
  • 11f4525865 Translated using Weblate (French) Allan Nordhøy 2020-04-03 17:17:31 +0000
  • 965e2028de Translated using Weblate (Greek) THANOS SIOURDAKIS 2020-03-31 16:40:14 +0000
  • be0200b215 Translated using Weblate (Russian) Tiller Luna 2020-03-31 15:11:39 +0000
  • 96696cd1c0 Translated using Weblate (Russian) anonymous 2020-03-31 15:02:53 +0000
  • 82a08213f0 Translated using Weblate (Norwegian Nynorsk) sfan5 2020-03-30 19:34:29 +0000
  • 19b8f12e79 Translated using Weblate (Swedish) sfan5 2020-03-30 19:37:27 +0000
  • 665b90a3c4 Translated using Weblate (Esperanto) sfan5 2020-03-30 19:29:02 +0000
  • c08ced0928 Translated using Weblate (Ukrainian) sfan5 2020-03-30 19:38:02 +0000
  • c71e54fa6d Translated using Weblate (Portuguese) ssantos 2020-03-29 19:12:59 +0000
  • 391432eb9e Translated using Weblate (Polish) sfan5 2020-03-30 19:34:57 +0000