]> git.lizzy.rs Git - dragonfireclient.git/history - src/server.cpp
Create framework for getting rid of global definitions of node/tool/item/whatever...
[dragonfireclient.git] / src / server.cpp
2011-11-29 Perttu AholaCreate framework for getting rid of global definitions...
2011-11-29 Perttu AholaMove ContentFeatures to mapnode_contentfeatures.{h...
2011-11-29 Perttu AholaScripting WIP: dynamic object stuff
2011-11-29 Perttu AholaServerRemotePlayer implements ServerActiveObject
2011-11-29 Perttu AholaScripting WIP
2011-11-29 Perttu AholaScripting WIP
2011-11-29 Perttu Aholarandom scripting work-in-progress
2011-11-29 Perttu AholaScripting WIP
2011-11-29 Perttu AholaMove images to data/textures and fix some path stuff...
2011-11-13 Perttu AholaBetter spawn position finding and checking
2011-11-07 KahrlMake Connection::Receive return the data via a SharedBu...
2011-10-20 Perttu AholaImprove Connection with threading and some kind of...
2011-10-18 Perttu AholaFix and tune block sending
2011-10-17 Perttu AholaAdd /clearobjects
2011-10-16 Perttu AholaSome more profiler stuff to get the hang on what really...
2011-10-16 Perttu AholaImprove debug profiler usage for investigating CPU...
2011-10-16 Perttu AholaWhen granting or revoking privileges, notify the target...
2011-10-16 Perttu AholaWhen player times out, log the action as a timeout...
2011-10-16 Perttu AholaCheck NULL pointer properly in some new code trying...
2011-10-16 Perttu AholaSwitch more stuff to use the logging thing and fix...
2011-10-16 Perttu AholaUse the logger; also, default to not showing much crap...
2011-10-15 Perttu Aholastrict_protocol_version_checking setting; PROTOCOL_VERS...
2011-10-15 Perttu AholaHandle death and respawn better
2011-10-15 Perttu AholaImprove mobv2
2011-10-14 Perttu Aholamobv2
2011-10-14 Perttu AholaLock mutex when accessing m_env in Server::~Server
2011-10-12 Perttu AholaHeader file tweaking; mainly for speed
2011-10-12 Perttu AholaSaner block modification flag operation for not saving...
2011-09-26 Perttu AholaMerge remote-tracking branch 'marktraceur/master'
2011-09-26 Perttu AholaMerge remote-tracking branch 'kahrl/sectors2sqlite...
2011-09-26 Perttu AholaMerge branch 'view_bobbing_and_vielded_tool'
2011-09-26 Perttu AholaServer user limit configuration option
2011-09-26 Perttu AholaMerge remote-tracking branch 'darkrose/master'
2011-09-24 celeron55Merge pull request #10 from joshbeck/master
2011-09-24 Joshua BeckFixed null pointer dereference errors found by cppcheck
2011-09-24 Mark HolmquistAdding (most) of the sapling functionality. It has...
2011-09-22 Perttu AholaMake client report a newer version number to the server...
2011-09-22 darkroseadded locking chests - clean patch
2011-09-16 KahrlRevert some changes that could lead to slower map trans...
2011-09-08 Kahrltrying something else... also replaced M_PI by PI every...
2011-09-08 Kahrlattempting to merge Queatz/the-wielded-tool and kahrl...
2011-09-07 KahrlCollected and moved existing camera infrastructure...
2011-08-30 Perttu AholaMerge remote-tracking branch 'kahrl/dissector'
2011-08-30 Perttu AholaMerge remote-tracking branch 'queatz/mmb10'
2011-08-30 Perttu AholaMerge remote-tracking branch 'queatz/furnace-is-not...
2011-08-30 Perttu AholaMerge remote-tracking branch 'queatz/furnace-is-not...
2011-08-30 Perttu AholaMerge remote-tracking branch 'queatz/privs'
2011-08-25 JacobFMerged 2 branches because they relied on each other.
2011-08-24 JacobFIf a user doesn't have build rights, don't allow them...
2011-08-22 Perttu Aholaif creative mode and player has no build privileges...
2011-08-22 Perttu AholaFixed some protocol comment errors in clientserver...
2011-08-22 Perttu AholaPossibly fixed the extremely rare PeerNotFound loop...
2011-08-22 Perttu AholaMerge remote-tracking branch 'oblomov/me_cmd'
2011-08-22 Giuseppe BilottaServer now supports replies without prefix
2011-08-22 Giuseppe BilottaDefines for server command context flags
2011-08-22 Giuseppe BilottaRemove distinction between /# and / commands
2011-08-22 Perttu AholaMerge remote-tracking branch 'oblomov/liquid_fixes'
2011-08-22 Perttu AholaMerge branch 'lava'
2011-08-16 Perttu AholaImplemented MEET_OTHER
2011-08-12 Perttu AholaFixed/extended/modified ban stuff to be good for inclusion
2011-08-12 Perttu AholaMerge remote-tracking branch 'speedprog/banByIp'
2011-08-12 Constantin Wengeradded ipban support
2011-08-11 Giuseppe BilottaNotify other players of wielded item change
2011-08-11 Giuseppe BilottaClients inform server on wielded item
2011-08-11 Giuseppe BilottaServer should use the same eye position as the client
2011-07-31 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-31 Perttu AholaFixes a bug that made the server to deny non-empty...
2011-07-31 Perttu AholaFixed problem of server always receiving an empty passw...
2011-07-30 Perttu AholaMade stricter handling for old clients because now...
2011-07-30 Perttu AholaFixed handling of inventory in creative mode (normal...
2011-07-30 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-30 Perttu Aholafix to the former
2011-07-30 Perttu Aholaeasier notice on old version
2011-07-30 Perttu AholaAdded network protocol version number in protocol
2011-07-30 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-30 Perttu AholaServer configuration is now written when "/#setting...
2011-07-30 Perttu AholaAdded message of the day and made it properly configura...
2011-07-30 Perttu AholaMade picking items up in creative mode delete them...
2011-07-30 Perttu AholaRats are now eatable. Also made their selection box...
2011-07-24 Perttu AholaAdded a mapblock analyzing function for debugging use...
2011-07-24 Perttu Aholamerged fix to decapitated trees; other bugs now exists
2011-07-23 Perttu Aholamerged jungle and bluish shadows
2011-07-23 Perttu Aholamerged the content type extension and delta
2011-07-23 Perttu Aholaextended content-type range
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-01 Perttu AholaFixed objects being sometimes not able to be stored...
2011-06-27 Nils Dagsson MoskoppMerge pull request #13 from Bahamada/upstream_merge
2011-06-27 Nils Dagsson MoskoppMerge pull request #13 from Bahamada/upstream_merge
2011-06-26 Perttu Aholamap unloading is now a whole lot better
2011-06-26 Perttu Aholafixed block unloading from memory (a better fix coming...
2011-06-26 Perttu AholaAdded CPT_FACEDIR_SIMPLE calculation, finally, as figur...
2011-06-26 Perttu Aholareorganized a lot of stuff and modified mapgen and...
2011-06-26 Sebastian RühlMerge branch 'master' of https://github.com/erlehmann...
2011-06-26 Sebastian RühlMerge branch 'master' of https://github.com/erlehmann...
2011-06-26 Perttu Aholaadded and commented out some debug output
2011-06-25 Perttu Aholaeven more code refactoring
2011-06-25 Perttu Aholamoved map generator to separate source files
2011-06-25 Perttu Aholamapgen stuff
2011-06-25 Perttu AholaNew map generator added (and SQLite, messed up the...
next