summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-01-06* Added job_knt to nomemo, no return & noteleport mapflags.samuray224-1/+5
2008-01-05Corrected one place belonging to the no-stacking mod that I missed when doing...ultramage2-6/+17
2008-01-05* Updated Kunlun NPCs and warps.L0ne_W0lf14-2252/+2411
2008-01-04Fixed a bad allocation line, which in my case resulted in trashing several in...ultramage1-1/+1
2008-01-04Fixed a typo in r12008 causing server crashes when sending the fake npc packet.ultramage1-2/+4
2008-01-04Waterball code cleanup (see bugreport:707)ultramage1-40/+28
2008-01-04Fixed a mistake in r11991 that let knockback work through wallsultramage2-2/+3
2008-01-04Modified the map_setcell() code to to use a boolean flag instead of needing S...ultramage11-177/+182
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.skotlex3-2/+6
2008-01-03Changes to reduce the number of map cell typesultramage7-51/+23
2008-01-03Fixed npc unloading not clearing NPC touch cells (bugreport:595).ultramage2-14/+3
2008-01-03Map cell mechanism rewriteultramage6-198/+280
2008-01-03Moved extra junk from map_addblock/map_delblock to where it logically belongs...ultramage5-49/+63
2008-01-03Removed map_data's block_count, as (quote Yor/ja2160), "Perhaps useful for de...ultramage5-203/+104
2008-01-01* Corrected some delitems in Kyel Hyre Quest. (bugreport:690)samuray224-8/+16
2007-12-31* Fixed a crash in txt char-servers that the memory manager was hiding. onlin...FlavioJS2-4/+6
2007-12-31* Added code to reject double logins in clif_parse_WantToConnection and added...FlavioJS5-15/+46
2007-12-30* Fixed get_val2 not using the stack, which automatically frees the data, cau...FlavioJS2-8/+20
2007-12-30* Trully fixed the previous commits. (missing casts and incomplete sizes)FlavioJS2-4/+5
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...FlavioJS2-1/+22
2007-12-29* Fixed two missing @LDFLAGS@ in src/plugins/Makefile.in.FlavioJS2-2/+3
2007-12-29Implemented THE official Steal skill equation and game mechanics (basically v...ultramage6-17/+20
2007-12-29Knockback now works through cells where there is a diagonal path, but no hori...ultramage2-56/+26
2007-12-28* Updated MVP drops to 11.2Playtester2-6/+9
2007-12-28* Fixed a memory leak in memitemdata_to_sql.FlavioJS2-1/+2
2007-12-28* Reverted a bad modification in clif_produceeffect from r11290.FlavioJS2-2/+7
2007-12-27Removed an incorrect range check and fixed a copypaste typo which caused scri...ultramage2-6/+3
2007-12-27Re-added a missing mob last_thinktime timer initialization when a mob spawns,...ultramage2-0/+3
2007-12-27* Changed the configure script:FlavioJS3-2369/+3212
2007-12-27* Corrected description of scope and npc variables in script_commands.txt.FlavioJS6-40/+65
2007-12-27* Tweeked the declaration and initialization defines for vectors.FlavioJS6-19/+50
2007-12-26Fixed the incorrect interpretation of the map-cell height information stored ...ultramage3-33/+39
2007-12-26Moved distance-related functions to path.c/hultramage11-59/+64
2007-12-26Removed typo (it's correct on stable for some reason)Playtester1-1/+1
2007-12-26More official Veins spawnsPlaytester3-52/+96
2007-12-26Fixed two bugs in mob_dbPlaytester2-3/+4
2007-12-26* Fixed string variables dereferencing directly to the value instead of deref...FlavioJS2-8/+20
2007-12-24some minor cleaning of player variable loading/savingultramage1-84/+75
2007-12-24- corrected skill_abra.txt so it no longer has entries for passive skills.skotlex1-59/+59
2007-12-23Fixed a line in eAAC Quest Warper causing crashes.Paradox924X2-1/+3
2007-12-23* Added a generic vector implementation (dynamic array) based on defines.FlavioJS2-0/+287
2007-12-23- Fixed horrible handling of skill_abra_db which leads to memory corruption (...skotlex5-18/+25
2007-12-23- Fixed warning about unused variableskotlex5-16/+12
2007-12-22Fixed droprate overflows when going over rate 2000xultramage2-3/+7
2007-12-22- Corrected mob spawn utilization of the delay1/delay2 values (one is respawn...skotlex5-31/+26
2007-12-22Fixed server not always sending the correct level values to the client.ultramage1-4/+5
2007-12-22Cleaned the script conf files (see topic:171384 for details)ultramage12-158/+9
2007-12-22Fixed non-skill splash attacks showing 'unknown skill' (bugreport:665)ultramage1-1/+1