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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-29
Fix some issues detected by cppcheck.
Andrei Karas
4
-10
/
+8
2016-07-29
Fix bmake script.
Andrei Karas
1
-2
/
+1
2016-07-29
Remove extra include from sdlmusic.cpp
Andrei Karas
1
-2
/
+0
2016-07-29
Extende run_h ci script.
Andrei Karas
1
-2
/
+2
2016-07-29
Fix compilation in musicloader.h
Andrei Karas
1
-0
/
+1
2016-07-29
Add some missing tmwa defines.
Andrei Karas
17
-11
/
+67
2016-07-29
Replace some gcc5 to gcc6 in .gitlab-ci.yml
Andrei Karas
1
-7
/
+7
2016-07-29
Remove macro impHandlerE.
Andrei Karas
3
-12
/
+10
2016-07-29
Dont return temp surface in atlasmanager.
Andrei Karas
2
-23
/
+7
2016-07-28
Move soundeffect load code into soundloader.
Andrei Karas
3
-44
/
+24
2016-07-28
Move sdlmusic load code into musicloader.
Andrei Karas
3
-44
/
+22
2016-07-28
Split musicloader into musicloader and soundloader.
Andrei Karas
7
-15
/
+111
2016-07-28
Remove eathena flag from testfile scripts.
Andrei Karas
3
-84
/
+84
2016-07-28
Remove eathena flag from .gitlab-ci.yml
Andrei Karas
1
-388
/
+212
2016-07-28
Remove eathena flag from manaplus.cbp
Andrei Karas
1
-1
/
+0
2016-07-28
Remove eathena flag from Android.mk
Andrei Karas
1
-1
/
+1
2016-07-28
Remove eathena flag from make files and configure.
Andrei Karas
4
-241
/
+208
2016-07-28
Remove macro A_TMWA_UNUSED.
Andrei Karas
4
-7
/
+6
2016-07-28
Remove define EATHENA_SUPPORT from all code.
Andrei Karas
130
-783
/
+11
2016-07-27
Show hp bar for mercenary.
Andrei Karas
2
-1
/
+82
2016-07-27
Fix tab width in status window.
Andrei Karas
1
-1
/
+1
2016-07-27
Impliment packet SMSG_MERCENARY_UPDATE 0x02a2.
Andrei Karas
2
-5
/
+33
2016-07-27
Impliment packet SMSG_HOMUNCULUS_EXP 0x0b22.
Andrei Karas
5
-0
/
+26
2016-07-27
Show hp bar in own homunculus.
Andrei Karas
2
-7
/
+96
2016-07-27
Remove extra includes from statspages.
Andrei Karas
2
-12
/
+0
2016-07-27
Fix some style issues in statspages.
Andrei Karas
3
-3
/
+9
2016-07-27
Remove unused variable from StatusWindow.
Andrei Karas
1
-2
/
+0
2016-07-27
Remove all pages after status window deleted.
Andrei Karas
2
-1
/
+17
2016-07-27
Calculate damage per second for homunculus and mercenary.
Andrei Karas
4
-17
/
+33
2016-07-26
Remove unused homunculus attribute.
Andrei Karas
1
-1
/
+0
2016-07-26
For mercenary set stats and not attributes.
Andrei Karas
1
-18
/
+18
2016-07-26
For homunculus set stats and not attributes.
Andrei Karas
1
-17
/
+17
2016-07-26
Try update attributes/stats in stat pages in any changes.
Andrei Karas
3
-2
/
+21
2016-07-26
Add support for loading stats pages from stats.xml
Andrei Karas
5
-11
/
+28
2016-07-26
Add tabs for stats in status window.
Andrei Karas
11
-164
/
+400
2016-07-25
Remove extra include from changedisplay.cpp
Andrei Karas
1
-1
/
+0
2016-07-25
Fix too big lines.
Andrei Karas
6
-16
/
+31
2016-07-25
Remove extra includes from statuswindow.cpp
Andrei Karas
1
-4
/
+0
2016-07-25
Move changedisplay class into separate file.
Andrei Karas
5
-87
/
+128
2016-07-25
Move derdisplay class into separate file.
Andrei Karas
6
-26
/
+89
2016-07-25
Move attrdisplay class into separate file.
Andrei Karas
6
-84
/
+154
2016-07-25
Allow load stats for different pages from stats.xml
Andrei Karas
1
-7
/
+19
2016-07-25
Add mercenary attributes. Set mercenary attributes from server.
Andrei Karas
2
-16
/
+56
2016-07-25
Add homunculus attributes. Set homunculus attributes from server.
Andrei Karas
2
-15
/
+56
2016-07-25
Add into player attributes prefix PLAYER_.
Andrei Karas
24
-331
/
+340
2016-07-24
Remove extra includes.
Andrei Karas
4
-7
/
+0
2016-07-24
Remove useless virtual keyword from castingeffect.h
Andrei Karas
1
-1
/
+1
2016-07-24
Fix wrong assert for portals.
Andrei Karas
1
-1
/
+2
2016-07-24
Remove completly support for tmwa version 0.
Andrei Karas
5
-19
/
+3
2016-07-24
Drop native guild support from tmwa.
Andrei Karas
10
-351
/
+17
[prev]
[next]