aboutsummaryrefslogtreecommitdiff
path: root/src/player.cpp
AgeCommit message (Collapse)Author
2011-11-29Proper player inventory and hp modification tracking and sending accordinglyPerttu Ahola
2011-11-29CraftItem rework and Lua interfaceKahrl
2011-11-29Player movement speed and node access distance checkingPerttu Ahola
2011-11-29Clean mapnode.h and fix other files accordinglyPerttu Ahola
2011-11-29GameDef compilesPerttu Ahola
2011-11-29Create framework for getting rid of global definitions of ↵Perttu Ahola
node/tool/item/whatever types
2011-11-29Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuffPerttu Ahola
2011-11-29Scripting WIP: dynamic object stuffPerttu Ahola
2011-11-29ServerRemotePlayer implements ServerActiveObjectPerttu Ahola
2011-10-16Better player damage prevention when falling on unloaded blocks, not ↵Perttu Ahola
involving getting stuck in there.
2011-10-15Fix some "Conditional jump or move depends on uninitialised value(s)" ↵Perttu Ahola
valgrind detections
2011-10-12Header file tweaking; mainly for speedPerttu Ahola
2011-09-06Pause in unloaded territory instead of collideJacobF
2011-08-11Keep track of player itemGiuseppe Bilotta
2011-08-01Fixing ladders againMark Holmquist
2011-08-01Fixed a few problems in the ladder update, and changed the speed to account ↵Mark Holmquist
for gravity
2011-08-01Ladders implemented!Mark Holmquist
2011-07-30Fixed handling of inventory in creative mode (normal inventory is not ↵Perttu Ahola
trashed anymore), fixed mese pick speed, added some forgotten stuff
2011-07-23extended content-type rangePerttu Ahola
2011-06-26improved player fall damage detectionPerttu Ahola
2011-05-29hopefully fixed the privilege problemsPerttu Ahola
--HG-- extra : rebase_source : 9826d20176134a53ff232816a10407465d8c0f50
2011-05-29player passwords and privileges in world/auth.txtPerttu Ahola
--HG-- extra : rebase_source : 7260636295d9068fbeeddf4143c89f2b8a91446c
2011-05-23Added 'shout' player privilegeCiaran Gultnieks
2011-05-21All textures are are now searched first from the directory specified by the ↵Perttu Ahola
texture_path setting.
2011-05-20Passwords - password entry at main menu, stored and checked by serverCiaran Gultnieks
2011-05-16Fixed two compiler warningsPerttu Ahola
2011-05-16Privileges to/from string conversion functions standalone, not static membersCiaran Gultnieks
2011-05-16Allow "all" to be specified in player config file for privilegesCiaran Gultnieks
2011-05-16Improved server commands and added player permissions.Ciaran Gultnieks
--HG-- extra : rebase_source : 178fe08f10b7de3ebaba088bd24faad795114216
2011-04-23Code refactoring; split half of main.cpp to game.cpp.Perttu Ahola
2011-04-21set client to not show hp if server doesn't support itPerttu Ahola
2011-04-21Some work-in-progress in hp and mobs and a frightening amount of random fixes.Perttu Ahola
2011-04-11Fixed some problems with crafting and inventoryPerttu Ahola
2011-02-23mainly work on object scripting apiPerttu Ahola
2011-02-21Temporary commit; lots of test code and stuffPerttu Ahola
2011-02-14sneaking bug fixingPerttu Ahola
2011-02-14disabled jumping in sneak mode if far away from the edge because it can drop ↵Perttu Ahola
the player
2011-02-14fixed bug in sneakingPerttu Ahola
2011-02-14added sneaking/crouching and changelogPerttu Ahola
2011-02-08bug-fixin'Perttu Ahola
2011-02-06mapgen tweakingPerttu Ahola
2011-02-01This map generator is starting to look pretty good now... also, disabled ↵Perttu Ahola
loading player position from disk because map is regenerated always.
2011-01-28Now texture handling is fast. Also now players are saved on disk.Perttu Ahola
2011-01-24Faster lighting at map generation timePerttu Ahola
2011-01-17old water removed, some fixes here and therePerttu Ahola
2011-01-17fine-tuning of map generator and server and stuff.Perttu Ahola
2011-01-16Initial commit of mapgen v.2. Lacks configuration and saving to disk.Perttu Ahola
2011-01-15Players are left on server while server is running. No passwords yet.Perttu Ahola
2011-01-07Added a more flexible path system (and fixed some minor stuff)Perttu Ahola
2010-12-22added fog to playersPerttu Ahola