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
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-03-22
Fix packet version usage for hercules without evol plugin.
Andrei Karas
3
-12
/
+36
2016-03-22
Show hex packet id in for wrong packet sizes.
Andrei Karas
1
-1
/
+2
2016-03-22
Add support for packet version in servers list xml and in editor.
Andrei Karas
14
-15
/
+67
2016-03-22
Add missing check in inventory.
Andrei Karas
1
-1
/
+2
2016-03-22
Add check for from equip index.
Andrei Karas
2
-0
/
+4
2016-03-22
Show in skill unit menu also skill unit id.
Andrei Karas
1
-1
/
+2
2016-03-21
Remove stun related functions from actorsprite.
Andrei Karas
2
-40
/
+1
2016-03-21
Show effect names in debug window in target tab.
Andrei Karas
6
-19
/
+39
2016-03-21
Fix reading opt1 field. This is not bit field.
Andrei Karas
1
-2
/
+33
2016-03-21
Add support for status effects without id.
Andrei Karas
1
-1
/
+8
2016-03-21
Add report about missing option, opt1, opt2, opt3 fields in status-effects.xml
Andrei Karas
1
-9
/
+30
2016-03-21
Add support for using fields from status effects: option, opt1, opt2, opt3.
Andrei Karas
5
-35
/
+120
2016-03-21
Load from status-effects.xml new fields. option, opt1, opt2, opt3.
Andrei Karas
1
-11
/
+35
2016-03-21
Simplify status effect db.
Andrei Karas
1
-59
/
+53
2016-03-21
Rename some fields and methods in StatusEffectDB.
Andrei Karas
3
-11
/
+11
2016-03-21
Remove some getters from StatusEffect.
Andrei Karas
5
-35
/
+10
2016-03-21
Split StatusEffect into StatusEffect and StatusEffectDB.
Andrei Karas
9
-195
/
+271
2016-03-21
Remove support for stun effects from status-effects.xml
Andrei Karas
2
-29
/
+0
2016-03-21
Move status effects start/end calls into separate functions in actorsprite.
Andrei Karas
4
-100
/
+127
2016-03-21
Fix some status effects packet field names.
Andrei Karas
2
-9
/
+9
2016-03-21
Fix possible crash in skill cooldowns.
Andrei Karas
2
-1
/
+6
2016-03-21
Add comment into ActorSprite::setStatusEffectBlock.
Andrei Karas
1
-1
/
+1
2016-03-21
Fix typo also in .inc files.
Andrei Karas
2
-4
/
+4
2016-03-21
Fix typo Plater -> Player.
Andrei Karas
4
-8
/
+8
2016-03-21
Remove commented code from beingrecv.
Andrei Karas
1
-24
/
+6
2016-03-20
Not allow close warp dialog until select warp target.
Andrei Karas
6
-8
/
+60
2016-03-20
Update being packets for packet version >= 20150513.
Andrei Karas
1
-0
/
+9
2016-03-20
Impliment packet SMSG_SKILL_MEMO_MESSAGE.
Andrei Karas
3
-2
/
+31
2016-03-20
Add missing file.
Andrei Karas
1
-0
/
+43
2016-03-20
Impliment packet SMSG_FAMILY_ASK_FOR_CHILD_REPLY.
Andrei Karas
3
-2
/
+32
2016-03-20
Impliment packets SMSG_FAMILY_ASK_FOR_CHILD.
Andrei Karas
6
-14
/
+56
2016-03-20
Add adopt child into players context menu.
Andrei Karas
2
-0
/
+16
2016-03-20
Add server feature haveFamily.
Andrei Karas
5
-0
/
+16
2016-03-20
Add chat command /adoptchild.
Andrei Karas
5
-0
/
+25
2016-03-19
Impliment packet SMSG_FAMILY_CALL_PARTNER (hercules).
Andrei Karas
3
-2
/
+21
2016-03-19
Impliment packet SMSG_FAMILY_DIVORCED (hercules).
Andrei Karas
3
-2
/
+10
2016-03-19
Improve incriment counter in mrand.
Andrei Karas
1
-1
/
+1
2016-03-19
Fix unit tests (add missing random initialisation).
Andrei Karas
2
-9
/
+15
Also fix sprites animation if random number is zero.
2016-03-18
Add function for test SDL audio features. Now disabled.
Andrei Karas
3
-0
/
+68
2016-03-18
Add custom rand function implimentation, based on precreated random sequence.
Andrei Karas
8
-7
/
+97
2016-03-18
Relax a bit gcc version check for advanced constexpr support.
Andrei Karas
1
-3
/
+3
2016-03-18
Ignore particle randomnes parameters less than 10.
Andrei Karas
1
-4
/
+4
2016-03-18
Reduce number of rand() calls in Particle::update.
Andrei Karas
1
-6
/
+7
2016-03-18
Improve a bit performance in commands.cpp
Andrei Karas
1
-2
/
+5
2016-03-18
Improve a bit findBeingsByPixel.
Andrei Karas
1
-25
/
+51
2016-03-18
Fix reading packet SMSG_BEING_MOVE3 for non existing player.
Andrei Karas
1
-0
/
+1
2016-03-18
Fix typos.
Andrei Karas
3
-3
/
+3
2016-03-17
Read whole packet SMSG_BEING_MOVE3 if being not exists.
Andrei Karas
1
-0
/
+4
2016-03-17
Remove false positive errors with nonnull attributes.
Andrei Karas
1
-2
/
+2
2016-03-17
Fix reading packet SMSG_PLAYER_STORAGE_REMOVE (tmwa)
Andrei Karas
1
-1
/
+1
[next]