index
:
HoraK-FDF/plus
CI_test_var
c++17_deprecated_func
ci_checks
ci_clang-tidy
ci_clang3x
ci_clang4_5
ci_clang6
ci_clang7
ci_customnls
ci_deheader
ci_fedora
ci_gcc-snapshot
ci_gcc10
ci_gcc10_tests
ci_gcc3
ci_gcc49
ci_gcc4x
ci_gcc5
ci_gcc6
ci_gcc6_tests
ci_gcc7
ci_gcc7_tests
ci_gcc8
ci_gcc8_tests
ci_gcc9
ci_gcc9_tests
ci_glibcdebug
ci_h
ci_main1
ci_malloc
ci_mse
ci_mxe
ci_site
ci_xmllibs
citest
gl-move_ci-test
jesusalva/diagonal
jesusalva/itpopup
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
master
stable
stripped
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
eathena
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-03
Convert StoreSearchType enum into strong typed enum.
Andrei Karas
2
-2
/
+2
2015-06-03
Convert PacketShare enum into strong typed enum.
Andrei Karas
2
-10
/
+10
2015-06-01
Convert BattleGroundType enum into strong typed enum.
Andrei Karas
2
-2
/
+2
2015-06-01
Convert AuctionSearchType enum into strong typed enum.
Andrei Karas
2
-2
/
+2
2015-05-30
Convert ChatMsgType enum into strong typed enum.
Andrei Karas
2
-2
/
+2
2015-05-30
Convert Rank enum into strong typed enum.
Andrei Karas
2
-2
/
+2
2015-05-29
Convert Pickup enum into strong typed enum.
Andrei Karas
1
-1
/
+1
2015-05-29
Convert Gender enum into strong typed enum.
Andrei Karas
3
-3
/
+3
2015-05-29
Convert CookingType enum into strong typed enum.
Andrei Karas
2
-2
/
+2
2015-05-29
Convert BeingAction enum into strong typed enum.
Andrei Karas
2
-2
/
+2
2015-05-29
Convert Attributes enum into strong typed enum.
Andrei Karas
3
-7
/
+8
2015-05-29
Convert AttackType enum into strong typed enum.
Andrei Karas
1
-2
/
+3
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
3
-9
/
+11
2015-05-29
Add strong typed int type BeingId.
Andrei Karas
35
-211
/
+251
2015-05-28
Remove support for split button from inventory.
Andrei Karas
1
-2
/
+0
2015-05-28
Add strong typed bool type Visible.
Andrei Karas
1
-1
/
+1
2015-05-24
Add strong typed bool type TryRemoveColors.
Andrei Karas
1
-4
/
+4
2015-05-24
Add strong typed bool type IgnoreRecord.
Andrei Karas
1
-4
/
+12
2015-05-24
Add strong typed bool type Online.
Andrei Karas
2
-3
/
+3
2015-05-22
Fix code style.
Andrei Karas
1
-1
/
+4
2015-05-21
Call postInit after each window creation.
Andrei Karas
5
-8
/
+12
2015-05-20
eathena: impliment packet CMSG_GUILD_REQUEST_EMBLEM.
Andrei Karas
2
-0
/
+8
2015-05-20
eathena: impliment packet CMSG_GUILD_CHANGE_EMBLEM.
Andrei Karas
2
-0
/
+12
2015-05-20
eathena: impliment packet CMSG_GUILD_BREAK.
Andrei Karas
2
-0
/
+8
2015-05-20
eathena: impliment packet CMSG_GUILD_OPPOSITION.
Andrei Karas
2
-0
/
+11
2015-05-20
eathena: impliment packet CMSG_GUILD_CHANGE_POS_INFO.
Andrei Karas
2
-0
/
+21
2015-05-20
eathena: impliment packet CMSG_GUILD_ALLIANCE_DELETE.
Andrei Karas
2
-0
/
+11
2015-05-20
eathena: impliment packet CMSG_GUILD_ALLIANCE_REPLY.
Andrei Karas
2
-0
/
+11
2015-05-20
eathena: impliment packet CMSG_GUILD_ALLIANCE_REQUEST.
Andrei Karas
2
-0
/
+13
2015-05-18
Remove useless check.
Andrei Karas
1
-1
/
+1
2015-05-17
Fix some issues after automatic checks.
Andrei Karas
1
-9
/
+10
2015-05-13
Replace succesfully to successfully.
Andrei Karas
1
-1
/
+1
2015-05-11
Fix crash if close client with joined chat room.
Andrei Karas
1
-1
/
+1
2015-05-10
eathena: impliment packet SMSG_MAP_TYPE.
Andrei Karas
1
-3
/
+7
2015-05-08
Fix code style.
Andrei Karas
3
-19
/
+20
2015-05-06
Add strong typed bool type Enable.
Andrei Karas
1
-3
/
+5
2015-05-06
Add strong typed bool type Modifiable.
Andrei Karas
4
-12
/
+17
2015-05-05
Replace most bools usage in playerinfo to strong typed bools.
Andrei Karas
7
-17
/
+20
2015-05-05
Add strong typed bool type in OkDialog.
Andrei Karas
1
-4
/
+4
2015-05-05
Add strong typed bool type for modal bool flag.
Andrei Karas
1
-4
/
+16
2015-05-04
Fix code style.
Andrei Karas
1
-2
/
+1
2015-05-03
Remove useless dynamic_cast.
Andrei Karas
1
-1
/
+1
2015-05-01
eathena: add support for send chat command from server.
Andrei Karas
5
-2
/
+30
2015-05-01
eathena: fix packet SMSG_PLAYER_STORAGE_ITEMS.
Andrei Karas
1
-1
/
+1
2015-04-30
fix compilation error.
Andrei Karas
1
-1
/
+1
2015-04-30
eathena: refresh mail list on getting notification about new mail.
Andrei Karas
1
-0
/
+1
2015-04-30
Impliment packet SMSG_MAIL_NEW_MAIL.
Andrei Karas
1
-4
/
+6
2015-04-30
eathena: impliment packet SMSG_MAIL_GET_ATTACHMENT.
Andrei Karas
1
-3
/
+15
2015-04-29
eathena: impliment packet SMSG_MAIL_DELETE_MAIL_ACK.
Andrei Karas
1
-4
/
+11
[next]