| Commit message (Expand) | Author | Age |
* | Only allow players with shout to chat | est31 | 2015-11-13 |
* | Put ChatEvent handler into own function | est31 | 2015-11-09 |
* | Add server side ncurses terminal | est31 | 2015-11-06 |
* | Time: Remove serverside getter, and use atomic operations | est31 | 2015-11-03 |
* | Add callback parameter for core.emerge_area() | kwolekr | 2015-11-02 |
* | Add DISABLE_CLASS_COPY macro (and use it) | kwolekr | 2015-10-27 |
* | Environment: Time of day fixes and add serverside getter | est31 | 2015-10-27 |
* | Clean up threading | ShadowNinja | 2015-08-23 |
* | Cleanup server addparticle(spawner) by merge two identical functions. | Loic Blot | 2015-07-25 |
* | Fix documentation of dedicated_server_loop | est31 | 2015-07-24 |
* | Optional reconnect functionality | est31 | 2015-07-23 |
* | Fix damage flash when damage disabled | kwolekr | 2015-07-10 |
* | Fix code style from recent commits and add misc. optimizations | kwolekr | 2015-07-02 |
* | Add some missing getter functions to the lua API | TeTpaAka | 2015-05-28 |
* | Add mod security | ShadowNinja | 2015-05-16 |
* | Make early protocol auth mechanism generic, and add SRP | est31 | 2015-05-11 |
* | Protocol 25: wstring -> string for custom access denial reasons | est31 | 2015-04-22 |
* | Biomes: Remove referenced biomes from Decorations on clear | kwolekr | 2015-04-16 |
* | Fix players spawned at (0,0,0) in some rare cases instead of static_spawnpoin... | Loic Blot | 2015-04-03 |
* | Connection::Receive(): receive Network Packet instead of SharedBuffer<u8>. | Loic Blot | 2015-03-31 |
* | Don't send an InventoryAction at each setInventoryModified, we only need one ... | Loic Blot | 2015-03-24 |
* | Fix a little regression on SendActiveObjectMessages which send all TOCLIENT_A... | Loic Blot | 2015-03-17 |
* | Move TOCLIENT_ACTIVE_OBJECT_REMOVE_ADD and TOCLIENT_ACTIVE_OBJECT_MESSAGES to... | Loic Blot | 2015-03-16 |
* | Prepare Protocol v25 init & authentication. | Loic Blot | 2015-03-13 |
* | Rename some packet and handlers to <packet>_Legacy name for compat layer betw... | Loic Blot | 2015-03-13 |
* | Server.cpp Use std::list instead of std::vector for playSound, fillMediaCache... | Loic Blot | 2015-03-05 |
* | Server::AsyncRunStep: buffered_messages now uses std::vector instead of std::... | Loic Blot | 2015-03-05 |
* | Performance improvement: Use std::list instead of std::vector for request_med... | Loic Blot | 2015-03-05 |
* | Remove Queue class which uses std::list and use native std::queue | Loic Blot | 2015-03-05 |
* | We always know playerSAO when calling SendInventory. Using it instead of sear... | Loic Blot | 2015-03-04 |
* | Send Position packet on event, don't check it at each AsyncRunStep. | Loic Blot | 2015-03-04 |
* | Send Inventory packet on event, don't check it at each AsyncRunStep. | Loic Blot | 2015-03-04 |
* | Send Breath packet on event, don't check it at each AsyncRunStep | Loic Blot | 2015-03-03 |
* | Send Player HP when setHP (or a setHP caller) is called instead of looping an... | Loic Blot | 2015-03-03 |
* | [Patch 2/4] Network rework: packet writing, sending and cleanups | Loic Blot | 2015-02-16 |
* | Network Layer 7 rework (Packet handling) | Loic Blot | 2015-02-10 |
* | Send real port to server list | ShadowNinja | 2015-01-23 |
* | Fix struct vs. class in forward declarations | Kahrl | 2014-12-08 |
* | Clean up rollback | ShadowNinja | 2014-11-19 |
* | Recalculate normals for cached meshes. | RealBadAngel | 2014-10-21 |
* | Add prefixes to enum values and fix style issues | kwolekr | 2014-06-28 |
* | Use integers instead of float values | BlockMen | 2014-04-12 |
* | Add player:set_eye_offset() by @MirceaKitsune and clean up | BlockMen | 2014-04-12 |
* | Add third person view | BlockMen | 2014-04-12 |
* | Infer ipv6_server from bind_address; fix client connect to IN(6)ADDR_ANY | Kahrl | 2014-04-10 |
* | Cleanup client init states by bumping protocol version | sapier | 2014-04-08 |
* | Pass arguments by reference | Selat | 2014-03-12 |
* | Remove "Server -!- " prefix from player messages | ShadowNinja | 2014-02-27 |
* | Add the option to bind to a specific address | ShadowNinja | 2014-02-05 |
* | Add minetest.kick_player(name, reason) | sapier | 2014-02-03 |