Age | Commit message (Expand) | Author | Files | Lines |
2015-12-10 | Change the sequence of Status ID's according to its number. Minor clean-up. | Jedzkie | 1 | -152/+160 |
2015-12-10 | Rename 'ITEMIDBATTLE_MANUAL100' to 'ITEMID_BATTLE_MANUAL100'. | Jedzkie | 2 | -2/+2 |
2015-12-09 | Fixed a nullpo check failure in log_chat | Haru | 1 | -6/+51 |
2015-12-06 | Fixed a validation issue in the NPC Sell List | Haru | 1 | -5/+13 |
2015-12-06 | HPM Hooks Update | Hercules.ws | 3 | -0/+32 |
2015-12-06 | Added backtrace in case an invalid race is passed to map_race_id2mask | Haru | 2 | -0/+15 |
2015-12-06 | Fixed issues with compound races in bonuses where they're handled as arrays | Haru | 1 | -323/+203 |
2015-12-06 | Replaced RC_BOSS/RC_NONBOSS bitmask combinations with RC_ALL bitmasks | Haru | 1 | -25/+32 |
2015-12-06 | Refactored/fixed race handling for bonuses that store it as a bitmask | Haru | 5 | -101/+153 |
2015-12-05 | Removed some unnecessary assertions | Haru | 3 | -9/+16 |
2015-12-05 | Fixed a client crash when a MVP Tombstone is created | Haru | 1 | -7/+1 |
2015-12-04 | Add missing check to mail.c | Andrei Karas | 1 | -0/+6 |
2015-12-04 | Add missing check to log.c | Andrei Karas | 1 | -0/+32 |
2015-12-04 | Add missing checks into itemdb.c | Andrei Karas | 1 | -2/+30 |
2015-12-04 | Add missing checks to irc-bot.c | Andrei Karas | 1 | -6/+24 |
2015-12-04 | Add missing checks to intif.c | Andrei Karas | 1 | -2/+55 |
2015-12-04 | Add missing checks to instance.c | Andrei Karas | 1 | -0/+7 |
2015-12-04 | Add missing checks to homunculus.c | Andrei Karas | 1 | -9/+46 |
2015-12-04 | Add missing checks to guild.c | Andrei Karas | 1 | -1/+26 |
2015-12-04 | Add missing checks to elemental.c | Andrei Karas | 1 | -3/+13 |
2015-12-04 | HPM Hooks Update | Hercules.ws | 3 | -0/+31 |
2015-12-04 | Merge pull request #910 from dastgir/idle | Andrei Karas | 5 | -36/+28 |
2015-12-04 | Added a function to update idle time | Dastgir | 5 | -36/+28 |
2015-12-02 | Fixed an issue with the HPMDataCheck when PCRE is enabled | Haru | 6 | -15/+8 |
2015-12-02 | HPM Hooks Update | Hercules.ws | 1 | -0/+5 |
2015-12-02 | Fixed compile errors on very old PACKETVERs | Haru | 7 | -34/+60 |
2015-12-02 | Fixed an issue with the socket send/receive timeouts in Windows | Haru | 1 | -12/+27 |
2015-11-28 | Fixed a compilation error when the memory manager is disabled | Haru | 1 | -1/+1 |
2015-11-23 | ItemDB Update: | Jedzkie | 2 | -40/+47 |
2015-11-22 | ItemDB Update: | Jedzkie | 1 | -1/+1 |
2015-11-22 | ItemDB Update: | Jedzkie | 2 | -0/+6 |
2015-11-22 | ItemDB Update: | Jedzkie | 1 | -4/+6 |
2015-11-22 | ItemDB Update: | Jedzkie | 2 | -6/+21 |
2015-11-22 | SC Update: | Jedzkie | 3 | -2/+75 |
2015-11-22 | ItemDB Update: | Jedzkie | 3 | -9/+81 |
2015-11-21 | This reverts commit 3eb8f6cc123835fae6bbd847f02cdd45fcfccd60. | AnnieRuru | 1 | -2/+2 |
2015-11-21 | Fix getitem/getitem2 give stacked items when ForceSerial on (#703) | AnnieRuru | 1 | -2/+2 |
2015-11-19 | ItemDB Update: | Jedzkie | 1 | -25/+35 |
2015-11-18 | Replaced -1 with FAKE_NPC in source, where appropriate | Haru | 1 | -7/+6 |
2015-11-18 | Merge pull request #837 from AnnieRuru/request_5 | Haruna | 4 | -1/+7 |
2015-11-18 | Merge pull request #817 from HerculesWS/atcommand_msg | Haruna | 1 | -2/+2 |
2015-11-18 | Merge pull request #878 from Jedzkie/request_01 | Dastgir | 2 | -4/+16 |
2015-11-18 | ItemDB Update: | Jedzkie | 2 | -4/+16 |
2015-11-18 | Fixed a crash in some skills' multi-hit code | Haru | 1 | -4/+4 |
2015-11-17 | Revert "Item DB Updates:" | Haru | 3 | -802/+715 |
2015-11-17 | Item DB Updates: | Jedzkie | 3 | -715/+802 |
2015-11-16 | Update new NPC ID's. | Jedzkie | 1 | -1/+1 |
2015-11-15 | Merge pull request #857 from HerculesWS/scriptqueue | Andrei Karas | 10 | -391/+520 |
2015-11-14 | Fix npc initialisation in first map (m == 0). | Andrei Karas | 1 | -1/+1 |
2015-11-14 | Changed struct map_session_data::queues into a VECTOR and renamed to ::script... | Haru | 5 | -29/+20 |