summaryrefslogtreecommitdiff
path: root/src/net/ea/playerhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-06remove unused includes and remove default parameter in being.Andrei Karas1-2/+2
2013-09-30move db files into db directory.Andrei Karas1-1/+1
2013-09-30move windows classes to windows directory.Andrei Karas1-5/+6
2013-09-15remove unused includes from net directory.Andrei Karas1-1/+1
2013-09-12remove unused includes from widget files.Andrei Karas1-0/+1
2013-09-09remove useless includes from some files.Andrei Karas1-0/+1
2013-08-31move being related files into being dir.Andrei Karas1-1/+2
2013-07-10dehardcode death messages.Andrei Karas1-81/+3
2013-07-04add missing checks.Andrei Karas1-1/+5
2013-06-20Add more profiler labels.Andrei Karas1-0/+21
2013-06-13move npc dialogs array from netcode.Andrei Karas1-3/+2
2013-05-03add comments for translators.Andrei Karas1-0/+32
2013-04-25fix some code style by cpplint.Andrei Karas1-1/+0
2013-04-14add basic client side only support for pets.Andrei Karas1-0/+1
2013-04-12fix warp issue after playerhandler class changes.Andrei Karas1-4/+4
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-4/+5
2013-04-10improve playerhandler class.Andrei Karas1-24/+20
2013-03-12Fix code style.Andrei Karas1-2/+0
2013-03-11Add option to enable/disable weight notifications.Andrei Karas1-1/+1
2013-03-09add new notifications to playerhandler.Andrei Karas1-6/+7
2013-03-01Fix code style.Andrei Karas1-2/+2
2013-02-24Add support for show quest variables in skills window (evol only)Andrei Karas1-76/+44
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas1-1/+1
2012-09-02Add const to more classes.Andrei Karas1-20/+20
2012-08-29Add to replace/reorder sprites pseudo direction "died"Andrei Karas1-1/+5
2012-08-23Remove useless includes.Andrei Karas1-3/+1
2012-07-17Fix more code style and additional warnings.Andrei Karas1-44/+75
2012-07-15Fix code style.Andrei Karas1-39/+39
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-1/+1
2012-04-27Improve screen position calculation.Andrei Karas1-11/+7
2012-03-01Fix modal state for some dialogs.Andrei Karas1-1/+1
2012-03-01Fix weight dialogs sound effect.Andrei Karas1-2/+2
2012-02-29Allow open conext menu from free tile if in free camera mode.Andrei Karas1-0/+6
2012-02-28Add different sound effects for different events.Andrei Karas1-4/+3
2012-02-11Remove some unneeded includes.Andrei Karas1-0/+1
2012-01-29Fix possible hiding methods issues.Andrei Karas1-4/+0
2012-01-28Add support for processing player statuses in evol server.Andrei Karas1-0/+5
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-2/+2
2011-10-30Hide death message dialog in reconnect.Andrei Karas1-1/+1
2011-10-08Add checks and fix code style.Andrei Karas1-7/+6
2011-09-02Add to status window attribute "damage per second".Andrei Karas1-2/+12
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-31Extract shared logic from npchandler and playerhandler netcode to ea namespace.Andrei Karas1-0/+639