summaryrefslogtreecommitdiff
path: root/src/map/map.h
AgeCommit message (Expand)AuthorFilesLines
2006-09-14- Corrected Smokie's pet script to use petskillbonus instead of "bonus"skotlex1-1/+2
2006-09-13- Modified the nocommand mapflag so you can specify the GM range that is bloc...skotlex1-1/+1
2006-09-09- Moved perfect_hiding from state to special_state, so that it clears out whe...skotlex1-1/+1
2006-09-07- Changed the default of sg_angel_skill_ratio to 10 based on recent informati...skotlex1-1/+1
2006-09-06- Fixed the memset in status_calc_pc, corrects some mysterious bugs such as i...skotlex1-2/+1
2006-09-04- Some cleanup of how mobcount works.skotlex1-0/+7
2006-08-31- Moved the intimacy penalty of HFLI_SBR44 and HVAN_EXPLOSION to skill_counte...skotlex1-1/+1
2006-08-28- Restructured CG_MOONLIT so that it is a ground effect like the other Encores.skotlex1-4/+0
2006-08-27Tweaked MEMSET_TURBO abit, temperory disabled GCC version.Lance1-1/+1
2006-08-26- Small adjustment on the mob_ai code which could fix mobs not chasing you if...skotlex1-1/+1
2006-08-24- Cleanup/typo on homunc's codetoms1-1/+1
2006-08-21- Cleaned up some more the regen_data structure, so that skill/sitting-skill ...skotlex1-1/+20
2006-08-20Fixed a warning when using cap_value(x, 0, x) on an unsigned valuetoms1-1/+1
2006-08-18- Applied use of structure regen_data for a unified regen module. Natural and...skotlex1-29/+19
2006-08-17- Corrected map_random_dir algorithmtoms1-3/+0
2006-08-17- Fixed being unable to recast Adrenaline Rush to reset the duration timers.skotlex1-0/+28
2006-08-15- Cleaned up some of the pet related @/# commands, same for some script comma...skotlex1-4/+1
2006-08-14- Removed support for negative autosave intervals, instead added a minsave_in...skotlex1-0/+1
2006-08-13- Removed @itemcheck as it was totally pointless.skotlex1-2/+2
2006-08-09- Adjusted some the dance/song/encore code so that the source of an ensemble ...skotlex1-1/+1
2006-08-08- Changed the map_freeblock_unlock code so that when there's an "already free...skotlex1-1/+3
2006-08-07- Cleaned some of mpeg's updated work.skotlex1-1/+2
2006-08-04- Changed function itemdb_group to itemdb_group_bonus, it now calculates the ...skotlex1-1/+5
2006-08-03- GAHH, I am sick tired of typing TBL_HOMUNCULUS/BL_HOMUNCULUS all over the p...skotlex1-3/+3
2006-07-30- Added bNoMiscDamage setting so you can specify misc-damage blocking from sk...skotlex1-3/+2
2006-07-18- Added a proper check to make aggressive mobs never override homun targets r...skotlex1-13/+0
2006-07-17- Should have fixed the Cart Termination damage code to be scaled correctly w...skotlex1-0/+1
2006-07-17Orn's and Albator's Homunculus system, finally, YAY!!DracoRPG1-13/+24
2006-07-13- Changed the default save interval to 5 minutes. Added support for specifyin...skotlex1-1/+1
2006-07-10- Added login-char packet 0x2737. Sets all characters offline (login-server s...skotlex1-1/+0
2006-07-07- Okay, added a chrif_save_ack packet to the char-server so now the map serve...skotlex1-0/+2
2006-07-06- Added EQP_/EQI_ constants in pc.h to identify equip position and equip inde...skotlex1-11/+1
2006-07-06- Fixed the auto-direction code which makes self-skills with ground units bec...skotlex1-3/+1
2006-07-04- Added structure s_addeffect to handle status change additions. Cleaned up r...skotlex1-6/+11
2006-07-03- Char-server SQL won't perform the reconnect cleanup routines when kick_on_d...skotlex1-1/+0
2006-06-30- Small cleanup on Abracadabra.skotlex1-0/+1
2006-06-30- Added mapflag "nochat" to prevent chatting rooms from being created.skotlex1-0/+1
2006-06-30- Moved item group enumeration from itemdb.h to map.hskotlex1-1/+41
2006-06-29git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7391 54...Lance1-1/+0
2006-06-29* [Fixed] Lance1-3/+1
2006-06-28- Cleaned up a bit the code for @itemskotlex1-0/+1
2006-06-28- Corrected Musical Strike having a different damage equation from Throw Arrow.skotlex1-0/+1
2006-06-27- Fixed indentation on int_pet.c (how did it got messed up?)skotlex1-0/+1
2006-06-24* [Optimized]: Lance1-0/+3
2006-06-21* [Added]: Lance1-0/+1
2006-06-18* [Removed]: Lance1-1/+1
2006-06-16- Removed unused variable aspd_rate in map_session_data.skotlex1-1/+1
2006-06-16- Modified the bNoMagicDamage/bNoWeaponDamage bonuses to be a 0-100 setting. ...skotlex1-2/+1
2006-06-16* [Improved]: Lance1-0/+1
2006-06-15- Fixed and cleaned up script command 'equip'skotlex1-1/+1