Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Entity damage system WIP; Remove C++ mobs | Perttu Ahola | 2012-03-10 |
| | |||
* | itemgroup.h and ItemGroupList typedef | Perttu Ahola | 2012-03-10 |
| | |||
* | Tune group digging time stuff a bit | Perttu Ahola | 2012-03-10 |
| | |||
* | Digging time groups WIP | Perttu Ahola | 2012-03-10 |
| | |||
* | Players stay in environment even when dead, damage flash and fall damage fixes | Kahrl | 2012-02-05 |
| | | | | | | Don't set m_removed on dead players (dead players are indicated by hp == 0). Local damage flash is shown whatever the cause was (even from Lua set_hp). PlayerCAO damage flash matches duration of local damage flash. Fall damage is dealt much more consistently (this is done by disallowing jumping when speed.Y is very negative, up to now jumping could sometimes negate fall damage) | ||
* | Fix inventory glitch when connecting as new user | Kahrl | 2012-01-14 |
| | |||
* | The huge item definition and item namespace unification patch (itemdef), see ↵ | Kahrl | 2012-01-12 |
| | | | | http://c55.me/minetest/wiki/doku.php?id=changes:itemdef | ||
* | Properly use time_from_last_punch for limiting PvP punch damage | Perttu Ahola | 2011-12-04 |
| | |||
* | Add enable_pvp setting | Perttu Ahola | 2011-12-02 |
| | |||
* | Make unlimited player transfer distance configurable | Perttu Ahola | 2011-12-02 |
| | |||
* | Fix player double damage | Perttu Ahola | 2011-12-02 |
| | |||
* | Make hitting players make a visual damage flash to the player texture and ↵ | Perttu Ahola | 2011-12-02 |
| | | | | the screen of the local player | ||
* | Move ServerRemotePlayer to a separate file | Perttu Ahola | 2011-12-02 |