summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-01-04Fixed a mistake in r11991 that let knockback work through wallsultramage1-2/+2
2008-01-04Modified the map_setcell() code to to use a boolean flag instead of needing S...ultramage8-159/+120
2008-01-04- Fixed clif_sendfakenpc not being updated for PACKETVER 9skotlex1-7/+13
2008-01-04- Fixed Music Lesson's effect on Assassin Cross of Sunset.skotlex2-2/+2
2008-01-03Changes to reduce the number of map cell typesultramage6-51/+19
2008-01-03Fixed npc unloading not clearing NPC touch cells (bugreport:595).ultramage1-14/+2
2008-01-03Map cell mechanism rewriteultramage5-197/+271
2008-01-03Moved extra junk from map_addblock/map_delblock to where it logically belongs...ultramage4-49/+61
2008-01-03Removed map_data's block_count, as (quote Yor/ja2160), "Perhaps useful for de...ultramage4-203/+100
2007-12-31* Fixed a crash in txt char-servers that the memory manager was hiding. onlin...FlavioJS1-4/+4
2007-12-31* Added code to reject double logins in clif_parse_WantToConnection and added...FlavioJS4-15/+41
2007-12-30* Fixed get_val2 not using the stack, which automatically frees the data, cau...FlavioJS1-8/+17
2007-12-30* Trully fixed the previous commits. (missing casts and incomplete sizes)FlavioJS1-4/+4
2007-12-30Fixed a mistake of the previous commit (r11994). Was reading the size in the ...FlavioJS1-1/+1
2007-12-30* Made the memory manager set allocated memory to 0xCD and freed memory to 0x...FlavioJS1-0/+18
2007-12-29* Fixed two missing @LDFLAGS@ in src/plugins/Makefile.in.FlavioJS1-2/+2
2007-12-29Implemented THE official Steal skill equation and game mechanics (basically v...ultramage4-17/+13
2007-12-29Knockback now works through cells where there is a diagonal path, but no hori...ultramage1-56/+22
2007-12-28* Fixed a memory leak in memitemdata_to_sql.FlavioJS1-1/+1
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.FlavioJS5-19/+40
2007-12-26Fixed the incorrect interpretation of the map-cell height information stored ...ultramage2-33/+36
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* Added a generic vector implementation (dynamic array) based on defines.FlavioJS1-0/+286
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-18Fixed a glitch where the TXT charserver would not unlock castle.txt after cre...ultramage1-2/+2
2007-12-18minor code tweakingultramage5-8/+8
2007-12-17* Added flag.server to indicate interserver socketsultramage12-45/+50
2007-12-16Replaced the 'map name' castle data variable with the equivalent 'map index'.ultramage2-23/+14