summaryrefslogtreecommitdiff
path: root/src/map/unit.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-12Removed one mob data variable related to dynamic mobs that I found to be redu...ultramage1-1/+1
2008-03-09- Modified attack_walk_delay so it behaves on a 'per-object' basis, and chang...skotlex1-3/+2
2008-03-09Cleaned up and corrected some more land skill code:ultramage1-2/+2
2008-03-04- Updated firepillar so it cannot be placed on top of others.skotlex1-2/+2
2008-02-21- Fixed new guilds displaying online-connect member count at 0 rather than 1,...skotlex1-55/+51
2008-02-14- Added some new config settings: homunculus_autoloot, idle_no_autoloot, max_...zephyrus1-0/+2
2008-01-22- Removed hom_setting&02 (ignore skill range) as this was fixed by Gravity so...skotlex1-2/+2
2008-01-14Simplified the BL_CAST macro (see topic:166795)ultramage1-27/+18
2008-01-08- Made the pc reg variables receive a const char* as the argument, since they...skotlex1-1/+1
2008-01-03Moved extra junk from map_addblock/map_delblock to where it logically belongs...ultramage1-10/+31
2008-01-03Removed map_data's block_count, as (quote Yor/ja2160), "Perhaps useful for de...ultramage1-4/+2
2007-12-22Path code cleaning...ultramage1-28/+17
2007-12-10- Cleared up npc shop id when warping a player.skotlex1-0/+1
2007-12-08- Changed the chaotic delay from block to delay since it just a secskotlex1-1/+1
2007-12-07- Fixed ensembles skills.skotlex1-4/+2
2007-11-28- Corrected skill_check_condition to not delete items right away for certain ...skotlex1-3/+2
2007-11-24Fixed a crash when a taekwon hits a wall while Sprinting (bugreport:483)ultramage1-4/+7
2007-11-22- Changed the status_change structure to use dynamic rather than static memor...skotlex1-75/+73
2007-11-21- Moved subtype from struct block_list to struct npc_data.skotlex1-0/+1
2007-11-19- removed 'skill_fail' message when a ground skill fails as that caues double...skotlex1-1/+1
2007-11-17Removed battle_config.error_log as console_silent already handles thisultramage1-10/+5
2007-11-10Fixed a bug in r11384 letting you bypass requirements for some skills (see bu...ultramage1-2/+1
2007-11-02Removed some long-unneccessary debug messages (from r1105).ultramage1-2/+2
2007-10-31* Added names to the SC_ and SI_ enums, now they can be used to properly indi...ultramage1-1/+1
2007-10-27* Fixed TXT charserver doing periodic random-sized memory allocation (bugrepo...ultramage1-1/+1
2007-10-19- Added bonusautoscript and bonusautoscript2. These are used to attach a scri...skotlex1-0/+4
2007-10-18Fixed some gcc-specific stuff, silenced some more warningsultramage1-3/+3
2007-10-18Fixed numerous /W4 warnings (and created more :)ultramage1-16/+19
2007-10-04* Corrected Icewall skill to be closer to official behavior (part of bugrepor...ultramage1-6/+2
2007-10-03* Cleaned up parts of skill.c related to skill unitsultramage1-2/+2
2007-09-21some unimportant path.c / unit.c cleaningultramage1-12/+7
2007-09-21* Corrected skill Charge Attack as described in bugreport:67ultramage1-2/+5
2007-09-17- Finally got some time to clean up and fix monster_ai&0x40 (chase through wa...skotlex1-1/+10
2007-09-13- Corrected SG Miracle to trigger per attack, not per walked tile. Trigger ra...skotlex1-6/+0
2007-09-07- Added support for the new party invite/reply packets from the latest client...skotlex1-0/+3
2007-08-31* Documented/cleaned up chatroom code and packetryultramage1-1/+1
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-4/+5
2007-08-08* Cleaned up junk left in the code by the mapcache/mapindex updateultramage1-3/+3
2007-08-04Some all-around code reformatting/cleaningultramage1-16/+12
2007-07-31Renamed menuskill_lv -> Renamed menuskill_val, because people also used it to...ultramage1-1/+1
2007-07-26* Cleaned up mob drop code, crashfix is still needed though...ultramage1-2/+1
2007-07-06* Cleaned up some nasty code related to skill_blownultramage1-2/+3
2007-07-05* update from Skotlexultramage1-8/+18
2007-06-22* Changed behavior of some guild-related code (according to X.4 tests):ultramage1-3/+3
2007-06-03- Fixed missing client update when 'return to savepoint' failsultramage1-3/+3
2007-05-23- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ...ultramage1-2/+3
2007-05-23Fixed a typo in Chase Walk code (caused by r10593)ultramage1-1/+1
2007-05-20- Fixed one missed malloc->aMallocA typo, causing memory deallocation problemsultramage1-2/+2
2007-05-20- Fixed Chase Walk having a deactivation cast time (should be instant)ultramage1-11/+15
2007-05-19Reformatting @_@ultramage1-41/+40