summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2012-03-20- Fixed CMake compilation (libconfig integrated into common_base).flaviojs1-3/+3
2012-03-20- Fixed Clown/Gypsy/Minstrel/Wanderer not receiving skill points upon change-sexepoque114-0/+15
2012-03-19 - Script label db now utilizes `DBMap`'s ability to store integer-type data ...gepard19842-8/+8
2012-03-19Follow up r15732, Fixed bug where a player killed by a method not passing thr...shennetsind1-12/+16
2012-03-19Added the official sitting icon support, now while sitting a ugly icon will b...shennetsind2-1/+7
2012-03-19Refine DB updatelordttseven7-52/+122
2012-03-19* Merged changes up to eAthena 15080.eathenabot1-2/+3
2012-03-18Fixed Deep Sleep status, when hit in this status the hit damage is increased ...shennetsind1-2/+13
2012-03-18Added Odin's Power skill.protimus2-0/+11
2012-03-18Follow up r15704, special thanks to Vali!shennetsind1-1/+5
2012-03-18- Updated mob_race2_db.txt to apply under RE and non-RE modesepoque111-1/+1
2012-03-18* uncluttered DB paths between REMODE on/off a littlelordttseven7-76/+35
2012-03-18Fixed Mechanic Hovering skill, bugreport:5363shennetsind1-0/+4
2012-03-18Fixed Verkana and Turisus RK Runes, bugreport:5388shennetsind1-5/+25
2012-03-18Fixed Minstrel/Wanderer Lessons skill SP Boost, SP Regen. bugreport:5364shennetsind1-0/+8
2012-03-18Fixed Royal Guard Prestige, bugreport:5406shennetsind1-3/+3
2012-03-18Fixed White Imprison not going off, bugreport:5249shennetsind2-2/+9
2012-03-18Fixed Sura's Lightning Walk, bugreport:5407shennetsind1-0/+14
2012-03-18Fixed Sura Windmill skill effect, bugreport:5438shennetsind1-1/+2
2012-03-18Fixed Dragon (RK Mount) aspd and weight bonuses, bugreport:5386shennetsind1-1/+4
2012-03-18Fixed gcc warning on pc.cshennetsind1-1/+1
2012-03-18Added Official behavior to non-ensamble songs: they no longer go off if you w...shennetsind5-3/+72
2012-03-18Added Official Guild Aura Implementation bugreport:667shennetsind9-73/+154
2012-03-17 - Reverted r15701 and r15702 to restore ERS for guild exp cache.gepard19841-10/+21
2012-03-17Fixed bugreport:5304 flee calculation on renewal, thanks to Angezerus and Vali!shennetsind1-1/+5
2012-03-17Follow up r15701 added missing db_destroy for memory stuff.shennetsind1-0/+1
2012-03-17Fixed bugreport:5458 server crashing when a character with guild-exp-tax kill...shennetsind1-21/+9
2012-03-17Fixed Reject Sword, bugreport:4493 it nows applies damage reduction damage pr...shennetsind1-18/+15
2012-03-17Fixed gcc warning on unused variable 'gc'shennetsind1-3/+1
2012-03-17Fixed bugreport:5456 you can no exploit creation of crafting items by mixing ...shennetsind1-4/+5
2012-03-17fixed gcc warning, removed unused variable 'flag'shennetsind1-5/+3
2012-03-17Fixed baphomet card bonus not working when used by ammunition (required by a ...shennetsind1-3/+2
2012-03-17HELLO WORLD.shennetsind1-1/+13
2012-03-17Rewrote SC_MAGICPOWER to behave like on official serverslordttseven4-55/+40
2012-03-16* forgot to also actually store the skill ids as numbers (follow-up to r15692...lordttseven1-4/+2
2012-03-16* fixed null pointer dereference in skill_name2id (bugreport:5455)lordttseven1-1/+1
2012-03-15* fixed SC_BURNING not ending properlylordttseven1-1/+0
2012-03-15Status change packet cleanuplordttseven6-73/+93
2012-03-14Fixed Nick DB code using uninitialized data (bugreport:5439).gepard19841-3/+1
2012-03-13Fixed mail system not notifying about new messages that were received from an...gepard19841-11/+0
2012-03-13 - Added missing parameter to `db_iput` and `db_uiput` macros (follow-up to r...gepard19841-10/+10
2012-03-13Enhanced `DBMap` implementation to allow storing integer type data in additio...gepard198410-112/+195
2012-03-09Code cleanup: replaced `DBIterator` function calls with macros where possible. gepard19847-45/+38
2012-03-08- Fixed skillratio bonus only ever being multiplied by a factor of 1 (follow-...epoque111-2/+2
2012-03-08- Correctly fixed Aimed Bolt and Arrow Storm skill ratios (related to bugrepo...xantara1-4/+6
2012-03-07- Fixed a little leftover in socket_enchant2.txt .masao872-2/+2
2012-03-07Fixed a few Ranger-related skills (bugreport:5272)xantara3-7/+27
2012-03-06* fixed a missing break; in status_change_start resulting in broken combo tar...lordttseven1-0/+1
2012-03-05- Guild Castle code cleanup:gepard19847-124/+116
2012-03-04- Guild Castle code cleanup:gepard19847-190/+139