Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewritten SocketThreads for proper shutdown scenario. | madmaxoft | 2014-01-19 | 1 | -4/+4 |
| | | | | This fixes #560 and #390. | ||||
* | Major refactoring of redstone | Tiger Wang | 2014-01-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | This commit is a refactoring of the redstone code, mainly the functions handling the removal of invalid blocks from power supplier data structures. Its aim is to improve performance and potentially reduce the memory footprint of the data structures. It works to reduce the amount of GetBlock()s triggered every tick. Before, a GetBlock() was requested for every single item in the data lists, as well as for every single redstone block in a chunk. Following these changes, the AddBlock() event is utilised more effectively to only update the lists when needed (a block is changed), as well as to insert the block type (and update it when needed) alongside the coordinates into the main redstone simulator chunkdata list. In short, a single GetBlock() is now cached, with this cache being updated when the simulator is awoken due to a block change. At least, I *hope* that this is what it does :P | ||||
* | Fixed favicons | Tiger Wang | 2014-01-07 | 1 | -1/+2 |
| | |||||
* | Avoid making copies of favicon string | Bill Derouin | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | A few touch ups | Bill Derouin | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | Implement favicon for 1.7.2 | Bill Derouin | 2014-01-07 | 1 | -0/+3 |
| | | | | | Favicon data is a png encoded in base64 which is stored in the server and sent in the server response packet | ||||
* | Added warning(push) and warning(pop) around all of the inclusions of cryptopp/*.h | Diusrex | 2014-01-05 | 1 | -1/+16 |
| | | | | | | I also added a warning(push)/(pop) around crpytlib.cpp because it would go crazy with warnings. So now, the only warning from cryptopp that is not blocked is 'unreferenced local function has been removed', which also occurs at a single function. | ||||
* | Root is now warnings clean | Tycho Bickerstaff | 2013-12-21 | 1 | -0/+2 |
| | |||||
* | Fixed loads more of them. | Alexander Harkness | 2013-11-26 | 1 | -2/+2 |
| | |||||
* | Attempt to fix compilation | Tiger Wang | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+195 |