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
/
being
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-13
Improve a bit check in Being::drawSpriteAt.
Andrei Karas
1
-6
/
+12
2016-03-13
Simplify drawing beings in playerbox control.
Andrei Karas
2
-0
/
+11
2016-03-13
For skill units in context menu show creator name or id.
Andrei Karas
2
-0
/
+12
2016-03-12
Fix wrong moving to target if was used attack by mouse.
Andrei Karas
1
-1
/
+1
2016-03-11
Fix code style.
Andrei Karas
2
-3
/
+5
2016-03-10
Fix a bit formatting in Being::drawSpriteAt.
Andrei Karas
1
-15
/
+22
2016-03-10
Add missing check.
Andrei Karas
1
-5
/
+7
2016-03-07
Disable all legacy "magic" commands if server type not tmwa.
Andrei Karas
1
-0
/
+6
2016-03-07
Change desync detection to simpler way.
Andrei Karas
2
-20
/
+8
2016-03-07
Remove some unused functions from compoundsprite.
Andrei Karas
2
-44
/
+2
2016-03-05
Fix style error.
Andrei Karas
1
-4
/
+4
2016-03-05
Replace in Being getter getDirection to mDirection.
Andrei Karas
1
-3
/
+3
2016-03-05
Replace in Being getter getName to mName.
Andrei Karas
2
-22
/
+27
2016-03-05
Replace most getters callc getTileX/getTileY to direct variables usage.
Andrei Karas
4
-46
/
+46
2016-03-05
Change calculated speed in being from float to int.
Andrei Karas
2
-16
/
+12
2016-03-05
Replace in Being speed field from vector to int.
Andrei Karas
3
-12
/
+11
2016-03-05
Move getNumOfHairstyles from being to itemdb.
Andrei Karas
2
-35
/
+0
2016-03-05
Remove unused method getNumOfRaces from Being.
Andrei Karas
1
-6
/
+0
2016-03-05
Replace in Being some calls getNumberOfLayers to CompountSprite::getNumberOfL...
Andrei Karas
1
-2
/
+2
2016-03-05
Use in most places int being positions and not float.
Andrei Karas
3
-72
/
+79
2016-03-05
Add pixel position into actor.
Andrei Karas
2
-2
/
+13
2016-03-05
Rename actor functions getPosition and setPosition.
Andrei Karas
4
-21
/
+22
2016-03-05
Remove getter getSpritesCount from Being.
Andrei Karas
1
-3
/
+0
2016-03-05
Removing usage getters getActorX/getActorY from being and localplayer.
Andrei Karas
2
-22
/
+37
2016-03-04
In compoundsprite replace mSprites.at() to mSprites[].
Andrei Karas
1
-4
/
+4
2016-03-04
Remove getter empty from compoundsprite.
Andrei Karas
2
-4
/
+1
2016-03-04
Remove getter size from compoundsprite.
Andrei Karas
4
-17
/
+13
2016-03-04
Remove getter getSprite from compoundsprite.
Andrei Karas
4
-10
/
+9
2016-03-04
Remove isVisible getter from widget.
Andrei Karas
1
-1
/
+1
2016-03-03
Fix targetting monsters what was first visible by player on unreachable tiles.
Andrei Karas
1
-0
/
+8
2016-03-03
Fix desync between client and server while moving.
Andrei Karas
1
-49
/
+51
2016-02-28
Add extended name to beings (raw server name).
Andrei Karas
2
-1
/
+7
2016-02-23
Fix compilation with gcc 4.4 or older.
Andrei Karas
1
-3
/
+3
2016-02-23
Add pragmas for disable -Wswitch-bool in some places.
Andrei Karas
1
-0
/
+3
2016-02-22
Dont calculate dynamic sort offset.
Andrei Karas
2
-9
/
+3
2016-02-22
Add more missing consts.
Andrei Karas
2
-2
/
+2
2016-02-21
Fix code style.
Andrei Karas
1
-2
/
+2
2016-02-20
Add missing const in being directory.
Andrei Karas
8
-45
/
+55
2016-02-14
Dont check and modify floor item position if server support haveExtendedDrops...
Andrei Karas
1
-11
/
+20
2016-02-11
Use inline attribute in some critial performance functions.
Andrei Karas
1
-1
/
+1
2016-02-09
Allow select skill units and attack it.
Andrei Karas
1
-3
/
+5
2016-02-08
Remove useless checks.
Andrei Karas
1
-6
/
+3
2016-02-08
Improve some empty string checks.
Andrei Karas
1
-1
/
+3
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
4
-6
/
+6
2016-02-08
Add support for post delay status effect. It change cast animation to stand.
Andrei Karas
4
-0
/
+14
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
9
-114
/
+114
2016-02-07
Fix some casts between signed and unsigned in some files.
Andrei Karas
3
-13
/
+13
2016-01-29
Fix code style.
Andrei Karas
1
-1
/
+1
2016-01-17
Add support for add from context menu into chat item links with cards.
Andrei Karas
2
-0
/
+9
[prev]
[next]