Commit Graph

8298 Commits (master)

Author SHA1 Message Date
HybridDog 7db1647590 agsdf 2015-09-27 09:04:52 +02:00
proller 1bbacab1c9 cut too long names 2015-09-27 04:29:18 +03:00
proller 982e7c8d3d fix 2015-09-27 03:09:14 +03:00
proller 1e0f08450a auto fixes 2015-09-27 02:35:59 +03:00
proller f09bcde392 use static msgpack 2015-09-27 01:17:41 +03:00
proller a7aa9b9495 fix races 2015-09-26 17:14:01 +03:00
proller 11ca5dd2c7 cpp fixes from https://github.com/freeminer/freeminer/pull/72 2015-09-26 16:20:54 +03:00
proller 81d6cbbaf5 fixes 2015-09-26 15:44:07 +03:00
proller 0514b6fa14 ignore empty env_meta.json 2015-09-26 15:43:19 +03:00
proller 6346fa5e31 info->action about broken map 2015-09-26 02:00:45 +03:00
proller 14203a5b80 Merge pull request #235 from alexxvk/connectedglass
Add option for connected glass feature to settings tab in main menu.
2015-09-25 22:19:41 +03:00
alexxvk 50f985303b Remove TODO 2015-09-26 00:51:53 +06:00
alexxvk 734b867023 Fix setting tab offsets 2015-09-26 00:51:34 +06:00
alexxvk 4f09f1a592 Rearrange options on settings tab in main menu. 2015-09-26 00:50:30 +06:00
alexxvk 2315dcadda Add option for connected glass feature to settings tab in main menu. 2015-09-26 00:34:47 +06:00
proller de2fcef190 add OPENSSL_armcap=0 to gdb 2015-09-25 14:56:46 +03:00
proller 9a8aa44ab0 Merge branch 'master' of https://github.com/freeminer/freeminer 2015-09-24 21:35:47 +03:00
proller 4e060bc84f add timpelapse to auto.pl 2015-09-24 21:35:24 +03:00
proller 79775e784d try dont crash on loading block with broken static objects 2015-09-24 11:06:16 +03:00
proller 7eb8e815d0 Merge branch 'master' of https://github.com/freeminer/freeminer 2015-09-24 00:30:59 +03:00
proller ac8567b8dc auto.pl 2015-09-24 00:30:28 +03:00
proller 0aaad95245 Merge remote-tracking branch 'minetest/master' 2015-09-24 00:29:32 +03:00
proller 442e97753f Merge remote-tracking branch 'minetest/master'
Conflicts:
	src/content_sao.cpp
	src/environment.cpp
	src/environment.h
2015-09-24 00:29:08 +03:00
kwolekr f062bbd7a1 Add /emergeblocks command and core.emerge_area() Lua API 2015-09-23 15:56:24 -04:00
Loic Blot 596484da4f Save and remove player by pointer
Why doing things simple ? Use pointer instead of strings to save players and remove them.
Saving players by name does a lookup to find pointer we already have ! Idem with removePlayer
Also remove unused removePlayer(peer_id), it's never called
2015-09-23 19:37:05 +02:00
proller a63184c8b0 android fixes 2015-09-23 20:02:32 +03:00
proller d83c9c3e0c Merge pull request #233 from alexxvk/screenshots
Add default directory for screenshots
2015-09-23 18:34:53 +03:00
alexxvk cff5adedd7 Add default directory for screenshots
Create directory for screenshots  if directory not exists
2015-09-23 20:18:23 +06:00
paramat a56aedb4ea Mapnode: Add rotateAlongYAxisFull supporting 24 facedirs 2015-09-22 20:54:25 +01:00
proller 87d5a8d5c5 null check 2015-09-22 19:22:33 +03:00
proller 12ed6632f1 ignore auth.txt errors 2015-09-22 14:27:12 +03:00
proller 27ab80659c Merge pull request #234 from alexxvk/ignore
Ignore client/servers_public.json
2015-09-22 08:34:14 +03:00
alexxvk 10dc0aa8b7 Ignore client/servers_public.json 2015-09-22 07:05:57 +06:00
proller 010f5b2e02 fix build 2015-09-22 01:00:49 +03:00
proller 9b32b6c785 Merge pull request #231 from alexxvk/minimapfix
Change minimap background color to black
2015-09-22 00:12:16 +03:00
proller ecc48c8d41 msgpack 1.2.0 2015-09-22 00:11:04 +03:00
proller a238685d07 Merge remote-tracking branch 'minetest/master'
Conflicts:
	src/environment.cpp
	src/environment.h
	src/server.cpp
2015-09-22 00:10:48 +03:00
est31 1adc7bf5c6 Replace "self program" with "this program" in fstk boilerplates
... and remove trailing whitespace.
2015-09-21 20:05:17 +02:00
Kahrl d130c36e14 Fix another typo in doc/world_format.txt 2015-09-21 19:26:54 +02:00
est31 4f03f8d119 lua_api.txt: fix typo
Thanks to @kaadmy (NeD) for pointing this out.
2015-09-21 18:10:05 +02:00
est31 452df1c723 Various style cleanups + unused code removal
-> Don't pass pointer to whole IGameDef to NodeMetadata constructors
	and deserializers, but only to IItemDefManager, which is needed
-> Remove the unused content_mapnode_get_new_name() method
-> Fix style for MapBlock::deSerialize and MapBlock::deSerialize_pre22,
	improving accuracy of error messages a bit
-> Fix style at other serialisation methods too
-> Improve accuracy of some comments
2015-09-19 20:57:29 +02:00
Loic Blot 9c635f28ac Little optimization on getAdded/Removed activeobjects per player loop.
Use std::queue instead of std::set, we don't need such a heavy container.
Don't convert position to int to convert it back to float in the next function.
2015-09-19 20:57:07 +02:00
paramat fe994946b7 Mgv5/6/7: Re-add #include profiler.h as commented-out option 2015-09-19 02:27:21 +01:00
paramat 795db97fe3 Blob ore: Fix partial blobs 2015-09-19 02:27:00 +01:00
est31 691eb2d06d Document current node metadata format
Document the node metadata changes of the commit (serialisation version >=23):

704782c95b "WIP node metadata, node timers"
2015-09-18 16:47:13 +02:00
alexxvk f6b6085c80 Change minimap background color to black for hide artifacts from minimap shader. 2015-09-18 09:38:08 +06:00
est31 94f1e5d9bd Send proper block to old clients for swap_node calls
The legacy code added in commit

d879a539cd - "Add minetest.swap_node"

for sending the whole mapblock to older clients on the case of a node
modification with swap_node, had the problem that the block chosen to be
sent to the client was referenced with node coordinates and not with
block coordinates, resulting in getting the wrong block sent to the client.
2015-09-17 20:23:31 +02:00
kwolekr dcbb95338a Ore: Add puff ore type 2015-09-17 03:04:50 -04:00
proller bfaa5e51a6 fixes 2015-09-17 00:15:16 +03:00
proller d67e51b22e update games/default 2015-09-17 00:11:46 +03:00