Age | Commit message (Expand) | Author | Files | Lines |
2012-03-17 | Fixed gcc warning on unused variable 'gc' | shennetsind | 1 | -3/+1 |
2012-03-17 | Fixed bugreport:5456 you can no exploit creation of crafting items by mixing ... | shennetsind | 1 | -4/+5 |
2012-03-17 | fixed gcc warning, removed unused variable 'flag' | shennetsind | 1 | -5/+3 |
2012-03-17 | Fixed baphomet card bonus not working when used by ammunition (required by a ... | shennetsind | 1 | -3/+2 |
2012-03-17 | HELLO WORLD. | shennetsind | 1 | -1/+13 |
2012-03-17 | Rewrote SC_MAGICPOWER to behave like on official servers | lordttseven | 4 | -55/+40 |
2012-03-16 | * forgot to also actually store the skill ids as numbers (follow-up to r15692... | lordttseven | 1 | -4/+2 |
2012-03-16 | * fixed null pointer dereference in skill_name2id (bugreport:5455) | lordttseven | 1 | -1/+1 |
2012-03-15 | * fixed SC_BURNING not ending properly | lordttseven | 1 | -1/+0 |
2012-03-15 | Status change packet cleanup | lordttseven | 6 | -73/+93 |
2012-03-14 | Fixed Nick DB code using uninitialized data (bugreport:5439). | gepard1984 | 1 | -3/+1 |
2012-03-13 | Fixed mail system not notifying about new messages that were received from an... | gepard1984 | 1 | -11/+0 |
2012-03-13 | - Added missing parameter to `db_iput` and `db_uiput` macros (follow-up to r... | gepard1984 | 1 | -10/+10 |
2012-03-13 | Enhanced `DBMap` implementation to allow storing integer type data in additio... | gepard1984 | 10 | -112/+195 |
2012-03-09 | Code cleanup: replaced `DBIterator` function calls with macros where possible. | gepard1984 | 7 | -45/+38 |
2012-03-08 | - Fixed skillratio bonus only ever being multiplied by a factor of 1 (follow-... | epoque11 | 1 | -2/+2 |
2012-03-08 | - Correctly fixed Aimed Bolt and Arrow Storm skill ratios (related to bugrepo... | xantara | 1 | -4/+6 |
2012-03-07 | - Fixed a little leftover in socket_enchant2.txt . | masao87 | 2 | -2/+2 |
2012-03-07 | Fixed a few Ranger-related skills (bugreport:5272) | xantara | 3 | -7/+27 |
2012-03-06 | * fixed a missing break; in status_change_start resulting in broken combo tar... | lordttseven | 1 | -0/+1 |
2012-03-05 | - Guild Castle code cleanup: | gepard1984 | 7 | -124/+116 |
2012-03-04 | - Guild Castle code cleanup: | gepard1984 | 7 | -190/+139 |
2012-03-04 | Assorted skill-related tidbits | lordttseven | 1 | -8/+8 |
2012-03-03 | * fixed job change level not being recorded for 2nd -> 3rd class (bugreport:5... | lordttseven | 3 | -21/+60 |
2012-03-03 | * fixed getiteminfo offset being off by one in REMODE (bugreport:5378) | lordttseven | 2 | -4/+8 |
2012-03-02 | Updated CMakeLists (follow-up to r15572, r15586) (patch provided by Saithis, ... | gepard1984 | 1 | -2/+4 |
2012-03-02 | Replaced some magic numbers related to castle guardians with `MAX_GUARDIANS`. | gepard1984 | 2 | -39/+19 |
2012-03-02 | - reverted r15523 (broken workaround for an underlying issue, see bugreport:5... | lordttseven | 1 | -23/+1 |
2012-03-02 | Minor NPC code cleanup: timer labels. | gepard1984 | 1 | -72/+25 |
2012-03-02 | - Fixed dangling pointer caused by r15644 (partially reverted). | gepard1984 | 1 | -4/+16 |
2012-03-01 | Follow up r15638: the 'sd' party is unnecessary -- when there is no player (e... | shennetsind | 1 | -2/+2 |
2012-03-01 | Enabled `DB_OPT_RELEASE_DATA` for several `DBMap`s to simplify data freeing. | gepard1984 | 4 | -59/+20 |
2012-03-01 | Fixed skillname->ID DBMap storing skill integer value in void pointer. | gepard1984 | 1 | -4/+6 |
2012-03-01 | Enabled `DB_OPT_RELEASE_DATA` for atcommands `DBMap`s so they are able to fre... | gepard1984 | 1 | -16/+4 |
2012-02-29 | Some NPC code cleanup (event labels). | gepard1984 | 1 | -57/+20 |
2012-02-29 | Removed drop and exp penalties of bosses monsters in renewal. (bugreport:5377) | protimus | 1 | -1/+2 |
2012-02-27 | Fixed PA_SACRIFICE crash, bugreport:5371, present since r15277 | shennetsind | 1 | -10/+9 |
2012-02-27 | Fixed Heal amount on skill levels 1~9 (since r15009, bugreport:5372). | gepard1984 | 1 | -1/+1 |
2012-02-27 | Fixed atcommands not being logged (follow-up to r15572)(bugreport:5370). | gepard1984 | 1 | -1/+1 |
2012-02-27 | * Merged changes up to eAthena 15075. | eathenabot | 1 | -1/+1 |
2012-02-22 | Fixed Royal Guard's Banding skill & icon activation (bugreport:5210) | xantara | 3 | -2/+20 |
2012-02-22 | Applied renewal skill changes: (bugreport:5302) | xantara | 3 | -8/+56 |
2012-02-20 | * fixed third class skill point allocation logic (follow-up to r15594, bugrep... | lordttseven | 1 | -16/+29 |
2012-02-19 | minor improvement on status_calc_<stat> for SL_HIGH soul link, being it does ... | shennetsind | 1 | -13/+12 |
2012-02-19 | Updated Enchant Blade, bugreport:5346 | shennetsind | 1 | -7/+4 |
2012-02-19 | Initial support for Wanderer and Minstrel, and a few adjustments here and the... | shennetsind | 5 | -139/+689 |
2012-02-19 | Fixed `/lb` and `/nlb` commands displaying additional nickname (bugreport:5351). | gepard1984 | 2 | -6/+6 |
2012-02-19 | - reverted part of r15609 since apparently the issue is purely limited to ZC_... | lordttseven | 1 | -1/+1 |
2012-02-19 | Fixed /b and /nb bugreport:5351 | shennetsind | 1 | -1/+1 |
2012-02-18 | * adjusted socket_max_client_packet to a more accurate (if guessed) value to ... | lordttseven | 1 | -0/+14 |