summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Collapse)AuthorFilesLines
2013-09-26remove useless virtual keywords.Andrei Karas8-25/+25
2013-09-26Change destructors to virtual in all basic classes.Andrei Karas9-9/+9
Also add some missing final to classes.
2013-09-25improve construcors in abstract classes.Andrei Karas7-19/+20
Also add some missing final to classes.
2013-09-25improve a bit strings declaration.Andrei Karas3-4/+4
2013-09-19fix some compilation issues in different platforms.Andrei Karas1-2/+0
2013-09-19add some more consts.Andrei Karas1-1/+1
2013-09-18fix name conflicts.Andrei Karas2-15/+15
2013-09-18add const to net classes.Andrei Karas26-52/+53
2013-09-18add consts in gui classes.Andrei Karas4-4/+4
2013-09-18show online messages in party tab.Andrei Karas3-9/+52
by default disabled.
2013-09-15remove unused includes from net directory.Andrei Karas112-411/+55
2013-09-13fix code style.Andrei Karas1-2/+2
2013-09-13fix compilation errors after last commit.Andrei Karas2-0/+2
2013-09-12disable native guild support for "new" tmw server.Andrei Karas1-0/+3
2013-09-12disable server whisper ignores for "new" tmw servers because it was removed.Andrei Karas1-0/+4
2013-09-12add server version check for "new" tmw servers.Andrei Karas1-2/+24
2013-09-12remove unused includes from widget files.Andrei Karas1-0/+1
2013-09-11remove unused includes from gui files.Andrei Karas1-0/+2
2013-09-09remove useless includes from some files.Andrei Karas15-0/+15
2013-09-06fix leak in handling full move path from evol server.Andrei Karas1-0/+1
2013-09-06add globals filter.Andrei Karas1-1/+2
It can move some global messages into debug window. This mean it prevent from spam in chat message and spam sounds. By default filter configured to ignore globals from Sagatha.
2013-09-04add support for getting full move path from server (evol only).Andrei Karas6-3/+49
Also change netcode version to 10. Some times still movement bit wrong.
2013-08-31move being related files into being dir.Andrei Karas43-61/+96
2013-08-31move particles into particle dir.Andrei Karas1-1/+2
2013-08-31move input related files into input dir.Andrei Karas3-4/+7
2013-08-24move threads creation into sdl helper.Andrei Karas2-11/+5
2013-08-24improve some mode methods in Client.Andrei Karas3-3/+3
2013-08-24improve getState/setState in Client.Andrei Karas11-29/+29
2013-08-24first part of fixes for compilation with SDL2Andrei Karas4-2/+10
2013-08-20fix typo.Andrei Karas2-2/+2
some one -> someone
2013-08-16fix code style.Andrei Karas1-1/+1
2013-08-16add missing checks.Andrei Karas1-1/+2
2013-08-13Add player/item/other counter in social window.Andrei Karas2-0/+10
2013-08-11add support for giving item to npc (evol only)Andrei Karas2-1/+5
chancge network version to 9.
2013-08-08Add support for different server flags in server version packet.Andrei Karas1-2/+7
This can break old tmwAthena builds. Registration on this servers may work or may not work by random.
2013-07-11Remove low level gm actions from popup to net code.Andrei Karas3-0/+36
2013-07-11Add chat command for gms for creating items.Andrei Karas3-0/+22
New command: /createitems It will open creation window.
2013-07-11move sound constants to separate file.Andrei Karas2-0/+2
2013-07-10dehardcode death messages.Andrei Karas1-81/+3
add deadmessages.xml for death messages.
2013-07-08add ability to show stats from items.xml like strings.Andrei Karas2-12/+12
2013-07-06fix code style and some minor issues.Andrei Karas1-0/+2
2013-07-04add missing checks.Andrei Karas1-1/+5
also fix crash in creating character with broken data.
2013-07-03add drag and drop support between inventory and storage.Andrei Karas2-0/+5
2013-07-03fix some leaks on exit.Andrei Karas3-0/+10
2013-06-30Add ability to open support page if error happend.Andrei Karas3-2/+7
2013-06-28Revert "Show disconnection error if disconnected from server."Andrei Karas1-1/+0
This reverts commit 29099e5159ff042b1039ca2382c478b3f8016c1b. Probably it can trigger error in normal case.
2013-06-28Show disconnection error if disconnected from server.Andrei Karas1-0/+1
2013-06-27Add missing space in debuging packet messages.Andrei Karas1-1/+1
2013-06-21fix code style.Andrei Karas2-3/+3
2013-06-20Add more profiler labels.Andrei Karas7-1/+85