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
2018-01-05
Add support for packets type flag.
Andrei Karas
1
-0
/
+15
2018-01-04
Update copyrights year.
Andrei Karas
412
-412
/
+412
2017-12-28
Remove extra includes.
Andrei Karas
2
-0
/
+4
2017-12-28
Add missing override and final to destructors.
Andrei Karas
78
-78
/
+78
2017-12-27
Remove default parameter from download.
Andrei Karas
1
-1
/
+2
2017-12-23
Remove default parameters from npcdialog.
Andrei Karas
1
-3
/
+3
2017-12-23
Remove default parameters in inventorywindow.
Andrei Karas
1
-1
/
+1
2017-12-22
Remove default parameters from socialwindow.
Andrei Karas
2
-4
/
+4
2017-12-22
Remove default parameters from chatwindow.h
Andrei Karas
3
-15
/
+45
2017-12-22
Remove default parameters from confirmdialog.h
Andrei Karas
2
-2
/
+6
2017-12-22
Remove default parameters from effectmanager.
Andrei Karas
2
-3
/
+3
2017-12-17
Remove default parameters from viewport.h
Andrei Karas
1
-1
/
+1
2017-12-17
Remove default parameters from localplayer.
Andrei Karas
3
-7
/
+7
2017-12-17
Remove default parameter from PlayerInfo::setStatMod.
Andrei Karas
5
-27
/
+73
2017-12-17
Remove default parameter from PlayerInfo::setStatBase.
Andrei Karas
9
-92
/
+200
2017-12-17
Remove default parameter from PlayerInfo::setAttribute.
Andrei Karas
6
-42
/
+118
2017-12-17
Remove default parameter from Being::updateSprite.
Andrei Karas
2
-43
/
+67
2017-12-16
Remove default parameters from Being::takeDamage.
Andrei Karas
2
-2
/
+2
2017-12-16
Remove default parameters from Being::setSpeech.
Andrei Karas
3
-20
/
+14
2017-12-11
Remove default parameters from ChatTab::chatLog.
Andrei Karas
4
-25
/
+78
2017-11-29
Add packeet SMSG_SKILL_SCALE 0x0a41.
Andrei Karas
3
-0
/
+17
2017-11-29
Add some new kick reasons.
Andrei Karas
1
-0
/
+8
2017-11-08
Add shuffle packets for packet version 20171108.
Andrei Karas
1
-0
/
+34
2017-11-08
Add npc option for allow equipment.
Andrei Karas
1
-11
/
+14
2017-11-08
Allow draw npc equipment sprites (only basic slots).
Andrei Karas
1
-0
/
+11
2017-11-07
Simplify set basic equipment for beings.
Andrei Karas
1
-146
/
+110
2017-11-01
Add shuffle packets for packet version 20171101.
Andrei Karas
1
-0
/
+34
2017-10-28
Add packets for packet version 20171025.
Andrei Karas
1
-0
/
+34
2017-10-23
Remove extra include.
Andrei Karas
1
-1
/
+0
2017-10-23
Remove duplicated packet implementation.
s20171023
Andrei Karas
3
-12
/
+0
2017-10-23
Fix for possible truncated packet.
Andrei Karas
1
-1
/
+1
2017-10-23
Read always packet lens and not skip it in net code.
Andrei Karas
1
-2
/
+2
2017-10-18
Fix packet CMSG_MAIL2_CHECK_NAME for non evol servers.
Andrei Karas
1
-1
/
+1
2017-10-18
Add packet SMSG_MAIL2_MAIL_LIST_PAGE 0x0ac2.
Andrei Karas
2
-16
/
+51
2017-10-18
Add packets CMSG_MAIL2_OPEN_MAILBOX 0x0ac0, CMSG_MAIL2_REFRESH_MAIL_LIST 0x0ac1.
Andrei Karas
2
-4
/
+33
2017-10-18
Add packet SMSG_PLAYER_GET_EXP2 0x0acc.
Andrei Karas
3
-0
/
+22
2017-10-18
Add packet SMSG_PLAYER_STAT_UPDATE_7 0x0acb.
Andrei Karas
8
-5
/
+21
2017-10-18
Add shuffle packets for new packet versions.
Andrei Karas
1
-0
/
+136
2017-10-07
Revert "Disable warning -Wundef in zlib.h."
Andrei Karas
1
-3
/
+0
2017-10-07
Disable warning -Wundef in zlib.h.
Andrei Karas
1
-0
/
+3
2017-09-29
Fix code style.
Andrei Karas
2
-2
/
+3
2017-09-27
Rename Attributes::PLAYER_JOB to Attributes::PLAYER_JOB_LEVEL.
Andrei Karas
4
-4
/
+5
2017-09-27
Change player job level, exp from stat object to attribute.
Andrei Karas
5
-28
/
+19
2017-09-27
Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL.
Andrei Karas
4
-4
/
+4
2017-09-25
Add new shuffle packets added to latest hercules.
Andrei Karas
1
-22
/
+4414
2017-09-25
Add support for char server packets for packet version >= 20170830.
Andrei Karas
1
-2
/
+8
2017-09-22
Fix wrong packet version.
Andrei Karas
1
-1
/
+1
2017-09-19
Update packet versions based on latest hercules updates.
Andrei Karas
1
-3
/
+3
2017-09-19
Fix disconnect chat command.
Andrei Karas
1
-0
/
+1
2017-09-18
Replace SDL macro defines to SDL_GetError.
Andrei Karas
1
-1
/
+1
[next]