7f25183936Some tuning in m_max_packets_per_second algorithm
Perttu Ahola
2011-10-21 11:52:26 +03:00
4b6138e69bImprove Connection with threading and some kind of congestion control
Perttu Ahola
2011-10-20 23:04:09 +03:00
b6fcbc5fbaDefault max_simultaneous_block_sends_server_total to 2 to make network not cough too much on the fixed block sending code
Perttu Ahola
2011-10-19 19:34:47 +03:00
ed870a7237Fix apple inventory texture
Perttu Ahola
2011-10-19 02:36:46 +03:00
3a06fb8831Fix and tune block sending
Perttu Ahola
2011-10-19 02:17:23 +03:00
d47120aeb3Add enable_2d_clouds setting for usage on lower-end machines
Perttu Ahola
2011-10-18 23:55:55 +03:00
9b907dd65aTry to tune fog to work well on high-end machines also
Perttu Ahola
2011-10-18 21:08:31 +03:00
28f2fdb6deFix possible NULL dereference in MobV2CAO::step
Perttu Ahola
2011-10-18 19:53:34 +03:00
4e1055543cTune map rendering and related diagnostics
Perttu Ahola
2011-10-18 19:18:01 +03:00
8ead29a302set backface culling off again for torches, ladders, rails and signs
Perttu Ahola
2011-10-18 18:32:35 +03:00
fe98fe342a...Make the the server buildable again after the last commit
Perttu Ahola
2011-10-18 17:20:54 +03:00
554f7f120cImprove rendering and fix tiling in mesh generation
Perttu Ahola
2011-10-18 13:56:35 +03:00
05ab58cd14Automate texture listing for texture atlas making
Perttu Ahola
2011-10-18 11:31:23 +03:00
6661d9be1aAttempt to fix objects getting multiplicated by objects getting deactivated in a different block than where they were loaded and then the original block, from where the static object was removed, not getting saved at unload
Perttu Ahola
2011-10-17 20:19:37 +03:00
c41f1c960bFix minetest.conf.example a bit
Perttu Ahola
2011-10-17 20:04:35 +03:00
9a62a909bcAdd a log message to SEnv and make it load objects if there are < 51 of them, to load blocks that were limited to 50
Perttu Ahola
2011-10-17 19:44:28 +03:00
93f4d2b3f1Catch SendFailedException when replying back in Connection::Receive()
Perttu Ahola
2011-10-17 18:02:26 +03:00
558a133044Display RTT (round trip time, ping) on client status text
Perttu Ahola
2011-10-17 17:18:50 +03:00
5037efdea9Add some rendering statistics to profiler
Perttu Ahola
2011-10-17 17:06:28 +03:00
e9888c8e25Workaround for blocks having a huge amount of active objects; add log messages related to active objects for investigation
Perttu Ahola
2011-10-17 11:52:38 +03:00
3daaff3a42Remove very floody log message of MobV2SAO
Perttu Ahola
2011-10-17 11:45:06 +03:00
d39f98aeb0Improve active object handling log output
celeron55
2011-10-17 10:47:06 +03:00
9ff8067426Fix items showing up as sticks when placed in world
Perttu Ahola
2011-10-17 00:08:27 +03:00
d828688383Merge branch 'master' of git://github.com/celeron55/minetest
jachoo
2011-10-16 22:59:11 +02:00
162619a426Fix to-transparend conversion of backgrounds of sprite image files that don't have an alpha channel
Perttu Ahola
2011-10-16 23:41:43 +03:00
2419d0029aSome more profiler stuff to get the hang on what really uses CPU
Perttu Ahola
2011-10-16 22:39:35 +03:00
b8f2dcea4dImprove debug profiler usage for investigating CPU usage of server
Perttu Ahola
2011-10-16 21:16:44 +03:00
07d000cc54When granting or revoking privileges, notify the target player too
Perttu Ahola
2011-10-16 20:03:43 +03:00
6470743e51Make dungeon masters not shoot the walls with no reason
Perttu Ahola
2011-10-16 19:39:20 +03:00
143dce6672When player times out, log the action as a timeout rather than regular quitting
Perttu Ahola
2011-10-16 19:38:56 +03:00
96b2d1fd29Check NULL pointer properly in some new code trying to log new stuff
Perttu Ahola
2011-10-16 18:50:30 +03:00
369177aa80Better player damage prevention when falling on unloaded blocks, not involving getting stuck in there.
Perttu Ahola
2011-10-16 18:45:17 +03:00
0bf533f753Switch more stuff to use the logging thing and fix segfault on player leave from server as introduced in a previous switch-to-logging commit
Perttu Ahola
2011-10-16 16:28:12 +03:00
67a6bc4ab5Fix map delete on windows (concatenate paths correctly with / or \ depending on OS)
Perttu Ahola
2011-10-16 16:16:47 +03:00
ef397dca7cUpdate changelog (albeit a bit late)
Perttu Ahola
2011-10-16 15:20:04 +03:00
b65a5aceb0Use the logger; also, default to not showing much crap in console. Use --info-on-stderr to enable crap.
Perttu Ahola
2011-10-16 14:57:53 +03:00
875abb76dbFixed: Linux compilation error
jachoo
2011-10-16 11:57:14 +02:00
4846846a2dInitially add small and tight logging facility
Perttu Ahola
2011-10-16 12:45:00 +03:00
414c614893Add peaceful / not peaceful distinction in mobs and the only_peaceful_mobs setting
Perttu Ahola
2011-10-16 11:52:33 +03:00
a17abae128Update Linux build instructions in README.txt a bit and list the bat script used for releases
Perttu Ahola
2011-10-16 03:08:11 +03:00
3f58028d31Make dungeon masters though and make oerkkis disappear when they get to you (because hitting them doesn't work for some unknown reason)
Perttu Ahola
2011-10-15 16:04:25 +03:00
94dfececf6strict_protocol_version_checking setting; PROTOCOL_VERSION in clientserver.h; clean up defaultsettings.cpp and minetest.conf.example
Perttu Ahola
2011-10-15 15:02:28 +03:00
74febd5c31Handle death and respawn better
Perttu Ahola
2011-10-15 14:46:59 +03:00
857fe0551cSet a better version number
Perttu Ahola
2011-10-15 12:51:30 +03:00
b60b58b627Saner block modification flag operation for not saving everything always
Perttu Ahola
2011-10-12 10:53:37 +03:00
0c5485108bGroups renamed to Clans.
jachoo
2011-09-30 22:14:12 +02:00
3e975d8f28minetestmapper: Fix the way ylist is computed, use cStringIO instead of rolling own Bytestream, remove some artifacts when drawing underground blocks, introduce a --drawunderground switch (defaults to of), 'blocknum' renamed to 'content'.
Kahrl
2011-09-27 02:38:19 +02:00
2ecd53ce09Fix single-frame lag in camera yaw/pitch, tune view bobbing and add wielded tool movement when walking and tweak stuff a bit
Perttu Ahola
2011-09-26 15:09:04 +03:00
561bb64963Support Python 2 and 3 in sectors2sqlite.py.
Kahrl
2011-09-26 13:24:21 +02:00
d5899a53fdFix processing of blocks below y=0 in sectors2sqlite.py.
Kahrl
2011-09-26 13:10:22 +02:00
b9e680d06cServer user limit configuration option
Perttu Ahola
2011-09-26 11:57:51 +03:00
63eca0feb2Merge pull request #10 from joshbeck/master
celeron55
2011-09-24 00:55:05 -07:00
ae561d705fFixed null pointer dereference errors found by cppcheck
Joshua Beck
2011-09-24 02:11:43 -05:00
bc01ae4cbdFixed merge issues with saplings, ready to pull now!
Mark Holmquist
2011-09-23 18:19:47 -07:00
319f43e6d2Fixed saplings growing into trees (thanks so much, Kahrl!) Put the random interval back to 1 in 50 chance. It's not as rare as rats, but rarer than grass.
Mark Holmquist
2011-09-23 07:27:57 -07:00
f19919546dAdding sapling texture
Mark Holmquist
2011-09-16 01:07:50 -07:00