Age | Commit message (Expand) | Author | Files | Lines |
2007-01-29 | - Corrected the homunculus deletion functions so that the homunculus is delet... | skotlex | 1 | -3/+4 |
2007-01-27 | - Kaite and Assumptio no longer stack. One will remove the other in the same ... | skotlex | 1 | -0/+7 |
2007-01-23 | Fixed int/dex foods using an incorrect icon for their status | ultramage | 1 | -2/+2 |
2007-01-23 | - Added view_data support to mercenary.*, so that the Homunculus entries are ... | skotlex | 1 | -2/+8 |
2007-01-19 | - Merged Rayce's cleanups of the script engine that account for duplicate lab... | skotlex | 1 | -1/+8 |
2007-01-18 | - Modified the Storm Gust freeze counter code. It now takes into consideratio... | skotlex | 1 | -7/+1 |
2007-01-16 | - Implemented Intravision as it should be. Thanks to HelloKitty2 for the capt... | skotlex | 1 | -3/+6 |
2007-01-15 | - Fixed Joint Beat's speed penalty. | skotlex | 1 | -2/+2 |
2007-01-15 | - Probably fixed the registration flood protection code being broken. | skotlex | 1 | -1/+1 |
2007-01-09 | - Changes to script buildin functions: | FlavioJS | 1 | -1/+1 |
2007-01-07 | Undid the memset->malloc_set replacement | ultramage | 1 | -21/+21 |
2007-01-03 | - JK_JOINTBEAT as described in: | FlavioJS | 1 | -96/+96 |
2007-01-02 | - Fixed SC_JOINTBEAT not doing crit damage for the Neck Break ailment. | FlavioJS | 1 | -1/+1 |
2006-12-31 | * Refer to http://www.eathena.ws/board/index.php?showtopic=130285 | FlavioJS | 1 | -1/+1 |
2006-12-26 | - Cleaned up some more the code so it works for -DTURBO | skotlex | 1 | -0/+1 |
2006-12-23 | - Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ... | FlavioJS | 1 | -6/+6 |
2006-12-20 | - Added an answer to a FlavioJS's comment, and added a question myself (npc.c... | skotlex | 1 | -131/+164 |
2006-12-20 | - Fixed SC_STRIPWEAPON failing on two-handed weapons. | skotlex | 1 | -4/+11 |
2006-12-18 | - Added hom_setting to specify which homunculus 'quirks' are in effect. The d... | skotlex | 1 | -4/+5 |
2006-12-15 | - There will be now warnings printed when a shop sells an item which's buy pr... | skotlex | 1 | -2/+5 |
2006-12-14 | - Added function skill_strip to handle stripping code. The RG strip skills an... | skotlex | 1 | -16/+56 |
2006-12-11 | - simplified the code for @autoloot | skotlex | 1 | -33/+15 |
2006-12-07 | - Cleaned up implementation of NPC_EMOTION/NPC_EMOTION_ON. Now val0 is the em... | skotlex | 1 | -4/+7 |
2006-12-06 | - Changed the order of view-change packets for SC xmas/wedding, should fix cr... | skotlex | 1 | -3/+3 |
2006-12-06 | - Renamed the mob mode Cast-Sensor Melee to Cast-Sensor idle since these mobs... | skotlex | 1 | -1/+3 |
2006-12-06 | - Cleaned up the implementation of map_foreachinmovearea so that the number o... | skotlex | 1 | -2/+2 |
2006-12-04 | - Fixed HVAN_INSTRUCT int bonuses. | skotlex | 1 | -2/+2 |
2006-12-04 | - Changed some pc_authfails to clif_authfail_fd since pc_authfail prints erro... | skotlex | 1 | -2/+8 |
2006-12-04 | - Fixed the txt->sql converter not escaping character names before saving them. | skotlex | 1 | -1/+4 |
2006-12-03 | - Made ers double frees report as missing entries on destruction. | FlavioJS | 1 | -7303/+7303 |
2006-12-01 | - Fixed txt-converter compilation. | skotlex | 1 | -6/+9 |
2006-11-29 | - Added overflow protection to @main whisper parsing. | skotlex | 1 | -1/+1 |
2006-11-29 | - Now gvg_dungeon mapflag will activate the other mapflags which are required... | skotlex | 1 | -2/+3 |
2006-11-29 | - Some cleaning on the homunc speed calculating code, so that it correctly us... | skotlex | 1 | -4/+8 |
2006-11-28 | - Fixed a typo which made the wedding_ignore_palette setting not work when yo... | skotlex | 1 | -2/+2 |
2006-11-28 | - Reverted the previous SG freeze counter method. Now the counter is reset on... | skotlex | 1 | -2/+9 |
2006-11-28 | - Moved the blocking of casting supportive skills on homunculus from battle_c... | skotlex | 1 | -19/+23 |
2006-11-28 | - Modified the way Storm Gust freeze's counter works. Now it checks for the c... | skotlex | 1 | -1/+1 |
2006-11-27 | - Corrected KiriKage's range so it works correctly when used by non-players o... | skotlex | 1 | -14/+0 |
2006-11-25 | - Fixed missing line in status.c which explains why NPC_DEFENDER wasn't quite... | skotlex | 1 | -0/+1 |
2006-11-24 | - Heaven's drive no longer targets traps. | skotlex | 1 | -1/+1 |
2006-11-24 | - Cleaned the opt3 values to use hex instead of decimals in status.c, removed... | skotlex | 1 | -22/+27 |
2006-11-24 | - Fixed EDP's damage being 100% more than it should (should be 5x, not 6x on ... | skotlex | 1 | -1/+2 |
2006-11-22 | - Modified slaves_inherit_speed and slaves_inherit_mode so you get better con... | skotlex | 1 | -1/+5 |
2006-11-22 | - Fixed the Auto-Berserk giving you back defense when it triggers during bers... | skotlex | 1 | -0/+2 |
2006-11-21 | - Corrected GS_DISARM, it is now a normal attack, which, when it connects, ha... | skotlex | 1 | -20/+21 |
2006-11-21 | - Corrected TripleAction's damage. It should do 150%*3 instead of 100*3% damage. | skotlex | 1 | -1/+4 |
2006-11-20 | - The max level of NPC_SPLASHATTACK is now 1. | skotlex | 1 | -10/+24 |
2006-11-16 | - Shadow Jump and Kirikage won't "move" you if you use them in GvG grounds. F... | skotlex | 1 | -1/+1 |
2006-11-10 | - Deluge/Violent Gale/Volcano tiles will now fail to be placed on cells that ... | skotlex | 1 | -3/+4 |