index
:
HoraK-FDF/mv
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
ewewukek/fix_linux_build
gl-move_ci-test
jak1/pipeline_improvments
jesusalva/itpopup
jesusalva/mverse
jesusalva/renameprog
keep_password
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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-06
Add support for two new equipment slots in hercules.
Andrei Karas
6
-25
/
+45
2016-03-06
Add comment in BeingRecv::processBeingChangeLookContinue
Andrei Karas
1
-0
/
+3
2016-03-05
Add constant values for enum SPRITE_* in eathena net code.
Andrei Karas
1
-16
/
+16
2016-03-05
Fix style error.
Andrei Karas
1
-4
/
+4
2016-03-05
Remove outdated serverVersion checks from tmwa net code.
Andrei Karas
5
-23
/
+8
2016-03-05
Remove outdated protocol version checks from tmwa net code.
Andrei Karas
3
-23
/
+6
2016-03-05
Disable server features incomplete chat messages for tmwa server version more...
Andrei Karas
1
-1
/
+1
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
10
-30
/
+26
2016-03-05
Move getNumOfHairstyles from being to itemdb.
Andrei Karas
5
-38
/
+30
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
6
-103
/
+101
2016-03-05
Add pixel position into actor.
Andrei Karas
2
-2
/
+13
2016-03-05
Rename actor functions getPosition and setPosition.
Andrei Karas
7
-30
/
+31
2016-03-05
Remove getter getSpritesCount from Being.
Andrei Karas
2
-4
/
+1
2016-03-05
Removing usage getters getActorX/getActorY from being and localplayer.
Andrei Karas
2
-22
/
+37
2016-03-05
Move keyStr from inputfunction into separate array in inputmanager.
Andrei Karas
3
-15
/
+17
2016-03-04
Improve performance in getting printable key for actions.
Andrei Karas
3
-8
/
+27
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
3
-5
/
+2
2016-03-04
Remove getter size from compoundsprite.
Andrei Karas
4
-17
/
+13
2016-03-04
Remove getter getSprite from compoundsprite.
Andrei Karas
5
-12
/
+11
2016-03-04
Remove isVisible getter from widget.
Andrei Karas
9
-35
/
+37
2016-03-04
Remove getter getAlpha form image class.
Andrei Karas
3
-19
/
+5
2016-03-04
Add parameters support for quest texts in quests.xml
Andrei Karas
1
-0
/
+11
2016-03-04
Add support for cooridinates tag with x and y in quests.xml
Andrei Karas
2
-10
/
+48
2016-03-04
Add new tags for quests questgiver, npc.
Andrei Karas
2
-4
/
+47
2016-03-04
Remove extra translation from quests window.
Andrei Karas
1
-3
/
+2
2016-03-04
Convert questtype enum into strong typed enum.
Andrei Karas
3
-11
/
+11
2016-03-04
Move questtype enum into enums directory.
Andrei Karas
4
-3
/
+4
2016-03-03
Add support for readable links in quests.xml
Andrei Karas
1
-0
/
+1
2016-03-03
Improve a bit calculations in viewport.
Andrei Karas
2
-10
/
+22
2016-03-03
Improve a bit calculations in viewport.
Andrei Karas
5
-8
/
+40
2016-03-03
Improve a bit pixel calculation in map layers.
Andrei Karas
2
-8
/
+12
2016-03-03
Split particles update into two functions.
Andrei Karas
2
-6
/
+23
2016-03-03
Dont update particles located in long distance from screen.
Andrei Karas
1
-0
/
+16
2016-03-03
Fix targetting monsters what was first visible by player on unreachable tiles.
Andrei Karas
1
-0
/
+8
2016-03-03
Not allow add equipped items to trade if presend server feature secure trades.
Andrei Karas
1
-0
/
+13
2016-03-03
Add server feature secure trades.
Andrei Karas
5
-0
/
+16
2016-03-03
Fix desync between client and server while moving.
Andrei Karas
1
-49
/
+51
2016-03-02
In some build scripts replace gcc-5 to gcc.
Andrei Karas
6
-12
/
+12
2016-03-02
Add "add to chat" into menu in show items window.
Andrei Karas
1
-0
/
+3
2016-03-02
Fix movement by diagonal near water or air collisions.
Andrei Karas
1
-3
/
+4
2016-03-01
Add to context menu action for rename homunculus.
Andrei Karas
2
-13
/
+43
2016-03-01
Allow see homunculuses name.
Andrei Karas
1
-0
/
+2
2016-03-01
Fix popup for not own homunculuses.
Andrei Karas
1
-1
/
+12
[next]