summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
AgeCommit message (Expand)AuthorFilesLines
2008-01-04Fixed a mistake in r11991 that let knockback work through wallsultramage1-0/+1
2008-01-04Modified the map_setcell() code to to use a boolean flag instead of needing S...ultramage1-1/+12
2008-01-04- Fixed Music Lesson's effect on Assassin Cross of Sunset.skotlex1-0/+4
2008-01-03Changes to reduce the number of map cell typesultramage1-0/+4
2008-01-03Fixed npc unloading not clearing NPC touch cells (bugreport:595).ultramage1-0/+1
2008-01-03Map cell mechanism rewriteultramage1-1/+9
2008-01-03Moved extra junk from map_addblock/map_delblock to where it logically belongs...ultramage1-0/+2
2008-01-03Removed map_data's block_count, as (quote Yor/ja2160), "Perhaps useful for de...ultramage1-0/+4
2007-12-31* Fixed a crash in txt char-servers that the memory manager was hiding. onlin...FlavioJS1-0/+2
2007-12-31* Added code to reject double logins in clif_parse_WantToConnection and added...FlavioJS1-0/+5
2007-12-30* Fixed get_val2 not using the stack, which automatically frees the data, cau...FlavioJS1-0/+3
2007-12-30* Trully fixed the previous commits. (missing casts and incomplete sizes)FlavioJS1-0/+1
2007-12-30* Made the memory manager set allocated memory to 0xCD and freed memory to 0x...FlavioJS1-1/+4
2007-12-29* Fixed two missing @LDFLAGS@ in src/plugins/Makefile.in.FlavioJS1-0/+1
2007-12-29Implemented THE official Steal skill equation and game mechanics (basically v...ultramage1-0/+5
2007-12-29Knockback now works through cells where there is a diagonal path, but no hori...ultramage1-0/+4
2007-12-28* Fixed a memory leak in memitemdata_to_sql.FlavioJS1-0/+1
2007-12-28* Reverted a bad modification in clif_produceeffect from r11290.FlavioJS1-0/+2
2007-12-27Removed an incorrect range check and fixed a copypaste typo which caused scri...ultramage1-0/+2
2007-12-27Re-added a missing mob last_thinktime timer initialization when a mob spawns,...ultramage1-0/+2
2007-12-27* Changed the configure script:FlavioJS1-0/+3
2007-12-27* Corrected description of scope and npc variables in script_commands.txt.FlavioJS1-0/+4
2007-12-27* Tweeked the declaration and initialization defines for vectors.FlavioJS1-0/+10
2007-12-26Fixed the incorrect interpretation of the map-cell height information stored ...ultramage1-0/+3
2007-12-26* Fixed string variables dereferencing directly to the value instead of deref...FlavioJS1-0/+3
2007-12-23* Added a generic vector implementation (dynamic array) based on defines.FlavioJS1-0/+1
2007-12-23- Fixed horrible handling of skill_abra_db which leads to memory corruption (...skotlex1-0/+3
2007-12-22Fixed droprate overflows when going over rate 2000xultramage1-0/+1
2007-12-22- Corrected mob spawn utilization of the delay1/delay2 values (one is respawn...skotlex1-0/+4
2007-12-19Fixed yet another buffer overflow, in @adoptultramage1-0/+1
2007-12-19* Changes to the configure script.FlavioJS1-0/+8
2007-12-19- Corected the SC_MIRACLE + Anger code using the wrong skill level to calcula...skotlex1-0/+3
2007-12-18Fixed a possible buffer overflow in @partyoption code.ultramage1-0/+1
2007-12-18* Updated respawn time interpretation according to latest kRO updatePlaytester1-0/+3
2007-12-18- Cleaned up a bit the format of skill_db.txt (that comma next to the skill n...skotlex1-0/+3
2007-12-17* Added flag.server to indicate interserver socketsultramage1-0/+3
2007-12-17Removed the 'create athena.txt' step from athena-start as the server does tha...ultramage1-1/+1
2007-12-14Guardian hp handling code removal (see bugreport:342)ultramage1-0/+9
2007-12-14Added a precise and consistent tick() function for freebsd (see bugreport:240)ultramage1-0/+1
2007-12-14- corrected Option_Xmas value in const.txtskotlex1-0/+4
2007-12-13* Fixed possible segmentation faults in the script engine.FlavioJS1-0/+3
2007-12-13* Disabled ers until recent crashes are fixed.FlavioJS1-0/+3
2007-12-13* Abstracted the windows socket code so that all fd's are in the range [1,FD_...FlavioJS1-0/+7
2007-12-12* Some preparations for the guild script updateultramage1-0/+7
2007-12-12- Added some new cash-items and headgears.zephyrus1-0/+1
2007-12-11- Added query_logsql script command to perform sql commands using the log db ...skotlex1-0/+3
2007-12-10- Cleaned up clif_setdisguise and fixed it for PACKETVER>=9. I was kinda righ...skotlex1-0/+1
2007-12-10- Reverted last change, I was wrong in my assumption o_O;skotlex1-1/+0
2007-12-10- Fixed the disguise packet sent in clif_moveskotlex1-0/+1
2007-12-10- Cleared up npc shop id when warping a player.skotlex1-0/+3