Age | Commit message (Expand) | Author | Files | Lines |
2013-09-01 | Do not make all attributes persistent | Erik Schilling | 1 | -6/+12 |
2013-08-26 | Allowed to push attributeinfos for the attribute recalculation | Erik Schilling | 4 | -54/+52 |
2013-08-26 | Removed ability categories | Erik Schilling | 3 | -26/+20 |
2013-08-26 | Made cooldowns of abilities scriptable | Erik Schilling | 3 | -11/+2 |
2013-08-26 | Readded level handling | Erik Schilling | 8 | -6/+143 |
2013-08-26 | Removed skills | Erik Schilling | 4 | -29/+0 |
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 | 2 | -30/+16 |
2013-08-26 | Added a first very basic monster ai version | Erik Schilling | 7 | -38/+191 |
2013-08-26 | Removed the hardcoded monster AI | Erik Schilling | 1 | -28/+0 |
2013-08-26 | [Abilities] Added abilities to monsters | Erik Schilling | 1 | -0/+97 |
2013-08-26 | [Abilities] Removed the old autoattack system | Erik Schilling | 4 | -108/+0 |
2013-08-26 | [Abilities] Added a add_hit_taken bind | Erik Schilling | 1 | -0/+4 |
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] Added support for a global cooldown | Erik Schilling | 3 | -1/+11 |
2013-08-26 | [Abilities] Added a autoconsume option | Erik Schilling | 1 | -1/+0 |
2013-08-26 | [Abilities] Removed all except one ability | Erik Schilling | 2 | -21/+0 |
2013-08-26 | [Abilities] Made the rechargespeed depending on attributes | Erik Schilling | 1 | -3/+3 |
2013-08-26 | [Abilities] Turned special 1 into a point target for easier testing | Erik Schilling | 2 | -1/+2 |
2013-08-26 | [Abilities] Renamed set to category | Erik Schilling | 1 | -2/+2 |
2013-08-26 | [Abilities] Renamed specials to abilities | Erik Schilling | 5 | -20/+20 |
2013-05-23 | Added paths.xml to settings.xml in example data | Przemysław Grzywacz | 1 | -0/+1 |
2013-05-04 | Client-side settings are now available from settings.xml too, so example/sett... | Przemysław Grzywacz | 1 | -1/+4 |
2013-05-03 | Maps are now configured in settings.xml too | Przemysław Grzywacz | 1 | -0/+1 |
2013-05-03 | Made member function tables available as a globals | Thorbjørn Lindeijer | 3 | -11/+11 |
2013-04-29 | Single xml solution | Przemysław Grzywacz | 3 | -8/+18 |
2013-04-15 | Moved functions to entity members where appropriate | Thorbjørn Lindeijer | 16 | -119/+114 |
2013-04-14 | Simplified some script function names | Thorbjørn Lindeijer | 8 | -73/+71 |
2013-04-14 | Removed NPC and character parameters from NPC functions | Thorbjørn Lindeijer | 8 | -75/+72 |
2013-04-14 | Use a full user data for Entity references | Thorbjørn Lindeijer | 1 | -1/+1 |
2013-02-24 | Added possibility to reserve maps | Erik Schilling | 1 | -0/+5 |
2013-02-21 | Removed loading of script files using the statusmanager | Erik Schilling | 3 | -2/+4 |
2013-02-17 | Monsters no longer load their script files | Erik Schilling | 1 | -1/+0 |
2013-02-16 | Fixed last second reordering of function parameters in last commit | Erik Schilling | 1 | -5/+5 |
2013-02-04 | Moved attribute (re)calculation to the scripts | Erik Schilling | 2 | -0/+75 |
2013-02-04 | Changed Sword to Vit bonus since it has a lot derived attributes | Erik Schilling | 1 | -1/+1 |
2013-02-01 | Added emote support. | Yohann Ferreira | 2 | -20/+19 |
2013-01-08 | Added Vulnerabilities for monsters | Erik Schilling | 2 | -2/+2 |
2013-01-08 | Added script binds for getting attack information | Erik Schilling | 1 | -1/+4 |
2013-01-08 | Work on (Auto)Attack system. | Erik Schilling | 3 | -61/+71 |
2013-01-08 | Rename AutoAttack to Attack | Erik Schilling | 1 | -3/+3 |
2012-04-04 | Enhanced special support | Erik Schilling | 3 | -27/+37 |
2012-03-11 | Converted two Lua scripts from DOS to UNIX line endings | Thorbjørn Lindeijer | 2 | -132/+132 |
2012-03-11 | Register Lua script API functions into the global namespace | Thorbjørn Lindeijer | 16 | -196/+196 |
2012-03-11 | Removed the create_npc wrapper and the last two NPC callbacks | Thorbjørn Lindeijer | 1 | -7/+7 |
2012-03-11 | Removed deprecated NPC helper functions | Thorbjørn Lindeijer | 8 | -68/+68 |
2012-03-10 | Moved the managing of NPC script coroutines into C++ | Thorbjørn Lindeijer | 1 | -2/+0 |
2012-03-05 | Added @effect command | Erik Schilling | 1 | -0/+1 |
2012-03-03 | Made some global Lua variables local | Thorbjørn Lindeijer | 2 | -47/+46 |