aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use Buffer not SharedBuffer in NetworkPacket::oldForgePacketLoic Blot2015-03-301-1/+1
* On Android enable always fastCraig Robbins2015-03-301-11/+29
* Let main menu scale (non-Android)Craig Robbins2015-03-301-5/+2
* Fix Android build-related bugsCraig Robbins2015-03-292-21/+16
* Make sure g_timegetter is initalised before running speedtestsCraig Robbins2015-03-291-3/+3
* Fix typoCraig Robbins2015-03-291-1/+1
* Update creditsCraig Robbins2015-03-291-1/+6
* queued_commands must be a std::deque. RunCommandQueues needs to push packet o...Loic Blot2015-03-292-13/+9
* Fix uninitialized variable Player::local_animation_speedLoic Blot2015-03-281-0/+1
* Update minetest.poRui2015-03-281-10/+295
* Add Lua function get_video_modes() for main menuCraig Robbins2015-03-284-2/+34
* Make camera clear error message if there's no errorShadowNinja2015-03-271-0/+2
* Fix GetText translation loadingShadowNinja2015-03-271-2/+3
* Change error_message from wstring to stringShadowNinja2015-03-279-149/+129
* Fix MSVC compile errorShadowNinja2015-03-271-3/+3
* Document nil player as being allowed for can_digShadowNinja2015-03-271-1/+1
* Fix typo in OpenGL ES 2 CMake fileShadowNinja2015-03-271-1/+1
* Clean up and tweak build systemShadowNinja2015-03-2750-1063/+744
* Remove duplicate code since 8ca08a850ff2494652aa0ac2daa3d00f03aa4e7aLoic Blot2015-03-251-17/+14
* Update German translation and minetest.potWuzzy2015-03-252-519/+769
* lua_api/l_mapgen: generate_ores/decorations: make p1, p2 optionalparamat2015-03-242-10/+18
* Change filename of screenshots to something more human readableCraig Robbins2015-03-251-6/+15
* Update timestamp to include dateCraig Robbins2015-03-251-2/+2
* Don't send an InventoryAction at each setInventoryModified, we only need one ...Loic Blot2015-03-245-10/+15
* Slow down the "key repeat" touch speed for some Android controlsCraig Robbins2015-03-242-9/+17
* Add core.register_schematic() and cache schematics on usekwolekr2015-03-233-91/+146
* Fix endianness inconsistency with PcgRandom::bytes()kwolekr2015-03-231-25/+10
* Schematics: Error if unable to open filekwolekr2015-03-231-0/+5
* Do not enable texture_clean_transparent by defaultkwolekr2015-03-232-4/+4
* Mgv6: Use heightmap in placeTreesAndJungleGrass()paramat2015-03-231-4/+7
* Fix for sun/moon tonemaps: don't upscale 1px images.Aaron Suen2015-03-231-2/+7
* Fix Android build on 32 bitest312015-03-231-3/+3
* Fix cmake po detection bugest312015-03-231-0/+1
* Fix minetest.get_craft_recipe functionest312015-03-231-0/+2
* Player: Fix a deadlock triggered by previous commit 0e5e49736c0a5fa29bca257ba...Loic Blot2015-03-222-2/+3
* Protect Player::hud from concurrent modificationsLoic Blot2015-03-222-1/+15
* Mgv7: 1 up , 1 down overgeneration for chunk border continuityparamat2015-03-222-52/+32
* Revert "Add a Lua call to do damages / heals" ok @ShadowNinjaLoic Blot2015-03-223-45/+3
* Remove unused ConnectionCommand::sendToAll function. NetworkPacket::oldForgeP...Loic Blot2015-03-224-12/+5
* Fix some loose ends from 3993093fkwolekr2015-03-221-2/+4
* Add support for the PCG32 PRNG algo (and associated script APIs)kwolekr2015-03-2210-171/+407
* SendInventory when handleCommand_Interact is a use.poet-nohit2015-03-211-1/+3
* Fix composite textures with texture_min_size. Moved upscaling of textures to ...Aaron Suen2015-03-221-32/+44
* Connect rails with connect_to_raillike and shorten the codesSmallJoker2015-03-211-107/+49
* Optimize minetest.get_(all)_craft_recipe(s)gregorycu2015-03-203-180/+107
* Configurable automatic texture scaling and filtering at load time.Aaron Suen2015-03-203-0/+98
* Revert "Fix issue #2441: crash on respawn, since a conversion std::list to st...kwolekr2015-03-205-11/+12
* Mgv5/mgv7: Sprinkle dust from full_node_max.Y if chunk above is generatedparamat2015-03-193-16/+49
* Reset the old HP method on PlayerSAO::setHPLoic Blot2015-03-191-0/+4
* Fix game minetest.conf default settingsest312015-03-186-20/+38