Age | Commit message (Expand) | Author | Files | Lines |
2013-09-09 | Fixed the equipment info for characters | Erik Schilling | 1 | -1/+1 |
2013-09-09 | Removed old unused functions | Erik Schilling | 1 | -5/+0 |
2013-09-09 | Send equipment data for character selection | Erik Schilling | 2 | -9/+19 |
2013-09-09 | Fixed Entity leak with effects | Erik Schilling | 3 | -10/+4 |
2013-09-08 | Allow to use the name of attributes in @attribute | Erik Schilling | 1 | -11/+17 |
2013-09-08 | Actually send the info about beings using direction abilities | Erik Schilling | 3 | -1/+18 |
2013-09-08 | Added support for direction based ability targets | Erik Schilling | 8 | -36/+99 |
2013-09-08 | Removed unused variable | Thorbjørn Lindeijer | 1 | -1/+0 |
2013-09-08 | Renamed character.cpp to charactercomponent.cpp | Erik Schilling | 21 | -22/+22 |
2013-09-08 | Cleaned up the inventory handling | Erik Schilling | 15 | -694/+329 |
2013-09-01 | Fixed inconsistent type of hairstyle networking | Erik Schilling | 2 | -13/+8 |
2013-09-01 | Do not make all attributes persistent | Erik Schilling | 4 | -11/+27 |
2013-08-31 | Remove unused variable | Stefan Beller | 1 | -1/+0 |
2013-08-31 | remove unused variable | Stefan Beller | 1 | -1/+0 |
2013-08-26 | Added forgotten files | Erik Schilling | 2 | -0/+99 |
2013-08-26 | Moved AttributeInfo into a seperate file | Erik Schilling | 18 | -107/+57 |
2013-08-26 | Secured the use of the AttributeInfo where nessecary | Erik Schilling | 3 | -5/+21 |
2013-08-26 | Allowed to push attributeinfos for the attribute recalculation | Erik Schilling | 31 | -285/+384 |
2013-08-26 | Unshared the serialization of characters | Erik Schilling | 10 | -440/+332 |
2013-08-26 | Fixed warning which used an invalid iterator | Erik Schilling | 1 | -2/+1 |
2013-08-26 | Allow abilities name for use_ability() | Erik Schilling | 1 | -3/+5 |
2013-08-26 | Removed ability categories | Erik Schilling | 9 | -118/+29 |
2013-08-26 | Only call ability recharge callback if it is valid | Erik Schilling | 1 | -5/+8 |
2013-08-26 | Use '/' as seperator for ability categories rather than '_' | Erik Schilling | 2 | -6/+6 |
2013-08-26 | Made cooldowns of abilities scriptable | Erik Schilling | 21 | -299/+168 |
2013-08-26 | Allow multiple scopes (character and monster) | Erik Schilling | 1 | -4/+10 |
2013-08-26 | Readded level handling | Erik Schilling | 19 | -40/+284 |
2013-08-26 | Removed skills | Erik Schilling | 36 | -1094/+86 |
2013-08-26 | Readded Entity:damage as lua function | Erik Schilling | 5 | -15/+44 |
2013-08-26 | Allow names instead of ids for attributes + cleanup | Erik Schilling | 16 | -229/+224 |
2013-08-26 | Warn when defining an attribute without a scope | Erik Schilling | 1 | -3/+3 |
2013-08-26 | Added a first very basic monster ai version | Erik Schilling | 8 | -53/+191 |
2013-08-26 | Call the on_remove handler with the being as parameter | Erik Schilling | 1 | -6/+7 |
2013-08-26 | Added look_at bind | Erik Schilling | 1 | -0/+33 |
2013-08-26 | Fixed setting name of monsters | Erik Schilling | 1 | -2/+2 |
2013-08-26 | Added tick argument to the monster update callback | Erik Schilling | 1 | -0/+1 |
2013-08-26 | Removed the hardcoded monster AI | Erik Schilling | 4 | -230/+1 |
2013-08-26 | Added entity:destination() bind | Erik Schilling | 1 | -0/+18 |
2013-08-26 | Added function to check for length of a possible path | Erik Schilling | 3 | -9/+54 |
2013-08-26 | Added get_monster_classes() bind | Erik Schilling | 3 | -2/+28 |
2013-08-26 | [Abilities] Added abilities to monsters | Erik Schilling | 7 | -26/+237 |
2013-08-26 | [Abilities] Removed the old autoattack system | Erik Schilling | 30 | -2013/+15 |
2013-08-26 | [Abilities] Added a add_hit_taken bind | Erik Schilling | 6 | -30/+55 |
2013-08-26 | [Abilities] Made a first example attack ability | Erik Schilling | 1 | -2/+20 |
2013-08-26 | [Abilities] Added a useaction to the gamedata | Erik Schilling | 1 | -0/+1 |
2013-08-26 | [Abilities] Inform other players about ability uses | Erik Schilling | 5 | -4/+77 |
2013-08-26 | [Abilities] Added support for a global cooldown | Erik Schilling | 15 | -41/+154 |
2013-08-26 | [Abilities] Added a autoconsume option | Erik Schilling | 4 | -1/+14 |
2013-08-26 | [Abilities] Moved the ability code into a own component | Erik Schilling | 9 | -255/+355 |
2013-08-26 | [Abilities] Removed all except one ability | Erik Schilling | 2 | -21/+0 |