summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2016-06-25Correctly escaped special characters in the generated_translations.potHaru1-0/+1
2016-06-25HPM Hooks UpdateHaru1-0/+2
2016-06-25Implemented VECTOR_TRUNCATEHaru1-0/+10
2016-05-14Removed dead leftover code from some testing a while ago.Matheus Macabu1-18/+0
2016-05-08Removed some legacy checks for MSVC <= 2003Haru3-11/+7
2016-05-08Removed 'temporary fix for bugreport:4961', no longer necessaryHaru1-10/+0
2016-05-08Removed some old Subversion <=1.6 support codeHaru1-34/+0
2016-05-08Removed some old MySQL 4 compatibility codeHaru1-15/+0
2016-05-08Fixed various issues pointed out by cppcheckHaru4-13/+10
2016-05-01Merge pull request #1253 from HerculesWS/hpmhookingAndrei Karas5-38/+38
2016-05-01Fix one issue found by gcc 6 with -O3.Andrei Karas1-0/+1
2016-04-30HPM Hooks UpdateHaru1-1/+1
2016-04-30Moved HPMHooking-related definitions to plugins/HPMHooking.hHaru4-37/+37
2016-04-27Add checks for wrong timer id. Some times in code it can be 0 and not -1.Andrei Karas1-2/+8
2016-04-25HPM Hooks UpdateHercules.ws1-0/+1
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