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
/
tmwa
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-30
Remove extra includes from headers.
Andrei Karas
4
-0
/
+5
2017-06-29
Move foreach macroses into separate file.
Andrei Karas
1
-0
/
+2
2017-06-20
Fix sdl warning hiding pragmas for old compilers.
Andrei Karas
1
-3
/
+3
2017-06-20
Prevent Wshadow varnings in SDL code.
Andrei Karas
1
-0
/
+3
2017-06-19
Auto close death dialog if local player resurrected.
Andrei Karas
1
-1
/
+10
2017-06-11
Rename player_relations into playerRelations.
Andrei Karas
2
-5
/
+5
2017-06-09
Fix code style.
Andrei Karas
34
-65
/
+0
2017-06-09
Fix code style.
Andrei Karas
1
-2
/
+4
2017-06-08
Remove useless extern declarations.
Andrei Karas
34
-34
/
+34
2017-06-08
Replace size() to empty() where is possible
Andrei Karas
1
-1
/
+0
2017-06-07
Fix namespace comments.
Andrei Karas
11
-11
/
+11
2017-06-07
Fix clang-tidy check readability-implicit-bool-cast.
Andrei Karas
28
-290
/
+297
2017-06-05
Add packet SMSG_LOGIN_DATA 0x0ac4.
Andrei Karas
3
-2
/
+48
2017-05-02
Remove extra includes.
Andrei Karas
2
-3
/
+0
2017-05-02
Fix comment style in guildmanager.
Andrei Karas
1
-1
/
+1
2017-05-01
Remove ServerFeatures haveFamily because in only depend on server type.
Andrei Karas
2
-7
/
+0
2017-05-01
Remove ServerFeatures haveServerPets because depend only on server type.
Andrei Karas
2
-7
/
+0
2017-05-01
Remove ServerFeatures haveMail because it depend only on server type.
Andrei Karas
2
-7
/
+0
2017-05-01
Remove ServerFeatures haveMultyStatusUp because it depend only on server type.
Andrei Karas
2
-7
/
+0
2017-05-01
Remove ServerFeatures haveSecureTrades because it depend only on server type.
Andrei Karas
2
-7
/
+0
2017-05-01
Remove ServerFeatures haveSlide because it depend only on server type.
Andrei Karas
4
-7
/
+9
2017-05-01
Remove ServerFeatures haveAdvancedBuySell because it depend only on server type.
Andrei Karas
2
-7
/
+0
2017-05-01
Remove ServerFeatures haveTeamId because it used only in tmwa.
Andrei Karas
3
-11
/
+1
2017-05-01
Remove ServerFeatures haveMute because it depend only server type.
Andrei Karas
2
-7
/
+0
2017-05-01
Remove ServerFeatures haveExpPacket because it depend only on server type.
Andrei Karas
2
-7
/
+0
2017-05-01
Remove ServerFeatures haveCards because it depend only on server type.
Andrei Karas
2
-7
/
+0
2017-05-01
Remove ServerFeatures haveCart because it depend only on server type.
Andrei Karas
2
-7
/
+0
2017-05-01
Remove ServerFeatures haveVending because it depend only on server type.
Andrei Karas
2
-7
/
+0
2017-05-01
Remove ServerFeatures haveAttackDirections because it depend only on server t...
Andrei Karas
2
-7
/
+0
2017-05-01
Remove ServerFeatures haveNpcWhispers because it depend only on server type.
Andrei Karas
2
-7
/
+0
2017-05-01
Remove ServerFeatures haveBankApi because it depend only on server type.
Andrei Karas
2
-7
/
+0
2017-05-01
Remove ServerFeatures haveCharRename because it depend only on server type.
Andrei Karas
2
-7
/
+0
2017-05-01
Remove ServerFeatures haveEightDirections because it depend only on server type.
Andrei Karas
2
-7
/
+0
2017-05-01
Remove ServerFeatures haveMonsterName because it depend only on server type.
Andrei Karas
2
-7
/
+0
2017-05-01
Remove ServerFeatures haveAccountOtherGender because it always false.
Andrei Karas
2
-7
/
+0
2017-05-01
Remove ServerFeatures haveItemColors because it depend only by server type.
Andrei Karas
2
-7
/
+0
2017-05-01
Remove ServerFeatures haveServerIgnore because it was used only in tmwa.
Andrei Karas
3
-15
/
+0
2017-05-01
Remove ServerFeatures::haveNativeGuilds and ServerFeatures::haveChatChannels.
Andrei Karas
3
-29
/
+8
2017-05-01
Add tmwa ifdefs for guildmanager and emulateguildtab.
Andrei Karas
1
-0
/
+3
2017-05-01
Remove ServerFeatures haveBrokenAttackDistance because it depend only on serv...
Andrei Karas
2
-7
/
+0
2017-05-01
Remove ServerFeatures havePartyNickInvite, because it depend only on server t...
Andrei Karas
2
-7
/
+0
2017-05-01
Remove ServerFeatures haveChangePartyLeader because it depend only on server ...
Andrei Karas
2
-7
/
+0
2017-05-01
Remove ServerFeatures haveOnlineList, because it depend only on server type.
Andrei Karas
2
-7
/
+0
2017-04-28
Add workaround to open npc buy shop if npc invisible.
Andrei Karas
2
-0
/
+9
2017-04-21
Add item options into item and get it from server.
Andrei Karas
2
-0
/
+4
2017-03-10
Fix new style issue detected by mplint.
Andrei Karas
1
-1
/
+1
2017-02-02
Remove extra include from buysellrecv.cpp
Andrei Karas
1
-2
/
+0
2017-02-01
Store interacted npc type before buy or talk and send it to buy dialog.
Andrei Karas
2
-6
/
+10
2017-02-01
Set currency to buy dialog based on selected npc type id.
Andrei Karas
1
-1
/
+6
2017-01-31
Move units into db directory.
Andrei Karas
1
-3
/
+4
[next]