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
/
buydialog.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-04
Move layouttype into enums directory.
Andrei Karas
1
-1
/
+2
2016-09-23
Add missing comments into defines.
Andrei Karas
1
-1
/
+1
2016-09-17
Add strong typed bool LoseFocusOnTab.
Andrei Karas
1
-4
/
+8
2016-09-17
Add strong typed bool Opaque.
Andrei Karas
1
-1
/
+2
2016-09-15
Add type into ShopListBox.
Andrei Karas
1
-1
/
+2
2016-08-26
Remove unused include.
Andrei Karas
1
-1
/
+0
2016-08-25
Mark some methongs in BuyDialog for tmwa only.
Andrei Karas
1
-2
/
+15
2016-08-25
Allow buy more than one item at vending shop at once.
Andrei Karas
1
-24
/
+53
2016-08-25
Impliment packet SMSG_VENDING_BUY_ACK.
Andrei Karas
1
-0
/
+1
2016-07-28
Remove define EATHENA_SUPPORT from all code.
Andrei Karas
1
-14
/
+0
2016-04-30
Fix issies found by gcc 6 in paranoid mode.
Andrei Karas
1
-1
/
+5
2016-03-24
Add enum for item types.
Andrei Karas
1
-2
/
+6
2016-03-24
Rename enum ItemType into ItemDbType.
Andrei Karas
1
-2
/
+2
2016-03-24
Change ItemType into strong typed enum.
Andrei Karas
1
-2
/
+2
2016-02-20
Add missing const in gui directory.
Andrei Karas
1
-1
/
+2
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
1
-1
/
+1
2016-01-04
Add missing TRANSLATORS comments to translation strings.
Andrei Karas
1
-1
/
+1
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-11-06
Fix compilation with different flags.
Andrei Karas
1
-2
/
+2
2015-11-04
Allow buy from npc shop or from market more than one of item at one transaction.
Andrei Karas
1
-8
/
+59
2015-08-16
Add strong typed int for item color.
Andrei Karas
1
-2
/
+3
2015-07-11
Add missing checks into gui.
Andrei Karas
1
-7
/
+6
2015-06-14
Use CREATEWIDGET macro in buydialog.
Andrei Karas
1
-2
/
+2
2015-05-29
Add strong typed int type BeingId.
Andrei Karas
1
-11
/
+11
2015-05-28
Add strong typed bool type Visible.
Andrei Karas
1
-3
/
+3
2015-05-05
Add to left classes stong typed Modal enum.
Andrei Karas
1
-1
/
+2
2015-05-05
Add strong typed bool type for modal bool flag.
Andrei Karas
1
-3
/
+3
2015-05-04
Fix code style.
Andrei Karas
1
-1
/
+0
2015-05-03
Add filter into buy dialogs.
Andrei Karas
1
-0
/
+43
2015-04-10
Fix compilation with different flags.
Andrei Karas
1
-0
/
+2
2015-03-28
In buy dialog send close packet before closing this dialog.
Andrei Karas
1
-0
/
+20
2015-03-16
Remove useless includes from cpp files
Andrei Karas
1
-1
/
+0
2015-03-13
fix code style.
Andrei Karas
1
-1
/
+5
2015-02-28
Build vendinghandler only if eathena enabled.
Andrei Karas
1
-0
/
+4
2015-02-28
Build markethandler only if eathena enabled.
Andrei Karas
1
-2
/
+2
2015-02-27
Build cashshophandler only if eathena enabled.
Andrei Karas
1
-0
/
+2
2015-02-02
update items amount in shop dialog after buy from vending shop.
Andrei Karas
1
-10
/
+17
2015-02-02
Set correct vending status to local player.
Andrei Karas
1
-12
/
+29
2015-01-01
Update copyrights year.
Andrei Karas
1
-1
/
+1
2014-12-24
eathena: add support for buy from cash shop.
Andrei Karas
1
-6
/
+14
2014-12-24
Add enum for buy dialog types.
Andrei Karas
1
-7
/
+7
2014-12-23
In market decrease visible amount after buy something.
Andrei Karas
1
-3
/
+3
2014-12-23
Allow buy in market with amount > 1 for non stackable items.
Andrei Karas
1
-0
/
+1
2014-12-23
Add item type to item object.
Andrei Karas
1
-3
/
+6
2014-12-22
Add support for show and buy from market.
Andrei Karas
1
-2
/
+14
2014-09-26
Fix code style.
Andrei Karas
1
-1
/
+0
2014-09-17
Remove getter for npcHandler.
Andrei Karas
1
-1
/
+1
2014-09-17
Remove getter for buySellHandler.
Andrei Karas
1
-1
/
+1
2014-09-17
Remove getter for adminHandler.
Andrei Karas
1
-1
/
+1
[next]