summaryrefslogtreecommitdiff
path: root/src/map/pet.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-8/+8
2011-05-29* Fixed pets' speed would not get updated to normal, after they finished runn...ai4rei1-0/+1
2011-03-15* Fixed pet database reading displaying wrong amount of read entries per file...ai4rei1-3/+4
2011-01-14* Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria...ai4rei1-15/+15
2010-12-30* Fixed improper use of itemdb_search. It does not return NULL but a dummy it...ai4rei1-1/+1
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei1-1/+1
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-1/+1
2010-11-28* Added emotion_type enumeration for clif_emotion constants.ai4rei1-2/+2
2010-11-28* Added clr_type enumeration for vanish effect constants.ai4rei1-2/+2
2010-10-09Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.Paradox924X1-8/+8
2010-08-19- Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used ...Skotlex1-3/+3
2010-08-03- Merged a few minor bugfixesSkotlex1-3/+1
2009-09-13* Progressbar aborts when player is attacked.Inkfish1-1/+1
2009-01-25- Implemented new Pet Bonus System. Enjoy!! :Dzephyrus1-55/+124
2008-11-22* Hunted down the simpler 64bit pointer truncations.FlavioJS1-2/+2
2008-08-25- Fixed crash on Pet hatch. Resorted the way a Pet is initialized. (Bug Repor...zephyrus1-14/+14
2008-08-24- Implemented unit_calc_pos (copy from pet_calc_pos) to implement it on Merce...zephyrus1-55/+2
2008-07-26Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w...ultramage1-7/+7
2008-07-14* Corrected compiler warning and error made from r12959 and r12953, respectiv...sketchyphoenix1-0/+1
2008-07-13added missing pick_logLupus1-1/+2
2008-05-02Replaced the very ineffective clif_foreachclient() with map_foreachpc() since...ultramage1-1/+1
2008-05-01Replaced the integers+checking approach in r12679 with usage of floating poin...ultramage1-5/+5
2008-05-01Implemented get_percentage() for compact and safe calculation of percentual v...ultramage1-6/+6
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS1-7/+7
2008-03-04- Updated firepillar so it cannot be placed on top of others.skotlex1-1/+1
2008-02-27Fixed @reloadmobdb producing memory leaks in pet db (bugreport:1030)ultramage1-2/+1
2008-02-21- Added status_calc_life to properly calculate hp/max_hp as a ratio taking in...skotlex1-5/+6
2007-12-26Moved distance-related functions to path.c/hultramage1-0/+1
2007-11-22- Changed the status_change structure to use dynamic rather than static memor...skotlex1-1/+1
2007-11-21- Moved subtype from struct block_list to struct npc_data.skotlex1-1/+0
2007-11-17Removed battle_config.error_log as console_silent already handles thisultramage1-21/+11
2007-10-31Commented out msg_athena.conf strings disabled in r11625.ultramage1-1/+2
2007-10-27Removed 'petid', a command from r284 to look up pet ids by name.ultramage1-43/+37
2007-10-08* Delayed the check for required items when a skill is cast to when they are ...FlavioJS1-1/+1
2007-09-27* Loot code using charid's instead of id's in pick priority.FlavioJS1-7/+7
2007-09-24- Changed Greed Scroll's type to 11 (all itemskill items should use this)skotlex1-1/+1
2007-09-23* map_addflooritem and struct item_drop_list using id's instead of struct map...FlavioJS1-7/+7
2007-09-20* Merged the tmpsql branch:FlavioJS1-0/+1
2007-09-15Getting some (mostly atcommand) code cleaning out of the way...ultramage1-5/+5
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-5/+6
2007-08-19- Cleaned up some the pet armor display code.skotlex1-13/+13
2007-07-30* Corrected pet taming code; items are consumed immediately and only 1xultramage1-35/+13
2007-06-11- Fixed pet equip not displaying correctly at all (closes topic:153753)ultramage1-8/+8
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-2/+2
2007-05-23- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ...ultramage1-3/+3
2007-05-19Reformatting @_@ultramage1-14/+7
2007-01-27- Moved the pet rename code from int_pet.c to inter.c and normalized it so it...skotlex1-9/+15
2007-01-21Typo huntultramage1-1/+1
2007-01-07Undid the memset->malloc_set replacementultramage1-6/+6
2006-12-22- Change strncpy to memcpy when parsing switches in the script engine since i...FlavioJS1-1/+1