summaryrefslogtreecommitdiff
path: root/src/servermain.cpp
AgeCommit message (Collapse)Author
2012-01-22Node placement / mineral / serialization / iron freq / node_dig callbackKahrl
- Node placement code moved to Lua - Mineral system removed (added default:stone_with_coal and default:stone_with_iron). - MapBlock and MapNode serialization updated. - Mapgen: Frequency of iron increased. - node_dig callback and related changes.
2011-12-03Better mod loading error handlingPerttu 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-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
on OS)
2011-10-16Use the logger; also, default to not showing much crap in console. Use ↵Perttu Ahola
--info-on-stderr to enable crap.
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 ↵Perttu Ahola
issued.
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 ↵Perttu Ahola
stuff from material.cpp to content_mapnode.{h,cpp}
2011-06-02In a globally installed build, debug.txt is now placed in userdata ↵Perttu Ahola
directory. Needs testing still.
2011-05-31forgot to add profiler to servermain.cppPerttu Ahola
2011-05-29player passwords and privileges in world/auth.txtPerttu Ahola
--HG-- extra : rebase_source : 7260636295d9068fbeeddf4143c89f2b8a91446c
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
to work on OS X.
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