Age | Commit message (Expand) | Author | Files | Lines |
2006-09-28 | - Merged the necessary changes to make the script engine support negative con... | skotlex | 1 | -11/+12 |
2006-09-27 | - Merged some splash changes from stable. Sharp-Shooting will now display a s... | skotlex | 1 | -3/+2 |
2006-09-26 | - Yet again messed with the packet sent during a splash attack, but this time... | skotlex | 1 | -19/+7 |
2006-09-26 | - Added function skill_dance_switch which handles converting overlapping song... | skotlex | 1 | -73/+89 |
2006-09-25 | - Added an ugly check so that Heal will display 0 when healing a berserked ch... | skotlex | 1 | -14/+16 |
2006-09-25 | - Changed the order of packets in TK_HIGHJUMP, may fix the reports of getting... | skotlex | 1 | -1/+1 |
2006-09-24 | - When the code auto-guesses that a skill should require ammo, it will accept... | skotlex | 1 | -1/+1 |
2006-09-18 | - High-Jump is usable everywhere now, except that on maps where it previously... | skotlex | 1 | -16/+19 |
2006-09-18 | - Modified the Asura code (again), hopefully movement sprite issues are fixed... | skotlex | 1 | -4/+22 |
2006-09-17 | - Fixed NPC_INVISIBLE's cloak ending after attacking once. | skotlex | 1 | -2/+2 |
2006-09-15 | - Reverted the Summon Flora change where all plants were being summoned in on... | skotlex | 1 | -33/+0 |
2006-09-15 | - Moved the weapon repair effect to where it belongs (after successfully repa... | skotlex | 1 | -3/+2 |
2006-09-15 | - Changed Extremity Fist's code to make you actually walk past your target, w... | skotlex | 1 | -21/+20 |
2006-09-14 | - Added a clif_skill_nodamage packet when using Repair Weapon, just to see wh... | skotlex | 1 | -1/+3 |
2006-09-14 | - Fixed warmth skills draining SP of the target, not the caster. | skotlex | 1 | -1/+1 |
2006-09-14 | - Estimation /Sense/ whatever will no longer hide the vit bonus to mdef2, as ... | skotlex | 1 | -2/+35 |
2006-09-14 | - Shadow Jump no longer goes over walls. | skotlex | 1 | -3/+2 |
2006-09-14 | - Corrected Smokie's pet script to use petskillbonus instead of "bonus" | skotlex | 1 | -2/+9 |
2006-09-12 | - Moved the morph restrictions from skill_additional_effect to mob_class_chan... | skotlex | 1 | -4/+2 |
2006-09-12 | Fixed 'range' might be used uninitialized warning | toms | 1 | -4/+3 |
2006-09-12 | - Baphomet splash damage will now hit nearby enemies regardless of flee (but ... | skotlex | 1 | -1/+1 |
2006-09-11 | - Added a comment explaining what a comment is to login/char/map config files... | skotlex | 1 | -4/+2 |
2006-09-11 | - Summoned and slave mobs won't show up on @showmobs anymore. | skotlex | 1 | -13/+16 |
2006-09-09 | - Moved perfect_hiding from state to special_state, so that it clears out whe... | skotlex | 1 | -3/+7 |
2006-09-08 | - Unified the rest and ganstar paradise code into a single function. | skotlex | 1 | -86/+52 |
2006-09-08 | - Cleaned up SG_HATE to use a new function, pc_set_hate_mob to handle setting. | skotlex | 1 | -44/+2 |
2006-09-07 | - Changed the default of sg_angel_skill_ratio to 10 based on recent informati... | skotlex | 1 | -2/+3 |
2006-09-07 | - Removed the Warmth "stacking" code. | skotlex | 1 | -13/+20 |
2006-09-05 | - Fixed dispell removing SC_NOCHAT | skotlex | 1 | -0/+1 |
2006-09-05 | - Small fix which should correct skill_attack damaging hidden characters when... | skotlex | 1 | -1/+2 |
2006-09-05 | - Fixed crash when using Adaptation during an Encore. | skotlex | 1 | -5/+5 |
2006-09-01 | - Soul Breaker will now be affected by Lex Aeterna on both parts of the attack. | skotlex | 1 | -22/+14 |
2006-08-31 | - Moved the intimacy penalty of HFLI_SBR44 and HVAN_EXPLOSION to skill_counte... | skotlex | 1 | -28/+16 |
2006-08-31 | - Skill required-state will now only be checked on cast-begin, not cast-end. | skotlex | 1 | -4/+2 |
2006-08-30 | - Removed sending normal-damage packets instead of skill packets for splash-d... | skotlex | 1 | -0/+4 |
2006-08-30 | - Updated HLIF_CHANGE to work as explained by Tharis -> It now adds 30*lv vit... | skotlex | 1 | -1/+10 |
2006-08-29 | - Applied Mpeg's work on GS | toms | 1 | -17/+59 |
2006-08-28 | - Restructured CG_MOONLIT so that it is a ground effect like the other Encores. | skotlex | 1 | -61/+14 |
2006-08-28 | - Changed the produce_db format, now there's a skill-lv column right after th... | skotlex | 1 | -4/+6 |
2006-08-28 | reverted mpeg's work | Vicious | 1 | -66/+20 |
2006-08-28 | - Fixed exp bonuses applying twice for the job-exp | skotlex | 1 | -3/+3 |
2006-08-28 | Applied Mpeg's work on GS ( http://gpegon.free.fr/ea/gunslinger_08-28-06_mpeg... | toms | 1 | -20/+66 |
2006-08-27 | * Optional macro MEMSET_TURBO for faster low-level memory initializations. | Lance | 1 | -20/+20 |
2006-08-25 | - Cleaned some the skill unit removal added flag so that it signals whether t... | skotlex | 1 | -9/+10 |
2006-08-25 | - The following skills will display a normal attack animation now: | skotlex | 1 | -2/+13 |
2006-08-25 | Added a flag to skill_delunitgroup, skill_delunit & skill_unit_onlimit. | toms | 1 | -30/+31 |
2006-08-24 | - Cleanup/typo on homunc's code | toms | 1 | -9/+1 |
2006-08-24 | - script command "isrefine" will no longer return always false for equip posi... | skotlex | 1 | -2/+4 |
2006-08-24 | - Reverted the previous change, changed the pet capture code to try to captur... | skotlex | 1 | -1/+1 |
2006-08-24 | - Added setting clear_skills_on_warp to specify when a character's land-based... | skotlex | 1 | -5/+11 |