summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-02-24Removed various redundant typecastsHaru5-28/+26
2016-02-24Removed several unnecessary explicit casts of the WFIFOP resultHaru11-92/+92
2016-02-24Removed some now unnecessary explicit casts of the RBUFP resultHaru1-3/+3
2016-02-24Modified RBUFP to return a const void *Haru1-1/+6
2016-02-24Removed unnecessary explicit casts of the value of WBUFPHaru4-36/+36
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-24Added const qualifier to various variable/argument pointersHaru4-41/+64
2016-02-24Removed several unnecessary RFIFOP typecastsHaru18-159/+158
2016-02-24Changed RFIFOP and WFIFOP to return const void * and void * respectivelyHaru2-3/+5
2016-02-24Updated homunculus_recv_data() to work better with const dataHaru1-18/+29
2016-02-24Added const qualifier to several variable/argument pointersHaru36-274/+347
2016-02-24Implemented aStrndup()Haru2-0/+65
2016-02-24Updated inter_pet->tosql() and mapif->save_pet() to work with const dataHaru4-37/+40
2016-02-24Split mapif->mercenary_save() into two functions (save and create)Haru3-22/+44
2016-02-24Split mapif->homunculus_save() into two functions (save and create)Haru3-43/+61
2016-02-24Split mapif->elemental_save() into two functions (save and create)Haru3-25/+51
2016-02-24Added const qualifier to the {RFIFO,RBUF}{B,W,L,Q} familiesHaru2-10/+12
2016-02-24Fixed two minor typos in NPC-related error/warning messagesHaru1-2/+2
2016-02-23HPM Hooks UpdateHercules.ws1-3/+3
2016-02-23Corrected some warnings in Visual StudioHaru3-97/+101
2016-02-22Fix crash on npc emote, if npc not found.Andrei Karas1-1/+1
2016-02-21HPM Hooks UpdateHercules.ws3-6/+68
2016-02-21Changing Job field to 'int64'Dastgir3-13/+13
2016-02-21New format for Job field in job_db.confDastgir2-12/+164
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-20HPM Hooks UpdateHercules.ws1-3/+3
2016-02-19Remove some unused macroses. Left macroses in socket.cAndrei Karas2-6/+0
2016-02-19Add noreturn attributes.Andrei Karas3-2/+5
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas40-242/+242
2016-02-19Fix some cast discards 'const' qualifier from pointer target type warnings.Andrei Karas9-40/+41
2016-02-17Replaced some now unnecessary includes with forward declarations in header filesHaru14-11/+19
2016-02-17HPM Hooks UpdateHaru3-696/+696
2016-02-17Removed unnecessary typedefs from libconfigHaru27-306/+309
2016-02-17HPM Hooks UpdateHaru9-39/+39
2016-02-17Renamed config->read_file to config->load_fileHaru17-54/+54
2016-02-17HPM Hooks UpdateHaru9-0/+960
2016-02-17Added new set of functions to libconfig in order to handle other data typesHaru2-0/+261
2016-02-17HPM Hooks UpdateHaru9-186/+186
2016-02-17Updated libconfig to version 1.5Haru3-8/+8
2016-02-15Replaced a call to sleep() with HSleep()Haru1-8/+1
2016-02-15Fixed a missing include in utils.hHaru1-0/+3
2016-02-09Small tweaks to mob_drop_adjustHaru1-7/+13
2016-02-07Fix blind defined macro WFIFO2PTRhemagx1-1/+1
2016-02-06HPM Hooks UpdateHercules.ws1-5/+5
2016-02-06Changed PCRE to properly use the system-provided pcre.hHaru2-5/+3
2016-02-06Merge pull request #1142 from 4144/pluginsfixHaru1-1/+4
2016-02-06HPM Hooks UpdateHercules.ws9-0/+96