Age | Commit message (Expand) | Author | Files | Lines |
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 | 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 | 1 | -8/+1 |
2015-12-02 | Fixed compile errors on very old PACKETVERs | Haru | 4 | -28/+49 |
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 | 8 | -377/+505 |
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 |
2015-11-14 | Changed struct script_queue_iterator::item into a VECTOR and Renamed to ::ent... | Haru | 2 | -19/+23 |
2015-11-14 | Changed struct script_queue::item into a VECTOR and Renamed to ::entries | Haru | 4 | -157/+127 |
2015-11-14 | Standardized script-queue related commands | Haru | 2 | -21/+22 |
2015-11-14 | Fix @QMapChangeTo$ not usable when HQO_OnMapChange triggered | AnnieRuru | 1 | -1/+1 |
2015-11-14 | Refactored the script queue system | Haru | 1 | -185/+333 |
2015-11-14 | Renamed hQueue/hQueueIterator/hQueueOpt to latest standards | Haru | 6 | -59/+66 |
2015-11-14 | Changed script->hq and script->hqi into VECTOR type | Haru | 2 | -94/+87 |
2015-11-14 | Fixed some direct accesses to script->hq[] from other modules. | Haru | 2 | -14/+16 |
2015-11-14 | Corrected an issue causing queue iterators not to return their last value | Haru | 1 | -9/+21 |
2015-11-14 | Add option for fix hit after warp. | Andrei Karas | 2 | -4/+10 |
2015-11-12 | Split npc_duplicate_sub into separate functions based on subtypes | Haru | 2 | -48/+85 |