summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2012-10-31Fixed bugreport:6836 apparently msvc didn't like the inlines altho both gcc a...shennetsind1-9/+9
2012-10-31Improved char server packet 0x3087, gave it a variable/dynamic length so that...shennetsind1-4/+4
2012-10-31bugreport:6830 / follow up r16848, dropped flag param in skill_select_menu as...shennetsind3-3/+6
2012-10-31Fixed bugreport:6830 Fixed potential crash on Shadow Chaser's Auto Spell. Spe...shennetsind1-2/+2
2012-10-31-Fix bugreport:5757 (insignia) implement remaning effect stated from irowiki,...glighta5-90/+142
2012-10-31Follow up r16837 replaces sprintf with snprintf to at least ensure we dont go...shennetsind1-303/+302
2012-10-30Follow up r16842. added some missed added lines of code..rud0lp201-12/+58
2012-10-30Fixed Level/Drop modifier based on level difference and created a db as sugge...rud0lp206-79/+56
2012-10-29* Follow-up r16835: Some cleanup.euphyy7-92/+88
2012-10-29-Fixed action assignation follow up r16837,r16836,r16835glighta1-2/+2
2012-10-29-Fixed bugreport:6432 Shadow Formation effect range is 10 while casting range...glighta2-48/+35
2012-10-29- Fixed warnings from r16835.brianluau1-5/+5
2012-10-29-Add some src basic documentation.glighta30-818/+1196
2012-10-29Fixed bugreport:6694 missing hiding function of SC_FEINTBOMB.rud0lp201-2/+3
2012-10-28- 'night_at_start' config can now be used, even if day_duration/night_duratio...brianluau2-26/+22
2012-10-13Fixed bugreport:6493 Genwaku no longer works on npcs and on gvg maps (since p...shennetsind1-1/+1
2012-10-12Fixed bugreport:2657 castend now also checks if the required weapon matches, ...shennetsind1-59/+57
2012-10-03=Generaltechnote244-10/+75
2012-10-03Minor improvements on pm processing ( prompted by data i found when testing b...shennetsind1-34/+17
2012-09-30Fixing a few logical mistakes, also applying my curly brace love on the way.shennetsind1-33/+45
2012-09-27Fixed bugreport:6725 where wrong defined macro is used in parsing 'skill_cast...rud0lp201-1/+1
2012-09-26Fixed bugreport:6720 fixed pvp/gvg mapflag handling by setmapflag/removemapfl...shennetsind1-5/+32
2012-09-26Fixed bugreport:6544 when mvp drops are at 100% drop rate it'll no longer alw...shennetsind1-37/+52
2012-09-26Fixing a rare issue where a pointer of a already freed unit would have corrup...shennetsind1-21/+29
2012-09-24- Re-added a 'sprintf' that was accidentally removed in r16495. (bugreport:6729)brianluau1-2/+4
2012-09-22* Fixed applicable job on Ebone Armor (bugreport:6705)euphyy1-2/+2
2012-09-22Oops I goofed Forgot to resave the File Left out arguements for mora. [Spre]spre1231-1/+1
2012-09-22Fixed @go, where mora and morocc had conflicts, @mora was sending you to moro...spre1231-2/+3
2012-09-16Introducing rAthena's anonymous data collector. This aims at improving rAthen...shennetsind3-4/+159
2012-09-16Follow up r16769, initnpctimer should reset the timer.greenboxal21-0/+1
2012-09-16- Partial revert of r16782. (bugreport:6704)brianluau1-4/+2
2012-09-16Removed stupid alternative city names from @go command and added real ones, a...daegaladh1-15/+15
2012-09-13Follow up r16776, fixed typo in folder name. Credits to Trojal for his powerf...shennetsind1-1/+1
2012-09-13Follow up r16738 MO_ETREMITYFIST renewal behavior.rud0lp205-21/+26
2012-09-10Fixed bugreport:6650 where WZ_QUAGMIRE affects caster in non PK map.rud0lp204-14/+15
2012-09-10Fixed bugreport:6665 NPC timer will not stop anymore after running all timer ...greenboxal21-30/+32
2012-09-08Fixed error when running a server w/o RENEWAL but with RENEWAL_EXPshennetsind1-1/+1
2012-09-08Fixed bugreport:6428 Fixed behavior issues with script commands replacestr an...shennetsind1-2/+2
2012-09-08Fixed bugreport:6651 restart_sp_rate is only applied if user current sp is sm...shennetsind1-1/+2
2012-09-08Fixed @raise/@raisemap incorrect behavior which would heal everyone in the se...shennetsind1-8/+6
2012-09-08Fixed bugreport:6601 guild aura refreshes as soon as you ressurect instead of...shennetsind1-2/+8
2012-09-08Fixed bugreport:6587 removed unused parameters in several damage/heal functio...shennetsind7-14/+12
2012-09-08Fixed bugreport:6557 players unable to use char commands will no longer get t...shennetsind1-0/+10
2012-09-07Removed pre-re item_db from mysql item db load order when renewal is enabled ...shennetsind1-16/+15
2012-09-06Fixed bugreport:6523 song duration exploit. credits to mkbu95! Thank youshennetsind1-6/+3
2012-09-06Added new script command 'getrandgroupitem' as a fix for bugreport:5529, db d...shennetsind1-0/+44
2012-09-06Added new group permission as discussed with other developers "disable_comman...shennetsind2-20/+26
2012-09-06Added @cart as per discussion in tid:70389 (mostly greatly helpful for debugg...shennetsind1-6/+44
2012-09-03Fixed bugreport:6581 applied balance update to MO_EXTREMITYFIST.rud0lp206-58/+78
2012-09-02Hello! few things.shennetsind11-32/+34