Commit Graph

  • 3cf64d3947 Android: fix resolution, upd. irrlicht compile flags, add recommended ARMv7a and x86 flags, MoNTE48 2018-06-26 01:58:52 +0200
  • 7bef8c982b Fix MurmurHash implementation to really be unaligned sfan5 2018-06-25 11:33:46 +0200
  • 88135921a6 iOS: 1.1.18 - fix text on ja, ko, he; compress logo MoNTE48 2018-06-13 23:41:09 +0200
  • ea86ecf015
    Android: gradle 3.1.3 is not available on mavenCentral Also update wrapper Loic Blot 2018-06-11 20:37:17 +0200
  • 4a48cd57e8
    Fix android tools version used to build MT Loic Blot 2018-06-11 19:14:10 +0200
  • 289c8dfde5
    Android: fix clean_assets target Loic Blot 2018-06-11 19:13:56 +0200
  • 9dfe9be1f3
    Bump android version for next release Loic Blot 2018-06-10 18:28:41 +0200
  • f5c9c760e3
    Android: use c++_shared library instead of c++_static MT doesn't launch without that Loic Blot 2018-06-10 17:46:47 +0200
  • 6dc7177a5d Bump version to 0.4.17.1 SmallJoker 2018-06-08 22:06:08 +0200
  • 24a2fd4dc4 Fix narrow/utf8 difference in incoming/outcoming messages number Zero 2018-06-09 17:31:35 +0300
  • 2515207606 Fix crash in log_deprecated when triggered from no function SmallJoker 2018-05-14 21:03:48 +0200
  • 119aa5c919 Fix crash due to missing pointer validation Loic Blot 2017-07-02 22:26:25 +0200
  • fb4bfc60de
    Android: fix another build typo Loic Blot 2018-06-10 17:11:57 +0200
  • 9bbe99b4f8
    Android: fix RTTI issue Loic Blot 2018-06-10 17:07:32 +0200
  • 0ef9c53a8c
    Fix many Android build issues Loic Blot 2018-06-10 16:59:34 +0200
  • 7577cf848b Android: update Java part (#118) berkut 2018-06-04 12:51:50 +0600
  • b5350e27ad
    Android: Update build system for ndk-r15x stujones11 2017-11-15 19:52:19 +0000
  • ecbb9310de Bump version to 0.4.17 SmallJoker 2018-06-03 17:35:20 +0200
  • aac35a6e7c Backport buildbot win32 scripts too Loic Blot 2018-05-21 23:14:54 +0200
  • 04fe8cc0a2 Update macosx build from master Loic Blot 2018-05-21 21:04:18 +0200
  • 24abdf45b9 Fix windows toolchain due to missing packages, upgrade to more recent toolchain Loic Blot 2018-05-21 21:00:56 +0200
  • 263400b3d8 C++03 oldify in various source files SmallJoker 2018-05-18 11:10:53 +0200
  • 695d02e6bd More C++03 fixes Loic Blot 2018-05-14 07:42:20 +0200
  • e2815d27f1 Fix luajit include not being found rubenwardy 2018-05-08 19:06:55 +0100
  • ebfdb21624 Dungeons: Mostly fix missing stair nodes Paramat 2018-04-25 00:44:49 +0100
  • 0088fa6db4 Fix i386 bit build at OpenBSD (#7259) mazocomp 2018-04-21 22:33:38 +0300
  • e660b05523 Fix C++03 compiling due to C++11 initialization issues in backport Loic Blot 2018-05-13 10:15:35 +0200
  • 14d20f5827 Builtin auth handler: Speed up file writing (#7252) SmallJoker 2018-04-19 18:36:10 +0200
  • 0414322d23 Cavegen: Fix variable typo that broke mgvalleys large cave distribution (#7249) Paramat 2018-04-17 22:25:59 +0100
  • a6cfe73cb0 Fix segfault caused by wrong wgettext() sfan5 2018-04-09 16:25:57 +0200
  • 1d06a8ef6c Fix for translating empty strings minduser00 2018-03-27 11:49:47 +0000
  • 875972ffa6 upright_sprite: Fix texture position for players Fixes #6471 SmallJoker 2018-04-09 14:58:35 +0200
  • 396daf1be1 Huge LBM lookup performance improvement on mapblock loading (#7195) Loïc Blot 2018-04-04 10:56:46 +0200
  • fe41725e50 core.rotate_node: Do not trigger after_place_node (#6900) SmallJoker 2018-03-29 21:44:13 +0200
  • 5624cf750f macOS: don't require X11 libraries during compilation (#7149) D Tim Cummings 2018-03-27 01:43:59 +1000
  • 1d7fbd035d Minetest ASCII art: Move from actionstream to rawstream paramat 2018-03-17 22:05:21 +0000
  • a6b9acb7af Generate Notifier: Clear events once after all 'on generated' functions paramat 2018-03-02 13:39:39 +0000
  • c40f535df8 Fix liquid post effect colour behaviour in third person view red-001 2018-02-25 22:52:05 +0000
  • 79fde0dd52 CollisionMoveSimple: Collide with 'ignore' nodes paramat 2018-02-24 15:57:34 +0000
  • 8aaf526730 SAO limits: Allow SAOs to exist outside the set 'mapgen limit' paramat 2018-02-20 19:32:24 +0000
  • c683e050d4 Find nodes in area (under air): Raise volume limit and document it paramat 2018-02-21 14:34:06 +0000
  • c2e39b9363 Delete world dialog: Move buttons to avoid double click deletion Muhammad Rifqi Priyo Susanto 2017-09-30 00:50:42 +0700
  • f8cc92c190 /shutdown can't do countdown when using reconnect and/or shutdown message (#7055) dopik 2018-02-19 08:41:44 +0100
  • 858c41b842 Check argument types inside MetaDataRef Lua API (#7045) sfan5 2018-02-18 10:40:45 +0100
  • 2a4fbbbff8 Fix "Ignoring CONTENT_IGNORE redefinition" warning (#4393) you 2018-02-18 10:40:14 +0100
  • 6d346a817b Item entity: Delete in 'ignore' nodes paramat 2018-02-10 04:55:40 +0000
  • 529f00a240 Falling.lua: Delete falling node entities on contact with 'ignore' paramat 2018-02-06 00:55:35 +0000
  • 7725030067 Allow dumping userdata (#7012) you 2018-02-08 19:17:06 +0100
  • bb28afcfc3 Move `setlocale` from Lua to C++. red-001 2018-01-21 12:28:47 +0000
  • 880a25c921 Add minetest.is_player (#7013) you 2018-02-05 15:17:10 +0100
  • 0268c9d7c9 "static constexpr v3s16 light_dirs[8]" fails to compile, sync it with master! (#7261) mazocomp 2018-04-21 14:07:25 +0300
  • f72490950a Fix C++11 feature detection for undefined _MSC_VER (#7255) mazocomp 2018-04-20 20:55:23 +0300
  • 9d3fa874be Refine movement anticheat again (#7004) sfan5 2018-02-02 23:34:09 +0100
  • 842eccee19 Apply physics overrides correctly during anticheat calculations (#6970) sfan5 2018-01-28 10:21:21 +0100
  • 127b1fa6f8 Fix off-by-one in log output line length (#6896) Pedro Gimeno 2018-01-09 19:07:14 +0100
  • 6b5e2618fb Fix buffer parameter not working in LuaPerlinNoiseMap::l_getMapSlice() Pedro Gimeno 2018-01-08 21:32:15 +0100
  • b2099d4277 Fix Wstringop-overflow warning from util/srp.cpp (#6855) you 2018-01-04 14:25:20 +0100
  • df0a8574dc Fix rounding error in g/set_node caused by truncation to float rubenwardy 2017-12-22 10:00:57 +0000
  • 6698067256 Fix dancing text number Zero 2017-12-25 00:54:43 +0300
  • bb219e1059 Fix undefined behaviour on getting pointer to data in empty vector nOOb3167 2017-12-22 11:33:46 +0100
  • b3167d4e57 Fix wrong scrolling (#6809) Vitaliy 2017-12-21 22:58:06 +0300
  • 8a849e893a Builtin: Fix handle_node_drops crash with nil digger SmallJoker 2017-12-12 19:19:04 +0100
  • f9738c1909 Damage: Remove damage ignore timer SmallJoker 2017-08-13 09:49:29 +0200
  • 6f80e302fd Ensure no item stack is being held before crafting (#4779) Luis Cáceres 2017-12-06 16:32:05 +0000
  • 48ebbf0fc6 Shut down mapgen threads before other shutdown tasks (#6689) raymoo 2017-12-03 01:28:35 -0800
  • 7d9dbbbf3c Update documentation regarding authentication handler and related functions sfan5 2017-11-27 18:00:30 +0100
  • 7cc1a36b3c Hint at problematic code when logging deprecated calls sfan5 2017-11-23 23:35:52 +0100
  • 3f1094475f Improve documentation for player:set_attribute() Ezhh 2017-11-25 23:18:50 +0000
  • f72ac42ca0 Inventory: Restrict access from too far away SmallJoker 2017-11-22 19:25:26 +0100
  • 8fba3c93d5 core.rotate_node: Run callbacks like with any regular placed node (#6648) SmallJoker 2017-11-21 20:21:52 +0100
  • a90c314c80 Biome dust node: Only place on 'walkable' cubic non-liquid drawtypes paramat 2017-11-15 23:52:31 +0000
  • 222fab3d20 Improve Settings tab button alignments ezhh 2017-11-13 01:42:57 +0000
  • 1cf32b22be Lua_api.txt: Add documentation of required mapgen aliases paramat 2017-11-12 19:10:08 +0000
  • 6f803b9c89 Remove incorrect entry from settingtypes Ezhh 2017-11-12 00:45:22 +0000
  • 0fe3e7574d Make use of safe file writing in auth handler (fixes #6576) sfan5 2017-11-07 11:47:28 +0100
  • b816c63196 Add minetest.safe_write_file() to script API sfan5 2017-11-07 11:46:06 +0100
  • 313ca53b36 Fix issue Minetest crash when custom font path is not exist Muhammad Rifqi Priyo Susanto 2017-06-03 09:51:48 +0700
  • a65a46b889 Fix Settings tab formspec alignment (#6585) Ezhh 2017-11-05 10:15:32 +0000
  • 0cfe3a810a Do not scale texture unless necessary. Lars Hofhansl 2017-11-04 18:05:47 -0700
  • 6808a3d144 httpfetch: Enable gzip support sfan5 2017-11-04 22:19:27 +0100
  • 4d9bf75d3a Add sha1 to lua utils. (#6563) Rob Blanckaert 2017-10-30 00:18:18 -0700
  • 416c4535c7 Fix day_night_ratio_do_override not being initialised server-side rubenwardy 2017-10-29 18:31:50 +0000
  • 73baeb82ef Avoid filtering low-res textures for animated meshes (incl. players) (#6562) lhofhansl 2017-10-28 01:33:47 -0700
  • 7b8288d605 Fix default item callbacks to work with nil users (#5819) raymoo 2017-10-28 01:30:50 -0700
  • 2f969196b8 Correct `prot_vers` in lua_api.txt. Auke Kok 2017-10-19 21:39:45 -0700
  • 0041bcc73e Don't try to craft a non-existent item Esteban I. RM 2017-10-15 02:52:05 -0300
  • cc48c95ca7 Profiler: Fix var args not being passed to callback register function rubenwardy 2017-10-14 18:28:56 +0100
  • 0129c9a9dd Thread: fix a crash on Windows due to data race condition on Thread::m_start_finished_mutex (#6515) Loïc Blot 2017-10-10 12:27:08 +0200
  • 9dc1f2d638 NetworkPacket::putRawPacket: resize m_data to datasize + memcpy Loic Blot 2017-10-10 00:47:37 +0200
  • d215198fe8 Replace deprecated WINAPI GetVersionInfoEx (#6496) adrido 2017-10-07 15:13:13 +0200
  • c56c3d8d6f Add setting for near plane distance. (#6395) Rob Blanckaert 2017-10-07 09:11:48 -0400
  • 0034abb560 Unkown nodes: Provide position on interact (#6505) SmallJoker 2017-10-07 15:11:07 +0200
  • 200e9cc4a2 ParticleSpawner::step cleanup and rotation fix (#6486) SmallJoker 2017-10-02 20:40:59 +0200
  • 6b0fb94d60 CAO footstep sounds: Reduce gain to balance volume paramat 2017-09-19 16:39:30 +0100
  • 017815161b Fix attached particle spawners far from spawn (#6479) raymoo 2017-09-30 06:23:52 -0700
  • ab72100a2c Localplayer: Fix disable_jump effect and getStandingNodePos() SmallJoker 2017-09-23 16:29:48 +0200
  • 9927076b47 Document orientation parameter of set_attach (#6473) raymoo 2017-09-28 09:40:47 -0700
  • bd8d6f8f2f Fix recent commit: std::max -> std::fmax for floats (#6469) Paramat 2017-09-27 22:03:41 +0100
  • 3a9d500396 Positional sound: Limit volume when closer than 1 node paramat 2017-09-23 08:38:22 +0100
  • 01b9da870b Fix blocks written by vmanip not being marked as modified sfan5 2017-09-23 17:05:55 +0200