Change way commands are displayed in chat window
[oweals/minetest.git] / src / client.h
2011-08-22 Giuseppe BilottaChange way commands are displayed in chat window
2011-08-11 Giuseppe BilottaClients inform server on wielded item
2011-08-11 Giuseppe BilottaKeep track of player item
2011-08-11 Giuseppe BilottaRefactor player's eye position coding
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-01 Perttu Aholamade screen go slightly blue when underwater
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 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-25 Perttu Aholaeven more code refactoring
2011-06-18 Perttu Aholafarmesh is now usable.
2011-06-01 Perttu Aholamerged an old head into main branch
2011-05-29 Perttu Aholaplayer passwords and privileges in world/auth.txt
2011-05-22 Perttu Aholamerged password change menu
2011-05-22 Ciaran GultnieksAdded the ability to change your password (via pause...
2011-05-20 Perttu AholaMerge: New map directory structure and player passwords
2011-05-20 Ciaran GultnieksPasswords - password entry at main menu, stored and...
2011-04-21 Perttu AholaSome work-in-progress in hp and mobs and a frightening...
2011-04-10 Perttu Aholanew object system
2011-04-07 Perttu AholaSome progress on transitioning from MapBlockObject...
2011-04-04 Perttu AholaChests work now!
2011-04-04 Perttu Aholafully implemented the sign with the new framework
2011-04-04 Perttu AholaNode metadata framework
2011-04-03 Perttu AholaMade a proper queued thread to client for handling...
2011-04-03 Perttu Aholacommit before some more radical changes
2011-02-28 Perttu AholaA third try on terrain generation. No trees yet.
2011-02-20 Perttu AholaTemporary commit; lots of test code and stuff
2011-01-25 Perttu AholaReworked texture, material, mineral and whatever handling
2011-01-17 Perttu Aholaold water removed, some fixes here and there
2011-01-07 Perttu Aholaremoved Client::isFetchingBlocks
2010-12-26 Perttu Aholadrawing range updater update and myrand() (but not...
2010-12-26 Perttu Aholanew viewing range updater algorithm
2010-12-24 Perttu Aholabase stuff for item->object conversion
2010-12-23 Perttu Aholachanges to handing of digging (non backwards-compatible...
2010-12-23 Perttu Aholafixed crack animation timing in client
2010-12-22 Perttu Aholacrafting system!
2010-12-21 Perttu AholaCracking blocks while digging
2010-12-20 Perttu Aholaworking time-of-day sending from server to client
2010-12-19 Perttu Aholaadded dedicated server build without irrlicht
2010-12-19 Perttu Aholaday/night working client side
2010-12-18 Perttu Aholabefore daynight mesh cache
2010-12-18 Perttu Aholabefore adding day/night lighting
2010-12-14 Perttu Aholatinkering around
2010-12-13 Perttu Aholain before messing with face drawing orientation
2010-11-29 Perttu Aholalicense stuff
2010-11-29 Perttu Aholafixed face updating slowness bug
2010-11-27 Perttu AholaWorking version before block send priorization update
2010-11-26 Perttu AholaInitial files