index
:
mana/plus
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
gl-move_ci-test
jak1/pipeline_improvments
jesusalva/itpopup
jesusalva/mplint
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-24
Fix warning in clang 5.
Andrei Karas
1
-0
/
+3
2018-05-23
Remove extra include from beingrecv.cpp
Andrei Karas
1
-1
/
+0
2018-05-23
Fix warnings in new clang5 builds.
Andrei Karas
1
-0
/
+3
2018-05-23
Remove extra includes.
Andrei Karas
1
-1
/
+0
2018-05-23
Fix crash with wrong moving path.
Andrei Karas
1
-0
/
+5
2018-05-22
Show used general handler type in log.
Andrei Karas
2
-0
/
+2
2018-05-22
Set default protocol in curl.
Andrei Karas
1
-0
/
+3
2018-05-22
Fix some implicit casts.
Andrei Karas
1
-1
/
+1
2018-05-22
Log libcurl errors into manaplus.log
Andrei Karas
2
-0
/
+8
2018-05-20
Show gm revive button in death dialog if player have rights for @alive command.
Andrei Karas
2
-2
/
+2
2018-05-20
Drop for support server version 12.
Andrei Karas
1
-1
/
+1
2018-05-20
Drop for support server version 11.
Andrei Karas
1
-1
/
+1
2018-05-18
Add packet CMSG_PRIVATE_AIRSHIP_REQUEST 0x0a49.
Andrei Karas
6
-0
/
+32
2018-05-18
Add packet CMSG_MAP_BLOCK_PLAY_CANCEL 0x0447.
Andrei Karas
6
-0
/
+25
2018-05-18
Add packet SMSG_PRIVATE_AIRSHIP_RESPONSE 0x0A4A.
Andrei Karas
3
-0
/
+13
2018-05-18
Add packet CMSG_SKILL_USE_POSITION 0x0af4.
Andrei Karas
2
-0
/
+18
2018-05-04
Add packet CMSG_ATTENDANCE_REWARD for zero clients.
Andrei Karas
2
-1
/
+9
2018-05-04
Update packet SMSG_OPEN_WINDOW2 for zero protocol.
Andrei Karas
2
-0
/
+7
2018-05-04
Add packets 0x08bb SMSG_CHAR_PINCODE_MAKE_STATUS and 0x08bf SMSG_CHAR_PINCODE...
Andrei Karas
4
-1
/
+26
2018-05-03
Fix hiding deleted skills from skill info list without delete packet.
s20180503
Andrei Karas
1
-0
/
+1
2018-04-23
Add cast into macro toInt for old compilers.
Andrei Karas
1
-1
/
+1
2018-04-23
Fix different cast issues and remove useless explicit keywords.
Andrei Karas
2
-59
/
+71
2018-04-21
Fix type of attendanceHandler.
Andrei Karas
1
-1
/
+1
2018-04-17
Add packet SMSG_OPEN_WINDOW2 0x0ae2.
s20180419
Andrei Karas
4
-6
/
+92
2018-04-17
Add packet CMSG_ATTENDANCE_REWARD 0x0aef.
Andrei Karas
6
-0
/
+36
2018-04-17
Add packet CMSG_WINDOW_OPEN_REQUEST2 0x0a68.
Andrei Karas
6
-0
/
+31
2018-04-17
Add empty attendance handler.
Andrei Karas
10
-0
/
+217
2018-04-17
Update BeingRecv::processSolveCharName for new zero protocol versions.
Andrei Karas
1
-1
/
+3
2018-04-09
Show in log "starting upload" message if uploading started.
Andrei Karas
1
-1
/
+4
2018-04-09
Switch upload files service from http://sprunge.us to http://ex.io
Andrei Karas
1
-1
/
+1
2018-04-07
Add packet SMSG_QUEST_NOTIFY_OBJECTIVES 0x08fe.
Andrei Karas
3
-0
/
+15
2018-04-07
Add packet SMSG_QUEST_UPDATE_OBJECTIVES 0x09fa.
Andrei Karas
2
-1
/
+5
2018-04-07
Add packet SMSG_QUEST_ADD 0x09f9.
Andrei Karas
2
-3
/
+15
2018-04-07
Add packet SMSG_QUEST_LIST 0x09f8.
Andrei Karas
2
-1
/
+19
2018-04-07
Add packet SMSG_BEING_HAT_EFFECTS 0x0a3b.
Andrei Karas
3
-0
/
+21
2018-04-07
Fix packet SMSG_FRIENDS_LIST 0x0201 for new packet versions.
Andrei Karas
1
-1
/
+2
2018-04-07
Update packet SMSG_FRIENDS_PLAYER_ONLINE for new packet versions.
Andrei Karas
3
-3
/
+14
2018-04-06
Add packet SMSG_FORMAT_COLOR_MESSAGE 0x09cd.
Andrei Karas
3
-0
/
+12
2018-04-06
Add packet SMSG_FORMAT_MESSAGE_STRING 0x02c2.
Andrei Karas
3
-0
/
+13
2018-04-06
Add variables with packet versions for each packet types (main, re, zero).
Andrei Karas
1
-0
/
+25
2018-04-06
Add packet SMSG_SOLVE_CHAR_NAME 0x0af7.
Andrei Karas
3
-0
/
+30
2018-04-02
Read whole packet in BeingRecv::processBeingSpecialEffect even if being not f...
Andrei Karas
1
-0
/
+3
2018-04-02
Add some missing brackets in macroses.
Andrei Karas
1
-4
/
+4
2018-03-29
Update shuffle packets.
Andrei Karas
2
-0
/
+204
2018-03-23
Fix wrong packet size SMSG_ITEM_MVP_DROPPED 0x07fd.
Andrei Karas
1
-1
/
+1
2018-03-14
Add shuffle packets to new packet version.
Andrei Karas
2
-0
/
+68
2018-03-14
Add expired field into mailmessage.
Andrei Karas
1
-2
/
+5
2018-03-10
Update shuffle packets.
s20180313
Andrei Karas
2
-0
/
+136
2018-03-08
Add server feature for check is pincode supported.
Andrei Karas
5
-0
/
+16
2018-03-08
Add support for change pin code by server request.
Andrei Karas
5
-1
/
+27
[next]