Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 8 | -28/+34 | |
2011-03-17 | Move direction calucaltion to Being method. | Andrei Karas | 1 | -9/+1 | |
2011-03-17 | Fix other players move animation. | Andrei Karas | 1 | -14/+34 | |
As dirty hack added delayed direction. | |||||
2011-03-14 | Fixing direction bug in moving. | Andrei Karas | 3 | -12/+26 | |
While player moving server dont send player direction. This autofixing in nextTile method, but if this method was not called, then player have incorrect direction. Also move checking direction 8 from beinghandler.cpp to messagein.cpp like was done in mana client. | |||||
2011-03-11 | Remove debug messages from log. | Andrei Karas | 1 | -2/+0 | |
2011-03-11 | Show message if some one join your party. | Andrei Karas | 1 | -1/+25 | |
2011-03-08 | Replace also color constants in pickup messages. | Andrei Karas | 1 | -2/+5 | |
2011-03-08 | Fix possible problem with buying colored item. | Andrei Karas | 1 | -1/+2 | |
2011-03-04 | Fix code style. | Andrei Karas | 5 | -9/+18 | |
2011-03-03 | Add colors to buy/sell dialogs. | Andrei Karas | 7 | -11/+24 | |
2011-03-03 | Chnage same methods with different parameters number to different names. | Andrei Karas | 1 | -2/+2 | |
2011-03-03 | Add extended buy list items. | Andrei Karas | 1 | -1/+10 | |
2011-03-03 | Merge branch 'coloritems' | Andrei Karas | 16 | -83/+212 | |
2011-03-03 | Dehardcode item colors. Now reading all from configs. | Andrei Karas | 4 | -7/+7 | |
2011-03-02 | Add serverversion checks. And disable some advanced features in old servers. | Andrei Karas | 4 | -24/+57 | |
2011-03-01 | Fix char slots number calculation. | Andrei Karas | 1 | -1/+5 | |
2011-03-01 | Add support for reading colors in moveing players packets. | Andrei Karas | 1 | -5/+16 | |
2011-03-01 | Add support for reading item colors for char list and created char (for ↵ | Andrei Karas | 4 | -22/+78 | |
extended servers) | |||||
2011-02-28 | Change client version to 3. | Andrei Karas | 1 | -1/+1 | |
2011-02-27 | First part of implimintation item colors. | Andrei Karas | 7 | -25/+38 | |
2011-02-27 | Remove debug log messages. | Andrei Karas | 1 | -3/+0 | |
2011-02-27 | Implement receiving item color from server. | Andrei Karas | 4 | -12/+24 | |
2011-02-26 | Add ability to redownload update files if file checksum incorrect. | Andrei Karas | 2 | -19/+22 | |
2011-02-19 | Update copyrights. | Andrei Karas | 125 | -250/+373 | |
2011-02-18 | Specific messages for each pickup failure reason. | Ben Longbons | 1 | -3/+4 | |
Reviewed-by: Jaxad0127 Manaplus: fix code style and add some checks. | |||||
2011-02-18 | Add packet SMSG_BEING_NAME_RESPONSE2 with big being names. | Andrei Karas | 3 | -0/+43 | |
2011-02-15 | Change client protocol version to 2. | Andrei Karas | 1 | -1/+1 | |
2011-02-13 | Add arrows bar. | Andrei Karas | 1 | -1/+10 | |
2011-02-13 | Set weight notice message not modal and hide it after 10 seconds. | Andrei Karas | 1 | -2/+5 | |
2011-02-09 | Implement npc gender. | Andrei Karas | 1 | -0/+15 | |
2011-02-06 | Fix version in windows readme.v1.1.2.6 | Andrei Karas | 1 | -0/+1 | |
Add fix unitialised variable. | |||||
2011-02-02 | Close npc and other dialogs if reconnecting. | Andrei Karas | 3 | -9/+4 | |
Also save extra layers if network error. | |||||
2011-02-01 | Add ability to enable/disable manaserv with embedded enet. | Andrei Karas | 2 | -2/+6 | |
Set manaserv disabled in automake and cmake by default but enabled in build scripts. | |||||
2011-01-28 | Fix code style and some new compilation warnings. | Andrei Karas | 1 | -5/+10 | |
2011-01-19 | Add unknown skills to first skill tab. (in tmw Basic). | Andrei Karas | 1 | -2/+8 | |
2011-01-15 | Fix code style, apply some fixes after checking with cppcheck from git. | Andrei Karas | 10 | -11/+20 | |
2011-01-13 | Fix again equipment window (F4) issue and adding checks. | Andrei Karas | 1 | -4/+14 | |
Now equipment window now worked if was empty inventory in connection movinf to other map. | |||||
2011-01-13 | Fix invisible equipment in equipment window (F4) issue. | Andrei Karas | 1 | -0/+5 | |
2011-01-12 | Increase default chat slots number for tAthena/evol from 3 to 9. | Andrei Karas | 2 | -2/+5 | |
Add reading real slots number from server (evol). | |||||
2011-01-12 | Add new error codes for creating char. | Andrei Karas | 1 | -2/+22 | |
2011-01-11 | Add new login return code 10 what mean wrong name. | Andrei Karas | 1 | -0/+3 | |
2011-01-10 | Add more selling error messages. | Andrei Karas | 1 | -6/+16 | |
2011-01-10 | Fix skill points updating. | Andrei Karas | 1 | -0/+3 | |
2011-01-10 | Add persistent ip as connection option. | Andrei Karas | 2 | -2/+13 | |
Usefull is player using some kind of port mapping. | |||||
2011-01-08 | Add support for drawing new slots as sprites. | Andrei Karas | 3 | -2/+12 | |
2011-01-02 | Add error for non tradable items. | Andrei Karas | 1 | -0/+5 | |
2011-01-02 | Initial commit. | Andrei Karas | 126 | -0/+20359 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |