This website requires JavaScript.
a4c5f10ecf
Fix some errors reported by clang static analyzer.
Ilya Zhuravlev
2014-01-12 22:07:35 +0400
a358c040f2
Mapgen V6: Add flag to stop mud flow
kwolekr
2014-01-12 18:20:53 -0500
676f34a02b
Fix doc and forceloading crash.
Novatux
2014-01-12 13:53:10 +0100
a3586cd18d
Add maximum recursion depth to read_json_value
ShadowNinja
2014-01-11 14:08:02 -0500
a9df87ede0
Rename get_json_value to read_json_value
ShadowNinja
2014-01-11 13:47:59 -0500
bd8ddf1a52
Add InvRef::get/set_lists()
ShadowNinja
2014-01-04 19:07:30 -0500
6f6f289db4
Compare values instead of pointers in Inventory::operator==
Kahrl
2014-01-11 11:17:15 +0100
51e6feb17c
Add operator!= to Inventory(List), make operator== a const method
Kahrl
2014-01-11 19:46:37 +0100
84b94eb198
Add forceloading
Novatux
2014-01-11 17:54:00 +0100
e21b29f422
Deepcopy pointed_thing for after_place_node, give it to on_rightclick too.
Novatux
2014-01-11 17:23:28 +0100
3bbd280336
Fix check for max_fd == -1 should actually be max_fd != -1
sapier
2014-01-10 19:19:16 +0100
9edb91da57
Fixed minetest reliable udp implementation (compatible to old clients)
sapier
2014-01-06 20:05:28 +0100
8b0b857eaa
Make MutexQueue use jsemaphore for signaling
sapier
2014-01-06 12:45:42 +0100
10fdbf7375
Set locale properly when built without gettext support
Perttu Ahola
2013-01-09 15:37:00 +0300
c3eb7fe316
Document "wielditem" visual
ShadowNinja
2014-01-08 17:09:23 -0500
6f661f77a6
Don't lookup node texts in a endless recursion loop
sapier
2014-01-07 11:15:24 +0100
0fd5c61c00
Revert "Improve (re)spawn, add cache_block_before_spawn and max_spawn_height settings"
ShadowNinja
2014-01-06 21:17:19 -0500
c46574f30f
Pass pointed_thing to after_place_node
ShadowNinja
2014-01-06 21:15:44 -0500
9551f651cb
Add protection support to auto-rotated nodes
ShadowNinja
2014-01-06 20:40:59 -0500
811ea6cfc0
Prevent auto-rotated nodes replacing the nodes they are placed on
ShadowNinja
2014-01-06 20:31:49 -0500
78f7f9eca8
Fix wrong named masterserver announce variable
proller
2014-01-07 03:11:18 +0400
c62bab010f
Send long announce as POST, show OS in useragent Add lag reporting to masterserver (average dtime) StyledWriter -> FastWriter in masterserver announce
proller
2014-01-07 02:50:45 +0400
3e728e722a
Escape error messages in error dialog
PilzAdam
2014-01-06 18:59:14 +0100
92aa38bdfc
Actually pause singleplayer game in pause menu and use lower maximum FPS in it
Perttu Ahola
2014-01-06 17:37:23 +0200
6833e04bc5
Add function to deregister a profiler from profiler list
sapier
2014-01-06 15:21:22 +0100
d76957ee22
Create new instance of mesh every time it's required (Solves #703 )
Perttu Ahola
2014-01-06 13:24:06 +0200
86c616a545
Fix main menu error message dialog: Now multi-line messages aren't cut at half of second line
Perttu Ahola
2014-01-06 02:37:36 +0200
10eea107ed
BUILD: fix cmake list parsing
hasufell
2014-01-03 16:15:14 +0100
cb7bb736c7
BUILD: prefer pkg-config for freetype2 detection
hasufell
2013-12-08 21:05:25 +0100
160e2b7b7d
Add option to link to OpenGL ES, fixes #1051
Sfan5
2014-01-03 10:17:01 +0100
b8c3221d55
Fix absence of images when compiled with RUN_IN_PLACE=0.
Ilya Zhuravlev
2013-12-13 20:35:57 +0400
4d22977509
Reenable -dev suffix
Kahrl
2014-01-03 04:36:13 +0100
91923806a9
Fix objects being selected behind a node
Novatux
2014-01-02 14:26:21 +0100
1ad81c1ce3
Bump version to 0.4.9
kwolekr
2014-01-01 16:54:28 -0500
25b1cca415
Fix exception caused by destroying sockets on Server shutdown
kwolekr
2013-12-24 23:50:49 -0500
767b2e7b17
Fix enum element name in Lua HUD code (position vs. pos)
kaeza
2013-12-21 01:37:14 -0200
2902a29c2d
Initialize world before creating BanManager and RollbackManager
ShadowNinja
2013-12-30 14:29:33 -0500
829426c714
Fix InventoryList reading order
ShadowNinja
2013-12-30 14:00:05 -0500
8e1d78e9de
Revert "Fix minetest.facedir_to_dir when param2 is 5 or 7."
Novatux
2013-12-30 18:45:34 +0100
4b31a38ae9
Remove FPS from window title This doubles performance on some window managers (WTF?!)
PilzAdam
2013-12-25 03:52:42 +0100
bf9f50bc0e
Make SHA1::addBytes(..., 0) a no-op instead of an assertion failure
Kahrl
2013-12-25 00:29:00 +0100
3aa28bc7a2
Use sleep_ms instead of select in httpfetch when max_fd == -1, fixes WSAEINVAL
Kahrl
2013-12-24 19:28:09 +0100
a5377251e2
Fix particle code ignoring return value of std::vector::erase(). Wat.
Kahrl
2013-12-23 15:11:53 +0100
a58b47d0f6
Fix wrong names for parallax settings in config example.
RealBadAngel
2013-12-22 00:30:17 +0100
7ae0b90ff7
Bugfix to get_all_craft_recipes. Indexes for empty slots shall not be skipped.
RealBadAngel
2013-12-21 23:03:51 +0100
a50db0e824
Check for denied access in itemdef/nodedef/media fetch loop
Kahrl
2013-12-19 21:47:08 +0100
e1f9ba435f
Don't throw a error when writing JSON fails
ShadowNinja
2013-12-18 18:17:26 -0500
ba8fa0bd42
Log guilty node name when allow_metadata_inventory_move/put/take fails
Kahrl
2013-12-18 22:57:33 +0100
1ed90c90c3
Add 'minetest.write_json'
ShadowNinja
2013-12-18 16:46:53 -0500
49cec3f782
Handle LuaErrors in Lua -> C++ calls on LuaJIT
ShadowNinja
2013-12-18 16:35:55 -0500
38d112033b
Fix formspec field labels
BlockMen
2013-12-17 01:13:16 +0100
54dbd78f90
Fix broken httpfetch due to SimpleThread removal
sapier
2013-12-16 23:31:56 +0100
c9ac9992c7
Fix MSVC compiling issue
BlockMen
2013-12-16 01:13:08 +0100
3946d2a504
Reduce cloud coloring for colored fog and cloud mode
sapier
2013-12-16 00:16:06 +0100
5fd92d67d5
Remove an unused function and include from client.cpp
PilzAdam
2013-12-15 19:15:25 +0100
c120ea57c9
Add setting to disable direction dependent fog and sky colors
sapier
2013-12-15 15:30:02 +0100
848f80b2e5
Directional fog + horizon colors, based on sun & moon positions at sunrise / sunset
MirceaKitsune
2013-06-30 18:17:14 +0300
e9e9fd7c3f
Replace SimpleThread by JThread now implementing same features
sapier
2013-12-03 23:32:03 +0100
9772322613
Add alpha setting to font shadow
BlockMen
2013-12-12 21:02:09 +0100
7a4c1e7327
Update mapgen params in ServerMap after Mapgen init
kwolekr
2013-12-14 10:49:20 -0500
15c316765d
Handle Lua errors in on_generate callbacks instead of throwing SIGABRT
kwolekr
2013-12-14 01:59:16 -0500
c3708b456e
Add map feature generation notify Lua API
kwolekr
2013-12-14 01:52:06 -0500
83853ccd41
Remove support for optdepends.txt
ShadowNinja
2013-12-13 12:58:32 -0500
e275b7099a
Don't call curl_global_init twice
Kahrl
2013-12-13 18:08:53 +0100
0d990bd189
Replace any direct curl usage by httpfetch
sapier
2013-11-09 22:49:27 +0100
b03135548b
Use httpfetch_async in serverlist announce code
Kahrl
2013-08-29 05:58:13 +0200
0a903e69fb
Implement urlencode and urldecode
Kahrl
2013-08-29 05:56:48 +0200
0404bbf671
Rewrite client media download and support hash-based remote download
Kahrl
2013-08-29 05:22:18 +0200
0ea3e6dbe2
Implement httpfetch module and initialize it from main()
Kahrl
2013-08-29 05:04:56 +0200
67bf7130ce
Fix a bug in GenericCAO GENERIC_CMD_UPDATE_POSITION parsing.
Ilya Zhuravlev
2013-12-13 13:18:00 +0400
d9ef072305
Make line_of_sight return blocking node position
stujones11
2013-12-11 20:33:39 +0000
33de69a173
Add 'on_prejoinplayer' callback
kaeza
2013-12-12 04:51:35 -0200
76036abdb0
Add configurable font shadow.
Ilya Zhuravlev
2013-12-12 21:47:54 +0400
4ccaa6d0af
Implement search tab and version picker
sapier
2013-12-11 23:07:38 +0100
dfd1f87762
Add Lithuanian translation.
Ilya Zhuravlev
2013-12-11 22:10:56 +0400
6c4a8766ab
Check if width, height or start index of a list[] is negative
PilzAdam
2013-12-09 22:39:24 +0100
dae03382bf
Optimize shaders code. Add settings at compile time.
RealBadAngel
2013-12-09 13:25:43 +0100
50b0e9f7a4
Mapgen Indev: Fix segfault in cave generation due to uninitialized variable
kwolekr
2013-12-08 22:13:05 -0500
206565d965
Fix shaders on some GPUs
Novatux
2013-12-08 08:01:20 +0100
3cc45fd8ad
Fix leak and possible segfault in minetest.set_mapgen_params
kwolekr
2013-12-08 01:37:41 -0500
83cc882335
EmergeManager: Fix Lua mapgen override param handling
kwolekr
2013-12-07 23:43:46 -0500
bbae8eb751
Dungeongen: Create dungeon gen tuneables; add desert temples for Mapgen V6
kwolekr
2013-12-07 22:45:21 -0500
a0dce51af6
Move script_run_callbacks to Lua
ShadowNinja
2013-12-07 22:03:07 -0500
96f753a108
Fix paralax occlusion setting
ShadowNinja
2013-12-06 22:40:04 -0500
e15681080e
Fix small mistake in Lua API docs
sfan5
2013-12-06 18:37:32 +0100
35f88ac67c
Fix win32 jthread implementation
sapier
2013-12-06 17:49:10 +0100
22dbbf0a6f
Improve (re)spawn, add cache_block_before_spawn and max_spawn_height settings
sweetbomber
2013-05-30 17:14:22 +0100
000da6b25d
Only create one alias metatable
ShadowNinja
2013-12-04 13:39:57 -0500
e51ad5337f
Use a table in set_physics_override()
PilzAdam
2013-12-03 22:26:40 +0100
15be2659ea
Add sneak and sneak_glitch to set_physics_override()
PilzAdam
2013-12-03 18:51:15 +0100
d9de9f23d9
Fix LevelDB maps
Sfan5
2013-12-03 20:03:20 +0100
2330267d22
Shaders rework.
RealBadAngel
2013-12-03 17:21:40 +0100
60113bde74
Dont move item back when not clicking on a slot
PilzAdam
2013-12-03 18:05:36 +0100
1309e52198
Rename names -> can_see_far_names in announce
proller
2013-12-03 20:13:33 +0400
5004f31575
Fix broken async locking in release build
sapier
2013-12-02 22:21:58 +0100
6cbd1b8bf7
Remove link to #, add unlimited_player_transfer_distance to announce
proller
2013-12-03 19:48:43 +0400
6fa3892a71
Fix MinGW build
Sfan5
2013-12-01 20:58:46 +0100
04e9a9d541
Cleanup jthread and fix win32 build
sapier
2013-12-01 01:52:06 +0100
f3439c40d8
Cavegen: Fix possible out-of-bounds heightmap access
kwolekr
2013-12-01 08:57:35 -0500
20e3d550fa
Decoration: Add schematic Y-slice probability support
kwolekr
2013-12-01 01:23:39 -0500