summaryrefslogtreecommitdiff
path: root/src/map/pet.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-16HPM: Pet.c Interfaceshennetsind1-158/+200
2013-09-16HPM: Npc.c Interfaceshennetsind1-1/+1
2013-09-16HPM: Unit.c Interfaceshennetsind1-17/+17
2013-09-16HPM: Mob.c Interfaceshennetsind1-4/+4
2013-07-29Permission cache overhaulPiotr HaƂaczkiewicz1-1/+1
2013-07-29Added intif interfaceSusu1-6/+6
2013-07-26Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-1/+1
2013-07-25Expanding script.c interfaceshennetsind1-7/+7
2013-07-23Pathfinding code cleanup.Piotr HaƂaczkiewicz1-1/+1
2013-07-04- Added interface iStatus (needed to renamed it because A LOT of variables ar...Susu1-10/+10
2013-06-25- Added chrif interfaceSusu1-1/+1
2013-06-23Official Item Group/Package/Chainshennetsind1-1/+1
2013-06-08Follow up d73783f22b2bb881aab74524d153d89a5932a199shennetsind1-10/+10
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-62/+62
2013-04-22Hercules April 22 MEGA-ULTRA-LONG Patch~!shennetsind1-2/+2
2013-04-19Little something I left over...Matheus Macabu1-1/+1
2013-04-19* Partial fix for bugreport:1222, if you have a pet and the pet egg is flagge...Matheus Macabu1-0/+10
2013-03-30Hercules Renewal: clif.c completeshennetsind1-1/+1
2013-03-29Hercules Renewal: clif.cshennetsind1-39/+39
2013-03-02Hercules Renewal: skill.cshennetsind1-2/+2
2013-03-01Hercules Renewal: battle.cshennetsind1-3/+4
2013-02-18Improvements all over the placeshennetsind1-4/+2
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-1132/+1154
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-1154/+1132
2012-11-10Performance Improvement; Server shut down, instance clear up, and @cleanmap a...shennetsind1-1/+1
2012-10-29-Add some src basic documentation.glighta1-3/+5
2012-09-02Hello! few things.shennetsind1-2/+2
2012-01-30- Removed more trailing tabs.brianluau1-3/+3
2012-01-30- Removed trailing tabs, and fixed some spacing.brianluau1-3/+3
2012-01-22Minor cleanups, mostly reducing scopes.xazax-hun1-1/+2
2012-01-17Enabled Mersenne Twister MT19937 as random number generator instead of standa...gepard19841-7/+8
2012-01-11Picklog improvements:gepard19841-9/+8
2012-01-04Pets & Homun renaming with empty name fix, bugreport:3032shennetsind1-1/+4
2011-12-24* Merged changes up to eAthena 15040.eathenabot1-4/+2
2011-12-17- Fixed pet.c not checking log_config.enable_logs setting. [lighta]brianluau1-2/+4
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