Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-14 | a few changes about test mesh uploads | UbitUmarov | 1 | -26/+27 | |
2018-07-14 | send data as bin not string to http lower level | UbitUmarov | 1 | -3/+8 | |
2018-04-19 | use seconds version of gettimestamp | UbitUmarov | 2 | -42/+14 | |
2018-01-31 | remove cap FetchLib2 suport code | UbitUmarov | 1 | -35/+0 | |
2018-01-30 | keepalive is default | UbitUmarov | 2 | -4/+0 | |
2018-01-30 | a few more changes on inventory library and inv fetch | UbitUmarov | 1 | -1/+5 | |
2018-01-27 | add Cap_FetchLib2 note that this is still local to regions, not using grid ↵ | UbitUmarov | 2 | -5/+36 | |
as it possible should, but this needs more work, and issue with HG older grids/regions | |||||
2018-01-25 | got tired of creating stringbuilders | UbitUmarov | 1 | -27/+26 | |
2018-01-25 | a few changes to encoder and a few more uses | UbitUmarov | 1 | -55/+75 | |
2018-01-25 | add a low level LLSDxml encoder for cases where it makes no sense to use ↵ | UbitUmarov | 1 | -34/+33 | |
more heavy things like OSD, and use it on displaynames | |||||
2018-01-22 | missing files.. | UbitUmarov | 2 | -2/+0 | |
2018-01-22 | give BlockingCollection more chances | UbitUmarov | 1 | -0/+1 | |
2018-01-22 | give BlockingCollection more chances | UbitUmarov | 1 | -22/+23 | |
2018-01-22 | give BlockingCollection more chances | UbitUmarov | 2 | -72/+83 | |
2018-01-21 | cosmetics (or not) | UbitUmarov | 1 | -9/+9 | |
2018-01-17 | pesty warnings | UbitUmarov | 1 | -1/+0 | |
2017-08-28 | fix some nunit tests | UbitUmarov | 1 | -2/+6 | |
2017-07-30 | Corrected index number in ErrorFormat based Exception message | Kevin Cozens | 1 | -1/+1 | |
2017-07-20 | fix merge issues | UbitUmarov | 1 | -30/+5 | |
2017-06-19 | revert EnvironmentTick back to orignal clock, since change may cause issues ↵ | UbitUmarov | 2 | -80/+46 | |
on some code paths. Clean a bit get mesh and get texture throttle | |||||
2017-06-09 | add a adicional in transit flag to signal HG tps, and use it to ignore ↵ | UbitUmarov | 1 | -4/+15 | |
usernames requests sent to start region during tp; don't send unknows display names ( getdisplaynames cap ) | |||||
2017-06-06 | some changes on pollevent | UbitUmarov | 1 | -47/+40 | |
2017-05-31 | change child agents close control; disablesimulator is not a caps event message | UbitUmarov | 2 | -4/+4 | |
2017-05-31 | remove the option to store baked textures on assets service, thats suicide ↵ | UbitUmarov | 1 | -153/+2 | |
use xbakes | |||||
2017-05-29 | mono is a total crap | UbitUmarov | 1 | -5/+0 | |
2017-05-29 | cleanup util.cs get dns | UbitUmarov | 1 | -1/+1 | |
2017-05-29 | add temporary debug msgs | UbitUmarov | 1 | -0/+5 | |
2017-05-26 | make BlockingQueue.Dequeue timeouts more coerent (just less than watchdog ↵ | UbitUmarov | 3 | -6/+5 | |
timeout) | |||||
2017-05-25 | minor changes | UbitUmarov | 2 | -4/+10 | |
2017-05-25 | make a few more threads background ones | UbitUmarov | 1 | -1/+1 | |
2017-05-25 | make some threads background ones | UbitUmarov | 2 | -2/+2 | |
2017-05-25 | remove use of libomv BlockingQueue | UbitUmarov | 2 | -5/+5 | |
2017-05-07 | let StreamReader be in using statements | UbitUmarov | 1 | -2/+3 | |
2017-05-04 | do the same in the cases we are just moving parts around and not changing ↵ | UbitUmarov | 1 | -1/+1 | |
their caches (ie their taskInventory) | |||||
2017-04-25 | move mesh pbs creation code out of mesh upload code into to ↵ | UbitUmarov | 1 | -71/+14 | |
PrimitiveBaseShape.cs | |||||
2017-04-25 | cosmetics on mesh upload encoding of number of faces on pbs shape. Use ↵ | UbitUmarov | 1 | -23/+36 | |
opensim shape enums in place of libovm for coerence, add a few coments. | |||||
2017-04-25 | finish encoding number of mesh faces in pbs shape on new meshs upload, and ↵ | UbitUmarov | 1 | -6/+19 | |
*HACK* flag it setting hollow shape to triangle. (some limited encoding as added some months ago, but only for viewers LOD). Use this hack flag to fix sop number of faces. old meshs will still report 8 faces, information to fix this seems lost unless the mesh asset is decoded | |||||
2017-01-17 | add more calls to effective permissions aggregation, some paths may still be ↵ | UbitUmarov | 2 | -5/+6 | |
missing on objects changes, but remove the aggregation on check paths, so all can be tested. | |||||
2017-01-07 | Remove a red ink error on shutdown. Harmless message since shutting down anyway | Melanie Thielker | 1 | -1/+7 | |
2017-01-06 | Restructure god level and permissions | Melanie Thielker | 1 | -1/+1 | |
Create a class GodController which controls all aspects of god level, viewer modes and user levels at ScenePresence level. | |||||
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 19 | -126/+126 | |
2016-12-27 | some cleanup | UbitUmarov | 1 | -6/+1 | |
2016-12-20 | Remove obsolete config option "EventQueue". It's been always on for ages! | Melanie Thielker | 1 | -2/+1 | |
2016-12-15 | set pbs shape acording to mesh number of (material) faces | UbitUmarov | 1 | -19/+25 | |
2016-12-08 | remove not needed sslport parameter | UbitUmarov | 1 | -2/+1 | |
2016-12-07 | change caps Sethome fail error report | UbitUmarov | 1 | -1/+1 | |
2016-12-04 | The new Constant: integer OBJECT_REZZER_KEY = 32; | Mandarinka Tasty | 2 | -0/+3 | |
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2016-12-04 | a few changes to new GetDisplaynames and friends | UbitUmarov | 1 | -9/+15 | |
2016-12-04 | replace GetDisplaynames by a handler really usable as a client cap. Most ↵ | UbitUmarov | 2 | -143/+84 | |
capabilities.handlers are so it all things not propor PER CLIENT CAP handlers | |||||
2016-11-16 | minor change to getdisplaynames cap url | UbitUmarov | 1 | -4/+3 | |