summaryrefslogtreecommitdiff
path: root/src/net/ea/beinghandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-06fix some packets reading size.Andrei Karas1-0/+3
2014-09-06Move processBeingSpawn from ea namespace into tmwa.Andrei Karas1-13/+0
2014-09-06add comment in processBeingAction.Andrei Karas1-1/+1
2014-09-06add packet comments in beinghandler.Andrei Karas1-75/+80
2014-08-30Remove additional parameters from processBeingVisibleOrMove function.Andrei Karas1-240/+0
2014-08-01Fix code style.Andrei Karas1-1/+0
2014-07-30Add chat command for spawn debug local player copy.Andrei Karas1-20/+0
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-31/+31
2014-07-27Remove some evol server checks.Andrei Karas1-1/+2
2014-07-14Rename readInt8 into readUInt8 because it really read uint8_t.Andrei Karas1-19/+18
2014-07-13Fix code style.Andrei Karas1-1/+1
2014-06-22Add profiler lines into some functions.Andrei Karas1-1/+113
2014-05-18fix code style.Andrei Karas1-4/+4
2014-05-13Move actor type into separate file.Andrei Karas1-25/+25
2014-05-12Move being action into separate file.Andrei Karas1-14/+17
2014-05-12Fix code styleAndrei Karas1-0/+2
2014-04-30Fix code style in net.Andrei Karas1-14/+3
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-25add pet think time.Andrei Karas1-1/+0
2013-12-25add support for pet offsets if owner is sitting.Andrei Karas1-0/+1
2013-11-25prevent update some sprites from move packets and some other.Andrei Karas1-3/+2
2013-11-01Move timers from client into timers file.Andrei Karas1-4/+5
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas1-42/+42
2013-10-06remove unused includes and remove default parameter in being.Andrei Karas1-10/+10
2013-09-30move db files into db directory.Andrei Karas1-1/+2
2013-09-30move windows classes to windows directory.Andrei Karas1-5/+7
2013-09-15remove unused includes from net directory.Andrei Karas1-9/+0
2013-09-04add support for getting full move path from server (evol only).Andrei Karas1-1/+2
2013-08-31move being related files into being dir.Andrei Karas1-3/+4
2013-08-31move particles into particle dir.Andrei Karas1-1/+2
2013-08-31move input related files into input dir.Andrei Karas1-2/+3
2013-06-10add partial support for player looks.Andrei Karas1-5/+4
2013-05-30Limit hair color and hair style only for one byte.Andrei Karas1-2/+4
2013-05-27Fix player sprites in disguise mode.Andrei Karas1-4/+10
2013-05-05Send name request in legacy servers if npc was deleted and created at same time.Andrei Karas1-1/+4
2013-04-21some other fixes from cpplint.Andrei Karas1-3/+3
2013-04-21add owned show time to each emote type.Andrei Karas1-3/+1
2013-04-18add support for using sound delays.Andrei Karas1-7/+7
2013-04-14some more style fixes from cpplint.Andrei Karas1-2/+2
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-35/+23
2013-03-29fix code style.Andrei Karas1-14/+15
2013-03-29fix processing guildpartyinfo packet.Andrei Karas1-1/+7
2013-03-28Disable more particles if particle engine disabled.Andrei Karas1-1/+3
2013-03-26inprove beinghandler class.Andrei Karas1-74/+51
2013-03-04Add different effects to npc depend on qests status (evol only)Andrei Karas1-0/+6
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-17Use actual skill level in processing skill attack.Andrei Karas1-2/+2
2012-12-04Fix possible incorrect ditection.Andrei Karas1-1/+1
2012-10-06Fix monster particle effects.Andrei Karas1-2/+2
2012-09-04Fix hair colors color if old and new hair using different paletes.Andrei Karas1-0/+1