summaryrefslogtreecommitdiff
path: root/src/net/ea
AgeCommit message (Expand)AuthorFilesLines
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas5-78/+78
2013-10-19add missing initialisation in tradehandler.Andrei Karas1-1/+1
2013-10-19fix const in declatations in npchandler.Andrei Karas1-3/+3
2013-10-19add missing break in network.Andrei Karas1-1/+2
2013-10-19move virtual member calls from inventory window constuctor into postInit.Andrei Karas1-0/+3
2013-10-19fix switch label in inventoryhandler.Andrei Karas1-1/+2
2013-10-19move virtual member calls from confirmdialog constuctor into postInit.Andrei Karas1-0/+1
2013-10-19add missing const in declaration in chathandler.hAndrei Karas1-1/+1
2013-10-19add missing break in chathandler.Andrei Karas1-0/+1
2013-10-17fix const in beinghandler.Andrei Karas1-1/+2
2013-10-08split network mutexe into read and write mutexes.Andrei Karas2-12/+17
2013-10-08remove unused system headers.Andrei Karas1-1/+0
2013-10-06remove unused includes and remove default parameter in being.Andrei Karas3-13/+12
2013-10-04move equip/unequip/use calls into playerinfo.Andrei Karas1-3/+0
2013-09-30move db files into db directory.Andrei Karas3-3/+4
2013-09-30move tabs into tabs directory.Andrei Karas3-4/+5
2013-09-30move windows classes to windows directory.Andrei Karas14-29/+33
2013-09-29Fix password length limit messages.Andrei Karas1-1/+1
2013-09-28add const for methods return values.Andrei Karas1-1/+1
2013-09-28add const for methods return values.Andrei Karas2-2/+2
2013-09-26Change destructors to virtual in all basic classes.Andrei Karas6-6/+6
2013-09-25improve construcors in abstract classes.Andrei Karas5-11/+10
2013-09-25improve a bit strings declaration.Andrei Karas3-4/+4
2013-09-19add some more consts.Andrei Karas1-1/+1
2013-09-18fix name conflicts.Andrei Karas1-9/+9
2013-09-18add const to net classes.Andrei Karas8-27/+28
2013-09-18add consts in gui classes.Andrei Karas4-4/+4
2013-09-18show online messages in party tab.Andrei Karas3-9/+52
2013-09-15remove unused includes from net directory.Andrei Karas24-57/+14
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 Karas9-0/+9
2013-09-06add globals filter.Andrei Karas1-1/+2
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 Karas15-21/+34
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-08-24move threads creation into sdl helper.Andrei Karas1-5/+2
2013-08-24improve some mode methods in Client.Andrei Karas2-2/+2
2013-08-24improve getState/setState in Client.Andrei Karas3-11/+11
2013-08-24first part of fixes for compilation with SDL2Andrei Karas1-0/+4
2013-08-20fix typo.Andrei Karas2-2/+2
2013-08-16add missing checks.Andrei Karas1-1/+2
2013-08-13Add player/item/other counter in social window.Andrei Karas2-0/+10
2013-07-11Remove low level gm actions from popup to net code.Andrei Karas2-0/+28
2013-07-11Add chat command for gms for creating items.Andrei Karas2-0/+19
2013-07-11move sound constants to separate file.Andrei Karas2-0/+2
2013-07-10dehardcode death messages.Andrei Karas1-81/+3
2013-07-04add missing checks.Andrei Karas1-1/+5
2013-07-03add drag and drop support between inventory and storage.Andrei Karas1-0/+3