aboutsummaryrefslogtreecommitdiff
path: root/src/servermain.cpp
AgeCommit message (Expand)Author
2012-03-10Remove servermain.cpp, use main.cpp with a couple of #ifdefs insteadPerttu Ahola
2012-03-10Fix addon and configuration file pathsPerttu Ahola
2012-03-10Initial directory structure reworkPerttu Ahola
2012-03-10Remove header in servermain.cpp to make minetestserver to buildPerttu Ahola
2012-02-28Add descriptions to command line argumentsJuhani Numminen
2012-01-22Node placement / mineral / serialization / iron freq / node_dig callbackKahrl
2011-12-03Better mod loading error handlingPerttu Ahola
2011-11-29GameDef compilesPerttu Ahola
2011-11-29Create framework for getting rid of global definitions of node/tool/item/what...Perttu Ahola
2011-11-29Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuffPerttu Ahola
2011-10-17Fix partly double printed debug.txtceleron55
2011-10-16Fix map delete on windows (concatenate paths correctly with / or \ depending ...Perttu Ahola
2011-10-16Use the logger; also, default to not showing much crap in console. Use --info...Perttu Ahola
2011-10-12Header file tweaking; mainly for speedPerttu Ahola
2011-07-30Merge branch 'upstream/master'Nils Dagsson Moskopp
2011-07-30Server configuration is now written when "/#setting whatever = whatever" is i...Perttu Ahola
2011-07-24Two more instances of unhardcoding the project nameGiuseppe Bilotta
2011-06-22fixed servermain.cpp lacking filesys.hPerttu Ahola
2011-06-20path_userdata is now created before potentially creating debug.txt in therePerttu Ahola
2011-06-17Moved some mapnode content stuff from mapnode.{h,cpp} and digging property st...Perttu Ahola
2011-06-02In a globally installed build, debug.txt is now placed in userdata directory....Perttu Ahola
2011-05-31forgot to add profiler to servermain.cppPerttu Ahola
2011-05-29player passwords and privileges in world/auth.txtPerttu Ahola
2011-02-15Ctrl+C handling on POSIX, some commands for server and other tweakingPerttu Ahola
2011-02-11fully working i guessPerttu Ahola
2011-02-05mapgen stuffPerttu Ahola
2011-01-28server builds now!Perttu Ahola
2011-01-23OMG! Main Menu!Perttu Ahola
2011-01-17configuration updates; making to build on msvcPerttu Ahola
2011-01-08CMake stuff works now on linux and windows... and should be possible to make ...Perttu Ahola
2011-01-07Fixed dedicated server buildPerttu Ahola
2011-01-07Added a more flexible path system (and fixed some minor stuff)Perttu Ahola
2010-12-27better debug output in segfaults and stack overflows in windowsPerttu Ahola
2010-12-26drawing range updater update and myrand() (but not usage of it)Perttu Ahola
2010-12-25builds on both platformsPerttu Ahola
2010-12-25minecraft-like craftingPerttu Ahola
2010-12-23little tinkeringPerttu Ahola
2010-12-22server starting on port 0 on invalid settingsPerttu Ahola
2010-12-22some work-in-progressPerttu Ahola
2010-12-21organizing stuff.Perttu Ahola
2010-12-20some tinkering with gui. removed updating of configuration file at endPerttu Ahola
2010-12-20working time-of-day sending from server to clientPerttu Ahola
2010-12-19added dedicated server build without irrlichtPerttu Ahola