MoNTE48
35d9c39631
ABM optimizations, doors cleanup, sponge small fixes
2019-06-29 23:23:33 +02:00
stujones11
51b9110533
Expose PLATFORM global
2019-05-23 23:47:36 +02:00
Maksim
4dfc3bac29
Minor fixes
2019-05-20 23:22:47 +02:00
MoNTE48
695e833477
Merge remote-tracking branch 'upstream/stable-0.4' into sync
2019-04-01 20:18:54 +02:00
SmallJoker
fe41725e50
core.rotate_node: Do not trigger after_place_node ( #6900 )
2018-06-03 17:32:00 +02:00
you
7725030067
Allow dumping userdata ( #7012 )
2018-06-03 17:32:00 +02:00
SmallJoker
8fba3c93d5
core.rotate_node: Run callbacks like with any regular placed node ( #6648 )
2018-06-03 17:32:00 +02:00
DTA7
e8286e8894
Set placer to nil instead of a non-functional one in item_OnPlace ( #6449 )
...
* Set placer to nil instead of a non-functional one
This requires nil checks in core.rotate_node and core.rotate_and_place.
2018-06-03 17:31:59 +02:00
tenplus1
b1fae4c7be
Fix Rotate Node Placement ( #6424 )
...
This properly checks for creative mode or privilege when using fixed rotate_node() function.
2018-06-03 17:31:59 +02:00
sfan5
5b2461c713
Fix core.wrap_text and make its behaviour consistent with the docs
...
Code based on initial implementation by @dsohler.
2018-06-03 17:31:59 +02:00
red-001
c399f5a541
Fix sending color codes to clients that don't support them. ( #5950 )
...
Also remove `disable_escape_sequences` since it's not needed anymore.
2018-06-03 17:31:59 +02:00
Maksim Gamarnik
4cd987b653
Merge Minetest 0.4.16
2017-06-06 23:03:34 +03:00
SmallJoker
9b5effffbb
Builtin: Fix subgame mod selection ( #5367 )
2017-05-17 19:31:57 +02:00
SmallJoker
0120fe16a7
CSM: Document forgotten functions
2017-05-16 21:57:26 +01:00
SmallJoker
6945f807ab
minetest.deserialize: Throw error when argument not string ( #5738 )
2017-05-09 23:11:20 +02:00
ShadowNinja
43d1f375d1
Use a settings object for the main settings
...
This unifies the settings APIs.
This also unifies the sync and async registration APIs, since the async
registration API did not support adding non-functions to the API table.
2017-05-06 15:33:19 -04:00
MarkuBu
efd509f796
Pointed thing to face pos: Fix crash if opening door with slab or stair
...
Avoids crash caused when 'pointed thing -under' and '-above' are not
face-neighbours, for example in the case of pointing to the top half
of a door.
2017-04-19 02:01:42 +01:00
red-001
eb587996e4
[CSM] Use more gettext ( #5553 )
2017-04-10 21:14:00 +02:00
Auke Kok
75fb3e4730
minetest.after(): simplify further, pause in singleplayer ( #5500 )
...
Using the `dtime` value entirely, this will stop the clock
if the game is paused in singleplayer. Since most of the
clocks were fixed a long time ago, this should again be
safe to use.
2017-04-02 10:51:16 +02:00
MarkuBu
26f4a5c2d1
First commit for fine pointed ( #5485 )
2017-04-01 16:50:53 +02:00
Diego Martínez
81c3dc32a8
Add functions to strip color information. ( #5472 )
2017-03-28 21:55:39 +02:00
Loïc Blot
1b299b4039
Fix a type bug in colorize function
...
This bug was introduced by dd2f1d7551
and reported by @kilbith
2017-03-28 14:50:17 +02:00
red-001
e70e15134c
Change command prefix to "." and add "help" command.
2017-03-26 05:51:14 +01:00
Loïc Blot
329d654e37
Typo fix
2017-03-24 08:59:52 +01:00
red-001
dd2f1d7551
Add multiline support to colorize. ( #5444 )
2017-03-24 08:36:29 +01:00
red-001
2e3778ec0c
Block access to the `io` library
2017-03-19 12:34:33 +01:00
red-001
d31750cb93
Give CSM access to use `core.colorize()` ( #5113 )
2017-03-17 19:20:13 +01:00
red-001
a50d07d39a
[CSM] Improve security for client-sided mods ( #5100 )
2017-03-13 23:56:05 +01:00
red-001
c42c53fccf
[CSM] Add local formspecs. ( #5094 )
2017-03-13 23:56:05 +01:00
Loïc Blot
2c19d51409
[CSM] sound_play & sound_stop support + client_lua_api doc ( #5096 )
...
* squashed: CSM: Implement register_globalstep
* Re-use fatal error mechanism from server to disconnect client on CSM error
* Little client functions cleanups
* squashed: CSM: add core.after function
* core.after is shared code between client & server
* ModApiUtil get_us_time feature enabled for client
2017-03-13 23:56:05 +01:00
red-001
d7bc346981
[CSM] Add client-sided chat commands ( #5092 )
2017-03-13 23:56:05 +01:00
Maksim Gamarnik
8cc092b177
Updated to Minetest ver. 0.4.15
2017-01-30 00:44:07 +02:00
Auke Kok
2d7a6f2cc0
Vector: Add vector.sort(a, b): return box edges
...
This function returns the box corners of the smallest box
that includes the two given coordinates.
2017-01-23 07:38:39 +00:00
sfan5
5fd1ef9b58
Revert "Adding particle blend, glow and animation ( #4705 )"
...
This reverts commit 93e3555eae
.
2016-11-14 15:28:06 +01:00
Foghrye4
93e3555eae
Adding particle blend, glow and animation ( #4705 )
2016-11-15 00:09:59 +10:00
Auke Kok
380a4b6d60
Core.rotate_and_place: Remove unused call to get_look_pitch()
2016-10-31 10:55:36 +00:00
rubenwardy
0d740c5d82
Builtin: Add vector.floor helper function
2016-10-17 22:03:49 +02:00
HybridDog
80cebdc23c
Only allow strings to be passed to minetest.global_exists ( #4253 )
...
Sometimes you accidentally forget the quotes when using global_exists, this makes minetest abort if you did so.
M builtin/common/strict.lua
2016-06-28 06:34:22 +02:00
Maksim Gamarnik
363afe5a55
Merge branch 'upstream/master'
2016-03-14 11:44:17 +02:00
Rui914
24e8b0ac1e
Faster insertion into table
2016-03-06 23:42:04 +00:00
Maksim Gamarnik
9012ac8f22
Update
...
Sync all Minetest commits
2015-11-10 13:49:24 +02:00
Maksim D. Gamarnik
84cc7510ab
Stock MainMenu
2015-11-01 10:01:13 +02:00
ShadowNinja
2139d7d45f
Refactor logging
...
- Add warning log level
- Change debug_log_level setting to enumeration string
- Map Irrlicht log events to MT log events
- Encapsulate log_* functions and global variables into a class, Logger
- Unify dstream with standard logging mechanism
- Unify core.debug() with standard core.log() script API
2015-10-14 01:03:54 -04:00
kwolekr
f062bbd7a1
Add /emergeblocks command and core.emerge_area() Lua API
2015-09-23 15:56:24 -04:00
Maksim Gamarnik
d77ea9be46
LGPL 2.1 to 3.0 on all files
2015-08-14 01:26:28 +03:00
sfan5
8994913259
Allow random menu images for subgames
2015-07-21 16:58:22 +02:00
4aiman Konsorumaniakku
67e3beeee1
core->multicraft
2015-07-05 15:23:28 +03:00
4aiman Konsorumaniakku
753d320e39
minetest->core for builtin
2015-07-05 15:04:07 +03:00
est31
e479337c1a
Fix wrong replace from previous commit
2015-06-02 00:20:12 +02:00
est31
6df6b2a0e0
Localize inside whole misc_helpers.lua
2015-06-01 18:18:18 +02:00