Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-22 | clean default channel names. | Andrei Karas | 1 | -1/+0 | |
Fir now general and trade tab not using channels. | |||||
2013-03-22 | add netcode support for channels (for now evol only). | Andrei Karas | 8 | -19/+67 | |
for now any channel ignored and used as general tab. also change netcode version to 8. | |||||
2013-03-21 | Send channel name to net code layer. | Andrei Karas | 8 | -12/+16 | |
2013-03-21 | Add channel name to chat tabs. | Andrei Karas | 2 | -2/+2 | |
2013-03-20 | Fix CMSG to SMSG in some messages. | Andrei Karas | 2 | -6/+6 | |
2013-03-12 | Fix code style. | Andrei Karas | 15 | -30/+0 | |
2013-03-11 | Add some fixes after automatic checks. | Andrei Karas | 1 | -37/+23 | |
2013-03-11 | Add option to enable/disable weight notifications. | Andrei Karas | 1 | -1/+1 | |
2013-03-09 | Add new notifications to other classes. | Andrei Karas | 3 | -4/+2 | |
2013-03-09 | Add new notifications in some other classes. | Andrei Karas | 4 | -20/+15 | |
2013-03-09 | Add new notifications to tradehandler. | Andrei Karas | 1 | -23/+21 | |
2013-03-09 | add new notifications to playerhandler. | Andrei Karas | 1 | -6/+7 | |
2013-03-09 | Add new notifications to guildhandler, guildmanager, inventoryhandler and ↵ | Andrei Karas | 9 | -99/+68 | |
partyhandler. | |||||
2013-03-09 | Add new notifications to gamehandler. | Andrei Karas | 1 | -1/+2 | |
2013-03-09 | Remove useless notifications from chathandler. | Andrei Karas | 3 | -10/+0 | |
2013-03-08 | Impliment notify manager. | Andrei Karas | 3 | -14/+14 | |
Move buy/sell notifications to NotifyManager. | |||||
2013-03-07 | Fix server switch incorrect map loading. | Andrei Karas | 5 | -5/+11 | |
2013-03-04 | Add different effects to npc depend on qests status (evol only) | Andrei Karas | 1 | -0/+6 | |
2013-03-03 | another fixes from Coverity checks. | Andrei Karas | 1 | -3/+16 | |
2013-03-02 | Some fixes after coverity checks. | Andrei Karas | 2 | -4/+10 | |
2013-03-01 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2013-02-26 | Split skills and stats. | Andrei Karas | 1 | -4/+4 | |
2013-02-26 | Improve string usage in other files. | Andrei Karas | 7 | -21/+25 | |
2013-02-26 | Improve string usage in other files. | Andrei Karas | 1 | -14/+16 | |
2013-02-24 | Add particle effect support for skill levelup. | Andrei Karas | 2 | -1/+11 | |
New option skillLevelUpEffectId | |||||
2013-02-24 | Rename specialhandler to skillhandler. | Andrei Karas | 13 | -59/+59 | |
2013-02-24 | Add support for show quest variables in skills window (evol only) | Andrei Karas | 5 | -85/+55 | |
This allow use pseudo skills controlled by quest variables. | |||||
2013-02-22 | const and other minor changes in commands.cpp | Andrei Karas | 5 | -5/+5 | |
2013-02-22 | Fix change password issue with empty players list. | Andrei Karas | 2 | -4/+2 | |
2013-02-19 | Add support for GM tab. | Andrei Karas | 1 | -1/+19 | |
This tab visible all messages from @wgm chat command and local messages in this tab. | |||||
2013-02-18 | Add option to show/hide guild online messages. | Andrei Karas | 3 | -1/+17 | |
Disabled by default. | |||||
2013-02-14 | fix copyright years. | Andrei Karas | 1 | -1/+1 | |
2013-02-14 | Improve event.getId() speed. | Andrei Karas | 1 | -2/+3 | |
2013-02-13 | Fix code style. | Andrei Karas | 4 | -12/+12 | |
2013-02-11 | Fix compilation issues. | Andrei Karas | 2 | -4/+4 | |
2013-02-10 | Improve network code speed again. | Andrei Karas | 4 | -97/+52 | |
2013-02-10 | Improve network code speed. | Andrei Karas | 4 | -45/+46 | |
2013-02-10 | Block any protocols in curl except HTTP and HTTPS. | Andrei Karas | 2 | -0/+11 | |
2013-01-20 | Last part with FOR_EACH changes. | Andrei Karas | 5 | -10/+5 | |
2013-01-16 | update copyrights year. | Andrei Karas | 159 | -159/+159 | |
2013-01-15 | Show better stats line in chat from status window. | Andrei Karas | 2 | -36/+38 | |
2012-12-28 | Add outlining support to tabs. | Andrei Karas | 2 | -6/+12 | |
2012-12-25 | Improve empty strings manipulation. | Andrei Karas | 3 | -4/+4 | |
2012-12-25 | Add support for register from browser on servers with disabled registration. | Andrei Karas | 2 | -0/+6 | |
2012-12-17 | Use actual skill level in processing skill attack. | Andrei Karas | 1 | -2/+2 | |
2012-12-16 | Simplify skills loading. | Andrei Karas | 2 | -2/+2 | |
Also putting in defines legacy manaserv code. | |||||
2012-12-12 | Replace int to int32_t in messagein class. | Andrei Karas | 4 | -4/+4 | |
2012-12-11 | Show trade partner nick in trading errors. | Andrei Karas | 1 | -6/+7 | |
2012-12-09 | Reset saved in memory password if login server return "wrong password". | Andrei Karas | 1 | -0/+3 | |
2012-12-04 | Fix possible incorrect ditection. | Andrei Karas | 1 | -1/+1 | |