+ paper, book, bookshelf
[oweals/minetest.git] / src / server.cpp
2011-06-03 Nils Dagsson Moskopp+ paper, book, bookshelf
2011-06-02 Nils Dagsson Moskopp+ papyrus
2011-06-01 teddydestodesMerge remote-tracking branch 'upstream/master'
2011-06-01 Nils Dagsson Moskopp+ clay and associated items
2011-05-31 Nils Dagsson Moskopp+ brick
2011-05-30 Nils Dagsson Moskopp+ cactii
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
2011-02-18 Perttu Aholarandom code cleaning, shouldn't affect anything
2011-02-15 Perttu AholaCtrl+C handling on POSIX, some commands for server...
2011-02-14 Perttu Aholaserver now won't crash when it is tries to generate...
2011-02-14 Perttu AholaNew way of determining the outcome of digging
2011-02-14 Perttu Aholaplayers to not be saved when map saving is disabled...
2011-02-10 Perttu Aholawork-in-progress texture atlas optimization
2011-02-07 Perttu Aholabug-fixin'
2011-02-06 Perttu Aholamapgen tweaking
2011-02-05 Perttu Aholamapgen stuff
2011-02-02 Perttu Aholasome tweaking
2011-02-01 Perttu Aholaend-of-day.
2011-02-01 Perttu Aholaone line of cleaning server code
2011-02-01 Perttu AholaThis map generator is starting to look pretty good...
2011-02-01 Perttu Aholapartly working chunk-based map generator (doesn't save...
2011-01-29 Perttu Aholamap generation framework under development... not quite...
2011-01-27 Perttu AholaNow texture handling is fast. Also now players are...
2011-01-25 Perttu AholaReworked texture, material, mineral and whatever handling
2011-01-25 Perttu AholaFixed a bug of server not reloading unloaded blocks...
2011-01-24 Perttu AholaFaster lighting at map generation time
2011-01-23 Perttu Aholasmall fixes here and there
2011-01-23 Perttu AholaOMG! Main Menu!
2011-01-17 Perttu Aholanow it works!
2011-01-17 Perttu Aholatinkering
2011-01-17 Perttu Aholafixed erroneus handling of many players with no peer...
2011-01-17 Perttu Aholaminecraft-style water done (but no texture animation...
2011-01-17 Perttu Aholaold water removed, some fixes here and there
2011-01-17 Perttu Aholafine-tuning of map generator and server and stuff.
2011-01-16 Perttu AholaInitial commit of mapgen v.2. Lacks configuration and...
2011-01-15 Perttu Aholagenerate-time lighting optimization
2011-01-15 Perttu AholaPlayers are left on server while server is running...
next