utility.h: Change Buffer's interface to be more compatible with SharedBuffer's interf...
[oweals/minetest.git] / src / player.cpp
2011-10-16 Perttu AholaBetter player damage prevention when falling on unloade...
2011-10-15 Perttu AholaFix some "Conditional jump or move depends on uninitial...
2011-10-12 Perttu AholaHeader file tweaking; mainly for speed
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-05 Perttu Aholamerged delta and c55
2011-08-01 Nils Dagsson MoskoppMerge pull request #47 from MarkTraceur/master
2011-08-01 Mark HolmquistFixing ladders again
2011-08-01 Mark HolmquistFixed a few problems in the ladder update, and changed...
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-07-30 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-24 Perttu Aholamerged fix to decapitated trees; other bugs now exists
2011-07-23 Perttu Aholamerged jungle and bluish shadows
2011-07-23 Perttu Aholamerged the content type extension and delta
2011-07-23 Perttu Aholaextended content-type range
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
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 Aholaimproved player fall damage detection
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-21 Perttu AholaAll textures are are now searched first from the direct...
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 AholaFixed two compiler warnings
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 GultnieksAllow "all" to be specified in player config file for...
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 Aholaset client to not show hp if server doesn't support it
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-23 Perttu Aholamainly work on object scripting api
2011-02-20 Perttu AholaTemporary commit; lots of test code and stuff
2011-02-14 Perttu Aholasneaking bug fixing
2011-02-14 Perttu Aholadisabled jumping in sneak mode if far away from the...
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-24 Perttu AholaFaster lighting at map generation time
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 AholaPlayers are left on server while server is running...
2011-01-07 Perttu AholaAdded a more flexible path system (and fixed some minor...
2010-12-22 Perttu Aholaadded fog to players
2010-12-22 Perttu Aholacrafting system!
2010-12-22 Perttu Aholajust savin'
2010-12-22 Perttu Aholasome work-in-progress
2010-12-19 Perttu Aholaadded dedicated server build without irrlicht
2010-12-13 Perttu Aholaworking nicely
2010-11-30 Perttu Aholabetter water
2010-11-29 Perttu Aholalicense stuff
2010-11-26 Perttu AholaInitial files