summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2007-12-29Knockback now works through cells where there is a diagonal path, but no hori...ultramage1-56/+22
2007-12-28* Reverted a bad modification in clif_produceeffect from r11290.FlavioJS1-2/+5
2007-12-27Removed an incorrect range check and fixed a copypaste typo which caused scri...ultramage1-6/+1
2007-12-27Re-added a missing mob last_thinktime timer initialization when a mob spawns,...ultramage1-0/+1
2007-12-27* Corrected description of scope and npc variables in script_commands.txt.FlavioJS4-26/+41
2007-12-27* Tweeked the declaration and initialization defines for vectors.FlavioJS2-4/+5
2007-12-26Fixed the incorrect interpretation of the map-cell height information stored ...ultramage1-22/+27
2007-12-26Moved distance-related functions to path.c/hultramage11-59/+64
2007-12-26* Fixed string variables dereferencing directly to the value instead of deref...FlavioJS1-8/+17
2007-12-24some minor cleaning of player variable loading/savingultramage1-84/+75
2007-12-23- Fixed horrible handling of skill_abra_db which leads to memory corruption (...skotlex4-18/+22
2007-12-23- Fixed warning about unused variableskotlex5-16/+12
2007-12-22Fixed droprate overflows when going over rate 2000xultramage1-3/+6
2007-12-22- Corrected mob spawn utilization of the delay1/delay2 values (one is respawn...skotlex4-31/+22
2007-12-22Fixed server not always sending the correct level values to the client.ultramage1-4/+5
2007-12-22Fixed non-skill splash attacks showing 'unknown skill' (bugreport:665)ultramage1-1/+1
2007-12-22forgot path.h ._.ultramage1-0/+16
2007-12-22Path code cleaning...ultramage9-152/+125
2007-12-22Fixed mob AI code iterating over non-mob objects without checking, when monst...ultramage9-21/+25
2007-12-19Fixed some formatting glitches in atcommand.cultramage1-61/+61
2007-12-19Fixed yet another buffer overflow, in @adoptultramage1-6/+7
2007-12-19- Corected the SC_MIRACLE + Anger code using the wrong skill level to calcula...skotlex2-9/+8
2007-12-19- Fixed skill name for skill 39 (MC_PUSHCART)skotlex1-4/+4
2007-12-18Fixed a possible buffer overflow in @partyoption code.ultramage1-7/+6
2007-12-18* Updated respawn time interpretation according to latest kRO updatePlaytester1-4/+5
2007-12-18- Cleaned up a bit the format of skill_db.txt (that comma next to the skill n...skotlex4-8/+23
2007-12-18- removed redundant clif_hominfo line in merc_hom_dead (it was sent already f...skotlex3-7/+3
2007-12-18minor code tweakingultramage1-1/+1
2007-12-17* Added flag.server to indicate interserver socketsultramage4-5/+6
2007-12-16Replaced the 'map name' castle data variable with the equivalent 'map index'.ultramage1-22/+13
2007-12-16Some more guild code reformatting (moved do_init_guild() to the end of guild....ultramage3-125/+110
2007-12-14Guardian hp handling code removal (see bugreport:342)ultramage7-94/+63
2007-12-14- corrected Option_Xmas value in const.txtskotlex3-9/+6
2007-12-13Fixed a mistake in r11895 where guild invitation data was being cleared too s...ultramage1-5/+9
2007-12-13* Fixed possible segmentation faults in the script engine.FlavioJS1-19/+23
2007-12-12* Some preparations for the guild script updateultramage11-176/+126
2007-12-12Removed the badly designed/unfinished guild_check_conflict() data integrity c...ultramage3-25/+1
2007-12-11- Added query_logsql script command to perform sql commands using the log db ...skotlex1-12/+31
2007-12-11- Status change start will now fail when invoked on players that are disconne...skotlex1-1/+4
2007-12-10- Cleaned up clif_setdisguise and fixed it for PACKETVER>=9. I was kinda righ...skotlex1-36/+12
2007-12-10- Reverted last change, I was wrong in my assumption o_O;skotlex1-5/+3
2007-12-10- Fixed the disguise packet sent in clif_moveskotlex1-2/+4
2007-12-10- Cleared up npc shop id when warping a player.skotlex3-2/+3
2007-12-09* Modified npc_parsesrcfile to parse the line as a 'tab-separated values' str...FlavioJS1-15/+47
2007-12-09Changed Cloaking to not show an animation when it fails (thanks to Harbin for...ultramage3-49/+56
2007-12-09small fix to the server's packet parsing code to display server IPs correctly.ultramage1-2/+1
2007-12-09- Cleaned up a bit the code for HVAN_CHAOTICskotlex1-4/+4
2007-12-08- Fixed a 'variable may be used uninitialized' error.skotlex2-4/+5
2007-12-08- Changed the chaotic delay from block to delay since it just a secskotlex3-4/+2
2007-12-07- Fixed ensembles skills.skotlex2-5/+3