Age | Commit message (Expand) | Author | Files | Lines |
2014-12-31 | Improve performance a bit by removing strlen(str) > 0. | Andrei Karas | 1 | -1/+1 |
2014-12-31 | Remove useless checks. | Andrei Karas | 1 | -2/+2 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -1/+1 |
2014-11-15 | Add support for plugin options in map server config (logs.conf). | Andrei Karas | 1 | -0/+3 |
2014-11-10 | Fix interfaces methods usage. | Andrei Karas | 1 | -1/+1 |
2014-08-07 | Corrected several format-string errors through the code | Haru | 1 | -3/+3 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -10/+13 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -13/+10 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -10/+13 |
2013-10-10 | Introducing Bank Support | shennetsind | 1 | -0/+1 |
2013-10-02 | HPM: Map.c Completed | shennetsind | 1 | -12/+41 |
2013-09-28 | HPM: log.h Completed | shennetsind | 1 | -37/+12 |
2013-09-27 | Renamed iMap interface to map | Haru | 1 | -1/+1 |
2013-09-26 | Renamed variables that would conflict with a rename of iMap to map | Haru | 1 | -19/+23 |
2013-07-29 | Permission cache overhaul | Piotr HaĆaczkiewicz | 1 | -1/+1 |
2013-07-17 | Added missing initialization of some functions in the homunculus interface | Haru | 1 | -2/+3 |
2013-07-01 | Fixed Bug #7216 | shennetsind | 1 | -0/+1 |
2013-06-23 | Official Item Group/Package/Chain | shennetsind | 1 | -2/+2 |
2013-06-10 | Added SqlStmt functions to the SQL interface | Susu | 1 | -27/+27 |
2013-06-07 | Hercules Renewal Phase One : pc, party, map, timer | Susu | 1 | -1/+1 |
2013-05-15 | HPM Update | shennetsind | 1 | -3/+3 |
2013-04-22 | Hercules April 22 MEGA-ULTRA-LONG Patch~! | shennetsind | 1 | -332/+276 |
2013-01-08 | * Renaming variable name from nsiuid to unique_id for better understanding of... | markzd | 1 | -5/+5 |
2013-01-07 | * Implemented Unique identifier for Non stackable items. (tid:69380) | markzd | 1 | -5/+5 |
2012-12-30 | -Harmonize skillid, skill_num, skillnum, skill, to skill_id and same for skil... | glighta | 1 | -5/+5 |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -431/+447 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -447/+431 |
2012-08-06 | Hello World! with this commit trunk will finally be making use of the gorgeou... | shennetsind | 1 | -4/+54 |
2012-04-29 | - Removed leftover TXT configs, follow-up to r15503. | brianluau | 1 | -0/+2 |
2012-02-13 | - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l... | gepard1984 | 1 | -7/+8 |
2012-01-25 | Added two picklog types to distinguish regular monster drops (M) from stolen ... | gepard1984 | 1 | -2/+2 |
2012-01-20 | Merged TXT removal branch back to trunk. | gepard1984 | 1 | -23/+0 |
2012-01-18 | Reorganized picklog functions a bit to reuse some common code. | gepard1984 | 1 | -110/+18 |
2012-01-11 | Picklog improvements: | gepard1984 | 1 | -3/+4 |
2011-12-24 | * Merged changes up to eAthena 15045. | eathenabot | 1 | -11/+12 |
2011-12-24 | * Merged changes up to eAthena 15043. | eathenabot | 1 | -95/+122 |
2011-12-24 | * Merged changes up to eAthena 15042. | eathenabot | 1 | -66/+60 |
2011-12-24 | * Merged changes up to eAthena 15041. | eathenabot | 1 | -30/+35 |
2011-12-24 | * Merged changes up to eAthena 15040. | eathenabot | 1 | -36/+90 |
2011-12-19 | * Merged changes up to eAthena 15036. | eathenabot | 1 | -19/+32 |
2011-12-19 | * Merged changes up to eAthena 15035. | eathenabot | 1 | -76/+87 |
2011-12-17 | - Replaced log_config.enable_logs constants with LOG_ enums that existed sinc... | brianluau | 1 | -1/+1 |
2011-12-05 | - Added SQL_INNODB switch for databases running under InnoDB (where INSERT DE... | epoque11 | 1 | -10/+20 |
2011-02-19 | * Removed '.txt' from log config info messages, as the values already have an... | ai4rei | 1 | -7/+7 |
2010-12-26 | * Fixed items, that get dropped at 100% chance, being reported in @iteminfo a... | ai4rei | 1 | -1/+1 |
2010-12-02 | * Added support for IT_CASH to @iteminfo, logging filters and item drop rate ... | ai4rei | 1 | -2/+2 |
2010-10-09 | Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls. | Paradox924X | 1 | -7/+7 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -2/+2 |
2008-03-24 | * Reorganized the contents of the mapserver's header files. | ultramage | 1 | -2/+4 |
2007-10-15 | - fixed Halo-Halo not being consumed on use. | skotlex | 1 | -2/+0 |