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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-29
Add strong typed int type BeingId.
Andrei Karas
87
-388
/
+494
2015-05-28
Remove support for split button from inventory.
Andrei Karas
2
-4
/
+0
2015-05-28
Add strong typed bool type Visible.
Andrei Karas
3
-6
/
+6
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
3
-4
/
+4
2015-05-24
Add strong typed bool type TryRemoveColors.
Andrei Karas
2
-7
/
+7
2015-05-24
Add strong typed bool type IgnoreRecord.
Andrei Karas
2
-9
/
+26
2015-05-24
Add strong typed bool type Online.
Andrei Karas
5
-8
/
+8
2015-05-24
Fix compilation erorrs in inventoryitem.h
Andrei Karas
1
-0
/
+4
2015-05-24
Remove simpletypes.h.
Andrei Karas
3
-3
/
+0
2015-05-24
Move type Keep into separate file.
Andrei Karas
3
-0
/
+3
2015-05-24
Move type Notify into separate file.
Andrei Karas
1
-0
/
+2
2015-05-24
Move simpletypes.h into directory simpletypes.
Andrei Karas
3
-3
/
+3
2015-05-22
Fix code style.
Andrei Karas
1
-1
/
+4
2015-05-21
Enable mobhp server feature only for feature tmwa server versions.
Andrei Karas
1
-1
/
+1
2015-05-21
Call postInit after each window creation.
Andrei Karas
10
-17
/
+23
2015-05-20
update serverfeatures for tmwa.
mekolat
1
-3
/
+3
2015-05-20
eathena: impliment packet CMSG_GUILD_REQUEST_EMBLEM.
Andrei Karas
5
-0
/
+16
2015-05-20
eathena: impliment packet CMSG_GUILD_CHANGE_EMBLEM.
Andrei Karas
5
-0
/
+20
2015-05-20
eathena: impliment packet CMSG_GUILD_BREAK.
Andrei Karas
5
-0
/
+16
2015-05-20
eathena: impliment packet CMSG_GUILD_OPPOSITION.
Andrei Karas
5
-0
/
+19
2015-05-20
eathena: impliment packet CMSG_GUILD_CHANGE_POS_INFO.
Andrei Karas
5
-0
/
+41
2015-05-20
eathena: impliment packet CMSG_GUILD_ALLIANCE_DELETE.
Andrei Karas
7
-9
/
+21
2015-05-20
eathena: impliment packet CMSG_GUILD_ALLIANCE_REPLY.
Andrei Karas
7
-12
/
+20
2015-05-20
eathena: impliment packet CMSG_GUILD_ALLIANCE_REQUEST.
Andrei Karas
7
-10
/
+20
2015-05-20
Send net code version also to login server in tmwa net code.
Andrei Karas
1
-1
/
+11
2015-05-20
Enable haveMove3 server feature in tmwa server with version 0x0f0512.
Andrei Karas
1
-1
/
+1
2015-05-18
Remove useless check.
Andrei Karas
1
-1
/
+1
2015-05-18
Enable haveMove3 server feature for tmwa server with verison 0x0f0518.
Andrei Karas
2
-2
/
+2
2015-05-17
Fix some issues after automatic checks.
Andrei Karas
1
-9
/
+10
2015-05-17
Fix code style.
Andrei Karas
1
-3
/
+3
2015-05-13
Replace succesfully to successfully.
Andrei Karas
2
-2
/
+2
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-10
Add missing unimplimented packets notifications.
Andrei Karas
1
-0
/
+8
2015-05-10
Move guildmanager into net/tmwa directory.
Andrei Karas
4
-2
/
+659
2015-05-08
Fix code style.
Andrei Karas
7
-48
/
+47
2015-05-07
Remove bot checker window.
Andrei Karas
1
-3
/
+0
2015-05-06
Add strong typed bool type Enable.
Andrei Karas
2
-4
/
+7
2015-05-06
Add strong typed bool type Modifiable.
Andrei Karas
8
-21
/
+31
2015-05-05
Replace most bools usage in playerinfo to strong typed bools.
Andrei Karas
20
-48
/
+61
2015-05-05
Add strong typed bool type in OkDialog.
Andrei Karas
4
-8
/
+8
2015-05-05
Add strong typed bool type for modal bool flag.
Andrei Karas
4
-8
/
+32
2015-05-04
tmwa: change net code version to 2.
Andrei Karas
1
-1
/
+1
2015-05-04
Fix code style.
Andrei Karas
1
-2
/
+1
2015-05-03
Remove useless dynamic_cast.
Andrei Karas
2
-2
/
+2
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-05-01
Fix possible crash on exit with opened storage window.
Andrei Karas
1
-2
/
+2
2015-04-30
fix compilation error.
Andrei Karas
1
-1
/
+1
[next]