Age | Commit message (Expand) | Author | Files | Lines |
2013-11-18 | add workaround for imcomplete chat messages in "new" tmw server. | Andrei Karas | 1 | -1/+11 |
2013-11-14 | Disable additional socket login in nacl. | Andrei Karas | 1 | -0/+2 |
2013-11-09 | fix motd message while changing char or reconnecting to server. | Andrei Karas | 3 | -0/+10 |
2013-11-09 | fix compilation without C++11 flags. | Andrei Karas | 1 | -0/+5 |
2013-11-08 | fix code style. | Andrei Karas | 1 | -3/+4 |
2013-11-07 | add missing file | Andrei Karas | 1 | -0/+26 |
2013-11-07 | remove client.h include from some files. | Andrei Karas | 1 | -1/+1 |
2013-11-06 | fix storage if select other character with opened storage. | Andrei Karas | 3 | -0/+13 |
2013-11-03 | allow special server messgaes before motd if motd is hidden. | Andrei Karas | 1 | -9/+9 |
2013-11-03 | fix motd message show/hide on "new" tmw server. | Andrei Karas | 2 | -3/+14 |
2013-11-02 | Adding renameFile function for NaCl | Dan Sagunov | 1 | -1/+10 |
2013-11-01 | Move timers from client into timers file. | Andrei Karas | 4 | -7/+16 |
2013-11-01 | Remove build-breaking define from sdltcpnet | Dan Sagunov | 1 | -2/+0 |
2013-11-01 | Remove nacltcpnet due to SDL_net support | Dan Sagunov | 5 | -197/+0 |
2013-11-01 | Add configure option --enable-checks for check some calls (disabled by default) | Andrei Karas | 2 | -0/+3 |
2013-10-30 | add support for temporary replace background music on given map by server. | Andrei Karas | 4 | -1/+22 |
2013-10-30 | Fix nacl building | Dan Sagunov | 2 | -1/+5 |
2013-10-29 | Initial porting to NACL by Vasily_Makarov. | Andrei Karas | 4 | -0/+194 |
2013-10-26 | add handling for map mask packet. (evol only) | Andrei Karas | 5 | -2/+19 |
2013-10-25 | fix code style. | Andrei Karas | 2 | -2/+4 |
2013-10-25 | add missing checks. | Andrei Karas | 1 | -1/+1 |
2013-10-24 | add option to show motd message. | Andrei Karas | 4 | -8/+7 |
2013-10-24 | add final keyword to net files. | Andrei Karas | 45 | -320/+342 |
2013-10-23 | replace some malloc/free by new/delete. | Andrei Karas | 1 | -3/+2 |
2013-10-19 | Rename actorspritemanager into actormanager. | Andrei Karas | 11 | -115/+115 |
2013-10-19 | fix const in definition in tradehandler. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | add missing initialisation in tradehandler. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | fix const in declatations in npchandler. | Andrei Karas | 2 | -5/+5 |
2013-10-19 | move virtual member calls from mpcdialog constuctor into postInit. | Andrei Karas | 2 | -0/+2 |
2013-10-19 | add missing break in network. | Andrei Karas | 1 | -1/+2 |
2013-10-19 | fix const in declaration in messageout. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | add comments into messageout about virtual method usage in constructor, | Andrei Karas | 2 | -0/+2 |
2013-10-19 | add missing break in messageout. | Andrei Karas | 2 | -0/+2 |
2013-10-19 | move virtual member calls from messagein constuctor into postInit. | Andrei Karas | 6 | -0/+14 |
2013-10-19 | move virtual member calls from inventory window constuctor into postInit. | Andrei Karas | 1 | -0/+3 |
2013-10-19 | fix switch label in inventoryhandler. | Andrei Karas | 1 | -1/+2 |
2013-10-19 | fix code style in download.cpp | Andrei Karas | 1 | -3/+4 |
2013-10-19 | move virtual member calls from confirmdialog constuctor into postInit. | Andrei Karas | 1 | -0/+1 |
2013-10-19 | add missing const in declaration in chathandler.h | Andrei Karas | 1 | -1/+1 |
2013-10-19 | add missing break in chathandler. | Andrei Karas | 1 | -0/+1 |
2013-10-17 | fix const in beinghandler. | Andrei Karas | 1 | -1/+2 |
2013-10-11 | add /talkraw chat command for special use. | Andrei Karas | 2 | -6/+4 |
2013-10-11 | Second part of checks from Parasoft C++ Test. | Andrei Karas | 1 | -2/+2 |
2013-10-11 | First part of checks from Parasoft C++ Test. | Andrei Karas | 3 | -25/+53 |
2013-10-08 | split network mutexe into read and write mutexes. | Andrei Karas | 4 | -20/+25 |
2013-10-08 | extent profiler logging into some functions. | Andrei Karas | 1 | -2/+6 |
2013-10-08 | remove unused system headers. | Andrei Karas | 2 | -2/+0 |
2013-10-06 | remove unused includes and remove default parameter in being. | Andrei Karas | 5 | -22/+21 |
2013-10-05 | Remember sort order in buy dialog between restarts. | Andrei Karas | 2 | -0/+2 |
2013-10-04 | move equip/unequip/use calls into playerinfo. | Andrei Karas | 1 | -3/+0 |