Update inventory texture too
[oweals/minetest.git] / src / server.cpp
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...
2011-06-18 Perttu AholaChanged MapBlockObjects to be never written anymore...
2011-06-17 Perttu AholaCreated and moved stuff to content_nodemeta.{h,cpp}
2011-06-17 Perttu AholaMoved some mapnode content stuff from mapnode.{h,cpp...
2011-06-07 Nils Dagsson Moskopp+ rail
2011-06-07 Nils Dagsson Moskopp+ rail
2011-06-05 Perttu Aholamade server to send map seed for testing
2011-06-03 Nils Dagsson Moskopp+ paper, book, bookshelf
2011-06-03 Nils Dagsson Moskopp+ paper, book, bookshelf
2011-06-02 Nils Dagsson Moskopp+ papyrus
2011-06-02 Nils Dagsson Moskopp+ papyrus
2011-06-02 Perttu Aholaremoved a debug print that would flood a lot in some...
2011-06-01 Perttu Aholamore merging - hopefully all spare heads are now gone
2011-06-01 Perttu Aholamerged an old head into main branch
2011-06-01 Perttu AholaMerged CiaranG's fence graphic updates (ugh, well,...
2011-06-01 Perttu AholaFixed the password crash on Windows
2011-06-01 teddydestodesMerge remote-tracking branch 'upstream/master'
2011-06-01 teddydestodesMerge remote-tracking branch 'upstream/master'
2011-06-01 Nils Dagsson Moskopp+ clay and associated items
2011-06-01 Nils Dagsson Moskopp+ clay and associated items
2011-05-31 Nils Dagsson Moskopp+ brick
2011-05-31 Nils Dagsson Moskopp+ brick
2011-05-31 Perttu AholaReduced server CPU usage on NodeMetadata step()s. Also...
2011-05-31 celeron55Updated licenses of CiaranG's contributions to be in...
2011-05-30 Perttu Aholaauth stuff is now saved only when modified
2011-05-30 Perttu Aholaremoved some debug prints
2011-05-30 Perttu AholaReduced the CPU usage of the sent block selector algorithm
2011-05-30 Nils Dagsson Moskopp+ cactii
2011-05-30 Nils Dagsson Moskopp+ cactii
2011-05-29 Perttu Aholahopefully fixed the privilege problems
2011-05-29 Perttu Aholaplayer passwords and privileges in world/auth.txt
2011-05-29 Nils Dagsson Moskopp+ sandstone
2011-05-29 Nils Dagsson Moskopp+ sandstone
2011-05-24 Perttu AholaMerged CiaranG's fence and fixed two things
2011-05-24 Ciaran GultnieksAdded fences (but still needs an icon or something...
2011-05-23 Ciaran GultnieksAdded 'shout' player privilege
2011-05-22 Ciaran GultnieksAllow default privileges for new players to be set...
2011-05-22 Perttu Aholamerged password change menu
2011-05-22 Ciaran GultnieksAdded the ability to change your password (via pause...
2011-05-22 Perttu AholaPreliminary "active block" stuff + set up test code...
2011-05-20 Perttu AholaMerge: New map directory structure and player passwords
2011-05-20 Ciaran GultnieksPasswords - a few corrections to the previous commit
2011-05-20 Ciaran GultnieksPasswords - password entry at main menu, stored and...
2011-05-16 Perttu Aholamerged CiaranG's stuff again: auto-admin powers to...
2011-05-16 Ciaran GultnieksRestored the auto-admin powers of the local user (via...
2011-05-16 Perttu AholaFixed two compiler warnings
2011-05-16 Perttu Aholamerged CiaranG's changes (player privileges)
2011-05-16 Ciaran GultnieksServer commands without classes
2011-05-16 Ciaran GultnieksBetter synchronisation of build/mine attempts when...
2011-05-16 Ciaran GultnieksImproved server commands and added player permissions.
2011-05-09 Perttu Aholamerged CiaranG's changes: the glass block
2011-05-09 Ciaran GultnieksAdded glass, with rendering and furnace support.
2011-04-29 Perttu Aholarandom comment updates
2011-04-28 Perttu AholaMaybe fixed the flood of "WARNING: StaticObjectList...
2011-04-26 Perttu Aholatested out and commented out some new stuff for the...
2011-04-25 Perttu AholaOptimized map saving and sending (server-side)
2011-04-25 Perttu AholaAdded /#time <int> command to server for changing the...
2011-04-24 Perttu Aholafix to the previous commit
2011-04-24 Perttu Aholaserver to print version in chat
2011-04-22 Perttu AholaUpdated to-do list and added the give_initial_stuff...
2011-04-21 Perttu AholaSome work-in-progress in hp and mobs and a frightening...
2011-04-19 Perttu Aholaitem drop multiplication fix
2011-04-11 Perttu Aholafixing
2011-04-11 Perttu AholaFixed some problems with crafting and inventory
2011-04-11 Perttu Aholafixed warnings reported by cppcheck
2011-04-11 Perttu AholaFixed error reported by cppcheck:
2011-04-10 Perttu Aholabetter support for old maps
2011-04-10 Perttu AholaMap generation is now properly threaded and doesn't...
2011-04-10 Perttu Aholaa commit before starting to reorganize the map loading...
2011-04-10 Perttu Aholaimplemented rats in new system to verify that it works
2011-04-10 Perttu Aholaitems now fall by gravity... also some other random...
2011-04-10 Perttu Aholanew object system
2011-04-07 Perttu AholaSome progress on transitioning from MapBlockObject...
2011-04-06 Perttu Aholastone shovel now needs cobble, not stone.
2011-04-06 Perttu AholaServer: Only send node removal/addition to client if...
2011-04-05 Perttu AholaFurnace is now usable. Added more tools.
2011-04-04 Perttu Aholainitial workings of the furnace
2011-04-04 Perttu Aholachanged node metadata format to better accomodate futur...
2011-04-04 Perttu AholaFixed chest contents not immediately updating to all...
2011-04-04 Perttu AholaChests work now!
2011-04-04 Perttu Aholainitial chest metadata
2011-04-04 Perttu Aholafully implemented the sign with the new framework
2011-04-03 Perttu Aholacommit before some more radical changes
2011-04-03 Perttu AholaRemoved lua stuff
2011-04-03 Perttu AholaRevert mapgen to best working version (2)
2011-04-02 Perttu Aholatuned water texture and removed two debug prints from...
2011-04-02 Perttu AholaMapgen is better now. Not a lot, but a bit!
2011-03-02 Perttu Aholamapgen work-in-progress
2011-02-28 Perttu Aholamapgen tweaking
2011-02-28 Perttu Aholafixed server sending wrong position of node removal
2011-02-28 Perttu Aholaadded trees (very glitchy) and changed grass texture
2011-02-28 Perttu AholaA third try on terrain generation. No trees yet.
2011-02-23 Perttu Aholaupdated scripting api a bit
2011-02-23 Perttu Aholamainly work on object scripting api
2011-02-21 Perttu Aholapreliminary lua scripting framework for objects
2011-02-20 Perttu AholaTemporary commit; lots of test code and stuff
next