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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-23
If window with button is hidden then release text image and vertexes.
Andrei Karas
2
-0
/
+23
2015-05-23
If window with label is hidden then release text image.
Andrei Karas
2
-0
/
+24
2015-05-23
Move window variable from widget class to widget2 class.
Andrei Karas
8
-12
/
+20
2015-05-23
Move most initialisation code in tabbedarea from constructor to postInit.
Andrei Karas
1
-3
/
+4
2015-05-23
Set mWindow pointer to self in postInit base methods for window and popup.
Andrei Karas
2
-2
/
+2
2015-05-23
Add missing calls to postInit for windows and popups.
Andrei Karas
3
-3
/
+9
2015-05-23
Add check in popups for posInit() calls.
Andrei Karas
2
-5
/
+11
2015-05-23
Add check in windows for posInit() calls.
Andrei Karas
2
-3
/
+9
2015-05-23
Change version to 1.5.5.23.
v1.5.5.23
Andrei Karas
9
-9
/
+20
2015-05-23
Update translations.
Andrei Karas
21
-9513
/
+9635
2015-05-22
Fix code style.
Andrei Karas
21
-22
/
+35
2015-05-21
Enable mobhp server feature only for feature tmwa server versions.
Andrei Karas
1
-1
/
+1
2015-05-21
Call postInit after each window creation.
Andrei Karas
30
-44
/
+91
2015-05-21
Call Popup::postInit from all popups with overrided postInit method.
Andrei Karas
9
-0
/
+9
2015-05-21
Call Window::postInit from all windows with overrided postInit method.
Andrei Karas
27
-0
/
+27
2015-05-21
Add parent window field to all widgets.
Andrei Karas
4
-0
/
+14
2015-05-21
Update profiling scripts.
Andrei Karas
2
-18
/
+2
2015-05-20
Add x11 library to cmake file.
Andrei Karas
1
-0
/
+1
2015-05-20
update serverfeatures for tmwa.
mekolat
1
-3
/
+3
2015-05-20
eathena: impliment packet CMSG_GUILD_REQUEST_EMBLEM.
Andrei Karas
5
-0
/
+16
2015-05-20
eathena: impliment packet CMSG_GUILD_CHANGE_EMBLEM.
Andrei Karas
5
-0
/
+20
2015-05-20
eathena: impliment packet CMSG_GUILD_BREAK.
Andrei Karas
5
-0
/
+16
2015-05-20
eathena: impliment packet CMSG_GUILD_OPPOSITION.
Andrei Karas
5
-0
/
+19
2015-05-20
eathena: impliment packet CMSG_GUILD_CHANGE_POS_INFO.
Andrei Karas
5
-0
/
+41
2015-05-20
eathena: impliment packet CMSG_GUILD_ALLIANCE_DELETE.
Andrei Karas
7
-9
/
+21
2015-05-20
eathena: impliment packet CMSG_GUILD_ALLIANCE_REPLY.
Andrei Karas
7
-12
/
+20
2015-05-20
eathena: impliment packet CMSG_GUILD_ALLIANCE_REQUEST.
Andrei Karas
7
-10
/
+20
2015-05-20
Send net code version also to login server in tmwa net code.
Andrei Karas
1
-1
/
+11
2015-05-20
Update fonts.
Andrei Karas
10
-0
/
+0
2015-05-20
Fix memory leak in fast text draw code.
Andrei Karas
2
-3
/
+6
2015-05-20
Use fast draw way in drawing string in buttons.
Andrei Karas
2
-7
/
+42
2015-05-20
Add fast way for draw not changed text strings.
Andrei Karas
11
-29
/
+288
2015-05-20
Enable haveMove3 server feature in tmwa server with version 0x0f0512.
Andrei Karas
1
-1
/
+1
2015-05-19
Disable game modifiers by default.
Andrei Karas
1
-1
/
+1
2015-05-18
Remove useless check.
Andrei Karas
1
-1
/
+1
2015-05-18
Enable haveMove3 server feature for tmwa server with verison 0x0f0518.
Andrei Karas
2
-2
/
+2
2015-05-18
Add font field into textchunk class. For now unused.
Andrei Karas
4
-35
/
+43
2015-05-17
Fix possible issues in texture atlas creation with non power of two image sizes.
Andrei Karas
2
-3
/
+55
2015-05-17
Remove some useless methods from being.
Andrei Karas
2
-17
/
+4
2015-05-17
Fix some issues after automatic checks.
Andrei Karas
9
-27
/
+41
2015-05-17
Fix code style.
Andrei Karas
10
-25
/
+17
2015-05-16
Fix compilation without OpenGL support.
Andrei Karas
1
-0
/
+2
2015-05-16
Improve a bit map draw speed.
Andrei Karas
1
-19
/
+15
2015-05-16
Remove parameter from fringe layer draw function.
Andrei Karas
4
-15
/
+27
2015-05-16
Improve a bit fringe layer draw speed.
Andrei Karas
1
-19
/
+101
2015-05-16
Improve a bit map layers draw.
Andrei Karas
3
-49
/
+71
2015-05-15
Fix draw map layers before switching map modes.
Andrei Karas
2
-2
/
+5
2015-05-15
Fix tests.
Andrei Karas
1
-2
/
+2
2015-05-15
Improve a bit map draw performance.
Andrei Karas
3
-52
/
+148
2015-05-15
Fix compilation warning.
Andrei Karas
1
-3
/
+2
[next]