Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Allow modifying movement speed, jump height and gravity per-player via the ↵ | MirceaKitsune | 2013-04-05 |
| | | | | Lua API. | ||
* | Migrate to STL containers/algorithms. | Ilya Zhuravlev | 2013-03-11 |
| | |||
* | Update Copyright Years | Sfan5 | 2013-02-24 |
| | |||
* | Change Minetest-c55 to Minetest | PilzAdam | 2013-02-24 |
| | |||
* | Full protocol 13 compatibility on server side | Perttu Ahola | 2012-11-29 |
| | |||
* | A bunch of fixes | MirceaKitsune | 2012-11-25 |
| | | | | | | | | | | | | No longer hide players who are dead. With models, a death animation should be used instead Some changes requested by celeron55 Rename a lot of things in the code, and use better lua api function names Minor code corrections Bump protocol version up, since the models / animations / attachments code creates new client<->server messages | ||
* | Update attachments at the ending of the addToScene function for parents. And ↵ | MirceaKitsune | 2012-11-25 |
| | | | | | | | | | | | | | | | | | | | | with this... *drum roll* Client-side attachments are at last functional and stick visibly. Fix the last segmentation fault (apparently). So far attachments seem to be fully functional, although removing the parent causes children to go to origin 0,0,0 and possibly still cause such a fault (though this should already be addressed) Fix a bug in falling code where entities get stuck Also check if the parent has been removed server-side, and detach the child if so. Fixes children going to origin 0,0,0 when their parent is removed. Unset all attachment properties when permanently detaching (on both the client and server). Also store less data we don't need Create a separate function for detaching, and also update lua api documentation When a child is detached, update its position from the server to clients. This WILL cause it to get positioned slightly differently client side, as the server attachment system only copies parent origin and knows not about mesh / bone transformation. This prevents different clients seeing the object detached in different spots which is most correct Update the position of attached players to clients. An attached player will see himself move, but this is currently VERY ugly and laggy as it is done by the server (it probably must stay this way too) Use a different approach for locally attached players. This allows for smooth positio transitions to work, as well at the player turning around freely. Still buggy however | ||
* | Framework for the attachment system, new object property which allows ↵ | MirceaKitsune | 2012-11-25 |
| | | | | | | | | | | | | | | changing the color and alpha of mesh materials New object property which allows changing the color and alpha of mesh materials. Due to the current lighting systems it doesn't work yet, but the full implementation is there Framework for the attachment system, with no actual functionality yet Send bone and player object to the setAttachment function in content_sao.cpp, but we need a way to translate it there and send it to the client I will also want position and rotation offsets to be possible to apply to attachments Network object ID from server to client. This will be used to identify the parent client-side and know what to attach to | ||
* | Get the new animation framework properly working | MirceaKitsune | 2012-11-25 |
| | | | | | | Store start and end frames as v2f Also move bone animations to their own function instead of object properties | ||
* | Add dtime_s to entity activation | Perttu Ahola | 2012-09-09 |
| | |||
* | Optimize headers | Perttu Ahola | 2012-06-17 |
| | |||
* | Properly and efficiently use split utility headers | Perttu Ahola | 2012-06-17 |
| | |||
* | Switch the license to be LGPLv2/later, with small parts still remaining as ↵ | Perttu Ahola | 2012-06-05 |
| | | | | GPLv2/later, by agreement of major contributors | ||
* | ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on ↵ | Perttu Ahola | 2012-03-30 |
| | | | | players too! | ||
* | Add GenericCAO and player armor groups, but don't use them yet | Perttu Ahola | 2012-03-29 |
| | |||
* | added PlayerSAO and RemotePlayer, removed ServerRemotePlayer | Kahrl | 2012-03-29 |
| | |||
* | Entity damage system WIP; Remove C++ mobs | Perttu Ahola | 2012-03-10 |
| | |||
* | Fix some warnings on some compilers | Giuseppe Bilotta | 2012-02-02 |
| | | | | | | ItemStack is a struct, not a class CollisionInfo is a struct, not a class InventoryAction is abstract and it needs a virtual destructor | ||
* | 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 | ||
* | Make players be again visible from a long distance | Perttu Ahola | 2011-12-02 |
| | |||
* | Players are more like objects + related stuff | Perttu Ahola | 2011-12-01 |
| | |||
* | Player-is-SAO WIP | Perttu Ahola | 2011-12-01 |
| | |||
* | Add ServerActiveObject::removingFromEnvironment() | Perttu Ahola | 2011-12-01 |
| | |||
* | CraftItem rework and Lua interface | Kahrl | 2011-11-29 |
| | |||
* | Create framework for getting rid of global definitions of ↵ | Perttu Ahola | 2011-11-29 |
| | | | | node/tool/item/whatever types | ||
* | Scripting WIP: dynamic object stuff | Perttu Ahola | 2011-11-29 |
| | |||
* | ServerRemotePlayer implements ServerActiveObject | Perttu Ahola | 2011-11-29 |
| | |||
* | Scripting WIP | Perttu Ahola | 2011-11-29 |
| | |||
* | Scripting WIP | Perttu Ahola | 2011-11-29 |
| | |||
* | Scripting WIP | Perttu Ahola | 2011-11-29 |
| | |||
* | Scripting WIP | Perttu Ahola | 2011-11-29 |
| | |||
* | Add peaceful / not peaceful distinction in mobs and the only_peaceful_mobs ↵ | Perttu Ahola | 2011-10-16 |
| | | | | setting | ||
* | Improve mobv2 | Perttu Ahola | 2011-10-15 |
| | |||
* | Rats are now eatable. Also made their selection box move smoothly. | Perttu Ahola | 2011-07-30 |
| | |||
* | reorganized a lot of stuff and modified mapgen and objects slightly while ↵ | Perttu Ahola | 2011-06-26 |
| | | | | doing it | ||
* | Preliminary "active block" stuff + set up test code to grow grass. | Perttu Ahola | 2011-05-22 |
| | |||
* | Some work-in-progress in hp and mobs and a frightening amount of random fixes. | Perttu Ahola | 2011-04-21 |
| | |||
* | better support for old maps | Perttu Ahola | 2011-04-10 |
| | |||
* | new-style rats are now generated in the map | Perttu Ahola | 2011-04-10 |
| | |||
* | implemented rats in new system to verify that it works | Perttu Ahola | 2011-04-10 |
| | |||
* | items now fall by gravity... also some other random updating | Perttu Ahola | 2011-04-10 |
| | |||
* | new object system | Perttu Ahola | 2011-04-10 |
| | |||
* | Some progress on transitioning from MapBlockObject to ActiveObject. | Perttu Ahola | 2011-04-08 |
| | |||
* | Removed lua stuff | Perttu Ahola | 2011-04-03 |
| | |||
* | mainly work on object scripting api | Perttu Ahola | 2011-02-23 |
| | |||
* | preliminary lua scripting framework for objects | Perttu Ahola | 2011-02-21 |
| | |||
* | Temporary commit; lots of test code and stuff | Perttu Ahola | 2011-02-21 |