summaryrefslogtreecommitdiff
path: root/src/map/log.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-09* Corrected string lengths according to bugreport:198ultramage1-55/+29
2007-10-04Fixed a mistake in r10919 messing up logged values (bugreport:167)ultramage1-3/+3
2007-09-24Added back log_chat's '1 - log everything' setting (revert from r10850).ultramage1-11/+10
2007-09-22* Added 'safestrnlen' to prevent null pointer crashesultramage1-4/+4
2007-09-20* Merged the tmpsql branch:FlavioJS1-183/+209
2007-09-13Wiped out every mention of RETCODE from /src.ultramage1-15/+15
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-4/+5
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-2/+1
2007-05-21- Removed the TURBO socket mechanism - it was in fact just using a variable t...ultramage1-6/+0
2007-05-19Reformatting @_@ultramage1-1/+2
2007-05-19* Added Global chat and Main chat loggingultramage1-20/+15
2007-02-02- The define MESSAGE_SIZE was wrong! It is only used for input boxes. Therefo...skotlex1-2/+15
2007-01-19- Reverted the dup-label check code since it has a bug that needs to be fixed...skotlex1-1/+0
2007-01-07Undid the memset->malloc_set replacementultramage1-1/+1
2006-12-31- Updated getitem and guardian entries in script_commands.txt.FlavioJS1-6/+2
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...FlavioJS1-532/+532
2006-12-01- Fixed txt-converter compilation. skotlex1-5/+5
2006-10-25- Some cleaning of the pc_eventtimer and pc enqueue code, it should fix some ...skotlex1-1/+0
2006-10-19- Cleaned up the log.c file.skotlex1-106/+142
2006-08-27Fixed undefined reference to 'malloc_set' in log.ctoms1-0/+1
2006-08-27* Optional macro MEMSET_TURBO for faster low-level memory initializations.Lance1-1/+1
2006-08-13- Removed @itemcheck as it was totally pointless.skotlex1-5/+5
2006-08-04- Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out o...skotlex1-7/+7
2006-07-24- Cleaned up the Mistress Card related code so that the no-gemstone bonus red...skotlex1-10/+10
2006-05-07removed old logsLupus1-463/+2
2006-03-26- Fixed jstrescapecpy crashing when you pass a null string to parse.skotlex1-1/+1
2006-03-26- Small change that may fix a crash in loggin guild chat?skotlex1-1/+1
2006-03-25- Added a missing escape in logging chats.skotlex1-1/+2