Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-07-31 | Extract shared logic from npchandler and playerhandler netcode to ea namespace. | Andrei Karas | 1 | -591/+11 | |
2011-07-08 | Add small optimisations and fixes. | Andrei Karas | 1 | -4/+4 | |
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 1 | -6/+6 | |
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 1 | -0/+2 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-05-22 | Some typo fixes and add comments for translators. | Andrei Karas | 1 | -1/+1 | |
2011-05-13 | Add more MANASERV_SUPPORT defines to disable server type checks, if manaserv ↵ | Andrei Karas | 1 | -0/+1 | |
disabled. Fix some compilation warnings. | |||||
2011-05-06 | Fix player moving with mouse. | Andrei Karas | 1 | -1/+1 | |
Now move with mouse is soft moving. Player always can stop or change direction. Collisions not stoping player what holding down left mouse button. Also fix typo in method name navigateClean. | |||||
2011-04-25 | Add more checks. | Andrei Karas | 1 | -8/+16 | |
2011-04-14 | Stop protected pickups flood. | Andrei Karas | 1 | -0/+5 | |
2011-03-27 | Fix some warnings and improve code from gcc 4.6 compilation. | Andrei Karas | 1 | -3/+12 | |
2011-03-18 | Fix most conversions except manaserv net code and some other code. | Andrei Karas | 1 | -10/+16 | |
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 1 | -2/+3 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-02-13 | Set weight notice message not modal and hide it after 10 seconds. | Andrei Karas | 1 | -2/+5 | |
2011-02-02 | Close npc and other dialogs if reconnecting. | Andrei Karas | 1 | -8/+1 | |
Also save extra layers if network error. | |||||
2011-01-10 | Fix skill points updating. | Andrei Karas | 1 | -0/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+752 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |