Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-08 | add ability to show stats from items.xml like strings. | Andrei Karas | 1 | -6/+6 | |
2013-05-03 | add comments for translators. | Andrei Karas | 1 | -0/+35 | |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -2/+1 | |
2013-03-29 | fix code style. | Andrei Karas | 1 | -2/+2 | |
2013-03-28 | improve generalhandler class. | Andrei Karas | 1 | -65/+53 | |
2013-03-27 | improve charserverhandler class. | Andrei Karas | 1 | -4/+4 | |
2013-02-24 | Rename specialhandler to skillhandler. | Andrei Karas | 1 | -3/+3 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2013-01-15 | Show better stats line in chat from status window. | Andrei Karas | 1 | -18/+19 | |
2012-12-16 | Simplify skills loading. | Andrei Karas | 1 | -1/+1 | |
Also putting in defines legacy manaserv code. | |||||
2012-11-07 | Add own profiler and profiler info to some code. | Andrei Karas | 1 | -0/+6 | |
2012-09-08 | Improve constructors in some classes. | Andrei Karas | 1 | -1/+2 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -7/+0 | |
2012-07-29 | Add quests netcode and quests window. | Andrei Karas | 1 | -1/+4 | |
2012-07-15 | Fix code style. | Andrei Karas | 1 | -8/+8 | |
2012-06-17 | Replace SDL int types to C++ types. | Andrei Karas | 1 | -1/+1 | |
2012-05-19 | Rename register.cpp/h files to registerdialog.cpp/h | Andrei Karas | 1 | -1/+1 | |
2012-04-01 | One part of fixes after auto checking. | Andrei Karas | 1 | -2/+1 | |
2012-03-22 | Rename object event to depricatedevent because current implimentation very | Andrei Karas | 1 | -1/+1 | |
bad and must be replaced with better implimentation. | |||||
2012-02-08 | Fix compilation errors and more style. | Andrei Karas | 1 | -5/+5 | |
2012-01-21 | Fix compilation errors and warnings for another gcc 4.7 snapshot. | Andrei Karas | 1 | -2/+2 | |
2012-01-19 | Prevent adding double attributes to status window. | Andrei Karas | 1 | -0/+3 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-08 | Fix more gcc 4.7 warnings. | Andrei Karas | 1 | -3/+3 | |
2011-10-08 | Add checks and fix code style. | Andrei Karas | 1 | -0/+4 | |
2011-09-09 | Rename in listner class method from event to processEvent. | Andrei Karas | 1 | -2/+2 | |
2011-09-02 | Add to status window attribute "damage per second". | Andrei Karas | 1 | -1/+3 | |
2011-09-01 | Eliminate asserts from most files. | Andrei Karas | 1 | -1/+0 | |
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-07-30 | Extract shared logic from guildhandler and partyhandler netcode to ea namespace. | Andrei Karas | 1 | -9/+11 | |
2011-07-04 | Replace some lists to vectors. | Andrei Karas | 1 | -1/+1 | |
2011-07-02 | Add xgettext:no-c-format comment for some strings. | Andrei Karas | 1 | -0/+3 | |
Rebuild languge files and update translations. Disable and enable some translations. | |||||
2011-06-12 | Fix change character.v1.1.6.12 | Andrei Karas | 1 | -0/+5 | |
2011-06-05 | Fix crash if reconnecting to server. Was introduced after fixing memory leaks. | Andrei Karas | 1 | -0/+2 | |
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-04-09 | Small refactoring based on idea from mana commit ↵ | Andrei Karas | 1 | -4/+4 | |
30d4b0adf4f17f05d1d62fc3428c896ef1079b6b | |||||
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+285 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |