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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-10
Allow hide player stats sliders in char creation dialog.
Andrei Karas
2
-12
/
+30
2016-02-10
In parameters parsing function add support for multiply separators.
Andrei Karas
7
-39
/
+164
2016-02-10
Fix compilation warnings.
Andrei Karas
1
-1
/
+0
2016-02-09
Add function for split line by separators and quotes.
Andrei Karas
5
-0
/
+390
2016-02-09
Allow select skill units and attack it.
Andrei Karas
9
-6
/
+33
2016-02-08
Fix small performance issues.
Andrei Karas
2
-3
/
+2
2016-02-08
Remove useless checks.
Andrei Karas
1
-6
/
+3
2016-02-08
Add some missing checks and remove useless checks.
Andrei Karas
6
-111
/
+96
2016-02-08
Improve some empty string checks.
Andrei Karas
20
-38
/
+46
2016-02-08
Add some missing const.
Andrei Karas
38
-55
/
+70
2016-02-08
Allow attack also if casting animation active.
Andrei Karas
1
-2
/
+6
2016-02-08
Stop cast animation also if got skill error message.
Andrei Karas
5
-6
/
+8
2016-02-08
Add support for post delay status effect. It change cast animation to stand.
Andrei Karas
7
-1
/
+24
2016-02-08
Remove useless variable from itemcontainer.
Andrei Karas
2
-3
/
+1
2016-02-08
Add missing variables into constructors initialisation list.
Andrei Karas
3
-3
/
+6
2016-02-08
Fix possible variables overflow.
Andrei Karas
2
-2
/
+2
2016-02-08
Fix extended minimaps building.
Andrei Karas
1
-1
/
+4
2016-02-08
Change sign on rainbow color.
Andrei Karas
2
-4
/
+4
2016-02-08
Add missing operator= in classes with copy constructors.
Andrei Karas
4
-1
/
+33
2016-02-08
Change timeToStr function parameter type from int to uint32_t.
Andrei Karas
2
-3
/
+3
2016-02-08
Fix compilation on windows.
Andrei Karas
1
-1
/
+1
2016-02-07
Fix code style.
Andrei Karas
12
-19
/
+8
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
280
-2063
/
+2072
2016-02-07
Read whole SMSG_BEING_RESURRECT if being not exists.
Andrei Karas
2
-0
/
+3
2016-02-07
Read whole SMSG_BEING_SELFEFFECT packet if being not exists.
Andrei Karas
2
-0
/
+4
2016-02-07
Fix some casts between signed and unsigned in some files.
Andrei Karas
42
-205
/
+270
2016-02-06
Hide cutin if npc window closed.
Andrei Karas
3
-0
/
+19
2016-02-06
Add missing check.
Andrei Karas
1
-1
/
+2
2016-02-05
Fix unit tests compilation.
Andrei Karas
1
-3
/
+0
2016-02-05
Fix old compilers again.
Andrei Karas
1
-1
/
+1
2016-02-05
Allow to show images in npc dialogs.
Andrei Karas
1
-0
/
+1
2016-02-05
Fix old compilers again.
Andrei Karas
1
-1
/
+1
2016-02-05
Fix compilation without C++11 flags.
Andrei Karas
2
-2
/
+2
2016-02-05
Add support for play animation in cutins.
Andrei Karas
4
-22
/
+51
2016-02-05
Impliment packet SMSG_NPC_CUTIN. Add support for cutins.
Andrei Karas
10
-6
/
+260
2016-02-04
Extend chat command /all to log corruption in actors lists.
Andrei Karas
2
-8
/
+35
2016-02-04
Improve search being by id.
Andrei Karas
2
-13
/
+39
2016-02-03
Fix compilation warning.
Andrei Karas
1
-2
/
+2
2016-02-03
Disable by defauly id/last seen collecting.
Andrei Karas
1
-1
/
+1
2016-02-03
Update last seen also from online list.
Andrei Karas
3
-8
/
+36
2016-02-03
Add missing file into make file.
Andrei Karas
1
-0
/
+1
2016-02-03
Update descript for option for collecting ids and seen log.
Andrei Karas
1
-1
/
+1
2016-02-03
Use date with time in seen and id logging files.
Andrei Karas
3
-1
/
+14
2016-02-03
Add misisng check in map reader.
Andrei Karas
1
-1
/
+2
2016-02-03
Add chat command /seen for show seen informatin abount nick.
Andrei Karas
5
-0
/
+55
2016-02-03
Also store last seen for each player.
Andrei Karas
1
-2
/
+10
2016-02-03
Add option for saving mapping between account id and nicks.
Andrei Karas
8
-11
/
+65
2016-02-03
Add missing translators comments.
Andrei Karas
1
-0
/
+2
2016-02-03
Read full packet SMSG_BEING_EMOTION in all cases.
Andrei Karas
1
-0
/
+2
2016-02-03
Fix packets mapping for plain hercules.
Andrei Karas
1
-1
/
+1
[next]