summaryrefslogtreecommitdiffstats
path: root/src/Server.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed faviconsTiger Wang2014-01-071-13/+1
|
* Merge pull request #514 from derouinw/masterMattes D2014-01-071-0/+14
|\ | | | | Implement favicon for 1.7.2
| * Avoid making copies of favicon stringBill Derouin2014-01-071-1/+1
| |
| * A few more touch upsBill Derouin2014-01-071-1/+1
| |
| * A few touch upsBill Derouin2014-01-071-1/+4
| |
| * Implement favicon for 1.7.2Bill Derouin2014-01-071-0/+11
| | | | | | | | | | Favicon data is a png encoded in base64 which is stored in the server and sent in the server response packet
* | More MSVC warning fixes.madmaxoft2014-01-071-1/+1
|/
* fixxed warnings in Server.cppTycho Bickerstaff2013-12-311-0/+5
|
* Fixed cClientHandle::Tick() being called from two threads.madmaxoft2013-12-161-1/+1
| | | | | When the player was initialized, the Tick() function continued to stream chunk, while the cWorld called Tick() from its tick thread. Final fix for #187.
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-1/+1
| | | | Ref.: #407
* Fixed the remaining derpsAlexander Harkness2013-11-271-2/+2
|
* Compile fix againTiger Wang2013-11-261-1/+1
|
* Fixed Linux compile againTiger Wang2013-11-261-1/+1
|
* Attempt to fix compilationTiger Wang2013-11-241-2/+2
|
* Moved source to srcAlexander Harkness2013-11-241-0/+707