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
/
net
/
tmwa
/
tradehandler.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-30
Fix code style.
Andrei Karas
1
-1
/
+2
2015-06-29
Move notifytypes.h into enums directory.
Andrei Karas
1
-2
/
+2
2015-06-20
Remove some useless server feature checks from tmwa.
Andrei Karas
1
-2
/
+0
2015-06-20
Remove from tmwa namespace checks for haveItemColors.
Andrei Karas
1
-23
/
+8
2015-06-20
Fix code style.
Andrei Karas
1
-5
/
+2
2015-06-15
Fix code style.
Andrei Karas
1
-0
/
+1
2015-05-29
Add strong typed int type BeingId.
Andrei Karas
1
-1
/
+1
2015-05-05
Replace most bools usage in playerinfo to strong typed bools.
Andrei Karas
1
-1
/
+1
2015-04-04
Show unimplimented packet debug message on each unsupported packets parameters.
Andrei Karas
1
-0
/
+1
2015-03-16
Remove useless includes from cpp files
Andrei Karas
1
-2
/
+0
2015-02-11
Add typed bool type Equipm.
Andrei Karas
1
-2
/
+2
2015-02-11
Add typed bool type Favorite.
Andrei Karas
1
-2
/
+4
2015-02-10
Fix case in new strong typed types.
Andrei Karas
1
-3
/
+3
2015-02-10
Add typed bool type Damaged.
Andrei Karas
1
-2
/
+5
2015-02-10
Add typed bool type Identified.
Andrei Karas
1
-7
/
+20
2015-01-01
Update copyrights year.
Andrei Karas
1
-1
/
+1
2014-12-23
Add item type to item object.
Andrei Karas
1
-3
/
+3
2014-12-16
Move processTradeResponse from ea namespace into tmwa.
Andrei Karas
1
-0
/
+18
2014-10-23
Add packet fields comments in tradehandler.
Andrei Karas
1
-14
/
+14
2014-10-21
Set cards from net code.
Andrei Karas
1
-5
/
+12
2014-10-21
Add to item field favorite.
Andrei Karas
1
-3
/
+3
2014-10-21
Add to item field damaged.
Andrei Karas
1
-3
/
+4
2014-10-21
Add to item field identified.
Andrei Karas
1
-3
/
+13
2014-10-19
Add static in tradehandler.
Andrei Karas
1
-1
/
+1
2014-10-09
Move processTradeItemAddResponse from ea namespace into eathena and tmwa.
Andrei Karas
1
-0
/
+56
2014-09-19
Add comments for all output packets header.
Andrei Karas
1
-7
/
+7
2014-09-06
Move processTradeItemAdd from ea namespace into eathena and tmwa.
Andrei Karas
1
-0
/
+25
2014-09-06
Move processTradeRequest from ea namespace into eathena and tmwa.
Andrei Karas
1
-0
/
+5
2014-01-01
update copyright year in all sources.
Andrei Karas
1
-1
/
+1
2013-09-15
remove unused includes from net directory.
Andrei Karas
1
-0
/
+1
2013-08-31
move being related files into being dir.
Andrei Karas
1
-1
/
+2
2013-04-12
first part of style fixed after cpplint checks.
Andrei Karas
1
-1
/
+1
2013-04-11
imporve tradehandler class.
Andrei Karas
1
-7
/
+7
2013-02-22
const and other minor changes in commands.cpp
Andrei Karas
1
-1
/
+1
2013-01-16
update copyrights year.
Andrei Karas
1
-1
/
+1
2012-11-07
Add own profiler and profiler info to some code.
Andrei Karas
1
-0
/
+2
2012-09-08
Improve constructors in some classes.
Andrei Karas
1
-1
/
+3
2012-08-23
Remove useless includes.
Andrei Karas
1
-3
/
+0
2012-07-17
Fix more code style and additional warnings.
Andrei Karas
1
-1
/
+1
2012-06-17
Replace SDL int types to C++ types.
Andrei Karas
1
-2
/
+2
2012-01-05
Update copyrights year.
Andrei Karas
1
-1
/
+1
2011-08-12
Rename file names log and chatlog to correct logger and chatlogger.
Andrei Karas
1
-1
/
+1
2011-07-31
Extract shared logic from tradehandler netcode to ea namespace.
Andrei Karas
1
-223
/
+7
2011-07-30
Extract shared logic from inventoryhandler netcode to ea namespace.
Andrei Karas
1
-0
/
+2
2011-07-07
Remove undescore from variables and defines.
Andrei Karas
1
-1
/
+1
2011-05-24
Add simple memory leak detector.
Andrei Karas
1
-0
/
+2
2011-05-22
Some typo fixes and add comments for translators.
Andrei Karas
1
-1
/
+1
2011-05-12
Renaming login, sell, trade (cpp, h) files to correct names.
Andrei Karas
1
-1
/
+1
2011-03-18
Fix most conversions except manaserv net code and some other code.
Andrei Karas
1
-2
/
+3
2011-03-04
Fix code style.
Andrei Karas
1
-2
/
+2
[next]