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
/
actions
/
actions.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
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
2014-10-12
Move ChatTab into chat subdir.
Andrei Karas
1
-1
/
+1
2014-09-26
Fix code style.
Andrei Karas
1
-1
/
+0
2014-09-21
Add chat command and action for fire mercenary.
Andrei Karas
1
-0
/
+7
2014-09-17
Remove getter for tradeHandler.
Andrei Karas
1
-2
/
+2
2014-09-17
Remove getter for playerHandler.
Andrei Karas
1
-1
/
+1
2014-09-17
Remove getter for petHandler.
Andrei Karas
1
-2
/
+2
2014-09-17
Remove getter for gameHandler.
Andrei Karas
1
-1
/
+1
2014-09-17
Remove getter for chatHandler.
Andrei Karas
1
-3
/
+3
2014-09-17
Remove getter for beingHandler.
Andrei Karas
1
-1
/
+1
2014-09-11
Add action and chat command for "catch pet".
Andrei Karas
1
-0
/
+17
2014-09-10
Change format in ActorType enum.
Andrei Karas
1
-9
/
+9
2014-09-07
Add pet emote action and keys for each emote.
Andrei Karas
1
-0
/
+17
2014-09-07
Remove unused includes.
Andrei Karas
1
-1
/
+0
2014-09-07
For some popup menus use current mouse position.
Andrei Karas
1
-2
/
+1
2014-08-30
Fix heal action.
Andrei Karas
1
-11
/
+14
2014-08-28
Fix code style.
Andrei Karas
1
-2
/
+2
2014-08-28
Removed unused includes.
Andrei Karas
1
-26
/
+1
2014-08-27
Move chat command /uploadlog into actions.
Andrei Karas
1
-0
/
+9
2014-08-27
Move chat command /uploadserverconfig into actions.
Andrei Karas
1
-0
/
+9
2014-08-27
Move chat command /uploadconfig into actions.
Andrei Karas
1
-0
/
+73
2014-08-27
Move chat command /createitems into actions.
Andrei Karas
1
-0
/
+36
2014-08-27
Move chat command /testsdlfont into actions.
Andrei Karas
1
-0
/
+44
2014-08-27
Move chat command /dumpmods into actions.
Andrei Karas
1
-0
/
+7
2014-08-27
Move chat command /dumpgl into actions.
Andrei Karas
1
-0
/
+15
2014-08-27
Move chat command /dumpogl into actions.
Andrei Karas
1
-0
/
+11
2014-08-27
Move chat command /dumpt into actions.
Andrei Karas
1
-0
/
+7
2014-08-27
Move chat command /dumpe into actions.
Andrei Karas
1
-0
/
+21
2014-08-26
Move chat command /dumpg into actions.
Andrei Karas
1
-0
/
+41
2014-08-26
Move chat command /error into actions.
Andrei Karas
1
-0
/
+7
2014-08-26
Move chat command /serverunignoreall into actions.
Andrei Karas
1
-0
/
+6
2014-08-26
Move chat command /serverignoreall into actions.
Andrei Karas
1
-0
/
+6
2014-08-26
Move chat command /dump into actions.
Andrei Karas
1
-0
/
+83
[next]