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
2013-01-16
Fix ministatus window size and bars positions.
Andrei Karas
1
-7
/
+7
2013-01-15
Show better stats line in chat from status window.
Andrei Karas
4
-49
/
+67
2013-01-15
Enable music fadeout by default.
Andrei Karas
2
-2
/
+2
2013-01-15
Allow talk to not selected closest npc (distance 1) by talk key.
Andrei Karas
1
-1
/
+15
2013-01-03
Fix SDL_gfx confict from broken header.
Andrei Karas
3
-7
/
+14
2013-01-02
Fix resize issue in shortcuts windows in software drawing mode.
Andrei Karas
2
-0
/
+7
2013-01-01
Fix some issues in process creation.
Andrei Karas
1
-2
/
+9
2013-01-01
Add support for theming in bars in top left corner.
Andrei Karas
3
-9
/
+17
2013-01-01
Add theming support for top right buttons.
Andrei Karas
2
-8
/
+18
2013-01-01
Remove free space from top and right in buttons menu.
Andrei Karas
3
-10
/
+4
2013-01-01
Allow select differnt modes for on screen buttons.
Andrei Karas
5
-13
/
+69
2012-12-31
Fix code style and compilation under windows.
Andrei Karas
8
-11
/
+21
2012-12-31
Sort onscreen keyboard actions list.
Andrei Karas
2
-34
/
+64
2012-12-31
Add configurable actions for onscreen buttons.
Andrei Karas
6
-41
/
+63
2012-12-31
Add support for changable actions for onscreen controls.
Andrei Karas
12
-11
/
+276
2012-12-31
Replace "on screen" to "onscreen".
Andrei Karas
1
-3
/
+3
2012-12-31
Add option to show/hide onscreen keyboard icon.
Andrei Karas
4
-8
/
+35
2012-12-30
Add action to show onscreen keyboard.
Andrei Karas
6
-7
/
+26
2012-12-30
Fix hurt sound position.
Andrei Karas
1
-1
/
+1
2012-12-30
Add support for different sounds from different weapons.
Andrei Karas
4
-3
/
+40
2012-12-30
Add for incorrect item sound type "strike" alias "miss".
Andrei Karas
1
-1
/
+1
2012-12-30
Allow open context menu in textfields before connecting to server.
Andrei Karas
3
-9
/
+34
2012-12-30
Add popup menu for text fields.
Andrei Karas
7
-6
/
+80
2012-12-29
add open browser support for MacOSX.
Andrei Karas
1
-11
/
+21
2012-12-29
OS X now compiles with process.cpp
Socapex
1
-19
/
+2
2012-12-29
Remove debug messages.
Andrei Karas
1
-8
/
+0
2012-12-29
Replace most putenv to setenv.
Andrei Karas
2
-6
/
+16
2012-12-29
Add debug lines to check how gettext working.
Andrei Karas
1
-0
/
+8
2012-12-29
Add chat command to dump environment variables to log.
Andrei Karas
3
-0
/
+14
2012-12-29
Minor physfswops fix (const char*)
Socapex
1
-1
/
+1
2012-12-29
Corrected credits in About menu, oops.
Socapex
1
-1
/
+0
2012-12-29
Use physfs for locale folder on OS X.
Socapex
1
-1
/
+2
2012-12-29
Another possible fix for broken libs.
Andrei Karas
1
-9
/
+14
2012-12-29
Add workaround fix for broken macports libs.
Andrei Karas
1
-0
/
+12
2012-12-29
Add checks for incorrect path before calling unsafe physfs functions.
Andrei Karas
1
-0
/
+6
2012-12-29
Add support for show icon also in selected item in dropdown.
Andrei Karas
2
-14
/
+41
2012-12-29
Show flags icons in language selection list
Andrei Karas
9
-31
/
+73
2012-12-28
Fix previous commit error.
Andrei Karas
1
-2
/
+2
2012-12-28
Fix selected icon draw in extended listbox.
Andrei Karas
1
-1
/
+3
2012-12-28
By default put chat window in top in android build.
Andrei Karas
1
-0
/
+4
2012-12-28
Remove unused font object from sdlfont class.
Andrei Karas
2
-18
/
+4
2012-12-28
Fix different warnings from previous commits.
Andrei Karas
7
-14
/
+13
2012-12-28
Add outlining support to tabs.
Andrei Karas
9
-46
/
+136
2012-12-27
Fix text size if it was not power of two.
Andrei Karas
6
-7
/
+18
2012-12-27
Add outlining support to other popups.
Andrei Karas
4
-12
/
+24
2012-12-27
Add outlining support to textbox control.
Andrei Karas
2
-0
/
+19
2012-12-27
Change outline function to better quality but slower.
Andrei Karas
6
-5
/
+76
2012-12-27
add support for outlining in window header.
Andrei Karas
3
-0
/
+4
2012-12-27
Add outlining to status popup dialog.
Andrei Karas
3
-18
/
+32
2012-12-27
Add outlining support for labels.
Andrei Karas
5
-3
/
+27
[prev]
[next]