Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove useless executable bit that Windows adds. | onefang | 2020-09-09 | 1 | -0/+0 |
| | |||||
* | remove some more useless NULL arguments | UbitUmarov | 2019-10-22 | 1 | -1/+1 |
| | |||||
* | take unit tests limited settings in consideration on setappearance | UbitUmarov | 2019-09-11 | 1 | -2/+2 |
| | |||||
* | pesty warning | UbitUmarov | 2019-09-11 | 1 | -1/+0 |
| | |||||
* | extent supported number of avatar textures/bakes/wearables, tell viewers ↵ | UbitUmarov | 2019-09-11 | 1 | -266/+200 |
| | | | | about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version; | ||||
* | Massive console refactor. Greatly simplify interface. | Melanie | 2019-08-20 | 1 | -1/+1 |
| | |||||
* | reduce debug logs | UbitUmarov | 2018-04-19 | 1 | -5/+5 |
| | |||||
* | comment out some debug messages visible on SOP CompleteMovement | UbitUmarov | 2018-03-10 | 1 | -4/+6 |
| | |||||
* | we don't need to keep refs to baked textures assets | UbitUmarov | 2017-05-31 | 1 | -1/+1 |
| | |||||
* | we don't need to keep refs to baked textures assets | UbitUmarov | 2017-05-31 | 1 | -6/+9 |
| | |||||
* | remove the option to store baked textures on assets service, thats suicide ↵ | UbitUmarov | 2017-05-31 | 1 | -19/+19 |
| | | | | use xbakes | ||||
* | Refactor asset handling as per Ubit's suggestion | Melanie Thielker | 2017-02-01 | 1 | -2/+2 |
| | |||||
* | Make negative asset caching actually work | Melanie Thielker | 2017-01-30 | 1 | -1/+2 |
| | | | | | | Also fixes some merge artefacts in HGAssetBroker where cached assets were requested but not actually used and completely squelch a materials debug message because there is nothing the user can do to fix it anyway. | ||||
* | Change improperly named isNPC to be IsNPC as a property should be uppercase | Melanie Thielker | 2017-01-07 | 1 | -3/+3 |
| | |||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 2 | -29/+29 |
| | |||||
* | Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache ↵ | Melanie Thielker | 2016-12-29 | 1 | -2/+2 |
| | | | | is long gone. | ||||
* | (mantis 7983) update local cache when storing a baked tex on assets server | UbitUmarov | 2016-08-02 | 1 | -9/+11 |
| | |||||
* | Finally remove the requirement for an InventoryItem/FolderBase object to | Melanie Thielker | 2016-07-04 | 1 | -2/+1 |
| | | | | | | | | be passed into inventory queries. This makes the API more homogenous and also will more clearly show coding errors related to HG inventory where the .Owner field has a meaning for a query but wasn't always set. | ||||
* | change handling of optional skirt baked texture | UbitUmarov | 2015-12-03 | 1 | -12/+40 |
| | |||||
* | cleanup indentation | UbitUmarov | 2015-11-18 | 1 | -70/+30 |
| | |||||
* | fix another variable number of wearable types issue | UbitUmarov | 2015-11-18 | 1 | -2/+5 |
| | |||||
* | work around some 'tests' errors: test for null cacheItems | UbitUmarov | 2015-11-17 | 1 | -0/+3 |
| | |||||
* | More plumbing of the EntityTransferContext (not yet complete) | Melanie Thielker | 2015-11-01 | 1 | -3/+12 |
| | |||||
* | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 2 | -26/+2 |
| | |||||
* | bad merge? | UbitUmarov | 2015-09-01 | 2 | -99/+301 |
|\ | |||||
| * | Remove the Invisible stuff and add more baked caching. Refactor selection of ↵ | Melanie Thielker | 2014-11-11 | 1 | -13/+3 |
| | | | | | | | | textures to save to Bakes module. | ||||
| * | Only send the actual bakes to the bakes module | Melanie Thielker | 2014-11-10 | 1 | -6/+8 |
| | | |||||
| * | change last commit, need to send to Xbakes or changes will not be detected | UbitUmarov | 2014-10-29 | 1 | -1/+2 |
| | | |||||
| * | bug fix and don't send to xbakes if requesting rebakes | UbitUmarov | 2014-10-29 | 1 | -12/+13 |
| | | |||||
| * | Fix baked textures for regions without external Xbakes adding rebake | UbitUmarov | 2014-10-29 | 1 | -32/+35 |
| | | | | | | | | | | | | requests. Those may also be trigger if for same reason one is missing even with Xbakes. Later we can let this regions send the assets on teleports, changing how those are serialized | ||||
| * | do consider skirt baked texture on validation | UbitUmarov | 2014-10-26 | 1 | -3/+9 |
| | | |||||
| * | dont send baked textures assets, but send cache information | UbitUmarov | 2014-10-26 | 1 | -5/+13 |
| | | |||||
| * | exclude npcs from baked cache | UbitUmarov | 2014-09-19 | 1 | -0/+10 |
| | | |||||
| * | try external bakedModule when local cache is invalid and not just at login | UbitUmarov | 2014-08-14 | 1 | -9/+13 |
| | | |||||
| * | reduced debug msgs | UbitUmarov | 2014-08-14 | 1 | -3/+7 |
| | | |||||
| * | only try external baked texture module on login | UbitUmarov | 2014-08-14 | 1 | -26/+36 |
| | | |||||
| * | *DANGER* make baked textures cross and make use of it * UNTESTED * | UbitUmarov | 2014-08-14 | 1 | -95/+92 |
| | | | | | | | | issue: alll this seems to be sent back to childs, need to stop that | ||||
| * | put back baked textures debug msgs at start of validatebaked... | UbitUmarov | 2014-08-13 | 1 | -0/+12 |
| | | |||||
| * | remove confusing defonly control | UbitUmarov | 2014-08-11 | 1 | -14/+4 |
| | | |||||
| * | ... one day.. | UbitUmarov | 2014-08-11 | 1 | -1/+2 |
| | | |||||
| * | will get there.. | UbitUmarov | 2014-08-11 | 1 | -4/+3 |
| | | |||||
| * | validatebaked still not ok | UbitUmarov | 2014-08-11 | 1 | -5/+4 |
| | | |||||
| * | of course.. bug.. | UbitUmarov | 2014-08-08 | 1 | -1/+2 |
| | | |||||
| * | lock set appearence during ValidateBakedTextureCache there seems to be a | UbitUmarov | 2014-08-08 | 1 | -93/+97 |
| | | | | | | | | overlap in same cases | ||||
| * | bug | UbitUmarov | 2014-08-07 | 1 | -1/+2 |
| | | |||||
| * | remove annoying debug msg . still a lot of spam, but to remove later | UbitUmarov | 2014-08-07 | 1 | -1/+1 |
| | | |||||
| * | make grid baked textures override the ones on appearance. Due to bug | UbitUmarov | 2014-08-07 | 1 | -35/+60 |
| | | | | | | | | | | | | somewhere they are always bad at ValidateBakedTextures entry. ( even if they where good and on assets cache we whould need to generate the cacheID hash ) | ||||
| * | bug on upload new bakes decision | UbitUmarov | 2014-08-07 | 1 | -2/+3 |
| | | |||||
| * | minor clean, dont check for cache if we aren't using it.. | UbitUmarov | 2014-08-07 | 1 | -23/+5 |
| | | |||||
| * | bug | UbitUmarov | 2014-08-07 | 1 | -1/+1 |
| | |