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