aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add Thread.ResetAbort() to various thread loops to clean up errors onRobert Adams2019-02-271-13/+19
| | | | | | | | shutdown. Fixes Mantis #8494. Threads are aborted when shutting down and ThreadAbortException is odd in that it is rethrown at the end of the catch unless the abort is reset. No functional changes but fewer error messages on shutdown.
* missing file on the kick commitUbitUmarov2019-02-201-1/+1
|
* (almost) useless changeUbitUmarov2019-02-151-23/+42
|
* minor cleanupUbitUmarov2019-02-152-29/+0
|
* cosmeticsUbitUmarov2019-01-291-9/+27
|
* change encoding of a another event cap messageUbitUmarov2019-01-281-13/+27
|
* change encoding of a few event caps messagesUbitUmarov2019-01-261-42/+42
|
* mess around with prioritizerUbitUmarov2019-01-251-20/+7
|
* a few changes on priority queues and their heapUbitUmarov2019-01-252-52/+45
|
* give up on Lazy<T>UbitUmarov2019-01-211-1/+0
|
* remove terraindata abstraction layer, since we only have heightmap typeUbitUmarov2019-01-212-120/+61
|
* cosmetics on terrain patchsUbitUmarov2019-01-203-17/+30
|
* cosmeticsUbitUmarov2019-01-201-11/+39
|
* reduce some delay on shutdownUbitUmarov2019-01-191-2/+1
|
* test a change to TP protocolUbitUmarov2019-01-141-2/+2
|
* a few more changes to texturesentry handling on libomv and osUbitUmarov2019-01-141-0/+2
|
* more changes on scenegraph etcUbitUmarov2019-01-062-89/+37
|
* change its foreachUbitUmarov2019-01-061-21/+5
|
* let DoubleDictionary... also have a values arrayUbitUmarov2019-01-061-0/+47
|
* change mapandarray array update timeUbitUmarov2019-01-061-21/+25
|
* change cancel kill update flagsUbitUmarov2019-01-041-1/+3
|
* more on the hack (runprebuild)UbitUmarov2019-01-021-1/+1
|
* replace my hack by others hackUbitUmarov2019-01-011-1/+1
|
* temporary HACK to not kill some viewersUbitUmarov2018-12-311-0/+1
|
* now break several things at same time... sog/sop updates, threads options,...UbitUmarov2018-12-282-58/+28
|
* update pbsUbitUmarov2018-12-281-7/+64
|
* return a proper http errorUbitUmarov2018-12-071-13/+11
|
* clean a bitUbitUmarov2018-12-033-70/+57
|
* avoid a data copyUbitUmarov2018-12-032-7/+9
|
* avoid a data copyUbitUmarov2018-12-032-1/+43
|
* stats heap allocation rate can negativeUbitUmarov2018-12-021-10/+7
|
* avoid a data copyUbitUmarov2018-12-021-52/+60
|
* replace GetMeshModule and GetTextureModuleUbitUmarov2018-12-012-13/+8
|
* LLSDxmlencode uint and ulongUbitUmarov2018-11-301-9/+55
|
* move http range parser to utilUbitUmarov2018-11-301-0/+32
|
* remove a dev only conditional on lludp handlers; change parcel lists updates ↵UbitUmarov2018-11-252-5/+3
| | | | a bit;
* avoid data references stuck in packet poolsUbitUmarov2018-11-251-1/+0
|
* mantis 8411: fix send inventory item flags maskUbitUmarov2018-11-231-10/+10
|
* code aestheticsUbitUmarov2018-11-171-1/+1
|
* ooopsUbitUmarov2018-11-171-1/+1
|
* a few more changes to pbsUbitUmarov2018-11-171-67/+30
|
* code aesthetics and simplificationUbitUmarov2018-11-171-122/+56
|
* code aestheticsUbitUmarov2018-11-171-12/+12
|
* code aestheticsUbitUmarov2018-11-171-1/+1
|
* changes to objects updates prioritizing getting dust on my disk. Schemes ↵UbitUmarov2018-11-071-52/+95
| | | | reduced to SimpleAngularDistance and BestAvatarResponsiveness
* remove some fire and forget methods missed fileUbitUmarov2018-11-061-3/+1
|
* remove some fire and forget methodsUbitUmarov2018-11-061-90/+1
|
* fix typoUbitUmarov2018-11-031-1/+0
|
* we should only have one http poll service manager per instanceUbitUmarov2018-11-034-81/+183
|
* forgot about lsl secure urls service.. so lets try another way for now ↵UbitUmarov2018-11-022-3/+3
| | | | (mantis 8382)