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
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove unnecessary delays from large data transfer unit test
Perttu Ahola
2012-01-24
1
-2
/
+2
*
Set default number of maximum users to 100 instead of 20
Perttu Ahola
2012-01-24
1
-1
/
+1
*
Add EnvRef:set_timeofday(0...1) and EnvRef:get_timeofday()
Perttu Ahola
2012-01-24
1
-0
/
+34
*
Fix "illegal escape sequence" in MSVC (actually not illegal)
Perttu Ahola
2012-01-22
1
-1
/
+3
*
Fix give_initial_stuff mod; experimental mod: dug_item -> drop; scriptapi.cpp...
Kahrl
2012-01-22
1
-3
/
+3
*
tool and ToolItem apply item aliases
Kahrl
2012-01-22
1
-0
/
+1
*
Cleanup (some stuff went wrong when reverting 4-byte mapnodes); fix legacy_wa...
Kahrl
2012-01-22
4
-13
/
+11
*
cleanup
Kahrl
2012-01-22
1
-4
/
+0
*
Create node metadata when placing nodes again
Kahrl
2012-01-22
1
-0
/
+2
*
Client-side prediction of inventory changes, and some inventory menu fixes
Kahrl
2012-01-22
8
-57
/
+210
*
Inventory menu (with dragging) improved. Crafting is now handled via a IACTIO...
Kahrl
2012-01-22
9
-290
/
+551
*
Node placement / mineral / serialization / iron freq / node_dig callback
Kahrl
2012-01-22
31
-1305
/
+1213
*
Fix inventory glitch when connecting as new user
Kahrl
2012-01-14
1
-0
/
+1
*
Inventory menu changes: Tooltips; dragging; drop from menu. Lag is a bit anno...
Kahrl
2012-01-13
3
-77
/
+181
*
Tool progress bar tweaking
Kahrl
2012-01-12
1
-3
/
+10
*
The huge item definition and item namespace unification patch (itemdef), see ...
Kahrl
2012-01-12
59
-6332
/
+5778
*
Fix key change menu a bit
Perttu Ahola
2012-01-06
1
-17
/
+17
*
ObjectRef:setpos() to move player properly (a bit shortcuttish implementation)
Perttu Ahola
2012-01-06
1
-0
/
+4
*
Implement minetest.register_on_dieplayer()
Perttu Ahola
2012-01-06
3
-1
/
+29
*
Add missing checks to texture caching
Perttu Ahola
2012-01-04
3
-3
/
+34
*
Limit range of ABM timer initial value randomization
Perttu Ahola
2012-01-03
1
-1
/
+4
*
Use free rather than delete for malloc'd memory
Perttu Ahola
2012-01-02
2
-2
/
+2
*
Initialize ABM timer to random value to spread processing
Perttu Ahola
2012-01-02
2
-4
/
+14
*
Fix ABM trigger chance being often way too high
Perttu Ahola
2012-01-02
2
-2
/
+5
*
Fix server sending stuff before textures have been sent
Perttu Ahola
2012-01-02
2
-4
/
+13
*
Mark ObjectRef::get_entity_name() deprecated
Perttu Ahola
2012-01-02
1
-0
/
+1
*
Add name field to registered entities
Perttu Ahola
2012-01-02
1
-0
/
+4
*
Add ObjectRef:getvelocity(), ObjectRef:setyaw() and ObjectRef:getyaw()
Perttu Ahola
2012-01-02
3
-0
/
+58
*
Add ObjectRef:get_luaentity()
Perttu Ahola
2012-01-02
1
-0
/
+12
*
Make text area in message dialog a bit larger
Perttu Ahola
2012-01-02
1
-2
/
+2
*
Texture cache on client (mostly made by sapier) (breaks network compatibility)
Perttu Ahola
2012-01-02
5
-94
/
+470
*
ObjectRef:get_entity_name() and fixing of comments in default/init.lua
Perttu Ahola
2012-01-02
3
-0
/
+19
*
Make add_entity return a reference to added entity (or nil)
Perttu Ahola
2012-01-02
1
-2
/
+7
*
Add ObjectRef:get_inventory() and add stuff to documentation comments
Perttu Ahola
2012-01-02
1
-4
/
+18
*
Working implementation of experimental:luafurnace
Perttu Ahola
2012-01-02
1
-5
/
+54
*
Random fixes to InvRef related stuff and a broken luafurnace
Perttu Ahola
2012-01-02
1
-8
/
+56
*
Add InvRef:get_list() and InvRef:set_list() and fix some things (untested)
Perttu Ahola
2012-01-02
1
-0
/
+32
*
Add minetest.get_inventory(location), untested
Perttu Ahola
2012-01-02
1
-718
/
+792
*
A small robustness addition to ItemStack
Perttu Ahola
2012-01-02
1
-1
/
+1
*
Rename InvStack to ItemStack
Perttu Ahola
2012-01-02
1
-20
/
+20
*
Add InvRef and InvStack (currently untested and unusable)
Perttu Ahola
2012-01-02
13
-744
/
+1328
*
Fix segfault when generating stuff on world boundaries
Perttu Ahola
2012-01-01
1
-2
/
+7
*
Correctly pop stuff from the Lua stack in script_load()
Perttu Ahola
2011-12-31
1
-0
/
+2
*
Add virtual destructors to abstract classes
Giuseppe Bilotta
2011-12-28
3
-1
/
+4
*
Fix mirrored sign texture
Perttu Ahola
2011-12-28
1
-6
/
+6
*
Add EnvRef:get_objects_inside_radius(pos, radius)
Perttu Ahola
2011-12-28
3
-3
/
+57
*
Add get_look_dir(), get_look_pitch() and get_look_yaw() for players
Perttu Ahola
2011-12-28
2
-33
/
+87
*
Fix minetest.env:get_player_by_name(nil) causing segfault and similar things
Perttu Ahola
2011-12-28
1
-17
/
+17
*
Extend load screen maximum time
Perttu Ahola
2011-12-11
1
-1
/
+1
*
Add minetest.get_modpath(modname)
Perttu Ahola
2011-12-11
4
-8
/
+47
[prev]
[next]