summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-12-25Added New ViewEquip packetDastgir1-1/+3
2015-12-25New Entity Packets Implemented (Thanks to Rytech)Dastgir3-20/+102
2015-12-24Change packet 0x82d to not send billing slots.hemagx1-1/+1
2015-12-23Merge pull request #1003 from HerculesWS/865-var_lengthAndrei Karas7-30/+59
2015-12-22- Fixes #1005 (Thanks jTynne)Jedzkie1-1/+1
2015-12-22Follow up https://github.com/HerculesWS/Hercules/commit/d79a996b1ecfe2dfdfe00...Frost1-1/+1
2015-12-22Throw error when variable name length too longAnnieRuru1-0/+14
2015-12-22Not allow send too big variable names to char server from map server (Closes ...Andrei Karas1-0/+4
2015-12-22Ensured 32+1 bytes for all buffers that hold variable namesHaru5-30/+39
2015-12-22Add a source constant SCRIPT_VARNAME_LENGTHAnnieRuru1-0/+2
2015-12-22Merge pull request #992 from Jedzkie/ItemDB_UpdatesDastgir3-67/+153
2015-12-22Update *dispbottom script command to allow 0xRRGGBB colorAnnieRuru1-9/+21
2015-12-22Item Update:Jedzkie2-31/+40
2015-12-22Update *message script command to allow to use account IDAnnieRuru1-8/+13
2015-12-21ItemDB Update:Jedzkie2-3/+23
2015-12-21Fix Client stuck if npc secure time reached and no actual dialog presented to...hemagx1-1/+6
2015-12-20*explode return array size.Emistry1-0/+2
2015-12-20Fixed a memory leak in the explode script commandHaru1-18/+16
2015-12-20Fix some issues with the @help command.Kpy!1-3/+3
2015-12-20Costume and Shadow items are not equip-able anymore on older clients that doe...hemagx2-0/+7
2015-12-20Fixed showing HP bar for monsters even if disabled on 2015 clients and onward.hemagx1-3/+3
2015-12-20HPM Hooks UpdateHercules.ws3-0/+96
2015-12-20Fix the *getcharipAnnieRuru1-6/+13
2015-12-20Fix certain script command report source npc twice if player not attachedAnnieRuru1-146/+136
2015-12-20Change map->nick2sd into script>nick2sdAnnieRuru1-47/+46
2015-12-20Change map->charid2sd into script->charid2sdAnnieRuru1-12/+11
2015-12-20Change map->id2sd into script->id2sdAnnieRuru1-37/+33
2015-12-20Add script->id2sd function to throw error properly if player not foundAnnieRuru2-0/+36
2015-12-20ItemDB Update:Jedzkie2-0/+10
2015-12-20ItemDB Update:Jedzkie2-6/+32
2015-12-20ItemDB Update:Jedzkie2-0/+25
2015-12-19Corrected a typo in the Renewal cardfix calculationHaru1-3/+3
2015-12-20Item & Skill Update:Jedzkie2-35/+31
2015-12-18Add *getunittype and update *getmapxyAnnieRuru1-26/+91
2015-12-17Added 8 Official kRO & jRO Costumes supported up to 2015-05-13aRagexe.Jedzkie2-12/+78
2015-12-17Merge pull request #917 from dastgir/packetAndrei Karas1-1/+5
2015-12-17Update max packet size according to client dateDastgir1-1/+5
2015-12-17Removal of SC_ITEMSCRIPT.Jedzkie2-58/+2
2015-12-17Implement official effect of MVP ScrollsJedzkie4-12/+53
2015-12-17Change all chat mute checks to use pc->can_talk instead of direct check.hemagx6-25/+18
2015-12-17Add bAddMaxWeight bonus for increasing player's max weightAnnieRuru2-1/+5
2015-12-16HPM Hooks UpdateHercules.ws9-0/+93
2015-12-15Added GPL-compliant header to sql filesHaru1-1/+24
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru210-773/+4233
2015-12-15Added GPL information on interactive server startupHaru5-0/+19
2015-12-15Fix Dialog being cleaned after timeout on secure npc timeout enabled.hemagx1-1/+0
2015-12-15HPM Hooks UpdateHercules.ws1-27/+27
2015-12-15Fixed some too long char buffer initializers.Florian Wilkemeyer2-11/+15
2015-12-15Added const qualifier to the w1~w4 arguments of npc_parse_unknown_objectHaru2-2/+19
2015-12-15Added const qualifier to the w1~w4 arguments of npc_parse_mobHaru2-2/+20