summaryrefslogtreecommitdiff
path: root/src/net/tmwa/specialhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-02-24Rename specialhandler to skillhandler.Andrei Karas1-98/+0
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-09-08Improve constructors in some classes.Andrei Karas1-1/+3
2012-08-23Remove useless includes.Andrei Karas1-2/+0
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-8/+8
2012-03-10Add basic skill action use on target.Andrei Karas1-2/+2
2012-01-29Fix possible hiding methods issues.Andrei Karas1-3/+3
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-10-08Add checks and fix code style.Andrei Karas1-2/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-31Extract shared logic from specialhandler netcode to ea namespace.Andrei Karas1-196/+4
2011-07-07Remove undescore from variables and defines.Andrei Karas1-1/+1
2011-07-05Add ability to send client states to other clients.Andrei Karas1-0/+7
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-03-18Fix most conversions except manaserv net code and some other code.Andrei Karas1-8/+8
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-19Add unknown skills to first skill tab. (in tmw Basic).Andrei Karas1-2/+8
2011-01-02Initial commit.Andrei Karas1-0/+273