Age | Commit message (Expand) | Author | Files | Lines |
2015-05-29 | Convert Gender enum into strong typed enum. | Andrei Karas | 2 | -2/+2 |
2015-05-29 | Convert Attributes enum into strong typed enum. | Andrei Karas | 2 | -4/+5 |
2015-05-29 | Convert AttackType enum into strong typed enum. | Andrei Karas | 1 | -5/+6 |
2015-05-29 | Convert ActorType enum into strong typed enum. | Andrei Karas | 1 | -1/+1 |
2015-05-29 | Use BeingTypeId in Being for subtypeid. | Andrei Karas | 2 | -3/+4 |
2015-05-29 | Add strong typed int type BeingTypeId. | Andrei Karas | 1 | -1/+1 |
2015-05-29 | Add strong typed int type BeingId. | Andrei Karas | 14 | -43/+50 |
2015-05-28 | Add strong typed bool type Visible. | Andrei Karas | 1 | -4/+4 |
2015-05-26 | Fix possible crash if disconnecting from server. | Andrei Karas | 1 | -1/+1 |
2015-05-24 | From ChatTab::chatLog removed default parameter for message owner type. | Andrei Karas | 1 | -1/+1 |
2015-05-24 | Fix compilation erorrs in inventoryitem.h | Andrei Karas | 1 | -0/+4 |
2015-05-24 | Remove simpletypes.h. | Andrei Karas | 1 | -1/+0 |
2015-05-24 | Move simpletypes.h into directory simpletypes. | Andrei Karas | 1 | -1/+1 |
2015-05-21 | Call postInit after each window creation. | Andrei Karas | 3 | -7/+8 |
2015-05-20 | eathena: impliment packet CMSG_GUILD_ALLIANCE_DELETE. | Andrei Karas | 2 | -8/+0 |
2015-05-20 | eathena: impliment packet CMSG_GUILD_ALLIANCE_REPLY. | Andrei Karas | 2 | -9/+0 |
2015-05-20 | eathena: impliment packet CMSG_GUILD_ALLIANCE_REQUEST. | Andrei Karas | 2 | -8/+0 |
2015-05-10 | Add missing unimplimented packets notifications. | Andrei Karas | 1 | -0/+8 |
2015-05-07 | Remove bot checker window. | Andrei Karas | 1 | -3/+0 |
2015-05-06 | Add strong typed bool type Modifiable. | Andrei Karas | 2 | -2/+2 |
2015-05-05 | Replace most bools usage in playerinfo to strong typed bools. | Andrei Karas | 3 | -12/+12 |
2015-05-05 | Add strong typed bool type in OkDialog. | Andrei Karas | 2 | -3/+3 |
2015-05-05 | Add strong typed bool type for modal bool flag. | Andrei Karas | 2 | -3/+12 |
2015-05-01 | Fix possible crash on exit with opened storage window. | Andrei Karas | 1 | -2/+2 |
2015-04-25 | Fix compilation error in old gcc. | Andrei Karas | 1 | -0/+2 |
2015-04-24 | Fix code style. | Andrei Karas | 1 | -2/+0 |
2015-04-21 | While updating stats Use INT_MAX as unset value for mod stat. | Andrei Karas | 2 | -5/+7 |
2015-04-15 | From killstats window remove information about jacko. | Andrei Karas | 1 | -2/+0 |
2015-04-15 | Remove hideShield setting. | Andrei Karas | 2 | -3/+0 |
2015-04-10 | Fix code style. | Andrei Karas | 1 | -2/+0 |
2015-04-09 | On skill attacks on target for show effect use skill attribute skillHitEffectId. | Andrei Karas | 1 | -2/+3 |
2015-04-08 | Add missing unimplimented packet debug line. | Andrei Karas | 1 | -0/+1 |
2015-04-04 | Show unimplimented packet debug message on each unsupported packets parameters. | Andrei Karas | 8 | -28/+24 |
2015-04-02 | Remove useless virtual keywords. | Andrei Karas | 4 | -36/+32 |
2015-03-21 | Revert "Move processBeingAction from ea namespace into tmwa." | Andrei Karas | 2 | -0/+93 |
2015-03-18 | Move processBeingAction from ea namespace into tmwa. | Andrei Karas | 2 | -93/+0 |
2015-03-17 | Remove useless includes from .h files. | Andrei Karas | 9 | -11/+5 |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 5 | -13/+0 |
2015-03-11 | Rename packet SMSG_GUILD_EMBLEM into SMSG_GUILD_EMBLEM_DATA. | Andrei Karas | 2 | -2/+2 |
2015-03-10 | Rename packet SMSG_MVP into SMSG_MVP_EFFECT. | Andrei Karas | 2 | -4/+4 |
2015-03-01 | Move sendSellRequest from ea namespace into eathena and tmwa. | Andrei Karas | 2 | -32/+1 |
2015-03-01 | Move sendBuyRequest from ea namespace into eathena and tmwa. | Andrei Karas | 2 | -22/+0 |
2015-03-01 | Move requestBuyList from ea namespace into eathena and tmwa. | Andrei Karas | 2 | -26/+1 |
2015-03-01 | Move requestSellList from ea namespace into eathena and tmwa. | Andrei Karas | 2 | -24/+0 |
2015-02-27 | Fix compilation with eathena only. | Andrei Karas | 1 | -1/+6 |
2015-02-24 | Read whole bytes from packet SMSG_NPC_COMMAND. | Andrei Karas | 1 | -11/+7 |
2015-02-20 | eathena: add support for online list packets. | Andrei Karas | 2 | -0/+65 |
2015-02-19 | Fix virtual overload function closeStorage. | Andrei Karas | 2 | -2/+2 |
2015-02-18 | Add missing override keywords. | Andrei Karas | 2 | -3/+3 |
2015-02-16 | Move talkPet from ea namespace into eathena and tmwa. | Andrei Karas | 2 | -11/+0 |