summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-29Replaced the SEX_FEMALE/SEX_MALE constants to scripts, where appropriateEmistry91-427/+467
2016-02-29Added gender-related constants SEX_MALE/SEX_FEMALEEmistry2-3/+10
2016-02-29Merge pull request #1115 from theultramage/bcdrenamingHaru1-45/+42
2016-02-28MobDB SQL SyncHercules.ws3-5/+5
2016-02-28HPM Hooks UpdateHercules.ws1-20/+20
2016-02-28Merged pull request #1093 - NoKnockback modeHaru18-129/+185
2016-02-28Changed mob mode field to 32 bit, for future expansionHaru14-114/+158
2016-02-28Added monsters with NoKnockbackDastgir2-0/+2
2016-02-28Added NoKnockback Mode for monstersDastgir7-17/+27
2016-02-27Constants Documentation SyncHercules.ws1-0/+25
2016-02-27Corrected return value for some BUILDIN() functionsHaru1-4/+4
2016-02-27Replaced various '-1' with the correct constantHaru10-86/+104
2016-02-27Corrected wrong variable type of struct status_change_data::tickHaru4-12/+18
2016-02-27Merge pull request #1171 from HerculesWS/NPC_ConstantsDastgir1-0/+25
2016-02-27Update NPC ID'sJedzkie1-0/+25
2016-02-24HPM Hooks UpdateHercules.ws10-234/+428
2016-02-24Merge pull request #1165 from HerculesWS/const_rfifoAndrei Karas51-906/+1234
2016-02-24Edited npc->selllist() to use the new struct itemlistHaru3-34/+53
2016-02-24Edited npc->buylist() to use the new struct itemlistHaru3-41/+58
2016-02-24Edited npc->market_buylist() to use the new struct itemlistHaru5-55/+62
2016-02-24Edited skill->changematerial() and skill->elementalanalysis() to use the new ...Haru3-22/+38
2016-02-24Edited npc->cashshop_buylist() to use the new struct itemlistHaru3-28/+37
2016-02-24Added definitions of struct itemlistHaru1-0/+8
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-23Added pcre include path to the sample plugin VS projectsHaru4-8/+8
2016-02-23HPM Hooks UpdateHercules.ws1-3/+3
2016-02-23Corrected some warnings in Visual StudioHaru3-97/+101
2016-02-22Merge pull request #1166 from 4144/fixemoteHaru1-1/+1
2016-02-22Fix crash on npc emote, if npc not found.Andrei Karas1-1/+1
2016-02-22Merge branch 'Jedzkie-NPC_Updates' into herculesHaru14-246/+535
2016-02-22Alberta NPC UpdatesJedzkie3-53/+118
2016-02-22Izlude NPC UpdateJedzkie3-18/+22