]> git.lizzy.rs Git - dragonfireclient.git/history - src/server.h
Network: Remove large parts of deprecated legacy code (#6404)
[dragonfireclient.git] / src / server.h
2017-09-12 SmallJokerNetwork: Remove large parts of deprecated legacy code...
2017-08-29 Loïc BlotNetwork proto handlers/container fixes (#6334)
2017-08-24 EkdohibsAdd clientside translations.
2017-08-24 Loïc BlotNetwork cleanup (#6302)
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-08-16 Loïc BlotCleanup various headers to reduce compilation times...
2017-07-25 Loic BlotMove MapEditEventAreaIgnorer to emerge.cpp
2017-07-18 Loïc Blot[CSM] Add flavour limits controlled by server (#5930)
2017-07-16 Loïc BlotChat protocol rewrite (#5117)
2017-06-18 Loïc BlotCpp11 patchset 11: continue working on constructor...
2017-06-11 RuiSound: Add pitch option (#5960)
2017-06-10 red-001Add a server-sided way to remove color codes from incom...
2017-06-10 Loïc BlotC++11 patchset 6: forbid object copy using assigment...
2017-06-06 Loïc BlotUse C++11 mutexes only (remove compat code) (#5922)
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-05-03 paramatSet sky API: Add bool for clouds in front of custom...
2017-05-03 BrandonSound API: Add fading sounds
2017-04-29 Ben DeutschAdd clouds API
2017-04-23 Loïc BlotPlayer data to Database (#5475)
2017-04-22 red-001Network:Remove old opcodes and fix documentation. ...
2017-04-15 Loïc BlotImplement delayed server shutdown with cancelation...
2017-03-18 ShadowNinjaServer list cleanup
2017-03-16 Loïc BlotAdd ModStorageAPI to client side modding (#5396)
2017-03-13 Loic Blot[CSM] storage + fixes
2017-03-13 Loic Blot[CSM] Client side modding
2017-02-07 Loïc BlotAdd ModMetadata API (#5131)
2017-01-27 Loïc BlotImplement player attribute backend (#4155)
2017-01-18 sfan5Add particle animation, glow
2017-01-09 Ner'zhulEnvironment & IGameDef code refactoring (#4985)
2017-01-08 Loic BlotMove ServerEnvironment to dedicated cpp/header files
2017-01-01 Loic BlotBreath cheat fix: server side
2016-12-24 RogierMove PP() and PP2() macros to basic_macros.h
2016-12-20 ShadowNinjaMod security: Allow read-only access to all mod paths
2016-11-28 sfan5Allow restricting detached inventories to one player
2016-11-14 sfan5Revert "Adding particle blend, glow and animation ...
2016-11-14 Foghrye4Adding particle blend, glow and animation (#4705)
2016-11-12 raymooAdd control information to player interacts (#4685)
2016-11-02 BrandonAdd minetest.get_server_uptime() function to Lua API...
2016-10-13 raymooAttached particle spawners
2016-10-08 Loic BlotMove RemotePlayer code to its own cpp/header
2016-10-08 Loic BlotRemotePlayer/LocalPlayer Player base class proper separ...
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2016-10-08 Loic BlotRemove some unused attributes/class functions in server...
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2016-10-06 Loic Blotuse unordered containers where possible (patch 4 on X)
2016-10-04 Loic BlotChat: new settings to prevent spam
2016-05-28 Auke KokParticles: Add option to remove particles on collision
2016-04-27 obneqHandle particle spawners in env and delete expired ids
2015-11-13 est31Only allow players with shout to chat
2015-11-09 est31Put ChatEvent handler into own function
2015-11-06 est31Add server side ncurses terminal
2015-11-03 est31Time: Remove serverside getter, and use atomic operations
2015-11-02 kwolekrAdd callback parameter for core.emerge_area()
2015-10-28 kwolekrAdd DISABLE_CLASS_COPY macro (and use it)
2015-10-27 est31Environment: Time of day fixes and add serverside getter
2015-08-24 ShadowNinjaClean up threading
2015-07-25 Loic BlotCleanup server addparticle(spawner) by merge two identi...
2015-07-24 est31Fix documentation of dedicated_server_loop
2015-07-23 est31Optional reconnect functionality
2015-07-10 kwolekrFix damage flash when damage disabled
2015-07-03 kwolekrFix code style from recent commits and add misc. optimi...
2015-05-28 TeTpaAkaAdd some missing getter functions to the lua API
2015-05-16 ShadowNinjaAdd mod security
2015-05-11 est31Make early protocol auth mechanism generic, and add SRP
2015-04-22 est31Protocol 25: wstring -> string for custom access denial...
2015-04-17 kwolekrBiomes: Remove referenced biomes from Decorations on...
2015-04-03 Loic BlotFix players spawned at (0,0,0) in some rare cases inste...
2015-03-31 Loic BlotConnection::Receive(): receive Network Packet instead...
2015-03-24 Loic BlotDon't send an InventoryAction at each setInventoryModif...
2015-03-17 Loic BlotFix a little regression on SendActiveObjectMessages...
2015-03-16 Loic BlotMove TOCLIENT_ACTIVE_OBJECT_REMOVE_ADD and TOCLIENT_ACT...
2015-03-13 Loic BlotPrepare Protocol v25 init & authentication.
2015-03-13 Loic BlotRename some packet and handlers to <packet>_Legacy...
2015-03-05 Loic BlotServer.cpp Use std::list instead of std::vector for...
2015-03-05 Loic BlotServer::AsyncRunStep: buffered_messages now uses std...
2015-03-05 Loic BlotPerformance improvement: Use std::list instead of std...
2015-03-05 Loic BlotRemove Queue class which uses std::list and use native...
2015-03-04 Loic BlotWe always know playerSAO when calling SendInventory...
2015-03-04 Loic BlotSend Position packet on event, don't check it at each...
2015-03-04 Loic BlotSend Inventory packet on event, don't check it at each...
2015-03-03 Loic BlotSend Breath packet on event, don't check it at each...
2015-03-03 Loic BlotSend Player HP when setHP (or a setHP caller) is called...
2015-02-16 Loic Blot[Patch 2/4] Network rework: packet writing, sending...
2015-02-10 Loic BlotNetwork Layer 7 rework (Packet handling)
2015-01-23 ShadowNinjaSend real port to server list
2014-12-08 KahrlFix struct vs. class in forward declarations
2014-11-19 ShadowNinjaClean up rollback
2014-10-21 RealBadAngelRecalculate normals for cached meshes.
2014-06-28 kwolekrAdd prefixes to enum values and fix style issues
2014-04-12 BlockMenUse integers instead of float values
2014-04-12 BlockMenAdd player:set_eye_offset() by @MirceaKitsune and clean up
2014-04-12 BlockMenAdd third person view
2014-04-10 KahrlInfer ipv6_server from bind_address; fix client connect...
2014-04-08 sapierCleanup client init states by bumping protocol version
2014-03-12 SelatPass arguments by reference
2014-02-27 ShadowNinjaRemove "Server -!- " prefix from player messages
2014-02-05 ShadowNinjaAdd the option to bind to a specific address
2014-02-03 sapierAdd minetest.kick_player(name, reason)
2014-02-01 Perttu AholaAdd player:override_day_night_ratio() for arbitrarily...
next