summaryrefslogtreecommitdiff
path: root/src/map/unit.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-20- Fixed itemskill variable being cleared before parsing the skill, this cause...skotlex1-8/+20
2006-11-17* Fixed potential crash in IRC processing message with '%' using *printf.Lance1-0/+1
2006-11-13- Volcano/Deluge/Violent Gale are now interchangeable, in the sense that as ...skotlex1-7/+4
2006-11-08- Moved the duel functions to pc.c since they are so totally out of place in ...skotlex1-4/+16
2006-10-31- When Kaizel (or super novice rebirth skill) triggers, you get debuffed now.skotlex1-2/+2
2006-10-20- Fixed Charge Atk being able to go through chasm/pits.skotlex1-11/+11
2006-09-29- Added a check un unit_run when unit_walktoxy fails. Should fix running gett...skotlex1-1/+15
2006-09-18- High-Jump is usable everywhere now, except that on maps where it previously...skotlex1-0/+3