summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2014-09-06eathena: remove slot number check in processCharLogin.Andrei Karas1-3/+1
2014-09-06eathena: add comments to fiels in packet SMSG_CHAR_LOGIN 0x006b.Andrei Karas1-42/+43
2014-09-06Add missing packet id logging in eathena.Andrei Karas1-1/+1
2014-09-06In eathena improve reading packet SMSG_CHAR_LOGIN 0x006b.Andrei Karas1-20/+31
2014-09-06In eathena add packet 0x082d into db.Andrei Karas2-1/+3
2014-09-06Fix compilation warnings.Andrei Karas1-1/+1
2014-09-06add column headers into packets.h in tmwa.Andrei Karas1-0/+6
2014-09-06add column headers into packets.h in eathena.Andrei Karas1-0/+18
2014-09-06Move tmwa packets definition into separate file.Andrei Karas4-49/+89
2014-09-06Move eathena packets definition into separate file.Andrei Karas4-176/+216
2014-09-06In eathena remove packet SMSG_SERVER_VERSION_RESPONSE.Andrei Karas3-28/+6
2014-09-06In eathena add support for error packet 0x083e.Andrei Karas4-0/+190
Also extend packets table.
2014-09-06Remove version request for eathena servers.Andrei Karas2-6/+3
2014-09-01Fix crash in text fields if using context menu before connected to game.Andrei Karas1-3/+13
2014-08-31Improve packets logging speed.Andrei Karas2-11/+35
2014-08-31Add comments for outbound packet fields in debug log.Andrei Karas6-33/+58
2014-08-31Add comments for inbound packet fields in debug log.Andrei Karas7-44/+80
2014-08-30Fix compilation warning.Andrei Karas2-2/+2
2014-08-30Simplify getNpc function usage.Andrei Karas5-23/+43
2014-08-30Fix heal action.Andrei Karas1-11/+14
2014-08-30Remove additional parameters from processPlayerMoveUpdate function.Andrei Karas5-45/+40
2014-08-30Remove additional parameters from processBeingChatLook function.Andrei Karas5-16/+9
2014-08-30Remove additional parameters from processBeingVisibleOrMove function.Andrei Karas6-250/+256
2014-08-30Remove additional parameters from processCharMapServer function.Andrei Karas6-37/+62
2014-08-30Remove additional parameters from processCharMapInfo function.Andrei Karas6-41/+80
2014-08-30Remove additional parameters from processCharCreate function.Andrei Karas5-14/+8
2014-08-30Remove additional parameters from processNpcSell function.Andrei Karas4-7/+7
2014-08-30Remove additional parameters from processChat function.Andrei Karas5-7/+10
2014-08-30Remove additional parameters from processBeingChat function.Andrei Karas5-7/+9
2014-08-30Remove additional parameters from processPlayerInventory function.Andrei Karas5-6/+7
2014-08-30Change version to 1.4.8.30v1.4.8.30Andrei Karas1-2/+2
2014-08-29Fix code style.Andrei Karas7-18/+12
2014-08-29Fix typo in action description.Andrei Karas1-1/+1
2014-08-28Allow load itemcolors.xml file in legacy servers.Andrei Karas1-6/+3
2014-08-28Fix code style.Andrei Karas17-46/+61
2014-08-28Removed unused includes.Andrei Karas69-455/+34
2014-08-27Add new chat commands:Andrei Karas1-60/+60
/targetattack - target and attack monster /talk - talk with selected npc /stopattack - stop attacking /untarget - unselect target but not stop attack /targetmonster - target monster /targetnpc - target npc /targetplayer - target player /targetclosestmonster - target to closest monster /pickup - pickup item from ground /hidewindows - hide all windows /sit - do sit or stand /screenshot - create screenshot /changetrade - disable/enable trade /quit - open quit dialog /help - open help window /status - open status window /inventory - open inventory window /equipment - open equipment window /skill - open skills window /minimap - open minimap window /openchat - open chat window /openshortcut - open openshortcuts window /setup - open setup window /debug - open debug window /social - open social window /emotes - open emotes window /openoutfit - open outfits window /shop - open shop window /opendrop - open drops window /kills - open kills window /spells - open spells window /botchecker - open bot checker window /online - open online window /didyouknow - open did you know window /quests - open quests window /prevsocialtab - switch to previous social tab /nextsocialtab - switch to next social tab /chat - show/hide chat input field /chatscrollup - scroll chat up /chatscrolldown - scroll chat down /turnup - change direction to up /turndown - change direction to down /turnleft - change direction to left /turnright - change direction to right /itenplz - call #itenplz like magic /audio - enable/disable audio /rightclick - emulate right click /sit2 - do sit even if client think what you already sitting /showkeyboard - open onscreen keyboard /showwindows - show popup menu for all windows /shortcutprevtab - switch to previous shortcut tab /shortcutnexttab - switch to next shortcut tab /commandsprevtab - switch to previous commands tab /commandsnexttab - switch to next commands tab /trade - start trade with selected player /about - open about help page /updater - open updater window
2014-08-27Restore invoking chat commands.Andrei Karas1-1/+9
Was removed in previous commits.
2014-08-27Remove unused commands.cpp and commandhandler.cpp.Andrei Karas13-468/+4
2014-08-27Move boolean_options define into separate file.Andrei Karas6-8/+34
2014-08-27Move method replaceVars into chatutils.cpp.Andrei Karas5-81/+81
2014-08-27Move chat command /debugspawn into actions.Andrei Karas7-55/+26
2014-08-27Move chat command /hack into actions.Andrei Karas6-10/+18
2014-08-27Move chat command /gm into actions.Andrei Karas6-11/+19
2014-08-27Move chat command /uploadlog into actions.Andrei Karas8-17/+29
2014-08-27Move chat command /uploadserverconfig into actions.Andrei Karas7-13/+27
2014-08-27Move chat command /uploadconfig into actions.Andrei Karas7-14/+92
2014-08-27Move chat command /talkpet into actions.Andrei Karas6-14/+23
2014-08-27Move chat command /talkraw into actions.Andrei Karas6-10/+19
2014-08-27Move chat command /createitems into actions.Andrei Karas7-37/+55