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
2011-03-19
Add flag to enable or disable scroll buttons in tabbed area.
Andrei Karas
4
-17
/
+78
2011-03-19
Fix self rotation while attacking.
Andrei Karas
1
-3
/
+6
2011-03-19
Fix code style and add small optimisations.
Andrei Karas
11
-20
/
+27
2011-03-18
Fix most conversions except manaserv net code and some other code.
Andrei Karas
37
-174
/
+256
2011-03-18
Fix most old style cast except manaserv and libxml2 defines.
Andrei Karas
68
-284
/
+359
2011-03-18
Fix compilation warnings.
Andrei Karas
2
-2
/
+2
2011-03-17
Fix attack direction.
Andrei Karas
1
-0
/
+4
2011-03-17
Move direction calucaltion to Being method.
Andrei Karas
3
-20
/
+36
2011-03-17
Fix other players move animation.
Andrei Karas
3
-14
/
+45
2011-03-16
Add checks and fix some code style.
Andrei Karas
18
-22
/
+53
2011-03-15
Add some optimisations in SDL image processing.
Andrei Karas
1
-26
/
+31
2011-03-15
Remove outdated files.
Andrei Karas
4
-192
/
+0
2011-03-15
Fix mouse pickup. Before pickuptarget was removed while moving to target.
Andrei Karas
2
-2
/
+16
2011-03-14
Fixing direction bug in moving.
Andrei Karas
3
-12
/
+26
2011-03-13
Fix typo.
Andrei Karas
1
-1
/
+1
2011-03-13
Fix uptime calculation.
Andrei Karas
1
-6
/
+15
2011-03-13
Add ability to remap maps to different files.
Andrei Karas
12
-25
/
+177
2011-03-13
Replace befriend to be friend.
Andrei Karas
1
-3
/
+3
2011-03-13
Fix typo in chat help.
Andrei Karas
1
-1
/
+1
2011-03-12
Add /uptime chat command to show client uptime.
Andrei Karas
5
-0
/
+62
2011-03-11
Wrap the open and closed list members in path finding.
Yohann Ferreira
2
-8
/
+25
2011-03-11
Remove debug messages from log.
Andrei Karas
1
-2
/
+0
2011-03-11
Add checks to tabbedarea.
Andrei Karas
1
-9
/
+14
2011-03-11
Show message if some one join your party.
Andrei Karas
3
-1
/
+40
2011-03-09
Fix color picker position to free space for scrolling buttons in chat.
Andrei Karas
1
-2
/
+2
2011-03-09
Added a tab scrolling system in tabarea.
Yohann Ferreira
2
-1
/
+189
2011-03-08
Replace also color constants in pickup messages.
Andrei Karas
5
-11
/
+48
2011-03-08
Fix possible problem with buying colored item.
Andrei Karas
1
-1
/
+2
2011-03-08
Show item colors in buy dialog.
Andrei Karas
1
-6
/
+31
2011-03-08
Replace %color% and %Color% constants in item names/descriptions.
Andrei Karas
5
-8
/
+85
2011-03-08
Add possible colors to item popups.
Andrei Karas
3
-6
/
+12
2011-03-06
Add translation for some strings/ Rebuild translations and update russian tra...
Andrei Karas
1
-8
/
+12
2011-03-05
Update version to 1.1.3.6
Andrei Karas
1
-2
/
+2
2011-03-04
Fix code style.
Andrei Karas
18
-26
/
+56
2011-03-04
Possible solve problems with X clipboard in some systems.
Andrei Karas
1
-8
/
+22
2011-03-03
Add colors to buy/sell dialogs.
Andrei Karas
16
-48
/
+68
2011-03-03
Chnage same methods with different parameters number to different names.
Andrei Karas
6
-7
/
+7
2011-03-03
Add extended buy list items.
Andrei Karas
2
-2
/
+11
2011-03-03
Possible fix extended minimaps opacity.
Andrei Karas
1
-0
/
+1
2011-03-03
Merge branch 'coloritems'
Andrei Karas
41
-147
/
+498
2011-03-03
Add some protections to disable advanced features for old servers like tmw.
Andrei Karas
2
-2
/
+10
2011-03-03
Dehardcode item colors. Now reading all from configs.
Andrei Karas
15
-48
/
+186
2011-03-02
Dont show "add to trade ..." menu items if trade window is hidden.
Andrei Karas
1
-1
/
+1
2011-03-02
Add serverversion checks. And disable some advanced features in old servers.
Andrei Karas
6
-24
/
+59
2011-03-01
Fix char slots number calculation.
Andrei Karas
1
-1
/
+5
2011-03-01
Add support for reading colors in moveing players packets.
Andrei Karas
1
-5
/
+16
2011-03-01
Add support for reading item colors for char list and created char (for exten...
Andrei Karas
4
-22
/
+78
2011-02-28
Change client version to 3.
Andrei Karas
1
-1
/
+1
2011-02-27
First part of implimintation item colors.
Andrei Karas
23
-52
/
+128
2011-02-27
Remove debug log messages.
Andrei Karas
1
-3
/
+0
[next]