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
path:
root
/
src
/
gui
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-18
Fix code style.
Andrei Karas
7
-11
/
+11
2012-02-17
Update servers list once a day.
Andrei Karas
2
-1
/
+18
2012-02-17
Add branding option for server list file name.
Andrei Karas
1
-2
/
+4
2012-02-16
Add race name to status and debug windows.
Andrei Karas
3
-11
/
+23
2012-02-15
Fix default servers dialog size.
Andrei Karas
1
-7
/
+3
2012-02-15
Add function to fix dir separator.
Andrei Karas
2
-5
/
+10
2012-02-12
Add option to enable/disable grouping friends in online list.
Andrei Karas
3
-3
/
+19
2012-02-11
Remove some unneeded includes.
Andrei Karas
1
-1
/
+0
2012-02-10
Show gms in online list with green color (evol server).
Andrei Karas
1
-3
/
+5
2012-02-08
Add chat command /setdrop N to set change drop counter.
Andrei Karas
1
-0
/
+1
2012-02-08
Fix compilation errors and more style.
Andrei Karas
10
-36
/
+36
2012-02-08
Fix code style with new tool.
Andrei Karas
27
-43
/
+38
2012-02-06
Use client data translation. For now language same as gui language.
Andrei Karas
1
-4
/
+4
2012-02-05
Separate map class to map and maplayer.
Andrei Karas
4
-0
/
+4
2012-02-05
Move path functions from stringutils to paths.
Andrei Karas
2
-0
/
+2
2012-02-05
Move language functions to langs.cpp and langs.h files.
Andrei Karas
4
-2
/
+6
2012-02-03
Add some missing getters.
Andrei Karas
31
-58
/
+69
2012-02-02
Add "no frame" option to hide window frame. Disabled by default.
Andrei Karas
2
-19
/
+33
2012-02-02
Fix updates problem if player by mistake enable empty custom update host.
Andrei Karas
1
-1
/
+2
2012-02-02
Use translation for server descriptions in server list.
Andrei Karas
1
-1
/
+6
2012-02-02
Update and rebuild translations.
Andrei Karas
1
-1
/
+1
2012-02-02
Add some checks after automatic checking.
Andrei Karas
9
-13
/
+27
2012-02-01
Fix compilation warnings after previous commits.
Andrei Karas
1
-1
/
+1
2012-02-01
Fix login dialog size.
Andrei Karas
1
-6
/
+5
2012-02-01
Remove description text from button of server dialog.
Andrei Karas
2
-19
/
+0
2012-02-01
Read description from online servers list.
Andrei Karas
1
-0
/
+1
2012-02-01
Rearrange text in server dialog servers list.
Andrei Karas
1
-3
/
+7
2012-02-01
Not allow enter not numeric chars in numeric text fields.
Andrei Karas
1
-21
/
+35
2012-02-01
Rename CustomServerDialog to EditServerDialog.
Andrei Karas
4
-275
/
+187
2012-01-31
Add CustomServerDialog from mana client.
Andrei Karas
2
-0
/
+306
2012-01-31
Keep a single blank line between NPC texts
Thorbjørn Lindeijer
1
-0
/
+1
2012-01-31
Redesing char creation dialog.
Andrei Karas
2
-44
/
+126
2012-01-31
Add size limit to nick in char creation dialog.
Andrei Karas
2
-1
/
+3
2012-01-31
Add max chars limit for textfields.
Andrei Karas
2
-2
/
+2
2012-01-31
Extent max emotes count from 44 to 48 emotes.
Andrei Karas
1
-1
/
+1
2012-01-30
Rename isKeyActive to isActionActive om keyboard config class.
Andrei Karas
3
-11
/
+11
2012-01-30
Add option for enable/disable window resize.
Andrei Karas
2
-21
/
+36
2012-01-30
Add some missing checks to window resize code.
Andrei Karas
2
-4
/
+9
2012-01-30
Allow resize window on the fly from video settings tab.
Andrei Karas
1
-0
/
+4
2012-01-30
Allow resizing of the game in windowed mode
Thorbjørn Lindeijer
6
-52
/
+76
2012-01-29
Fix client detection in online list.
Andrei Karas
1
-4
/
+4
2012-01-29
Fix code style.
Andrei Karas
1
-1
/
+1
2012-01-29
Fix memory leak in tathena online list introduced
Andrei Karas
1
-0
/
+7
2012-01-29
Fix possible hiding methods issues.
Andrei Karas
7
-27
/
+25
2012-01-29
Fix incorrect level in update list in tmw server.
Andrei Karas
1
-7
/
+6
2012-01-29
Show race name in char creation dialog.
Andrei Karas
2
-0
/
+9
2012-01-29
Fix compilation warnings.
Andrei Karas
2
-4
/
+4
2012-01-29
Use appname in user agents string while downloading files.
Andrei Karas
1
-2
/
+2
2012-01-28
Add support for processing player statuses in evol server.
Andrei Karas
3
-30
/
+66
2012-01-28
Add basic support for extended online list on evol server.
Andrei Karas
3
-57
/
+156
[next]