Age | Commit message (Expand) | Author | Files | Lines |
2013-02-24 | Fixed default value of the servername | Erik Schilling | 2 | -2/+3 |
2013-02-24 | Added possibility to reserve maps | Erik Schilling | 11 | -31/+155 |
2013-02-24 | Made the scripts being able to install | Erik Schilling | 5 | -5/+15 |
2013-02-24 | Documented all lua binds directly in the source | Erik Schilling | 2 | -1352/+2340 |
2013-02-21 | Removed loading of script files using the statusmanager | Erik Schilling | 4 | -19/+5 |
2013-02-21 | Introduced Script::Context | Erik Schilling | 16 | -87/+99 |
2013-02-20 | Rephrased the README about the server data a bit | Erik Schilling | 1 | -11/+2 |
2013-02-17 | Monsters no longer load their script files | Erik Schilling | 4 | -41/+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 | 10 | -177/+174 |
2013-02-04 | Changed Sword to Vit bonus since it has a lot derived attributes | Erik Schilling | 1 | -1/+1 |
2013-02-04 | Random cleanup of attribute code | Erik Schilling | 3 | -19/+28 |
2013-02-03 | Fixed configure with old cmake | Erik Schilling | 1 | -2/+3 |
2013-02-03 | Modifications to allow crosscompiling with mingw | Erik Schilling | 10 | -13/+32 |
2013-02-03 | Fixed codeblocks compile for linux with sigc++ | Erik Schilling | 1 | -3/+7 |
2013-02-01 | Merge pull request #11 from Bertram25/manaserv-emotes-support | Yohann Ferreira | 16 | -25/+220 |
2013-02-01 | Silenced to Wreorder warnings. | Yohann Ferreira | 2 | -3/+3 |
2013-02-01 | Added emote support. | Yohann Ferreira | 14 | -22/+217 |
2013-01-29 | Silenced some eclipse warnings | Erik Schilling | 8 | -5/+21 |
2013-01-29 | Fixed and silenced compiler warning | Erik Schilling | 1 | -4/+5 |
2013-01-15 | Fixed setting current map for npc update function | Erik Schilling | 1 | -0/+2 |
2013-01-10 | Small simplification in Monster::died | Thorbjørn Lindeijer | 1 | -4/+4 |
2013-01-10 | Used a typedef to make callback syntax more readable | Thorbjørn Lindeijer | 1 | -11/+8 |
2013-01-10 | Small documentation updates for Point and Rectangle | Thorbjørn Lindeijer | 2 | -4/+3 |
2013-01-10 | Removed deprecated and unused Storage::flushSkill | Thorbjørn Lindeijer | 2 | -19/+0 |
2013-01-10 | Update some Doxygen settings | Thorbjørn Lindeijer | 1 | -3/+3 |
2013-01-10 | Made sure in-inventory trigger is called at pickup | Erik Schilling | 1 | -1/+9 |
2013-01-09 | Removed unused functor obj_name_is | Thorbjørn Lindeijer | 1 | -20/+0 |
2013-01-09 | Replaced EventListener with signals based on libsigc++ | Thorbjørn Lindeijer | 23 | -344/+291 |
2013-01-09 | Replaced 'unsigned int' with 'unsigned' | Thorbjørn Lindeijer | 55 | -298/+286 |
2013-01-09 | Micro-optimizations for pushing strings to Lua | Thorbjørn Lindeijer | 4 | -37/+29 |
2013-01-09 | Added support for Lua 5.2 | Thorbjørn Lindeijer | 3 | -1/+23 |
2013-01-08 | Fixed syntax error (added missing '{') | Thorbjørn Lindeijer | 1 | -0/+1 |
2013-01-08 | Added Vulnerabilities for monsters | Erik Schilling | 5 | -3/+30 |
2013-01-08 | Added script binds for getting attack information | Erik Schilling | 3 | -9/+159 |
2013-01-08 | Work on (Auto)Attack system. | Erik Schilling | 19 | -535/+688 |
2013-01-08 | Rename AutoAttack to Attack | Erik Schilling | 12 | -55/+55 |
2013-01-07 | Set the current map when executing being callbacks | Thorbjørn Lindeijer | 1 | -0/+2 |
2013-01-05 | Fixed codeblocks compile for linux targets | Erik Schilling | 2 | -273/+294 |
2012-12-15 | Create database using a single transaction | Thorbjørn Lindeijer | 1 | -0/+4 |
2012-10-11 | Moved order of sending gender | Erik Schilling | 2 | -7/+5 |
2012-09-22 | Extended warnings for parsing warps | Erik Schilling | 1 | -1/+1 |
2012-09-22 | Fixed marking map as activated | Erik Schilling | 2 | -19/+40 |
2012-09-18 | Added travis config | Erik Schilling | 1 | -0/+8 |
2012-09-02 | Allow map objects as warp targets | Erik Schilling | 3 | -14/+57 |
2012-09-02 | Dropped .gz suffix for maps | Erik Schilling | 1 | -2/+0 |
2012-08-10 | Fixed item_drop insertion of object | Erik Schilling | 1 | -3/+2 |
2012-08-10 | Fixed issues with removing attribute modifiers | Thorbjørn Lindeijer | 1 | -4/+5 |
2012-08-06 | Allow monster name in <drop> tag | Erik Schilling | 1 | -3/+17 |
2012-08-05 | Fixed wrong error raising in lua.cpp | Erik Schilling | 1 | -2/+2 |