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
/
gui
/
popups
/
itempopup.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-29
Use std::move in some places.
Andrei Karas
1
-10
/
+10
2017-06-29
Move foreach macroses into separate file.
Andrei Karas
1
-0
/
+2
2017-06-28
Fix showing item stats in item popups.
Andrei Karas
1
-1
/
+1
2017-06-28
Fix showing cached additional fields in item popups.
Andrei Karas
1
-5
/
+27
2017-06-08
Improve strings concatination performance.
Andrei Karas
1
-1
/
+1
2017-06-07
Fix clang-tidy check readability-implicit-bool-cast.
Andrei Karas
1
-9
/
+9
2017-05-02
Remove extra includes.
Andrei Karas
1
-1
/
+0
2017-05-01
Remove ServerFeatures haveItemColors because it depend only by server type.
Andrei Karas
1
-8
/
+13
2017-04-21
Show item options in item popups.
Andrei Karas
1
-4
/
+63
2017-04-03
Fix too long line int itempopup.cpp
Andrei Karas
1
-1
/
+2
2017-04-03
Use pathJoin for concatinate some paths.
Andrei Karas
1
-1
/
+1
2017-01-31
Move units into db directory.
Andrei Karas
1
-2
/
+3
2017-01-03
Update copyright year.
Andrei Karas
1
-1
/
+1
2016-07-28
Remove macro A_TMWA_UNUSED.
Andrei Karas
1
-1
/
+1
2016-07-28
Remove define EATHENA_SUPPORT from all code.
Andrei Karas
1
-4
/
+0
2016-06-07
Move image class into image directory.
Andrei Karas
1
-1
/
+2
2016-05-25
Change namespace in resources loaders from other to Loader.
Andrei Karas
1
-1
/
+1
2016-05-25
Move images load function from resourcemanager into separate file.
Andrei Karas
1
-2
/
+2
2016-05-24
Move resourcemanager into subdirectory.
Andrei Karas
1
-1
/
+2
2016-04-11
Fix compilation warnings with tmwa only.
Andrei Karas
1
-1
/
+1
2016-03-24
Rename enum ItemType into ItemDbType.
Andrei Karas
1
-19
/
+20
2016-03-24
Change ItemType into strong typed enum.
Andrei Karas
1
-1
/
+1
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
1
-3
/
+3
2016-01-02
Update copyrights year.
Andrei Karas
1
-1
/
+1
2015-12-29
Move item into item directory.
Andrei Karas
1
-1
/
+2
2015-09-11
Fix code style.
Andrei Karas
1
-2
/
+0
2015-09-11
Fix compilation with disabled eathena server type.
Andrei Karas
1
-0
/
+4
2015-09-10
Add mouse move simulation. After char id to name mapping received, simulate m...
Andrei Karas
1
-0
/
+1
2015-09-10
Show name on named items.
Andrei Karas
1
-11
/
+42
2015-08-22
Use resource manager as global variable.
Andrei Karas
1
-4
/
+3
2015-08-20
Use separate icons palette.
Andrei Karas
1
-1
/
+1
2015-08-16
Add strong typed int for item color.
Andrei Karas
1
-3
/
+3
2015-07-15
Update existing item after inserting card.
Andrei Karas
1
-0
/
+5
2015-07-14
In item popup show attached cards to item.
Andrei Karas
1
-11
/
+59
2015-07-14
Add card item type.
Andrei Karas
1
-0
/
+1
2015-06-06
Fix code style.
Andrei Karas
1
-2
/
+4
2015-05-30
Move theme colors enum into separate file.
Andrei Karas
1
-24
/
+24
2015-05-28
Add strong typed bool type Visible.
Andrei Karas
1
-1
/
+1
2015-05-21
Call Popup::postInit from all popups with overrided postInit method.
Andrei Karas
1
-0
/
+1
2015-01-01
Update copyrights year.
Andrei Karas
1
-1
/
+1
2014-09-26
Fix code style.
Andrei Karas
1
-1
/
+0
2014-09-17
Remove getter for serverFeatures.
Andrei Karas
1
-2
/
+2
2014-09-16
Remove unused externs
Andrei Karas
1
-2
/
+0
2014-09-16
add server feature haveItemColors.
Andrei Karas
1
-2
/
+5
2014-08-17
Create public variable for itempopup.
Andrei Karas
1
-0
/
+2
2014-07-18
Fix code style.
Andrei Karas
1
-1
/
+1
2014-07-14
Change refine type to uint8_t.
Andrei Karas
1
-3
/
+7
2014-05-19
fix code style.
Andrei Karas
1
-0
/
+1
2014-05-19
Move itemtype into separate file.
Andrei Karas
1
-18
/
+18
2014-05-17
Move font.cpp/h into fonts directory.
Andrei Karas
1
-1
/
+2
[next]