Age | Commit message (Expand) | Author | Files | Lines |
2013-10-02 | HPM: Map.c Completed | shennetsind | 1 | -1/+1 |
2013-09-27 | Renamed iMap interface to map | Haru | 1 | -47/+37 |
2013-09-27 | Renamed iStatus interface to status | Haru | 1 | -33/+28 |
2013-09-25 | Renamed local variables that would conflict with a rename of iStatus to status | Haru | 1 | -12/+10 |
2013-09-25 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | shennetsind | 1 | -7/+7 |
2013-09-25 | Renamed iTimer interface to timer. | shennetsind | 1 | -32/+32 |
2013-09-25 | Renamed local variables that would conflict with a rename of iTimer to timer | Haru | 1 | -4/+4 |
2013-09-16 | HPM: Pet.c Interface | shennetsind | 1 | -158/+200 |
2013-09-16 | HPM: Npc.c Interface | shennetsind | 1 | -1/+1 |
2013-09-16 | HPM: Unit.c Interface | shennetsind | 1 | -17/+17 |
2013-09-16 | HPM: Mob.c Interface | shennetsind | 1 | -4/+4 |
2013-07-29 | Permission cache overhaul | Piotr HaĆaczkiewicz | 1 | -1/+1 |
2013-07-29 | Added intif interface | Susu | 1 | -6/+6 |
2013-07-26 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | shennetsind | 1 | -1/+1 |
2013-07-25 | Expanding script.c interface | shennetsind | 1 | -7/+7 |
2013-07-23 | Pathfinding code cleanup. | Piotr HaĆaczkiewicz | 1 | -1/+1 |
2013-07-04 | - Added interface iStatus (needed to renamed it because A LOT of variables ar... | Susu | 1 | -10/+10 |
2013-06-25 | - Added chrif interface | Susu | 1 | -1/+1 |
2013-06-23 | Official Item Group/Package/Chain | shennetsind | 1 | -1/+1 |
2013-06-08 | Follow up d73783f22b2bb881aab74524d153d89a5932a199 | shennetsind | 1 | -10/+10 |
2013-06-07 | Hercules Renewal Phase One : pc, party, map, timer | Susu | 1 | -62/+62 |
2013-04-22 | Hercules April 22 MEGA-ULTRA-LONG Patch~! | shennetsind | 1 | -2/+2 |
2013-04-19 | Little something I left over... | Matheus Macabu | 1 | -1/+1 |
2013-04-19 | * Partial fix for bugreport:1222, if you have a pet and the pet egg is flagge... | Matheus Macabu | 1 | -0/+10 |
2013-03-30 | Hercules Renewal: clif.c complete | shennetsind | 1 | -1/+1 |
2013-03-29 | Hercules Renewal: clif.c | shennetsind | 1 | -39/+39 |
2013-03-02 | Hercules Renewal: skill.c | shennetsind | 1 | -2/+2 |
2013-03-01 | Hercules Renewal: battle.c | shennetsind | 1 | -3/+4 |
2013-02-18 | Improvements all over the place | shennetsind | 1 | -4/+2 |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -1132/+1154 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -1154/+1132 |
2012-11-10 | Performance Improvement; Server shut down, instance clear up, and @cleanmap a... | shennetsind | 1 | -1/+1 |
2012-10-29 | -Add some src basic documentation. | glighta | 1 | -3/+5 |
2012-09-02 | Hello! few things. | shennetsind | 1 | -2/+2 |
2012-01-30 | - Removed more trailing tabs. | brianluau | 1 | -3/+3 |
2012-01-30 | - Removed trailing tabs, and fixed some spacing. | brianluau | 1 | -3/+3 |
2012-01-22 | Minor cleanups, mostly reducing scopes. | xazax-hun | 1 | -1/+2 |
2012-01-17 | Enabled Mersenne Twister MT19937 as random number generator instead of standa... | gepard1984 | 1 | -7/+8 |
2012-01-11 | Picklog improvements: | gepard1984 | 1 | -9/+8 |
2012-01-04 | Pets & Homun renaming with empty name fix, bugreport:3032 | shennetsind | 1 | -1/+4 |
2011-12-24 | * Merged changes up to eAthena 15040. | eathenabot | 1 | -4/+2 |
2011-12-17 | - Fixed pet.c not checking log_config.enable_logs setting. [lighta] | brianluau | 1 | -2/+4 |
2011-06-30 | Replaced custom type 'intptr' with standard 'intptr_t'. | ultramage | 1 | -8/+8 |
2011-05-29 | * Fixed pets' speed would not get updated to normal, after they finished runn... | ai4rei | 1 | -0/+1 |
2011-03-15 | * Fixed pet database reading displaying wrong amount of read entries per file... | ai4rei | 1 | -3/+4 |
2011-01-14 | * Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria... | ai4rei | 1 | -15/+15 |
2010-12-30 | * Fixed improper use of itemdb_search. It does not return NULL but a dummy it... | ai4rei | 1 | -1/+1 |
2010-12-07 | * Reverted r14563, due to multiple issues which render the source malfunction... | ai4rei | 1 | -1/+1 |
2010-12-07 | Changed almost all instances of sprintf() to snprintf(). | Paradox924X | 1 | -1/+1 |
2010-11-28 | * Added emotion_type enumeration for clif_emotion constants. | ai4rei | 1 | -2/+2 |