index
:
AntumDeluge/manaplus
master
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
resources
/
inventory
/
inventory.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-01
Update copyright year.
Andrei Karas
1
-1
/
+1
2018-11-27
Remove extra ; from different code.
Andrei Karas
1
-5
/
+5
2018-01-04
Update copyrights year.
Andrei Karas
1
-1
/
+1
2017-09-05
Fix adding stackable items to mail.
Andrei Karas
1
-0
/
+15
2017-08-26
Add inventory type for mail view window. Not allow drag from/to this inventory.
Andrei Karas
1
-0
/
+1
2017-08-26
Rename InventoryType::Mail into InventoryType::MailEdit.
Andrei Karas
1
-1
/
+1
2017-08-24
Add into inventory method for set tag to item at given index.
Andrei Karas
1
-0
/
+14
2017-06-29
Move foreach macroses into separate file.
Andrei Karas
1
-0
/
+1
2017-06-09
Fix code style.
Andrei Karas
1
-1
/
+5
2017-06-07
Fix clang-tidy check readability-implicit-bool-cast.
Andrei Karas
1
-21
/
+21
2017-05-30
Remove extra include from inventory.cpp
Andrei Karas
1
-2
/
+0
2017-05-30
Add asserts into inventory.cpp
Andrei Karas
1
-5
/
+7
2017-04-22
Remove extra includes.
Andrei Karas
1
-1
/
+0
2017-04-21
Add item options into item and get it from server.
Andrei Karas
1
-0
/
+14
2017-01-17
Add missing A_DEFAULT_COPY / A_DELETE_COPY into resources.
Andrei Karas
1
-0
/
+2
2017-01-03
Update copyright year.
Andrei Karas
1
-1
/
+1
2016-07-28
Remove define EATHENA_SUPPORT from all code.
Andrei Karas
1
-4
/
+0
2016-03-24
Add enum for item types.
Andrei Karas
1
-7
/
+25
2016-03-22
Add missing check in inventory.
Andrei Karas
1
-1
/
+2
2016-02-20
Add missing const in resources directory.
Andrei Karas
1
-1
/
+2
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
1
-12
/
+12
2016-01-08
Impliment craft inventory for moving items one by one.
Andrei Karas
1
-3
/
+26
2016-01-07
Add partial implimentation for craft inventory. For now almost same with npc ...
Andrei Karas
1
-0
/
+5
2016-01-07
Move invetory into inventory directory.
Andrei Karas
1
-0
/
+462