summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2007-07-08- added temp skill db entries and corrected some existing ones (see topic:157...ultramage3-18/+18
2007-07-06* Cleaned up some nasty code related to skill_blownultramage5-90/+92
2007-07-05* update from Skotlexultramage5-48/+100
2007-07-04Fixed a copy-paste typo messing up script variables pretty bad D:ultramage1-2/+2
2007-07-03Fixed a typo in script engine erroring when working with char paramsultramage1-1/+1
2007-07-03Made Homunculus Resurrection only fail on cast-end (see topic:155223)ultramage2-12/+6
2007-07-03- Re-coded 'soundeffectall'; removed the third parameter ('coverage')ultramage6-82/+76
2007-07-03* Defined out a problematic piece code in conv_num.FlavioJS1-0/+4
2007-07-03* Added reporting of constant and param script data.FlavioJS1-150/+250
2007-07-02Undid the change from r10298, frozen status again modifies def/mdefultramage1-0/+4
2007-07-01Cleaned up some parts of the code.ultramage13-378/+239
2007-06-28Added a missing line to enable @displayskill atcommandDracoRPG1-0/+1
2007-06-26* Changed the string hash of the script engine to SDBM.FlavioJS2-284/+546
2007-06-23random fixingultramage1-1/+1
2007-06-22* Changed behavior of some guild-related code (according to X.4 tests):ultramage4-57/+33
2007-06-15* Fixed script command sc_end not supporting the extra argument as stated in...FlavioJS2-106/+149
2007-06-11- Fixed NPC_PROVOCATION (now the casting mob doesn't keep attacking)ultramage1-2/+1
2007-06-11- Fixed pet equip not displaying correctly at all (closes topic:153753)ultramage7-196/+170
2007-06-10* Added Old_Bleu_Box and added corrisponding item group entries.L0ne_W0lf1-0/+2
2007-06-06git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10706 5...FlavioJS1-2/+2
2007-06-04- Fixed the compilation problem from r10668ultramage2-37/+28
2007-06-03- Fixed missing client update when 'return to savepoint' failsultramage9-110/+128
2007-06-02* Displaying op names instead of numbers in script engine errors.FlavioJS1-9/+59
2007-06-01Some typo fixing / cleaningultramage2-19/+15
2007-06-01Fixed ircbot not processing new usersultramage1-196/+166
2007-05-28* RFIFOREST returns 0 when the session is eof (input data is implicitly disca...FlavioJS1-2/+1
2007-05-27Cleaned up a hack from r10112 (forward declaration does the trick)ultramage3-5/+5
2007-05-26- Fixed guild emblem not showing when you log in (caused by r5359)ultramage3-53/+63
2007-05-25- Fixed @statall giving you +99 stats instead of setting them to 99ultramage2-13/+17
2007-05-25Reformatting, warning fixes, unsigned char removalultramage8-278/+262
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