summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-22Fixed some typos in skill_db.txt, caused by r11949 (bugreport:657)ultramage1-6/+6
2007-12-22forgot path.h ._.ultramage1-0/+16
2007-12-22Path code cleaning...ultramage15-152/+147
2007-12-22Fixed mob AI code iterating over non-mob objects without checking, when monst...ultramage10-23/+27
2007-12-19Fixed some formatting glitches in atcommand.cultramage1-61/+61
2007-12-19Fixed yet another buffer overflow, in @adoptultramage2-6/+8
2007-12-19* Changes to the configure script.FlavioJS3-2804/+2289
2007-12-19- Corected the SC_MIRACLE + Anger code using the wrong skill level to calcula...skotlex3-9/+11
2007-12-19- Fixed skill name for skill 39 (MC_PUSHCART)skotlex2-44/+44
2007-12-19Corrected mistakes in script_commands.txt (bugreport:373)ultramage1-108/+66
2007-12-18Fixed a possible buffer overflow in @partyoption code.ultramage2-7/+7
2007-12-18* Updated respawn time interpretation according to latest kRO updatePlaytester2-4/+8
2007-12-18- Cleaned up a bit the format of skill_db.txt (that comma next to the skill n...skotlex7-599/+620
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