Justin Clark-Casey (justincc)
|
71b11f557d
Allow a viewer UDP image request retry to trigger another asset fetch if an existing fetch hasn't responded before a timeout.
|
13 years ago |
Justin Clark-Casey (justincc)
|
26be9ed08e
Add image not in database test for LLImageManager
|
13 years ago |
Justin Clark-Casey (justincc)
|
f43d63240d
refactor: separate out common parts of LLImageManagerTests
|
13 years ago |
Justin Clark-Casey (justincc)
|
5c982c98aa
Add LLImageManager regression test for discard case
|
13 years ago |
Justin Clark-Casey (justincc)
|
63f0ec9aeb
Add "image queues clear <first-name> <last-name>" console command
|
13 years ago |
Justin Clark-Casey (justincc)
|
e90cfc17ca
Add basic request and send image regression tests for LLImageManager
|
13 years ago |
Justin Clark-Casey (justincc)
|
16d5ce16b6
Extend scripts show command to accept a single item UUID parameter to display one script's status
|
13 years ago |
Justin Clark-Casey (justincc)
|
ab4c4a362f
Register the UrlModule for script engine events OnScriptRemoved and OnObjectRemoved just once in the UrlModule itself, rather than repeatedly for every script.
|
13 years ago |
Justin Clark-Casey (justincc)
|
b5971db76c
minor: Fix wrong column length in image queues report
|
13 years ago |
Justin Clark-Casey (justincc)
|
0c39c9e84d
rename "show image queue" to "show image queues" in line with other udp info commands.
|
13 years ago |
Justin Clark-Casey (justincc)
|
0b49773ab3
Add "show image queue <first-name> <last-name>" region console command
|
13 years ago |
Justin Clark-Casey (justincc)
|
820a39621e
correct very minor typo in "debug scene" help
|
13 years ago |
Justin Clark-Casey (justincc)
|
7a0f4cf8e1
Add "app find <uuid-or-start-of-uuid>" command to find the appearance using a particular baked texture, if any.
|
13 years ago |
Justin Clark-Casey (justincc)
|
2853b78f16
Improve "j2k decode" command to tell us how many layers and components were decoded, instead of just success/failure
|
13 years ago |
Justin Clark-Casey (justincc)
|
a3ada745bd
Add a "j2k decode" region console command that allows a manual request for a JPEG2000 decode of an asset
|
13 years ago |
Justin Clark-Casey (justincc)
|
ff0f90bc35
Make "show asset" command available simulator side. Actually make the service command be "show asset" instead of "show digest" this time.
|
13 years ago |
Justin Clark-Casey (justincc)
|
7b564b8b35
Rename 'show digest' console command to 'show asset'
|
13 years ago |
Justin Clark-Casey (justincc)
|
19a818017d
Add size and temporary information to "show asset" command
|
13 years ago |
Justin Clark-Casey (justincc)
|
7bc03a54e5
Move simulator asset info commands to an optional module from the connector. Make them conform with service side commands.
|
13 years ago |
Justin Clark-Casey (justincc)
|
aef6a9571c
Move asset commands from AssetService to AssetServerConnector so that we can harmonise the same commands on the simulator side.
|
13 years ago |
Justin Clark-Casey (justincc)
|
0a3b2f904e
recomment log messages I accidentally left uncommented
|
13 years ago |
Justin Clark-Casey (justincc)
|
023023a5fc
Improve "app rebake" command to return a better message if no uploaded texture ids were available for the rebake request
|
13 years ago |
Justin Clark-Casey (justincc)
|
eebcea22ba
Commenting out DataSnapShot message "Registering service discovery capability" for now.
|
13 years ago |
Justin Clark-Casey (justincc)
|
9474bdb6df
Add "appearance rebake" command to ask a specific viewer to rebake textures from the server end.
|
13 years ago |
Justin Clark-Casey (justincc)
|
4d28bac9bb
Separate out rebake request code from cache validation code AvatarFactoryModule.
|
13 years ago |
Justin Clark-Casey (justincc)
|
de746cd987
Minor formatting changes and commented out log lines for future debugging of image manager (udp texture fetch). No significant functional changes.
|
13 years ago |
Justin Clark-Casey (justincc)
|
0ef16f9f5b
Remove the pointless LLClientView.m_imageManager null check.
|
13 years ago |
Justin Clark-Casey (justincc)
|
de0a45d9a3
Update C5.dll to version 1.1.1 from 1.1.0
|
13 years ago |
Justin Clark-Casey (justincc)
|
a2071e5b13
Reduce accessibility of some J2KImage/LLImageManager properties and methods to reduce potential code complexity and make code reading easier.
|
13 years ago |
Justin Clark-Casey (justincc)
|
1b3ae566e8
Adding commented out log messages and some minor formatting for future bug hunting. No functional changes.
|
13 years ago |