index
:
HoraK-FDF/mv
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
ewewukek/fix_linux_build
gl-move_ci-test
jak1/pipeline_improvments
jesusalva/itpopup
jesusalva/mverse
jesusalva/renameprog
keep_password
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
/
widgets
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-10
Change format in ActorType enum.
Andrei Karas
3
-5
/
+5
2014-09-10
fix special commands in tabs.
Andrei Karas
1
-1
/
+2
2014-09-07
Remove unused includes.
Andrei Karas
1
-1
/
+0
2014-09-07
For some popup menus use current mouse position.
Andrei Karas
4
-39
/
+4
2014-09-07
fix crash in windows before game started.
Andrei Karas
1
-3
/
+16
2014-09-06
Use skillpopup in skills window.
Andrei Karas
3
-21
/
+17
2014-09-06
fix textbox height if text is empty.
Andrei Karas
1
-0
/
+5
2014-09-06
Show mana in skill popup.
Andrei Karas
3
-2
/
+18
2014-09-06
In skills add support for reading mana cost from server.
Andrei Karas
2
-0
/
+2
2014-09-06
Allow use support skill.
Andrei Karas
1
-1
/
+3
2014-09-06
Enable skill use button based on skill type.
Andrei Karas
1
-2
/
+7
2014-09-06
Use skill type struct in skill info.
Andrei Karas
2
-2
/
+4
2014-09-06
Add skill type reading from server
Andrei Karas
2
-0
/
+2
2014-09-01
Fix crash in text fields if using context menu before connected to game.
Andrei Karas
1
-3
/
+13
2014-08-29
Fix code style.
Andrei Karas
3
-11
/
+3
2014-08-28
Fix code style.
Andrei Karas
1
-7
/
+12
2014-08-28
Removed unused includes.
Andrei Karas
18
-27
/
+3
2014-08-27
Restore invoking chat commands.
Andrei Karas
1
-1
/
+9
2014-08-27
Remove unused commands.cpp and commandhandler.cpp.
Andrei Karas
2
-8
/
+2
2014-08-27
Move method replaceVars into chatutils.cpp.
Andrei Karas
1
-1
/
+2
2014-08-24
Move chat command /unignore into actions.
Andrei Karas
1
-4
/
+0
2014-08-23
Move chat command /ignore into actions.
Andrei Karas
1
-4
/
+0
2014-08-23
Rename settings options file from page into gui.
Andrei Karas
1
-1
/
+1
2014-08-22
Move options for move input settings page into separate file.
Andrei Karas
1
-0
/
+1
2014-08-22
Move options for outfits input settings page into separate file.
Andrei Karas
1
-0
/
+1
2014-08-22
Move options for emotes input settings page into separate file.
Andrei Karas
1
-0
/
+1
2014-08-22
Move options for shortcuts input settings page into separate file.
Andrei Karas
1
-0
/
+2
2014-08-22
Rename setupactiondata array names.
Andrei Karas
1
-4
/
+5
2014-08-22
Move setup input pages options into separate file.
Andrei Karas
1
-0
/
+1
2014-08-22
Move intformation about setup input pages into separate file.
Andrei Karas
1
-0
/
+1
2014-08-22
Move most code from setupactiondata.h into setupactiondata.cpp.
Andrei Karas
1
-0
/
+1
2014-08-22
Use same function prototypes for action and command handlers.
Andrei Karas
1
-2
/
+3
2014-08-18
Add parameter for button name in okdialog.
Andrei Karas
3
-7
/
+31
2014-08-18
Remove default values from okdialog constructor.
Andrei Karas
3
-3
/
+6
2014-08-18
Rename DropShortcutContainer into VirtShortcutContainer.
Andrei Karas
2
-22
/
+21
2014-08-18
In DropShortcutContainer accept object with data from constructor.
Andrei Karas
2
-25
/
+32
2014-08-18
Add bptc texture compression support.
Andrei Karas
1
-2
/
+3
2014-08-17
Remove getters for mouse position and use direct variables.
Andrei Karas
12
-36
/
+36
2014-08-17
Use public spell popup in spellshortcutcontainer.
Andrei Karas
2
-14
/
+9
2014-08-17
Use public spell popup in itemshortcutcontainer.
Andrei Karas
2
-13
/
+8
2014-08-17
Use public item popup in shoplistbox.
Andrei Karas
2
-14
/
+8
2014-08-17
Use public item popup in itemshortcutcontainer.
Andrei Karas
2
-13
/
+9
2014-08-17
Use public item popup in itemcontainer.
Andrei Karas
2
-10
/
+6
2014-08-17
Use public item popup in itemlinkhandler.
Andrei Karas
2
-12
/
+6
2014-08-17
Use public item popup in dropshortcutcontainer.
Andrei Karas
2
-12
/
+7
2014-08-17
Use public text popup in characterdisplay.
Andrei Karas
2
-11
/
+6
2014-08-17
Use public text popup in emoteshortcutcontainer.
Andrei Karas
2
-12
/
+7
2014-08-17
Remove proxy methods used for access popup menu.
Andrei Karas
8
-20
/
+69
2014-08-15
Fix code style.
Andrei Karas
4
-15
/
+13
2014-08-14
Add setupbutton object.
Andrei Karas
3
-0
/
+182
[next]