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
...
*
|
Add note about trans_table_19.
Perttu Ahola
2011-09-07
1
-0
/
+5
|
/
*
Remove block file from disk when saved to database
Perttu Ahola
2011-09-06
1
-0
/
+3
*
Pause in unloaded territory instead of collide
JacobF
2011-09-06
3
-4
/
+24
*
Make Connection::Send cancel silently if peer doesn't exist.
Perttu Ahola
2011-09-06
1
-1
/
+3
*
Speed up periodical map unloading by moving beginSave() and endSave() to oute...
Perttu Ahola
2011-09-06
1
-2
/
+2
*
Merge remote-tracking branch 'queatz/sqlite-map'
Perttu Ahola
2011-09-06
4
-2609
/
+5593
|
\
|
*
These numbers were well exceeding 2^32...
JacobF
2011-09-04
2
-5
/
+6
|
*
Initial sqlite3 maps.
JacobF
2011-09-02
2
-9
/
+277
|
*
Merge branch 'master' of /media/Field/Software/minetest-queatz/minetest-sqlit...
JacobF
2011-09-02
2
-1
/
+3
|
|
\
|
*
|
Update to SQLite 3.7.7.1
JacobF
2011-09-01
2
-2600
/
+5315
*
|
|
Fix bug in posix file/directory removal wrapper, as pointed out by kahrl
Perttu Ahola
2011-09-06
1
-1
/
+1
*
|
|
Fix some texture stuff: remove item_fence.png, use fence.png, remove inexisti...
Perttu Ahola
2011-09-06
2
-2
/
+1
*
|
|
allow specifying a fixed seed in the config file for generating the map (fixe...
Kahrl
2011-09-06
2
-4
/
+12
*
|
|
Now SAOs will reflect changes to their temporary inventory object
JacobF
2011-09-06
3
-5
/
+21
*
|
|
Furnace was crashing stuff again
JacobF
2011-09-02
1
-1
/
+6
*
|
|
* Furnace would say it was overloaded when it had a non-cookable source
JacobF
2011-09-01
1
-6
/
+6
|
|
/
|
/
|
*
|
If there was no source item in a furnace it would cause a segmentation fault.
JacobF
2011-08-30
2
-1
/
+3
|
/
*
Merge remote-tracking branch 'kahrl/dissector'
Perttu Ahola
2011-08-30
1
-2
/
+6
|
\
|
*
dissector branch: fix description of TOCLIENT_PLAYERITEM in clientserver.h
Kahrl
2011-08-25
1
-2
/
+6
*
|
Merge remote-tracking branch 'queatz/mmb10'
Perttu Ahola
2011-08-30
1
-5
/
+12
|
\
\
|
*
|
Middle mouse click will move 10 items around at a time.
JacobF
2011-08-25
1
-5
/
+12
|
|
/
*
|
Merge remote-tracking branch 'queatz/furnace-is-not-blackhole'
Perttu Ahola
2011-08-30
2
-0
/
+19
|
\
\
|
*
|
Don't remove furnace if something is inside it.
JacobF
2011-08-24
2
-0
/
+19
|
|
/
*
|
Merge remote-tracking branch 'queatz/furnace-is-not-out-nor-can-rat-escape'
Perttu Ahola
2011-08-30
4
-13
/
+55
|
\
\
|
*
|
Merged 2 branches because they relied on each other.
JacobF
2011-08-25
4
-13
/
+55
|
|
/
*
|
Merge remote-tracking branch 'queatz/privs'
Perttu Ahola
2011-08-30
1
-0
/
+3
|
\
\
|
*
|
If a user doesn't have build rights, don't allow them to move items to and fr...
JacobF
2011-08-23
1
-0
/
+3
|
|
/
*
/
The password box in the mainmenu is focused if there is already a name and ad...
JacobF
2011-08-23
1
-1
/
+3
|
/
*
Lava is now better visible inside water. (a crappy hack)
Perttu Ahola
2011-08-23
3
-12
/
+20
*
Inventory transparency; very loosely based on sapier's commits.
Perttu Ahola
2011-08-23
2
-17
/
+70
*
if creative mode and player has no build privileges, cannot drop items.
Perttu Ahola
2011-08-22
1
-0
/
+12
*
Fixed water mesh generation acting weird next to sand
Perttu Ahola
2011-08-22
1
-2
/
+2
*
Fix byte count in serialization of "F1000"
Perttu Ahola
2011-08-22
1
-7
/
+4
*
Fixed some protocol comment errors in clientserver.h and elsewhere
Perttu Ahola
2011-08-22
3
-2
/
+4
*
Hopefully fix 'dangling water'
Giuseppe Bilotta
2011-08-22
1
-1
/
+2
*
Possibly fixed the extremely rare PeerNotFound loop bug.
Perttu Ahola
2011-08-22
1
-14
/
+14
*
Merge remote-tracking branch 'oblomov/me_cmd'
Perttu Ahola
2011-08-22
9
-23
/
+86
|
\
|
*
Change way commands are displayed in chat window
Giuseppe Bilotta
2011-08-22
1
-0
/
+6
|
*
Introduce hotkey for calling up a command window
Giuseppe Bilotta
2011-08-22
4
-0
/
+42
|
*
Send KEY_END when (re)creating a text input
Giuseppe Bilotta
2011-08-22
1
-0
/
+6
|
*
/me command
Giuseppe Bilotta
2011-08-22
1
-0
/
+12
|
*
Server now supports replies without prefix
Giuseppe Bilotta
2011-08-22
2
-4
/
+9
|
*
Defines for server command context flags
Giuseppe Bilotta
2011-08-22
3
-5
/
+7
|
*
Remove distinction between /# and / commands
Giuseppe Bilotta
2011-08-22
2
-15
/
+5
*
|
Merge remote-tracking branch 'oblomov/new_input'
Perttu Ahola
2011-08-22
8
-176
/
+329
|
\
|
|
*
Overhaul the input system
Giuseppe Bilotta
2011-08-22
8
-176
/
+329
|
*
Fix typos in key names
Giuseppe Bilotta
2011-08-22
1
-2
/
+2
*
|
Flowing lava updates lighting
Perttu Ahola
2011-08-22
1
-1
/
+9
*
|
Merge remote-tracking branch 'oblomov/liquid_fixes'
Perttu Ahola
2011-08-22
3
-57
/
+70
|
\
\
|
*
|
Optimize for viscosity 1
Giuseppe Bilotta
2011-08-16
1
-2
/
+2
[prev]
[next]