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
...
*
Fix mismatch struct/class for GameUIFlags
Loic Blot
2017-03-26
1
-1
/
+1
*
clang-format: fix counter increment & output (#5456)
Loïc Blot
2017-03-26
1
-6
/
+9
*
clang-format: limit diff to 50 files to prevent exceding the maximum travis o...
Loïc Blot
2017-03-26
1
-0
/
+7
*
Sneak: Replicate sneak ladder in new code, is optional
sfan5
2017-03-26
2
-21
/
+89
*
Change command prefix to "." and add "help" command.
red-001
2017-03-26
9
-63
/
+103
*
Add mesh generation delay
number Zero
2017-03-26
6
-2
/
+22
*
Add clang format & skip build if no source file modified (#5433)
Loïc Blot
2017-03-25
6
-3
/
+68
*
Tile.cpp: Fix MSVC build broken by 072bbba
SmallJoker
2017-03-24
1
-2
/
+2
*
Typo fix
Loïc Blot
2017-03-24
1
-1
/
+1
*
Add multiline support to colorize. (#5444)
red-001
2017-03-24
1
-1
/
+8
*
Some performance optimizations (#5424)
Loïc Blot
2017-03-22
16
-134
/
+79
*
[CSM] Add function to get player names in range (#5435)
bigfoot547
2017-03-22
4
-2
/
+33
*
Firelike drawtype: Add missing docs for visual_scale in lua_api.txt (#5434)
Paramat
2017-03-20
1
-3
/
+4
*
Content_mapblock.cpp: Refactor
number Zero
2017-03-20
5
-1940
/
+1295
*
Refactored client event if-else cascade to switch statement
Ben Deutsch
2017-03-20
1
-102
/
+138
*
Map generation limit: Rewrite
paramat
2017-03-20
4
-59
/
+44
*
Fix /shutdown or ^C no longer causing server exit
sfan5
2017-03-19
1
-0
/
+3
*
Refactor Game class (part 2) (#5422)
Loïc Blot
2017-03-19
6
-266
/
+285
*
Block access to the `io` library
red-001
2017-03-19
2
-34
/
+13
*
Update server min protocol version to v24 (#5411)
Loïc Blot
2017-03-19
10
-299
/
+116
*
Server list cleanup
ShadowNinja
2017-03-18
6
-50
/
+56
*
Show itemstring as tooltip if no item description
Wuzzy
2017-03-18
1
-0
/
+3
*
TOGGLE_CHAT keymap should togglechat not HUD
Loic Blot
2017-03-18
1
-1
/
+1
*
Reduce memory & function cost of Game class functions (#5406)
Loïc Blot
2017-03-17
1
-271
/
+217
*
avoid crashing when accessing mapgen early (#5384)
zeuner
2017-03-17
1
-0
/
+3
*
Give CSM access to use `core.colorize()` (#5113)
red-001
2017-03-17
4
-33
/
+74
*
[CSM] Fix minimap problems (#5405)
Loïc Blot
2017-03-17
5
-17
/
+18
*
[CSM] Add core.get_timeofday & core.get_day_count env calls (#5401)
Loïc Blot
2017-03-17
13
-25
/
+67
*
Fix indentation problem since merge resolution
Loïc Blot
2017-03-16
1
-1
/
+1
*
[CSM] Add minimap API modifiers (#5399)
Loïc Blot
2017-03-16
14
-53
/
+349
*
Add ModStorageAPI to client side modding (#5396)
Loïc Blot
2017-03-16
8
-11
/
+68
*
Get biome list: Downgrade missing biome message to infostream
paramat
2017-03-16
1
-4
/
+4
*
Sneak: Fix various problems with sneaking
sfan5
2017-03-16
2
-65
/
+47
*
lua_api: Document minetest.features (#5311)
SmallJoker
2017-03-15
1
-4
/
+22
*
Use true distance for block priority.
Lars Hofhansl
2017-03-15
1
-3
/
+3
*
Fix undefined references (#5400)
Wayward One
2017-03-15
1
-1
/
+5
*
Fix two nul deref if digging unknown nodes. (#5398)
Auke Kok
2017-03-15
1
-2
/
+2
*
Add disclaimer to client_lua_api.txt (#5391)
rubenwardy
2017-03-14
1
-3
/
+6
*
Add `get_wielded_item`
red-001
2017-03-13
15
-33
/
+92
*
[CSM] Add enable_client_modding param (default: false)
nerzhul
2017-03-13
9
-14
/
+41
*
[CSM] Add `on_punchnode` callback
red-001
2017-03-13
6
-11
/
+46
*
[CSM] Add `get_node` and `get_node_or_nil`
red-001
2017-03-13
6
-2
/
+67
*
[CSM] Add `on_dignode` callback (#5140)
red-001
2017-03-13
6
-13
/
+57
*
[CSM] storage + fixes
Loic Blot
2017-03-13
7
-11
/
+9
*
[CSM] Improve security for client-sided mods (#5100)
red-001
2017-03-13
6
-29
/
+171
*
[CSM] implement client side mod loading (#5123)
Loïc Blot
2017-03-13
9
-148
/
+194
*
[CSM] Add local formspecs. (#5094)
red-001
2017-03-13
12
-67
/
+126
*
[CSM] sound_play & sound_stop support + client_lua_api doc (#5096)
Loïc Blot
2017-03-13
23
-91
/
+996
*
[CSM] Add client-sided chat commands (#5092)
red-001
2017-03-13
9
-33
/
+100
*
[CSM] Add on_death, on_hp_modification & oh_damage_taken callbacks (#5093)
Loïc Blot
2017-03-13
8
-18
/
+76
[prev]
[next]