summaryrefslogtreecommitdiff
path: root/src/map/unit.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-11Re-phrased the attacker flee/def penalty config descsultramage1-19/+16
2007-04-22- Removed the include of features.h from the console.c plugin. It is apparent...skotlex1-22/+6
2007-04-17- The gain exp from resurrection config will now only work when the revived p...skotlex1-0/+1
2007-04-11- Some cleaning of the castend_map code to prevent the menuskill variable fro...skotlex1-1/+1
2007-03-27- Changed a bit the Moonlit code to prevent an infinite loopskotlex1-2/+2
2007-03-20- Removed Magic Rod's cast bar.skotlex1-1/+0
2007-03-11- Removed function clif_movepc as it's no longer invoked anywhere.skotlex1-2/+2
2007-03-07- Corrected the pet/homunc data not being free'd if the player logs out befor...skotlex1-15/+23
2007-02-23- Minor cleanupsskotlex1-0/+1
2007-02-21Applied a consistent look to all header files (copyright, ifdefs)ultramage1-2/+2
2007-02-16- Modified the "guardian" spawn script command, it no longer receives a "amou...skotlex1-7/+4
2007-02-09- Fixed skill usage being blocked if you use Weapon Refine and there is nothi...skotlex1-4/+4
2007-02-09- Updated the 'unit walk' to functions so they stop your attack if it's possi...skotlex1-4/+18
2007-02-08- Fixed a bunch of probably incorrect logical comparisons. skotlex1-1/+1
2007-02-03- Fixed the flag parameter not working on npcshopattachskotlex1-5/+25
2007-02-01- Corrected homunculus's aspd being halved after using some aspd adjusting sk...skotlex1-6/+0
2007-01-16- Added function unit_escape to simplify the run-away code a bit in the mob ai.skotlex1-0/+13
2007-01-07Undid the memset->malloc_set replacementultramage1-1/+1
2006-12-31* Refer to http://www.eathena.ws/board/index.php?showtopic=130285FlavioJS1-7/+16
2006-12-29- Skill use is now cancelled when you use it while cloaking, and the uncloaki...skotlex1-0/+6
2006-12-12- Modified the skill damage packet and the knockback packets to mimic aegis s...skotlex1-1/+1
2006-12-06- Renamed the mob mode Cast-Sensor Melee to Cast-Sensor idle since these mobs...skotlex1-5/+4
2006-12-06- Cleaned up the implementation of map_foreachinmovearea so that the number o...skotlex1-19/+31
2006-11-29- Now gvg_dungeon mapflag will activate the other mapflags which are required...skotlex1-0/+1
2006-11-28- Now when a player's "attack once" request fails due to range, the client is...skotlex1-6/+4
2006-11-27- Corrected KiriKage's range so it works correctly when used by non-players o...skotlex1-0/+1
2006-11-22- Fixed pets/homunc trying to be deleted twice when they had 0 intimacy and t...skotlex1-4/+6
2006-11-20- You now can't use other skills while a skill-induced "window" is up (telepo...skotlex1-0/+2