Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-09-25 | improve a bit strings declaration. | Andrei Karas | 1 | -1/+1 | |
2013-09-18 | add const to net classes. | Andrei Karas | 1 | -1/+2 | |
2013-09-15 | remove unused includes from net directory. | Andrei Karas | 1 | -0/+1 | |
2013-07-11 | Remove low level gm actions from popup to net code. | Andrei Karas | 1 | -0/+20 | |
2013-07-11 | Add chat command for gms for creating items. | Andrei Karas | 1 | -0/+16 | |
New command: /createitems It will open creation window. | |||||
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -1/+1 | |
2013-03-26 | add missing const to adminhandler. | Andrei Karas | 1 | -7/+7 | |
2013-03-25 | improve adminhandler class. | Andrei Karas | 1 | -6/+6 | |
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 | 1 | -1/+2 | |
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 | 1 | -4/+6 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -1/+0 | |
2012-01-29 | Fix possible hiding methods issues. | Andrei Karas | 1 | -3/+3 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-08-15 | Add warp menu item for gms in navigation items. | Andrei Karas | 1 | -0/+6 | |
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 1 | -4/+4 | |
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-20 | Start separating netcode to functions and moving some code to ea name space | Andrei Karas | 1 | -0/+64 | |
for future usage for different server types. Processed classes: adminhandler, beinghandler, buysellhandler. |