Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-15 | remove unused includes from net directory. | Andrei Karas | 112 | -411/+55 | |
2013-09-13 | fix code style. | Andrei Karas | 1 | -2/+2 | |
2013-09-13 | fix compilation errors after last commit. | Andrei Karas | 2 | -0/+2 | |
2013-09-12 | disable native guild support for "new" tmw server. | Andrei Karas | 1 | -0/+3 | |
2013-09-12 | disable server whisper ignores for "new" tmw servers because it was removed. | Andrei Karas | 1 | -0/+4 | |
2013-09-12 | add server version check for "new" tmw servers. | Andrei Karas | 1 | -2/+24 | |
2013-09-12 | remove unused includes from widget files. | Andrei Karas | 1 | -0/+1 | |
2013-09-11 | remove unused includes from gui files. | Andrei Karas | 1 | -0/+2 | |
2013-09-09 | remove useless includes from some files. | Andrei Karas | 15 | -0/+15 | |
2013-09-06 | fix leak in handling full move path from evol server. | Andrei Karas | 1 | -0/+1 | |
2013-09-06 | add globals filter. | Andrei Karas | 1 | -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-04 | add support for getting full move path from server (evol only). | Andrei Karas | 6 | -3/+49 | |
Also change netcode version to 10. Some times still movement bit wrong. | |||||
2013-08-31 | move being related files into being dir. | Andrei Karas | 43 | -61/+96 | |
2013-08-31 | move particles into particle dir. | Andrei Karas | 1 | -1/+2 | |
2013-08-31 | move input related files into input dir. | Andrei Karas | 3 | -4/+7 | |
2013-08-24 | move threads creation into sdl helper. | Andrei Karas | 2 | -11/+5 | |
2013-08-24 | improve some mode methods in Client. | Andrei Karas | 3 | -3/+3 | |
2013-08-24 | improve getState/setState in Client. | Andrei Karas | 11 | -29/+29 | |
2013-08-24 | first part of fixes for compilation with SDL2 | Andrei Karas | 4 | -2/+10 | |
2013-08-20 | fix typo. | Andrei Karas | 2 | -2/+2 | |
some one -> someone | |||||
2013-08-16 | fix code style. | Andrei Karas | 1 | -1/+1 | |
2013-08-16 | add missing checks. | Andrei Karas | 1 | -1/+2 | |
2013-08-13 | Add player/item/other counter in social window. | Andrei Karas | 2 | -0/+10 | |
2013-08-11 | add support for giving item to npc (evol only) | Andrei Karas | 2 | -1/+5 | |
chancge network version to 9. | |||||
2013-08-08 | Add support for different server flags in server version packet. | Andrei Karas | 1 | -2/+7 | |
This can break old tmwAthena builds. Registration on this servers may work or may not work by random. | |||||
2013-07-11 | Remove low level gm actions from popup to net code. | Andrei Karas | 3 | -0/+36 | |
2013-07-11 | Add chat command for gms for creating items. | Andrei Karas | 3 | -0/+22 | |
New command: /createitems It will open creation window. | |||||
2013-07-11 | move sound constants to separate file. | Andrei Karas | 2 | -0/+2 | |
2013-07-10 | dehardcode death messages. | Andrei Karas | 1 | -81/+3 | |
add deadmessages.xml for death messages. | |||||
2013-07-08 | add ability to show stats from items.xml like strings. | Andrei Karas | 2 | -12/+12 | |
2013-07-06 | fix code style and some minor issues. | Andrei Karas | 1 | -0/+2 | |
2013-07-04 | add missing checks. | Andrei Karas | 1 | -1/+5 | |
also fix crash in creating character with broken data. | |||||
2013-07-03 | add drag and drop support between inventory and storage. | Andrei Karas | 2 | -0/+5 | |
2013-07-03 | fix some leaks on exit. | Andrei Karas | 3 | -0/+10 | |
2013-06-30 | Add ability to open support page if error happend. | Andrei Karas | 3 | -2/+7 | |
2013-06-28 | Revert "Show disconnection error if disconnected from server." | Andrei Karas | 1 | -1/+0 | |
This reverts commit 29099e5159ff042b1039ca2382c478b3f8016c1b. Probably it can trigger error in normal case. | |||||
2013-06-28 | Show disconnection error if disconnected from server. | Andrei Karas | 1 | -0/+1 | |
2013-06-27 | Add missing space in debuging packet messages. | Andrei Karas | 1 | -1/+1 | |
2013-06-21 | fix code style. | Andrei Karas | 2 | -3/+3 | |
2013-06-20 | Add more profiler labels. | Andrei Karas | 7 | -1/+85 | |
2013-06-13 | move npc dialogs array from netcode. | Andrei Karas | 6 | -34/+14 | |
2013-06-12 | remove npc dialog wrapper. | Andrei Karas | 4 | -16/+8 | |
2013-06-12 | add support for player look. | Andrei Karas | 6 | -1/+12 | |
2013-06-10 | add partial support for player looks. | Andrei Karas | 5 | -19/+25 | |
Can get packets from server, but cant draw player. | |||||
2013-06-10 | Add char creation error "incorrect look". | Andrei Karas | 1 | -0/+4 | |
2013-06-03 | Add support for future legacy npc commands. | Andrei Karas | 1 | -3/+5 | |
2013-06-03 | Remove subdir SDL from SDL includes. | Andrei Karas | 18 | -23/+23 | |
2013-06-03 | fix SDL includes. | Andrei Karas | 18 | -23/+23 | |
2013-06-01 | Add alternate host name to servers list. | Andrei Karas | 2 | -7/+17 | |
First try will be by hostname, if it failed in name resolution will be used alt host name This allow connect to server with static ip address even if dns is broken. | |||||
2013-06-01 | Add chat command /testparticle for testing particle effects on player. | Andrei Karas | 2 | -0/+9 | |
Command: /testparticle particle.xml - set particle effect on player. /testparticle - remove particle effect. Each second it check for particle file update and reloading it if need. |