index
:
mana/plus
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
gl-move_ci-test
jak1/pipeline_improvments
jesusalva/itpopup
jesusalva/mplint
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
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
/
windows
/
buydialog.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-06
remove extra includes if build without tmwa support.
Andrei Karas
1
-0
/
+2
2017-07-14
Replace std::vector into macro STD_VECTOR.
Andrei Karas
1
-4
/
+4
2017-06-29
Move foreach macroses into separate file.
Andrei Karas
1
-0
/
+1
2017-06-07
Fix clang-tidy check readability-implicit-bool-cast.
Andrei Karas
1
-24
/
+24
2017-05-08
Fix wrong checks after removing some server features.
Andrei Karas
1
-1
/
+1
2017-05-02
Remove extra includes.
Andrei Karas
1
-1
/
+0
2017-05-01
Remove ServerFeatures haveAdvancedBuySell because it depend only on server type.
Andrei Karas
1
-1
/
+2
2017-03-10
Fix leak in buy dialog.
Andrei Karas
1
-0
/
+1
2017-02-06
Add custom currency also into shop items list.
Andrei Karas
1
-1
/
+2
2017-02-02
Fix compilation without tmwa support.
Andrei Karas
1
-5
/
+4
2017-02-01
Use npc currency in buy dialog.
Andrei Karas
1
-2
/
+3
2017-02-01
Set currency to buy dialog based on selected npc type id.
Andrei Karas
1
-3
/
+9
2017-01-31
Move units into db directory.
Andrei Karas
1
-3
/
+4
2017-01-31
Allow buy multiply items at once from cash shops.
Andrei Karas
1
-3
/
+7
2017-01-31
Fix null pointer in unit tests.
Andrei Karas
1
-1
/
+2
2017-01-30
Clean buy dialog dungling pointer if buy dialog was destroyed.
Andrei Karas
1
-0
/
+1
2017-01-17
Add missing A_DEFAULT_COPY / A_DELETE_COPY into gui.
Andrei Karas
1
-0
/
+12
2017-01-03
Update copyright year.
Andrei Karas
1
-1
/
+1
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
[next]