summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
2012-07-31Add support for clear npc dialog by command from server (evol only).Andrei Karas1-0/+5
2012-07-30Fix code style.Andrei Karas1-21/+24
2012-07-29Add quests netcode and quests window.Andrei Karas7-3/+156
2012-07-17Fix more code style and additional warnings.Andrei Karas6-10/+14
2012-07-15Fix code style.Andrei Karas4-17/+17
2012-07-01Add npc avatars for evol server.Andrei Karas2-4/+19
2012-06-24Fix disconnect by timeout in eathena servers.Andrei Karas1-0/+3
2012-06-24Add basic support for eathena stable.Andrei Karas1-5/+5
2012-06-18Fix code style.Andrei Karas2-2/+3
2012-06-17Replace SDL int types to C++ types.Andrei Karas23-89/+89
2012-05-31Add support for each hair style own palete.Andrei Karas2-4/+8
2012-05-19Rename register.cpp/h files to registerdialog.cpp/hAndrei Karas1-1/+1
2012-05-13Fix code style.Andrei Karas1-1/+1
2012-05-02Add timeout option between connections to sub servers.Andrei Karas1-0/+4
2012-04-25Improve iterators part 2.Andrei Karas2-5/+4
2012-04-01Last part of fixes.Andrei Karas1-2/+2
2012-04-01One part of fixes after auto checking.Andrei Karas3-18/+15
2012-03-29Replace vectors with strings to short names.Andrei Karas1-2/+2
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas6-6/+6
2012-03-14Add support for other gender.Andrei Karas4-5/+6
2012-03-10Add basic skill action use on target.Andrei Karas1-2/+2
2012-03-09Fix incorrect packets handling from multiple update hosts commit.Andrei Karas1-0/+2
2012-03-09Add support for many update hosts (evol server only).Andrei Karas4-0/+57
2012-03-03Disable logging number of received bytes.Andrei Karas1-1/+1
2012-02-25Fix old casts.Andrei Karas1-2/+2
2012-02-24Add safe error string reporting function.Andrei Karas1-1/+1
2012-02-24More copyright fixes.Andrei Karas2-0/+2
2012-02-11Remove some unneeded includes.Andrei Karas1-0/+1
2012-02-11Add relative pixel based position to item drops (floor items).Andrei Karas1-2/+5
2012-02-08Fix compilation errors and more style.Andrei Karas2-7/+7
2012-02-08Fix code style with new tool.Andrei Karas3-4/+2
2012-02-05Move language functions to langs.cpp and langs.h files.Andrei Karas1-0/+2
2012-02-02Add some checks after automatic checking.Andrei Karas2-2/+8
2012-01-29Fix player mobing message type 2 processing.Andrei Karas1-1/+1
2012-01-29Fix client detection in online list.Andrei Karas1-1/+1
2012-01-29Fix possible hiding methods issues.Andrei Karas4-9/+9
2012-01-28Add support for processing player statuses in evol server.Andrei Karas3-6/+29
2012-01-28Add basic support for extended online list on evol server.Andrei Karas1-4/+18
2012-01-25Allow close npc dialog from npc commands.Andrei Karas1-0/+3
2012-01-25Save camera mode before speaking with npc and restore after.Andrei Karas1-0/+7
2012-01-23Add moving camera commands from npc.Andrei Karas3-8/+48
2012-01-23Add support for request client language from server.Andrei Karas5-5/+40
2012-01-21Fix compilation errors and warnings for another gcc 4.7 snapshot.Andrei Karas2-3/+3
2012-01-19Prevent adding double attributes to status window.Andrei Karas1-0/+3
2012-01-05Update copyrights year.Andrei Karas43-43/+43
2011-12-18Ad comments for "unused" data from server packets.Andrei Karas2-3/+3
2011-12-14Fix memory leak in reading evol online list.Andrei Karas1-0/+1
2011-12-02Fix some issues after automatic code checking.Andrei Karas1-1/+1
2011-11-30Add server side online players list support.Andrei Karas4-1/+46
2011-11-25Move A_UNUSED define to include file.Andrei Karas13-79/+1