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
/
gui
/
windows
/
npcdialog.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-08
Improve some empty string checks.
Andrei Karas
1
-2
/
+2
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
1
-6
/
+6
2016-02-06
Hide cutin if npc window closed.
Andrei Karas
1
-0
/
+11
2016-02-05
Allow to show images in npc dialogs.
Andrei Karas
1
-0
/
+1
2016-01-27
Remove copy to clipboard action in npc dialog popup.
Andrei Karas
1
-12
/
+3
2016-01-15
Fix compilation without hercules support.
Andrei Karas
1
-1
/
+19
2016-01-08
Allow drag & drop more than one amount at time in craft inventory.
Andrei Karas
1
-0
/
+21
2016-01-08
Impliment craft inventory for moving items one by one.
Andrei Karas
1
-30
/
+66
2016-01-07
Add partial implimentation for craft inventory. For now almost same with npc ...
Andrei Karas
1
-3
/
+74
2016-01-02
Update copyrights year.
Andrei Karas
1
-1
/
+1
2015-12-31
Move ImagePosition enum into enums directory.
Andrei Karas
1
-1
/
+1
2015-12-29
Move item into item directory.
Andrei Karas
1
-1
/
+2
2015-12-14
Move soundconsts.h into const directory.
Andrei Karas
1
-1
/
+2
2015-11-16
Convert InventoryType enum into strong typed.
Andrei Karas
1
-1
/
+1
2015-11-07
fix code style.
Andrei Karas
1
-1
/
+2
2015-11-02
Allow add items to npc inventory from same slot multiple times.
Andrei Karas
1
-1
/
+17
2015-10-30
Add support for npc dialog inventory theming from npc skin.
Andrei Karas
1
-16
/
+46
2015-10-30
Add item container max columns limit.
Andrei Karas
1
-4
/
+4
2015-10-30
Add strong typed bool enum ShowEmptyRows and use it in itemcontainer.
Andrei Karas
1
-1
/
+1
2015-10-30
Allow add item by drag&drop into npc inventory to exact position.
Andrei Karas
1
-1
/
+1
2015-10-29
Dont allow add same item twice into npc inventory.
Andrei Karas
1
-19
/
+1
2015-10-29
Ignore npc dialog skin if skin not exists.
Andrei Karas
1
-12
/
+22
2015-10-28
Move all npc dialog menu related skin elements into menu tag.
Andrei Karas
1
-3
/
+9
2015-10-28
Add text object to skined npc menus.
Andrei Karas
1
-1
/
+25
2015-10-28
Not allow close skined npc menu by ok event.
Andrei Karas
1
-7
/
+10
2015-10-28
Remove clear and submit button from skinned npc menu.
Andrei Karas
1
-8
/
+0
2015-10-28
Add support for images in npc skined menu.
Andrei Karas
1
-0
/
+13
2015-10-28
In npc skinned dialogs add support for hide text part from npc window.
Andrei Karas
1
-17
/
+36
2015-10-28
Add support for add images into buttons in skinned npc dialogs.
Andrei Karas
1
-5
/
+15
2015-10-27
Impliment npc menu skins based on previous commits.
Andrei Karas
1
-1
/
+91
2015-10-26
Add packet SMSG_NPC_SKIN 0x0b1c.
Andrei Karas
1
-0
/
+4
2015-09-07
Fix buttons position in npc dialog with visible avatar and input fields.
Andrei Karas
1
-4
/
+4
2015-08-22
Use resource manager as global variable.
Andrei Karas
1
-3
/
+1
2015-08-21
Add support for send item indexes to server. Change protocol version to 11.
Andrei Karas
1
-2
/
+63
2015-08-16
Add strong typed int for item color.
Andrei Karas
1
-2
/
+2
2015-06-14
Use CREATEWIDGET macro in npcdialog.
Andrei Karas
1
-2
/
+3
2015-06-06
Fix code style.
Andrei Karas
1
-2
/
+2
2015-06-03
Rename packettypes.h into packettype.h
Andrei Karas
1
-1
/
+1
2015-06-03
User full enum name in packets type.
Andrei Karas
1
-5
/
+15
2015-05-29
Convert BeingAction enum into strong typed enum.
Andrei Karas
1
-1
/
+1
2015-05-29
Use BeingTypeId in Being for subtypeid.
Andrei Karas
1
-1
/
+1
2015-05-29
Add strong typed int type BeingTypeId.
Andrei Karas
1
-3
/
+3
2015-05-29
Add strong typed int type BeingId.
Andrei Karas
1
-6
/
+11
2015-05-28
Add strong typed bool type Visible.
Andrei Karas
1
-6
/
+6
2015-05-21
Call Window::postInit from all windows with overrided postInit method.
Andrei Karas
1
-0
/
+1
2015-05-05
Add strong typed bool type for modal bool flag.
Andrei Karas
1
-1
/
+1
2015-03-16
Remove useless includes from cpp files
Andrei Karas
1
-1
/
+0
2015-02-11
Add typed bool type Equipped.
Andrei Karas
1
-1
/
+1
2015-02-11
Add typed bool type Equipm.
Andrei Karas
1
-4
/
+9
2015-01-24
Move inventory type into separate file.
Andrei Karas
1
-1
/
+1
[next]