WIP node metadata, node timers
[oweals/minetest.git] / src / player.h
2012-03-31 Perttu AholaAdd 'fly' and 'fast' privileges and the underlying...
2012-03-29 Perttu AholaSimple fix for camera blinking black when jumping into...
2012-03-29 Kahrladded PlayerSAO and RemotePlayer, removed ServerRemoteP...
2012-03-24 Perttu AholaLocalPlayer::getStandingNodePos()
2012-02-28 celeron55Merge pull request #46 from garrosh/master
2012-02-02 Giuseppe BilottaFix some warnings on some compilers
2012-01-22 KahrlInventory menu (with dragging) improved. Crafting is...
2012-01-12 KahrlThe huge item definition and item namespace unification...
2011-12-28 Perttu AholaAdd get_look_dir(), get_look_pitch() and get_look_yaw...
2011-12-02 Perttu AholaMove ServerRemotePlayer to a separate file
2011-12-01 Perttu AholaMake players be again visible from a long distance
2011-12-01 Perttu AholaPlayers are more like objects + related stuff
2011-12-01 Perttu AholaPlayer-is-SAO WIP
2011-11-29 Perttu AholaProper player inventory and hp modification tracking...
2011-11-29 KahrlCraftItem rework and Lua interface
2011-11-29 Perttu AholaPlayer movement speed and node access distance checking
2011-11-29 Perttu Aholaon_newplayer and on_respawnplayer callbacks
2011-11-29 Perttu AholaClean mapnode.h and fix other files accordingly
2011-11-29 Perttu AholaGameDef compiles
2011-11-29 Perttu AholaCreate framework for getting rid of global definitions...
2011-11-29 Perttu AholaScripting WIP: dynamic object stuff
2011-11-29 Perttu AholaServerRemotePlayer implements ServerActiveObject
2011-10-16 Perttu AholaBetter player damage prevention when falling on unloade...
2011-09-26 Perttu AholaMerge remote-tracking branch 'marktraceur/master'
2011-09-26 Perttu AholaMerge remote-tracking branch 'kahrl/sectors2sqlite...
2011-09-26 Perttu AholaMerge branch 'view_bobbing_and_vielded_tool'
2011-09-21 KahrlSimplistic wielded tool lighting, added setMeshVertices...
2011-09-20 Kahrlfix a numerical problem, but tool is still jittery
2011-09-19 KahrlAdded sprite extruder
2011-09-08 Kahrlattempting to merge Queatz/the-wielded-tool and kahrl...
2011-09-07 JacobFDisplay which tool the player is holding
2011-09-06 JacobFPause in unloaded territory instead of collide
2011-08-11 Giuseppe BilottaKeep track of player item
2011-08-11 Giuseppe BilottaRefactor player's eye position coding
2011-08-11 Giuseppe BilottaIntroduce Player::getLightPosition
2011-08-11 Perttu AholaMerged some FreeBSD fixes
2011-08-08 Giuseppe BilottaRespect base virtual functions' signatures
2011-08-05 Perttu Aholamerged delta and c55
2011-08-01 Nils Dagsson MoskoppMerge pull request #47 from MarkTraceur/master
2011-08-01 Mark HolmquistLadders implemented!
2011-07-31 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-30 Perttu AholaFixed handling of inventory in creative mode (normal...
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 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-01 Perttu Aholamerged an old head into main branch
2011-05-29 Perttu Aholahopefully fixed the privilege problems
2011-05-29 Perttu Aholaplayer passwords and privileges in world/auth.txt
2011-05-24 Perttu AholaMerged CiaranG's fence and fixed two things
2011-05-23 Ciaran GultnieksAdded 'shout' player privilege
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-05-16 Perttu Aholamerged CiaranG's changes (player privileges)
2011-05-16 Ciaran GultnieksPrivileges to/from string conversion functions standalo...
2011-05-16 Ciaran GultnieksImproved server commands and added player permissions.
2011-04-23 Perttu AholaCode refactoring; split half of main.cpp to game.cpp.
2011-04-21 Perttu AholaSome work-in-progress in hp and mobs and a frightening...
2011-04-11 Perttu AholaFixed some problems with crafting and inventory
2011-02-20 Perttu AholaTemporary commit; lots of test code and stuff
2011-02-14 Perttu Aholafixed bug in sneaking
2011-02-14 Perttu Aholaadded sneaking/crouching and changelog
2011-02-07 Perttu Aholabug-fixin'
2011-02-06 Perttu Aholamapgen tweaking
2011-02-01 Perttu AholaThis map generator is starting to look pretty good...
2011-01-27 Perttu AholaNow texture handling is fast. Also now players are...
2011-01-15 Perttu AholaPlayers are left on server while server is running...
2011-01-14 Perttu Aholatweaking around, including mapgen, player speed in...
2010-12-22 Perttu Aholasome work-in-progress
2010-12-19 Perttu Aholaadded dedicated server build without irrlicht
2010-11-30 Perttu Aholabetter water
2010-11-29 Perttu Aholalicense stuff
2010-11-26 Perttu AholaInitial files