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
/
actions
/
actions.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-05
Add strong typed bool type in OkDialog.
Andrei Karas
1
-1
/
+1
2015-05-05
Add strong typed bool type for modal bool flag.
Andrei Karas
1
-1
/
+4
2015-03-17
Remove useless includes from .h files.
Andrei Karas
1
-0
/
+1
2015-03-16
Remove useless includes from cpp files
Andrei Karas
1
-5
/
+4
2015-03-13
fix code style.
Andrei Karas
1
-1
/
+3
2015-02-28
Build vendinghandler only if eathena enabled.
Andrei Karas
1
-0
/
+2
2015-02-28
Build mercenaryhandler only if eathena enabled.
Andrei Karas
1
-0
/
+4
2015-02-27
Build buyingstorehandler only if eathena enabled.
Andrei Karas
1
-0
/
+2
2015-02-18
Add key to heal most damaged player
Joseph Botosh
1
-0
/
+15
2015-02-15
eathena: impliment packet SMSG_BUYINGSTORE_ITEMS_LIST.
Andrei Karas
1
-2
/
+6
2015-02-02
add buy dialog for vending shop.
Andrei Karas
1
-2
/
+7
2015-01-30
Fix code style.
Andrei Karas
1
-3
/
+5
2015-01-24
Move inventory type into separate file.
Andrei Karas
1
-12
/
+12
2015-01-19
Extend chat command /tagetattack to support mob name parameter.
Andrei Karas
1
-6
/
+18
2015-01-14
Fix compilation warning.
Andrei Karas
1
-0
/
+1
2015-01-11
Remove popup handler "clear drops".
Andrei Karas
1
-0
/
+6
2015-01-06
Move attributes.h into enums directory.
Andrei Karas
1
-1
/
+2
2015-01-06
Move dialogtype.h into enums directory.
Andrei Karas
1
-1
/
+2
2015-01-01
Update copyrights year.
Andrei Karas
1
-1
/
+1
2014-12-27
Move pets actions into pets.cpp.
Andrei Karas
1
-34
/
+0
2014-12-23
Add item type to item object.
Andrei Karas
1
-2
/
+2
2014-12-22
Fix /buy and /sell commands for players outside of visible range.
Andrei Karas
1
-2
/
+21
2014-12-19
Fix code style.
Andrei Karas
1
-2
/
+2
2014-12-14
Add chat command for kick player/mobs.
Andrei Karas
1
-0
/
+22
2014-12-13
Add chat command for unprotect item.
Andrei Karas
1
-0
/
+8
2014-12-13
Add chat command for protect item.
Andrei Karas
1
-0
/
+8
2014-12-13
Add chat command for move item from storage to inventory.
Andrei Karas
1
-9
/
+41
2014-12-13
Add chat command for add item to trade.
Andrei Karas
1
-0
/
+18
2014-12-13
Improve /invtostorage chat command.
Andrei Karas
1
-39
/
+47
2014-12-13
Remove chat command variation invtostorage*.
Andrei Karas
1
-54
/
+0
2014-12-13
Extend chat command invtostorage with amount parameter.
Andrei Karas
1
-2
/
+44
2014-12-13
Add chat command for move all items from inventory to storage.
Andrei Karas
1
-0
/
+13
2014-12-13
Add chat command for move all except 1 items from inventory to storage.
Andrei Karas
1
-0
/
+13
2014-12-13
Add chat command for move half items from inventory to storage.
Andrei Karas
1
-0
/
+13
2014-12-13
Add chat command for move 10 items from inventory to storage.
Andrei Karas
1
-0
/
+16
2014-12-13
Simplify actions based on inventory index.
Andrei Karas
1
-27
/
+16
2014-12-13
Add chat command for move item from inventory to storage.
Andrei Karas
1
-0
/
+13
2014-12-13
Add chat command for using item by inventory index.
Andrei Karas
1
-0
/
+12
2014-12-13
Add chat command for drop all item by inventory index.
Andrei Karas
1
-0
/
+13
2014-12-13
Add chat command for drop item by inventory index.
Andrei Karas
1
-0
/
+16
2014-12-12
Add chat command for drop all items in stack with given id.
Andrei Karas
1
-0
/
+14
2014-12-12
Add chat command for drop item by id and amount dialog.
Andrei Karas
1
-0
/
+19
2014-12-12
Fix compilation warnings.
Andrei Karas
1
-0
/
+1
2014-12-12
Add chat command for use item by id.
Andrei Karas
1
-0
/
+28
2014-12-12
Remove "pickup" popup menu handler.
Andrei Karas
1
-3
/
+12
2014-12-11
Remove "heal" popup menu handler.
Andrei Karas
1
-3
/
+14
2014-12-11
Remove "attack" popup menu handler.
Andrei Karas
1
-2
/
+14
2014-12-09
Extend talk chat command like buy and sell commands.
Andrei Karas
1
-23
/
+29
2014-12-09
move buy and sell actions from commands.c to actions.c file.
Andrei Karas
1
-0
/
+65
2014-12-08
Allow control popup menu by up/down keys.
Andrei Karas
1
-0
/
+4
[next]