summaryrefslogtreecommitdiff
path: root/src/net/ea
AgeCommit message (Expand)AuthorFilesLines
2015-05-07Remove bot checker window.Andrei Karas1-3/+0
2015-05-06Add strong typed bool type Modifiable.Andrei Karas2-2/+2
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas3-12/+12
2015-05-05Add strong typed bool type in OkDialog.Andrei Karas2-3/+3
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas2-3/+12
2015-05-01Fix possible crash on exit with opened storage window.Andrei Karas1-2/+2
2015-04-25Fix compilation error in old gcc.Andrei Karas1-0/+2
2015-04-24Fix code style.Andrei Karas1-2/+0
2015-04-21While updating stats Use INT_MAX as unset value for mod stat.Andrei Karas2-5/+7
2015-04-15From killstats window remove information about jacko.Andrei Karas1-2/+0
2015-04-15Remove hideShield setting.Andrei Karas2-3/+0
2015-04-10Fix code style.Andrei Karas1-2/+0
2015-04-09On skill attacks on target for show effect use skill attribute skillHitEffectId.Andrei Karas1-2/+3
2015-04-08Add missing unimplimented packet debug line.Andrei Karas1-0/+1
2015-04-04Show unimplimented packet debug message on each unsupported packets parameters.Andrei Karas8-28/+24
2015-04-02Remove useless virtual keywords.Andrei Karas4-36/+32
2015-03-21Revert "Move processBeingAction from ea namespace into tmwa."Andrei Karas2-0/+93
2015-03-18Move processBeingAction from ea namespace into tmwa.Andrei Karas2-93/+0
2015-03-17Remove useless includes from .h files.Andrei Karas9-11/+5
2015-03-16Remove useless includes from cpp filesAndrei Karas5-13/+0
2015-03-11Rename packet SMSG_GUILD_EMBLEM into SMSG_GUILD_EMBLEM_DATA.Andrei Karas2-2/+2
2015-03-10Rename packet SMSG_MVP into SMSG_MVP_EFFECT.Andrei Karas2-4/+4
2015-03-01Move sendSellRequest from ea namespace into eathena and tmwa.Andrei Karas2-32/+1
2015-03-01Move sendBuyRequest from ea namespace into eathena and tmwa.Andrei Karas2-22/+0
2015-03-01Move requestBuyList from ea namespace into eathena and tmwa.Andrei Karas2-26/+1
2015-03-01Move requestSellList from ea namespace into eathena and tmwa.Andrei Karas2-24/+0
2015-02-27Fix compilation with eathena only.Andrei Karas1-1/+6
2015-02-24Read whole bytes from packet SMSG_NPC_COMMAND.Andrei Karas1-11/+7
2015-02-20eathena: add support for online list packets.Andrei Karas2-0/+65
2015-02-19Fix virtual overload function closeStorage.Andrei Karas2-2/+2
2015-02-18Add missing override keywords.Andrei Karas2-3/+3
2015-02-16Move talkPet from ea namespace into eathena and tmwa.Andrei Karas2-11/+0
2015-02-16Move processBeingChat from ea namespace into eathena and tmwa.Andrei Karas2-81/+0
2015-02-16Move processWhisperContinue from ea namespace into eathena and tmwa.Andrei Karas2-126/+0
2015-02-11Add typed bool type Equipped.Andrei Karas3-5/+5
2015-02-11Add typed bool type Equipm.Andrei Karas1-2/+2
2015-02-11Add typed bool type Favorite.Andrei Karas1-2/+2
2015-02-10Add typed bool type Damaged.Andrei Karas1-2/+2
2015-02-10Add typed bool type Identified.Andrei Karas1-2/+4
2015-02-02Restore camera position after force closed npc dialog.Andrei Karas1-0/+2
2015-01-30Fix code style.Andrei Karas1-1/+0
2015-01-24Move inventory type into separate file.Andrei Karas2-11/+5
2015-01-06Move attacktype into separate file.Andrei Karas1-7/+7
2015-01-06Move gender.h into enums directory.Andrei Karas1-1/+1
2015-01-06Move attributes.h into enums directory.Andrei Karas3-4/+7
2015-01-06Move dialogtype.h into enums directory.Andrei Karas2-2/+2
2015-01-06Move equip slots enum into separate file.Andrei Karas1-24/+26
2015-01-04Move processCharDeleteFailed from ea namespace into eathena and tmwa.Andrei Karas2-15/+0
2015-01-01Update copyrights year.Andrei Karas36-36/+36
2014-12-23Add item type to item object.Andrei Karas2-0/+4