Age | Commit message (Expand) | Author | Files | Lines |
2006-10-25 | - Some cleaning of the pc_eventtimer and pc enqueue code, it should fix some ... | skotlex | 1 | -24/+20 |
2006-10-25 | - MG_STONECURSE and NPC_PETRIFYATTACK now use time1 to specify the "petrifyin... | skotlex | 1 | -1/+0 |
2006-10-24 | - Cleaned up the "show_steal_in_party" setting so it only takes effect when t... | skotlex | 1 | -57/+44 |
2006-10-20 | - Fixed Charge Atk being able to go through chasm/pits. | skotlex | 1 | -1/+1 |
2006-10-20 | - Added config setting "summon_flora_setting", which it you can decide now tw... | skotlex | 1 | -0/+1 |
2006-10-19 | - Cleaned up the log.c file. | skotlex | 1 | -4/+4 |
2006-10-19 | - Corrected a compilation error. | skotlex | 1 | -1/+1 |
2006-10-19 | - Added the Monk combos to skill_castnodex so their delay is not decreased by... | skotlex | 1 | -17/+28 |
2006-10-12 | - Corrected Caprice cast info. No cast time, delay time equal to the bolt spe... | skotlex | 1 | -1/+4 |
2006-10-05 | - skill_blown will now trigger on-touch npcs on the landing tile. | skotlex | 1 | -0/+6 |
2006-10-04 | - Modified pc_jobchange so that it automatically removes peco/falcon/cart/hom... | skotlex | 1 | -5/+21 |
2006-10-02 | - Modified item-granded status resistance reduction to behave as explained by... | skotlex | 1 | -2/+4 |
2006-10-02 | - Renamed nopenalty mapflag to noexppenalty. Using nopenalty will turn on/off... | skotlex | 1 | -2/+2 |
2006-09-26 | - Updated battle_check_target so that non-offensive skills cannot be used on ... | skotlex | 1 | -4/+5 |
2006-09-21 | - Removed the unrecognized class error messages from pc_mapid2jobid and pc_jo... | skotlex | 1 | -4/+0 |
2006-09-19 | - Fixed pc_set_hate_mob letting you place mobs on any of the three positions ... | skotlex | 1 | -0/+2 |
2006-09-18 | - Reloading scripts will no longer eliminate mobs with no respawn data. Watch... | skotlex | 1 | -1/+1 |
2006-09-17 | - Fixed NPC_INVISIBLE's cloak ending after attacking once. | skotlex | 1 | -2/+5 |
2006-09-12 | - Updated battle_switch to use strncmpi instead of strcmpi, it makes it so us... | skotlex | 1 | -3/+16 |
2006-09-09 | - Moved perfect_hiding from state to special_state, so that it clears out whe... | skotlex | 1 | -1/+1 |
2006-09-08 | - Unified the rest and ganstar paradise code into a single function. | skotlex | 1 | -2/+1 |
2006-09-08 | - Cleaned up SG_HATE to use a new function, pc_set_hate_mob to handle setting. | skotlex | 1 | -4/+29 |
2006-09-07 | - Removed the Warmth "stacking" code. | skotlex | 1 | -2/+1 |
2006-09-07 | - Added error message when attempting to use deprecated bonus bAspd. | skotlex | 1 | -2/+4 |
2006-09-01 | - Soul Breaker will now be affected by Lex Aeterna on both parts of the attack. | skotlex | 1 | -2/+1 |
2006-08-31 | - Moved the intimacy penalty of HFLI_SBR44 and HVAN_EXPLOSION to skill_counte... | skotlex | 1 | -5/+0 |
2006-08-31 | - Modified the error reporting in map_freeblock_unlock so that when there's a... | skotlex | 1 | -2/+14 |
2006-08-29 | - Applied Mpeg's work on GS | toms | 1 | -0/+3 |
2006-08-28 | - Restructured CG_MOONLIT so that it is a ground effect like the other Encores. | skotlex | 1 | -2/+1 |
2006-08-28 | Added TK level-up buffs to SG too, and extended them to 10 min | DracoRPG | 1 | -3/+3 |
2006-08-28 | reverted mpeg's work | Vicious | 1 | -3/+0 |
2006-08-28 | Applied Mpeg's work on GS ( http://gpegon.free.fr/ea/gunslinger_08-28-06_mpeg... | toms | 1 | -0/+3 |
2006-08-27 | * Optional macro MEMSET_TURBO for faster low-level memory initializations. | Lance | 1 | -20/+20 |
2006-08-25 | - Added script commands roclass/eaclass to enable scripts to access eA's job ... | skotlex | 1 | -2/+4 |
2006-08-24 | - Reverted the previous change, changed the pet capture code to try to captur... | skotlex | 1 | -2/+2 |
2006-08-24 | - Added setting clear_skills_on_warp to specify when a character's land-based... | skotlex | 1 | -1/+2 |
2006-08-21 | - Cleaned up some more the regen_data structure, so that skill/sitting-skill ... | skotlex | 1 | -50/+1 |
2006-08-21 | - Removed config setting "muting_players", and expanded the manner_system con... | skotlex | 1 | -4/+3 |
2006-08-21 | - Fixed the Autosave routine not working when there's only one player online. | skotlex | 1 | -1/+1 |
2006-08-20 | - Gravitation now only blocks the caster from using potions. | skotlex | 1 | -2/+2 |
2006-08-20 | - Reduced the Success Chance of GS_FLING to 10+10*lv% (Playtester told me tha... | skotlex | 1 | -1/+1 |
2006-08-19 | - Fixed @homlvup bug | toms | 1 | -1/+1 |
2006-08-18 | - Applied use of structure regen_data for a unified regen module. Natural and... | skotlex | 1 | -320/+44 |
2006-08-15 | - Cleaned up some of the pet related @/# commands, same for some script comma... | skotlex | 1 | -8/+9 |
2006-08-14 | - Removed support for negative autosave intervals, instead added a minsave_in... | skotlex | 1 | -9/+3 |
2006-08-14 | - Sacrifice no longer shows damage to self. | skotlex | 1 | -9/+3 |
2006-08-14 | - Fixed script engine allowing scripts to set a player's zeny to negative val... | skotlex | 1 | -31/+15 |
2006-08-13 | - Removed @itemcheck as it was totally pointless. | skotlex | 1 | -0/+2 |
2006-08-09 | - Trade requests will now fail when either character is unable to act (charac... | skotlex | 1 | -1/+1 |
2006-08-09 | - Crash-protections in the mail-checking function. | skotlex | 1 | -2/+2 |