summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage18-63/+104
2007-05-23- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ...ultramage15-67/+71
2007-05-23Fixed a typo in Chase Walk code (caused by r10593)ultramage1-1/+1
2007-05-21- Removed the TURBO socket mechanism - it was in fact just using a variable t...ultramage8-298/+80
2007-05-20- Fixed one missed malloc->aMallocA typo, causing memory deallocation problemsultramage4-12/+7
2007-05-20- Fixed Chase Walk having a deactivation cast time (should be instant)ultramage2-23/+27
2007-05-20* Added positional music effect to Battle Chant / Gospel, see r10588 on how t...ultramage1-0/+1
2007-05-19Reformatting @_@ultramage27-3285/+2061
2007-05-19* Added Global chat and Main chat loggingultramage7-76/+75
2007-05-19Fixed server crashes when you use long hostnames (/thx to Ancyker)ultramage1-3/+3
2007-05-19Removed the wtf-y mmo_char_fromsql_short() from r2527ultramage1-2/+0
2007-05-19Corrected the problem with countitem2 (value wrapped-around in one case but n...ultramage1-67/+62
2007-05-11- Updated the effect list a bitultramage1-1/+2
2007-05-11Re-phrased the attacker flee/def penalty config descsultramage3-30/+32
2007-05-10Attempt to fix unwanted teleporting of immobile mobsPlaytester1-1/+4
2007-05-09* Added Buuyo-Tama's shortlist for send/eof sockets (defined out for now). FlavioJS3-26/+26
2007-05-07* Fixed warpwaitingpc not working (bug introduced in r10471).FlavioJS2-10/+10
2007-05-06Removed an unused variable in script.ctoms1-1/+0
2007-05-06* Fixed Converters not overwriting each otherPlaytester2-0/+3
2007-05-05* Removed the dependency on winsock.h for definitions, it's all winsock2.h now.FlavioJS3-269/+370
2007-05-05- imported the latest working grfio code from stableultramage6-55/+35
2007-05-05Fixed Red Pouch overriding nobranch mapflagPlaytester1-2/+2
2007-05-05* Attempt to fix Kyrie Eleison not castable on enemy playersPlaytester1-3/+7
2007-05-04adding read-from-GRF/GAT back in. Read Changelog-Trunk.txt for more details.blackhole891-2/+104
2007-05-04* Added up-to-date monster summoning files thanks to Vicious_PuccaPlaytester1-1/+1
2007-05-04- Updated mob_poring.txt, by Spre.DZeroX2-2/+3
2007-05-03Removed the map.h<->status.h cyclic dependency. Relies on the fact by that pr...ultramage3-9/+10
2007-04-29* Ladmin fixesultramage1-1/+1
2007-04-29Gave each file an empty last line, to make svn happierultramage4-4/+1
2007-04-28* Internal changes to the script engine:FlavioJS2-284/+294
2007-04-25- Corrected High Jump so it works on Guild Castles when WoE is off.skotlex1-3/+5
2007-04-24- Modified the mob ai think time update after using skills from adelay/amotio...skotlex3-9/+4
2007-04-24- NPC_MAGICALATTACK now starts a state similar to Sacrificial Ritual, in the ...skotlex6-6/+16
2007-04-24- The autoloot range check is no longer done unless AUTOLOOT_DISTANCE is defi...skotlex4-17/+28
2007-04-24Spider Web / Fiber Lock status cannot be dispelled nowultramage1-1/+1
2007-04-23- All mob casted skills have a fixed range of 9 now. You can use monster_ai&0...skotlex1-1/+6
2007-04-23- Updated the skill_db, some mob skills seem to be better to a range of -9 th...skotlex3-170/+170
2007-04-23- Fixed a compilation problem with the pid pluginultramage3-4/+4
2007-04-22- Removed the include of features.h from the console.c plugin. It is apparent...skotlex7-38/+21
2007-04-22* Extended the functionality of StringBuf - length and appending a string.FlavioJS3-216/+364
2007-04-22- Corrected crash if itemskill is used without an attached player.skotlex4-13/+14
2007-04-21- Updated the autospell bonus scripts so you don't have to specify all the at...skotlex2-5/+12
2007-04-21- Removed the +25% mdef, -50% def effect from Freeze statusultramage5-25/+20
2007-04-20- Added ntows() to properly handle that client port number deficiencyultramage2-14/+14
2007-04-18- Now @whogm hides perfect-hide gms only if their GM level is greater than th...skotlex4-10/+5
2007-04-18Added MEXP overflow checks.LuzZza1-1/+4
2007-04-18- Some more cleanups that should prevent the double-login issue even further.skotlex2-9/+11
2007-04-17- A little check that I don't know how could anyone have forgotten to do.skotlex1-1/+8
2007-04-17- The gain exp from resurrection config will now only work when the revived p...skotlex3-3/+4
2007-04-17- Expanded the autospell structure to hold a flag, which contains the require...skotlex8-43/+125