summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2016-04-23HPM Hooks UpdateHaru1-0/+2
2016-04-16HPM Hooks UpdateHaru1-0/+1
2016-04-16HPM Hooks UpdateHaru1-0/+19
2016-04-16HPM Hooks UpdateHaru2-0/+12
2016-04-16Rewrite client interface for login server (part 1)hemagx1-6/+1
2016-04-16Added const qualifier to the input parameter of bin2hexHaru2-6/+5
2016-04-16Updated GNU Make build system to support private headersHaru1-14/+17
2016-04-05Disabled some #pragma GCC diagnostic on versions that don't support themHaru2-3/+18
2016-04-04Merge pull request #1210 from HerculesWS/wcast_qualAndrei Karas11-629/+672
2016-03-21Update Max Zeny to official value 2,147,483,647hemagx1-1/+1
2016-03-20Added separate char* and const char* data types to union DBKeyHaru2-9/+12
2016-03-20Dropped the remaining (private) typedef in db.cHaru1-62/+62
2016-03-20Dropped typedef from DBMapHaru5-154/+161
2016-03-20Dropped typedef from DBIteratorHaru3-45/+49
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru2-154/+154
2016-03-20Removed typedefs from db-related enumsHaru2-154/+167
2016-03-20Changed buffer argument of SQL->StmtBindParam() to constHaru2-6/+15
2016-03-20Removed unnecessary typedefs from sql.hHaru5-100/+107
2016-03-20Added const qualifier to some typecastsHaru1-3/+3
2016-03-09Corrected some issues in the item data saving functionHaru1-0/+4
2016-03-06Check allowed range for "View" field in item_db for weapon items.Andrei Karas1-1/+2
2016-02-28Changed mob mode field to 32 bit, for future expansionHaru1-1/+1
2016-02-27Corrected wrong variable type of struct status_change_data::tickHaru1-4/+6
2016-02-24HPM Hooks UpdateHercules.ws1-0/+2
2016-02-24Modified RBUFP to return a const void *Haru1-1/+6
2016-02-24Modified the WBUF family of macros to ensure a non-const buffer is usedHaru1-1/+6
2016-02-24Changed RFIFO2PTR (and P2PTR) to return const void*Haru1-2/+2
2016-02-24Changed RFIFOP and WFIFOP to return const void * and void * respectivelyHaru1-2/+2
2016-02-24Implemented aStrndup()Haru2-0/+65
2016-02-24Added const qualifier to the {RFIFO,RBUF}{B,W,L,Q} familiesHaru1-9/+9
2016-02-20Fixed some warnings in GCC 5.2Haru1-5/+5
2016-02-20Fixed compile warnings in clangHaru1-1/+1
2016-02-20Added explicit c99 mode to CFLAGS in the configure scriptHaru1-1/+1
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas6-24/+24
2016-02-19Fix some cast discards 'const' qualifier from pointer target type warnings.Andrei Karas2-8/+8
2016-02-17Replaced some now unnecessary includes with forward declarations in header filesHaru5-5/+8
2016-02-17Removed unnecessary typedefs from libconfigHaru7-117/+120
2016-02-17Renamed config->read_file to config->load_fileHaru4-10/+12
2016-02-17Added new set of functions to libconfig in order to handle other data typesHaru2-0/+261
2016-02-17Updated libconfig to version 1.5Haru2-6/+6
2016-02-15Fixed a missing include in utils.hHaru1-0/+3
2016-02-07Fix blind defined macro WFIFO2PTRhemagx1-1/+1
2016-02-06Merge pull request #1142 from 4144/pluginsfixHaru1-1/+4
2016-02-06Fix memory corruption if plugin add command line parameter without help/descr...Andrei Karas1-1/+4
2016-02-05Clear timer function after auto remove timer ended.Andrei Karas1-0/+1
2016-02-05Add missing checks into timer.cAndrei Karas1-5/+58
2016-02-05Add to system information also information about clock function.Andrei Karas3-0/+17
2016-02-05Merge pull request #993 from HerculesWS/mobdb2sqlAndrei Karas2-0/+46
2016-01-31Move P2PTR Macro to socket header and split the macro into two macros for WFI...hemagx2-0/+10
2016-01-29Merge pull request #1108 from 4144/pcreconfigureHaru1-1/+1