index
:
hax-minetest-server.git
master
Server-optimized Minetest 5.6.0
Test_User
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Clean up and tweak build system
ShadowNinja
2015-03-27
50
-1063
/
+744
*
Remove duplicate code since 8ca08a850ff2494652aa0ac2daa3d00f03aa4e7a
Loic Blot
2015-03-25
1
-17
/
+14
*
Update German translation and minetest.pot
Wuzzy
2015-03-25
2
-519
/
+769
*
lua_api/l_mapgen: generate_ores/decorations: make p1, p2 optional
paramat
2015-03-24
2
-10
/
+18
*
Change filename of screenshots to something more human readable
Craig Robbins
2015-03-25
1
-6
/
+15
*
Update timestamp to include date
Craig Robbins
2015-03-25
1
-2
/
+2
*
Don't send an InventoryAction at each setInventoryModified, we only need one ...
Loic Blot
2015-03-24
5
-10
/
+15
*
Slow down the "key repeat" touch speed for some Android controls
Craig Robbins
2015-03-24
2
-9
/
+17
*
Add core.register_schematic() and cache schematics on use
kwolekr
2015-03-23
3
-91
/
+146
*
Fix endianness inconsistency with PcgRandom::bytes()
kwolekr
2015-03-23
1
-25
/
+10
*
Schematics: Error if unable to open file
kwolekr
2015-03-23
1
-0
/
+5
*
Do not enable texture_clean_transparent by default
kwolekr
2015-03-23
2
-4
/
+4
*
Mgv6: Use heightmap in placeTreesAndJungleGrass()
paramat
2015-03-23
1
-4
/
+7
*
Fix for sun/moon tonemaps: don't upscale 1px images.
Aaron Suen
2015-03-23
1
-2
/
+7
*
Fix Android build on 32 bit
est31
2015-03-23
1
-3
/
+3
*
Fix cmake po detection bug
est31
2015-03-23
1
-0
/
+1
*
Fix minetest.get_craft_recipe function
est31
2015-03-23
1
-0
/
+2
*
Player: Fix a deadlock triggered by previous commit 0e5e49736c0a5fa29bca257ba...
Loic Blot
2015-03-22
2
-2
/
+3
*
Protect Player::hud from concurrent modifications
Loic Blot
2015-03-22
2
-1
/
+15
*
Mgv7: 1 up , 1 down overgeneration for chunk border continuity
paramat
2015-03-22
2
-52
/
+32
*
Revert "Add a Lua call to do damages / heals" ok @ShadowNinja
Loic Blot
2015-03-22
3
-45
/
+3
*
Remove unused ConnectionCommand::sendToAll function. NetworkPacket::oldForgeP...
Loic Blot
2015-03-22
4
-12
/
+5
*
Fix some loose ends from 3993093f
kwolekr
2015-03-22
1
-2
/
+4
*
Add support for the PCG32 PRNG algo (and associated script APIs)
kwolekr
2015-03-22
10
-171
/
+407
*
SendInventory when handleCommand_Interact is a use.
poet-nohit
2015-03-21
1
-1
/
+3
*
Fix composite textures with texture_min_size. Moved upscaling of textures to ...
Aaron Suen
2015-03-22
1
-32
/
+44
*
Connect rails with connect_to_raillike and shorten the codes
SmallJoker
2015-03-21
1
-107
/
+49
*
Optimize minetest.get_(all)_craft_recipe(s)
gregorycu
2015-03-20
3
-180
/
+107
*
Configurable automatic texture scaling and filtering at load time.
Aaron Suen
2015-03-20
3
-0
/
+98
*
Revert "Fix issue #2441: crash on respawn, since a conversion std::list to st...
kwolekr
2015-03-20
5
-11
/
+12
*
Mgv5/mgv7: Sprinkle dust from full_node_max.Y if chunk above is generated
paramat
2015-03-19
3
-16
/
+49
*
Reset the old HP method on PlayerSAO::setHP
Loic Blot
2015-03-19
1
-0
/
+4
*
Fix game minetest.conf default settings
est31
2015-03-18
6
-20
/
+38
*
Add a Lua call to do damages / heals
Loic Blot
2015-03-18
3
-3
/
+45
*
ServerpacketHandler: spelling fixes
Loic Blot
2015-03-18
1
-20
/
+20
*
Mgv6: Remove addDirtGravelBlobs, replaced by blob ore in Minetest Game
paramat
2015-03-18
2
-48
/
+4
*
Save creative_mode and enable_damage setting for each world in world.mt
fz72
2015-03-18
5
-5
/
+115
*
MutexedQueue inherits must use std::deque instead of std::list
Loic Blot
2015-03-17
2
-47
/
+28
*
Remove Android makefile ugly make -j hack
Loic Blot
2015-03-17
1
-20
/
+13
*
Standalone bundle for OSX (w/ dependencies!)
Pavel Puchkin
2015-03-17
5
-52
/
+48
*
Server::step throw is never catched in minetestserver
Loic Blot
2015-03-17
1
-2
/
+10
*
Use the NetworkPacket api to read full version string instead of u8 pointers....
Loic Blot
2015-03-17
1
-4
/
+5
*
Fix a little regression on SendActiveObjectMessages which send all TOCLIENT_A...
Loic Blot
2015-03-17
2
-4
/
+8
*
Minor bug fix (lag between damage flash and hearts updating)
Craig Robbins
2015-03-17
1
-5
/
+7
*
Fix various damage related bugs (client-side)
Craig Robbins
2015-03-17
1
-10
/
+4
*
Minor cleanup: game.cpp
Craig Robbins
2015-03-17
1
-77
/
+67
*
Revert "Server::step throw is never catched. Replace it with an errorstream +...
kwolekr
2015-03-16
1
-6
/
+3
*
Bump android version code
Loic Blot
2015-03-16
1
-2
/
+2
*
Server::step throw is never catched. Replace it with an errorstream + assert
Loic Blot
2015-03-16
1
-3
/
+6
*
Android: Fix auto-entry of server address and port in mainmenu
est31
2015-03-16
1
-5
/
+5
[prev]
[next]