summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2007-10-12Fixed Bragi's aftercast delay reductionPlaytester1-3/+3
2007-10-12Fixed some badly merged code in the #include part of map.c.ultramage1-13/+1
2007-10-11Removed the check that prevented Warp Portal from opening after you picked th...ultramage4-44/+51
2007-10-10Minor skill_dance_switch cleanupultramage1-36/+29
2007-10-10* Implemented more official Warp Portal behaviorultramage2-22/+25
2007-10-10Re-enabled packet 0x1ac to be sent when something gets ankle-snaredultramage3-15/+13
2007-10-10* Partially removed the usage of 'flags' to direct the execution path in skil...ultramage5-80/+90
2007-10-10* Fixed itemdb_read_sqldb blowing up the server with segmentation faults.FlavioJS4-48/+47
2007-10-10* Removed 'into_abyss' effect on traps; tests show that it works ONLY for Gem...ultramage2-34/+35
2007-10-10Fixed a messup in r11347 causing skill units to expire, trigger or not trigge...ultramage1-1/+1
2007-10-09Removed name checks from /b and /lb after finding out that /nb and /nlb use t...ultramage1-49/+20
2007-10-09* Corrected string lengths according to bugreport:198ultramage7-171/+156
2007-10-08* Delayed the check for required items when a skill is cast to when they are ...FlavioJS12-59/+85
2007-10-06 * the mapserver won't exit when no mapcache is found, with use_grf: yesultramage7-467/+127
2007-10-05* REALLY fixed emblem not displaying when a char logs in (compromise between ...ultramage1-6/+8
2007-10-05Fixed 'Wink of Charm' - shouldn't work on boss mobs (topic:166115)ultramage1-10/+11
2007-10-05* Removed a broken remnant of code from old gospel code (r4349) that's _suppo...ultramage3-72/+66
2007-10-05* Completed the code for SC_LIFEINSURANCE and it's status icon.zephyrus4-5/+7
2007-10-04Fixing the Warning: "suggest explicit braces to avoid ambiguous `else'" to SC...zephyrus1-0/+2
2007-10-04Fixed a mistake in r10919 messing up logged values (bugreport:167)ultramage1-3/+3
2007-10-04* Added SC_EXPBOOST (Field Manual), SC_ITEMBOOST (Bubble Gum) to const.txt. A...zephyrus5-26/+20
2007-10-04* Added code that compacts the vending list after a purchase; fixes the probl...ultramage1-7/+22
2007-10-04* Corrected Icewall skill to be closer to official behavior (part of bugrepor...ultramage6-63/+60
2007-10-04* Added MAX_HOTKEYS to supplement the HOTKEY_SAVING defineultramage5-65/+60
2007-10-03* Added the code for Field Manual (SC_BONUSEXP) and Bubble Gum (SC_BONUSDROP)zephyrus5-2/+30
2007-10-03* Moved the homunculus shuffle code to mercenary.c, fixing the bug in the atc...zephyrus4-25/+68
2007-10-03* Cleaned up parts of skill.c related to skill unitsultramage6-444/+276
2007-10-03Bosses now can use teleport on Land ProtectorPlaytester1-1/+2
2007-10-01* Fixed various trading/vending glitchesultramage8-468/+487
2007-09-29Renamed&moved macros clif_trading() and clif_cant_act() to pc.c since they're...ultramage2-44/+39
2007-09-28* Changed back the query to get the friends of a character to a LEFT JOIN.FlavioJS1-0/+9
2007-09-28* Corrected Summer Outfit not included as a PC class. (Zephyrus_CR)L0ne_W0lf1-1/+1
2007-09-28Added missing msg_athena.conf entry for the summer outfit; name 'Summer' used...ultramage3-4/+4
2007-09-28Removed some redundant code from the sql charserver.ultramage2-48/+34
2007-09-28* Implemented Summer Outfit care of Zephyrus_CR.L0ne_W0lf7-12/+46
2007-09-27* Loot code using charid's instead of id's in pick priority.FlavioJS8-38/+38
2007-09-27* Reimplemented mmo_char_fromsql using sql statements. (fixes bugreport:93)FlavioJS3-31/+53
2007-09-26* Implemented Token of Siegfried effect care of Zephyrus_CR.L0ne_W0lf1-0/+19
2007-09-26- Pretend this never happened.skotlex1-2/+0
2007-09-25- Fixed bAddEff2 causing the effect on the enemy rather than on yourself.skotlex1-1/+1
2007-09-25- Modified a bit the hard/lazy ai triggers to match aegis:skotlex4-6/+14
2007-09-25* Fixed the double free's caused by r11290 (wrong option in the database cons...FlavioJS1-2/+2
2007-09-25- Corrected being able to cast multiple Gravitation Fields before the previou...skotlex1-1/+1
2007-09-25* Disabled tick cache (to enable it: define TICK_CACHE to the number of calls...FlavioJS6-107/+149
2007-09-24Added back log_chat's '1 - log everything' setting (revert from r10850).ultramage5-16/+15
2007-09-24- Changed Greed Scroll's type to 11 (all itemskill items should use this)skotlex6-51/+49
2007-09-23* map_addflooritem and struct item_drop_list using id's instead of struct map...FlavioJS9-72/+64
2007-09-22* Added 'safestrnlen' to prevent null pointer crashesultramage3-53/+68
2007-09-22* Added a sanity check for MAX_ZENY (doesn't compile if too big).FlavioJS1-47/+75
2007-09-21* itemdb.c/h using a static array of 32k struct item_data* entries (faster it...FlavioJS1-83/+162