index
:
HoraK-FDF/mv
CI_test_var
c++17_deprecated_func
camel
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
ewewukek/fix_linux_build
gl-move_ci-test
jak1/pipeline_improvments
jesusalva/itpopup
jesusalva/mverse
jesusalva/renameprog
keep_password
master
old-stable
rename_and_cleanup
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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-20
Add logging basic types sizes.
Andrei Karas
5
-0
/
+74
2017-08-20
Add function for read float and double number from xml.
Andrei Karas
12
-52
/
+119
2017-08-19
Fix cast issue in macosx.
v1.7.8.19
Andrei Karas
1
-6
/
+8
2017-08-19
Change verstion to 1.7.8.19.
Andrei Karas
1
-2
/
+2
2017-08-18
Fix compilation with some compilers.
Andrei Karas
2
-4
/
+2
2017-08-18
Add missing std::move.
Andrei Karas
1
-1
/
+1
2017-08-18
Remove extra includes.
Andrei Karas
8
-6
/
+15
2017-08-18
Add missing type casts.
Andrei Karas
2
-5
/
+12
2017-08-18
Allow set type for strong typed enum with values.
Andrei Karas
2
-1
/
+7
2017-08-17
Add some other surface flags into dumping surface format function.
Andrei Karas
1
-1
/
+10
2017-08-17
Add missing image format fields into SDLImageHelper::load.
Andrei Karas
1
-0
/
+14
2017-08-16
Load evol packet offset from first packet from server.
Andrei Karas
2
-1
/
+8
2017-08-14
Fix type in previous commit.
Andrei Karas
1
-1
/
+1
2017-08-14
Replace bswap_16/32 to __builtin_bswap16/32.
Andrei Karas
1
-6
/
+2
2017-08-14
Dont try to draw hidden rows by filter in item container.
Andrei Karas
1
-4
/
+4
2017-08-14
Fix some pointer to bool conversions.
Andrei Karas
7
-13
/
+13
2017-08-14
Replace static members usage from pointers to direct classes.
Andrei Karas
45
-171
/
+134
2017-08-13
Add offset for all defined evol packets.
Andrei Karas
10
-40
/
+55
2017-08-13
Change height in item containers if some items hidden by filter.
Andrei Karas
2
-6
/
+22
2017-08-12
Remove extra include and fix namespace comment.
Andrei Karas
2
-2
/
+1
2017-08-12
Add MailOpenType enum for different open types.
Andrei Karas
8
-42
/
+80
2017-08-11
Allow send mail2 packets to plain hercules.
Andrei Karas
1
-13
/
+13
2017-08-11
Add packet CMSG_MAIL2_CANCEL_WRITE_MAIL 0x0a03.
Andrei Karas
6
-0
/
+22
2017-08-11
Add packet CMSG_MAIL2_CLOSE_MAILBOX 0x09e9.
Andrei Karas
6
-0
/
+27
2017-08-11
Add packet CMSG_MAIL2_OPEN_MAILBOX 0x09e8.
Andrei Karas
6
-0
/
+29
2017-08-11
Add packet CMSG_MAIL2_REFRESH_MAIL_LIST 0x09ef.
Andrei Karas
6
-0
/
+29
2017-08-11
Add packet CMSG_MAIL2_REQUEST_ITEMS 0x09f3.
Andrei Karas
6
-0
/
+29
2017-08-11
Add packet CMSG_MAIL2_REQUEST_MONEY 0x09f1.
Andrei Karas
6
-0
/
+34
2017-08-11
Add packet CMSG_MAIL2_DELETE_MAIL 0x09f5.
Andrei Karas
6
-0
/
+29
2017-08-11
Add packet CMSG_MAIL2_READ_MAIL 0x09ea.
Andrei Karas
6
-0
/
+33
2017-08-11
Add packet CMSG_MAIL2_NEXT_PAGE 0x09ee.
Andrei Karas
6
-0
/
+32
2017-08-11
Add packet CMSG_MAIL2_SEND_MAIL 0x09ec.
Andrei Karas
6
-0
/
+67
2017-08-11
Add function for send int64 fields into network.
Andrei Karas
2
-0
/
+20
2017-08-11
Fix added MAIL2 packets limits by packet version and plugin version.
Andrei Karas
3
-1
/
+25
2017-08-11
Add packet CMSG_CHECK_NAME 0x0a13.
Andrei Karas
6
-0
/
+25
2017-08-11
Add packet CMSG_MAIL2_REMOVE_ITEM_MAIL 0x0a06.
Andrei Karas
6
-0
/
+28
2017-08-11
Add packet CMSG_MAIL2_ADD_ITEM_TO_MAIL 0x0a04.
Andrei Karas
6
-0
/
+34
2017-08-11
Add packet CMSG_MAIL2_OPEN_WRITE_MAIL 0x0a08.
Andrei Karas
6
-0
/
+22
2017-08-11
Change in packet names rodex to mail2.
Andrei Karas
1
-12
/
+12
2017-08-11
Add packet SMSG_RODEX_REQUEST_ITEMS 0x09f4.
Andrei Karas
3
-0
/
+10
2017-08-11
Add packet SMSG_RODEX_REQUEST_MONEY 0x09f2.
Andrei Karas
3
-0
/
+12
2017-08-11
Add packet SMSG_RODEX_MAIL_DELETE 0x09f6.
Andrei Karas
3
-0
/
+9
2017-08-11
Add packet SMSG_RODEX_READ_MAIL 0x09eb.
Andrei Karas
3
-0
/
+35
2017-08-11
Add packet SMSG_RODEX_MAIL_LIST_PAGE 0x09f0.
Andrei Karas
3
-0
/
+29
2017-08-11
Add packet SMSG_RODEX_SEND_RESULT 0x09ed.
Andrei Karas
3
-0
/
+10
2017-08-11
Add packet SMSG_RODEX_CHECK_NAME_RESULT 0x0a14.
Andrei Karas
3
-2
/
+20
2017-08-11
Add packet SMSG_RODEX_REMOVE_ITEM_RESULT 0x0a07.
Andrei Karas
3
-1
/
+14
2017-08-11
Add packet SMSG_RODEX_ADD_ITEM_RESULT 0x0a05.
Andrei Karas
3
-0
/
+33
2017-08-11
Add packet SMSG_RODEX_OPEN_NEW_MAIL_WINDOW 0x0a12.
Andrei Karas
3
-0
/
+11
2017-08-11
Add packet SMSG_MAIL2_ICON 0x09e7.
Andrei Karas
6
-4
/
+87
[next]