Age | Commit message (Expand) | Author | Files | Lines |
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 | 6 | -26/+140 |
2013-08-26 | [Abilities] Removed the old autoattack system | Erik Schilling | 25 | -1899/+15 |
2013-08-26 | [Abilities] Added a add_hit_taken bind | Erik Schilling | 5 | -30/+51 |
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 | 11 | -40/+141 |
2013-08-26 | [Abilities] Added a autoconsume option | Erik Schilling | 3 | -0/+14 |
2013-08-26 | [Abilities] Moved the ability code into a own component | Erik Schilling | 9 | -255/+355 |
2013-08-26 | [Abilities] Made the rechargespeed depending on attributes | Erik Schilling | 6 | -87/+25 |
2013-08-26 | [Abilities] Only send status for actually changed abilities | Erik Schilling | 2 | -15/+17 |
2013-08-26 | [Abilities] Added network message for removed ability | Erik Schilling | 2 | -1/+4 |
2013-08-26 | [Abilities] Renamed set to category | Erik Schilling | 6 | -30/+30 |
2013-08-26 | [Abilities] Renamed specials to abilities | Erik Schilling | 24 | -640/+698 |
2013-08-25 | Use std::unique_ptr for Account instance of AccountClient | Thorbjørn Lindeijer | 3 | -38/+32 |
2013-07-28 | Allow -v for setting verbosity | Erik Schilling | 2 | -4/+4 |
2013-07-19 | Adapted the inline documentation for markdown docs | Erik Schilling | 1 | -163/+226 |
2013-06-18 | Allow manaserv to be built with external ENet | Brian Callahan | 1 | -3/+9 |
2013-05-10 | Partial rewrite and improvements of Warp object | Przemysław Grzywacz | 4 | -30/+180 |
2013-05-03 | Maps are now configured in settings.xml too | Przemysław Grzywacz | 4 | -70/+82 |
2013-05-03 | Made member function tables available as a globals | Thorbjørn Lindeijer | 1 | -0/+5 |
2013-05-02 | Fixed a bunch of cppcheck warnings | Erik Schilling | 21 | -93/+78 |
2013-04-30 | Bumped the protocol version to 3 | Thorbjørn Lindeijer | 1 | -1/+1 |
2013-04-29 | Single xml solution | Przemysław Grzywacz | 21 | -569/+884 |
2013-04-29 | Fixed two SQL queries that broke since NULL -> nullptr replacement | Thorbjørn Lindeijer | 1 | -3/+3 |
2013-04-27 | Warn at failing overrides | Erik Schilling | 1 | -1/+2 |
2013-04-27 | Use nullptr instead of NULL everywhere | Erik Schilling | 39 | -78/+78 |
2013-04-27 | Fixed typo in script docs | Erik Schilling | 1 | -1/+1 |
2013-04-25 | Fixed crash when checking whether a character is already online | Thorbjørn Lindeijer | 1 | -3/+2 |
2013-04-25 | Simplified BeingComponent::updateDirection | Thorbjørn Lindeijer | 2 | -74/+7 |
2013-04-15 | Forgot to rename npc_message in some docs | Thorbjørn Lindeijer | 1 | -11/+11 |
2013-04-15 | Fixed small script documentation error | Thorbjørn Lindeijer | 1 | -1/+1 |
2013-04-15 | Fixed error message | Thorbjørn Lindeijer | 1 | -1/+1 |
2013-04-15 | Used static_assert for static assertion | Thorbjørn Lindeijer | 1 | -1/+2 |
2013-04-15 | Dropped the & from the Lua function tables | Thorbjørn Lindeijer | 1 | -149/+149 |
2013-04-15 | Moved functions to entity members where appropriate | Thorbjørn Lindeijer | 4 | -472/+596 |
2013-04-14 | Simplified some script function names | Thorbjørn Lindeijer | 1 | -39/+38 |
2013-04-14 | Removed NPC and character parameters from NPC functions | Thorbjørn Lindeijer | 3 | -64/+71 |
2013-04-14 | Use a full user data for Entity references | Thorbjørn Lindeijer | 6 | -95/+64 |
2013-04-13 | Don't try to kill the connection of a deleted character | Thorbjørn Lindeijer | 1 | -1/+1 |
2013-04-13 | Actually use transactions for mysql updates | Erik Schilling | 2 | -4/+4 |
2013-04-12 | Fixed uninitialised variable warning in valgrind | Erik Schilling | 1 | -0/+1 |
2013-04-12 | Fixed too long lua documentation | Erik Schilling | 1 | -21/+46 |
2013-04-12 | Removed static member definitions that are no longer needed | Thorbjørn Lindeijer | 6 | -11/+1 |
2013-04-12 | Removed CharacterData member from CharacterComponent | Thorbjørn Lindeijer | 3 | -9/+3 |
2013-04-12 | Moved Actor into an Component | Erik Schilling | 33 | -408/+429 |
2013-04-11 | Converted Being into a Component | Erik Schilling | 49 | -872/+1051 |
2013-04-11 | Converted the Character class into a component | Erik Schilling | 42 | -760/+1178 |
2013-04-11 | Renamed Character -> CharacterData in the accountserver | Erik Schilling | 14 | -68/+70 |
2013-04-10 | Fixed @kill killing yourself | Erik Schilling | 1 | -1/+1 |