]> git.lizzy.rs Git - dragonfireclient.git/history - src/server.h
Add ModStorageAPI to client side modding (#5396)
[dragonfireclient.git] / src / server.h
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...
2014-02-01 Perttu AholaAdd player:set_sky() with simple skybox support
2014-01-31 sapierAdd propper client initialization
2014-01-13 khonkhortisanAllow vertical axis particle rotation constraint
2014-01-10 sapierFixed minetest reliable udp implementation (compatible...
2014-01-06 prollerSend long announce as POST, show OS in useragent
2013-12-18 ShadowNinjaHandle LuaErrors in Lua -> C++ calls on LuaJIT
2013-12-13 KahrlRewrite client media download and support hash-based...
2013-11-30 NovatuxAdd minetest.swap_node
2013-10-17 prollerMasterserver update
2013-09-17 kwolekrWeather: Clean up getHeat/getHumidity somewhat
2013-09-09 Sfan5Make it compile
2013-09-09 Ilya ZhuravlevAdd dummy and LevelDB database backends
2013-09-04 PilzAdamUse player:set_hotbar_image() instead of hardcoded...
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-08-04 Perttu AholaFix server getting completely choked up on even a littl...
2013-08-01 prollerWeather backward compatibility
2013-07-20 RealBadAngelAdd set_breath and get_breath to lua API.
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-25 KahrlAdd ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT...
2013-05-24 sapierMove scriptapi to separate folder (by sapier)
2013-05-01 WeblateMerge remote-tracking branch 'origin/master'
2013-04-25 kwolekrGeneralize hud_builtin_enable into hud_set_flags
2013-04-24 Diego MartínezAdded support to disable built-in HUD elements
next