aboutsummaryrefslogtreecommitdiff
path: root/src/server.h
AgeCommit message (Collapse)Author
2012-01-12The huge item definition and item namespace unification patch (itemdef), see ↵Kahrl
http://c55.me/minetest/wiki/doku.php?id=changes:itemdef
2012-01-02Texture cache on client (mostly made by sapier) (breaks network compatibility)Perttu Ahola
2012-01-02Add InvRef and InvStack (currently untested and unusable)Perttu Ahola
2011-12-11Add minetest.get_modpath(modname)Perttu Ahola
2011-12-02Move ServerRemotePlayer to a separate filePerttu Ahola
2011-12-02Don't send objects or map data before definitions have been sentPerttu Ahola
2011-12-01Remove stuff made obsolete by making players more ActiveObject-like and ↵Perttu Ahola
raise protocol version number by one (because it is not compatible at all anymore)
2011-12-01Player-is-SAO WIPPerttu Ahola
2011-12-01Fix processing of the default_password setting. It is now actually used as ↵Kahrl
the plaintext password for new users. Also add /setpassword and /clearpassword server commands that can be used by admins with the PRIV_PASSWORD privilege, and update the /help message.
2011-11-29CraftItem rework and Lua interfaceKahrl
2011-11-29Make blocks to be loaded from disk when the active block area reaches themPerttu Ahola
2011-11-29Crafting definition in scriptsPerttu Ahola
2011-11-29Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter ↵Perttu Ahola
wrapper in old code
2011-11-29Node definition namesPerttu Ahola
2011-11-29Clean mapnode.h and fix other files accordinglyPerttu Ahola
2011-11-29Node definitions transferPerttu Ahola
2011-11-29Sending of textures WIPPerttu Ahola
2011-11-29Move tool definitions to scriptPerttu Ahola
2011-11-29Tool definition transfer to clientPerttu Ahola
2011-11-29GameDef compilesPerttu Ahola
2011-11-29Create framework for getting rid of global definitions of ↵Perttu Ahola
node/tool/item/whatever types
2011-11-29Scripting WIPPerttu Ahola
2011-10-20Improve Connection with threading and some kind of congestion controlPerttu Ahola
2011-10-18Add /clearobjectsPerttu Ahola
2011-10-16When granting or revoking privileges, notify the target player tooPerttu Ahola
2011-10-15Handle death and respawn betterPerttu Ahola
2011-10-12Header file tweaking; mainly for speedPerttu Ahola
2011-08-12Fixed/extended/modified ban stuff to be good for inclusionPerttu Ahola
2011-08-12added ipban supportConstantin Wenger
commands: /#ipban <nick> /#ipunban <ip>
2011-08-11Notify other players of wielded item changeGiuseppe Bilotta
2011-07-30fix to the formerPerttu Ahola
2011-07-30Server configuration is now written when "/#setting whatever = whatever" is ↵Perttu Ahola
issued.
2011-06-27map unloading is now a whole lot betterPerttu Ahola
2011-06-25moved map generator to separate source filesPerttu Ahola
2011-05-31Reduced server CPU usage on NodeMetadata step()s. Also furnace now cooks ↵Perttu Ahola
while no players are near it.
2011-05-31Reduced the CPU usage of the sent block selector algorithmPerttu Ahola
2011-05-29hopefully fixed the privilege problemsPerttu Ahola
--HG-- extra : rebase_source : 9826d20176134a53ff232816a10407465d8c0f50
2011-05-29player passwords and privileges in world/auth.txtPerttu Ahola
--HG-- extra : rebase_source : 7260636295d9068fbeeddf4143c89f2b8a91446c
2011-05-22Preliminary "active block" stuff + set up test code to grow grass.Perttu Ahola
2011-05-20Passwords - password entry at main menu, stored and checked by serverCiaran Gultnieks
2011-05-16Improved server commands and added player permissions.Ciaran Gultnieks
--HG-- extra : rebase_source : 178fe08f10b7de3ebaba088bd24faad795114216
2011-04-30random comment updatesPerttu Ahola
2011-04-26Optimized map saving and sending (server-side)Perttu Ahola
2011-04-21Some work-in-progress in hp and mobs and a frightening amount of random fixes.Perttu Ahola
2011-04-08Some progress on transitioning from MapBlockObject to ActiveObject.Perttu Ahola
2011-04-06Server: Only send node removal/addition to client if client's player is near ↵Perttu Ahola
it. Otherwise set the modified blocks unsent.
2011-04-04Chests work now!Perttu Ahola
2011-02-23mainly work on object scripting apiPerttu Ahola
2011-02-21Temporary commit; lots of test code and stuffPerttu Ahola
2011-02-15Ctrl+C handling on POSIX, some commands for server and other tweakingPerttu Ahola