Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some cleanup | UbitUmarov | 2018-07-14 | 1 | -30/+26 |
| | |||||
* | mantis 7885: robust asset services have no cache and only accept a asset ID ↵ | UbitUmarov | 2018-03-10 | 1 | -68/+31 |
| | | | | that is a uuid, so regions hack to cache several image formats is not possible. Robut GetTexture is very heavy unless image format is the default (j2k mime type x-j2k), since with no cache image convertions is performed on every request. Adicionally it does expose all textures if the tcp port is public. Avoid using it. | ||||
* | dispose some MemoryStreams | UbitUmarov | 2017-05-06 | 1 | -6/+0 |
| | |||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -48/+48 |
| | |||||
* | robust textures add missing returns or redir case | UbitUmarov | 2016-12-26 | 1 | -0/+2 |
| | |||||
* | workaround potencial memory leak | UbitUmarov | 2016-08-22 | 1 | -17/+21 |
| | |||||
* | Fixed Robust-bound GetTexture handler that had been knocked off with the new ↵ | Diva Canto | 2015-10-14 | 1 | -0/+431 |
sim-bound handler that uses a Poll service. Rather than hammering both handlers into one single class, I'm splitting them into 2 classes, because they are considerably different. |