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
/
popups
/
popupmenu.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-09
Fix style issue.
Andrei Karas
1
-2
/
+1
2017-08-09
Allow for each item replace equip/use menu item to custom menu.
Andrei Karas
1
-5
/
+63
2017-08-08
Add into skill context menu for add shortcut.
Andrei Karas
1
-0
/
+5
2017-07-21
Fix too long lines in popupmenu.cpp
Andrei Karas
1
-6
/
+8
2017-07-20
Show heal command in player menu only for legacy servers.
Andrei Karas
1
-4
/
+9
2017-07-20
Into staticbrowserbox allow add separators without duplication.
Andrei Karas
1
-84
/
+84
2017-07-20
Allow any gm commands if group have permission all_commands.
Andrei Karas
1
-0
/
+5
2017-07-20
Show gm commands in popup menu based or player allowed gm commands.
Andrei Karas
1
-159
/
+344
2017-07-20
In popupmenu get group for local player before each menu.
Andrei Karas
1
-0
/
+45
2017-07-14
Replace std::vector into macro STD_VECTOR.
Andrei Karas
1
-11
/
+11
2017-06-30
Remove extra includes again.
Andrei Karas
1
-0
/
+1
2017-06-23
Remove extra includes.
Andrei Karas
1
-3
/
+0
2017-06-22
Add chat command for unequip pet equipment.
Andrei Karas
1
-5
/
+1
2017-06-22
Add chat command for return pet to egg.
Andrei Karas
1
-8
/
+5
2017-06-22
Add chat command for drop pet's loot.
Andrei Karas
1
-5
/
+1
2017-06-22
Add chat command for feed pet.
Andrei Karas
1
-5
/
+1
2017-06-22
Remove popup menu action "homunculus delete".
Andrei Karas
1
-5
/
+1
2017-06-22
Add chat command for feed homunculus.
Andrei Karas
1
-5
/
+1
2017-06-22
Add chat command for move homunculus to master.
Andrei Karas
1
-6
/
+2
2017-06-22
Add chat command for move mercenary to master.
Andrei Karas
1
-5
/
+1
2017-06-22
Remove popup menu action "fire mercenary".
Andrei Karas
1
-5
/
+1
2017-06-19
Use staticbrowserbox in popupmenu.
Andrei Karas
1
-5
/
+6
2017-06-11
Rename player_relations into playerRelations.
Andrei Karas
1
-3
/
+3
2017-06-09
Fix code style.
Andrei Karas
1
-2
/
+10
2017-06-08
Add missing consts or string references.
Andrei Karas
1
-1
/
+1
2017-06-07
Fix clang-tidy check readability-implicit-bool-cast.
Andrei Karas
1
-119
/
+122
2017-06-04
Fix code style.
Andrei Karas
1
-2
/
+2
2017-05-26
Remove extra includes from popupmenu.cpp
Andrei Karas
1
-2
/
+0
2017-05-25
Add chat command for check player ip.
Andrei Karas
1
-5
/
+1
2017-05-25
Add chat command for recall player.
Andrei Karas
1
-5
/
+1
2017-05-25
Add chat command for warp to player.
Andrei Karas
1
-5
/
+1
2017-05-25
Add chat command for copy text to clipboard.
Andrei Karas
1
-5
/
+1
2017-05-25
Remove "open link" popup menu handler.
Andrei Karas
1
-5
/
+1
2017-05-25
Add chat command for clear current outfit.
Andrei Karas
1
-6
/
+1
2017-05-11
Extend undress chat command for undress item by id.
Andrei Karas
1
-5
/
+1
2017-05-10
Remove extra include from popupmenu.cpp
Andrei Karas
1
-1
/
+0
2017-05-10
Add chat command for show player items.
s20170510
Andrei Karas
1
-17
/
+1
2017-05-10
Add chat command for move monster in priority attack list into one position d...
Andrei Karas
1
-38
/
+4
2017-05-10
Add chat command for move monster in priority attack list into one position up.
Andrei Karas
1
-34
/
+4
2017-05-10
Add chat command for move monster in attack list into one position down.
Andrei Karas
1
-35
/
+1
2017-05-10
Add chat command for move monster in attack list into one position up.
Andrei Karas
1
-31
/
+1
2017-05-09
Remove some useless popup commands implementation.
Andrei Karas
1
-43
/
+8
2017-05-08
Fix wrong checks after removing some server features.
Andrei Karas
1
-6
/
+6
2017-05-02
Remove extra includes.
Andrei Karas
1
-1
/
+0
2017-05-01
Remove ServerFeatures haveFamily because in only depend on server type.
Andrei Karas
1
-1
/
+1
2017-05-01
Remove ServerFeatures haveServerPets because depend only on server type.
Andrei Karas
1
-2
/
+2
2017-05-01
Remove ServerFeatures haveMail because it depend only on server type.
Andrei Karas
1
-1
/
+1
2017-05-01
Remove ServerFeatures haveMute because it depend only server type.
Andrei Karas
1
-1
/
+1
2017-05-01
Remove ServerFeatures haveVending because it depend only on server type.
Andrei Karas
1
-1
/
+2
2017-05-01
Remove ServerFeatures haveNpcWhispers because it depend only on server type.
Andrei Karas
1
-1
/
+3
[next]