Justin Clark-Casey (justincc)
|
a21ee11fe8
Add VectorRenderModuleTests.TestRepeatDrawContainingImage()
|
12 years ago |
Justin Clark-Casey (justincc)
|
06df03d98a
Add VectorRenderModuleTests.TestRepeatDraw()
|
12 years ago |
Justin Clark-Casey (justincc)
|
2f4181623d
Add IDynamicTextureManager.ConvertData() to match AsyncConvertData(). Remove mismatching ConvertStream() where there is no AsyncConvertStream and neither IDynamicTextureManager implementer implements this method.
|
12 years ago |
Justin Clark-Casey (justincc)
|
bbfb501b02
minor: Simplify return of vector render module name and some very minor removal of unncessary syntax clutter
|
12 years ago |
Justin Clark-Casey (justincc)
|
a70baa95d1
Lock disposal of separate gdi+ objects under different threads since this prevents malloc heap corruption seen under Ubuntu 10.04.1 and 11.04 - probably a libcairo issue
|
12 years ago |
Justin Clark-Casey (justincc)
|
ed99017271
Tighten up OpenSim.Framework.Cache locking to avoid race conditions.
|
12 years ago |
Justin Clark-Casey (justincc)
|
061c748b75
Add --force flag to "kick user" console command to allow bypassing of recent race condition checks.
|
12 years ago |
Justin Clark-Casey (justincc)
|
c4645a899f
Add information to ThreadStackSize about possibly increasing if suffering StackOverflowExceptions during script conversion/compilation (e.g. on Windows 64-bit)
|
12 years ago |
Justin Clark-Casey (justincc)
|
c223ac6929
minor: Make xengine debug message on script load a scripting loading message instead.
|
12 years ago |
Melanie
|
7e287227a4
Release http-in URLs when llResetScript is called
|
12 years ago |
Justin Clark-Casey (justincc)
|
d4470c6147
Fix the recent windows compile error by putting newFont for case "R" in VectorRenderModule inside its own context, rather than disposing of the old font before using it as a prototype for the new.
|
12 years ago |
SignpostMarv
|
c14f983cca
attempting to fix a build issue
|
12 years ago |
Justin Clark-Casey (justincc)
|
8a78d0f974
Delete old blank SOGSpamTest
|
12 years ago |
Justin Clark-Casey (justincc)
|
f35e94f168
Properly dispose of all GDI+ entities used in VectorRenderModule for dynamic textures.
|
12 years ago |
Justin Clark-Casey (justincc)
|
0e9e60d55a
Remove duplicated IScenePresence.PresenceType. This is already in ISceneAgent.PresenceType from which IScenePresence inherits.
|
12 years ago |
Justin Clark-Casey (justincc)
|
f6a7325961
Add information about each column to "show queues" region console command help.
|
12 years ago |
Justin Clark-Casey (justincc)
|
ed63cafa65
Extend region console "show queues" command to show already collected time since last packeted received by the simulator from a viewer.
|
12 years ago |
Justin Clark-Casey (justincc)
|
092e94035b
Backport fix of inventory skeleton fetch from XInventoryServicesConnector.
|
12 years ago |
Justin Clark-Casey (justincc)
|
fa3ebd85c9
minor: Comment out noisy ScriptTaskInventory Request log message
|
12 years ago |
Justin Clark-Casey (justincc)
|
08a9b01123
Fix a bug in pCampbot grabbing behaviour where an exception would be thrown if the bot was not yet aware of any objects.
|
12 years ago |
Justin Clark-Casey (justincc)
|
5772d23ff6
Look up the NPC module when the SensorRepeat class is created, rather than on every single sensor sweep.
|
12 years ago |
Justin Clark-Casey (justincc)
|
1d0ff7da2a
Resolve a deadlock between INPCModule and SensorRepeat by replacing the SensorRepeat list with a new list on add/removes rather than locking it for the duration of the sensor sweep.
|
12 years ago |
Justin Clark-Casey (justincc)
|
ec063b9088
Fix bug in SoundModule.TriggerSound() where every sound update to an avatar would base its gain calculation on the previous avatar's gain, instead of the original input gain.
|
12 years ago |
Justin Clark-Casey (justincc)
|
12fbfb6125
If we're fetching active gestures via the XInventoryServiceConnector, then properly look at the ITEMS dictionary already returned rather than the level above this.
|
12 years ago |
SignpostMarv
|
272cd9886d
adding asset cache and map tile directories to .gitignore
|
12 years ago |
Justin Clark-Casey (justincc)
|
627cfe6678
Remove the LandGeom checks in OdeScene - these are pointless since LandGeom is always IntPtr.Zero and contacts returned always have a valid geometry.
|
12 years ago |
Justin Clark-Casey (justincc)
|
aac4d9d682
Fix issue where RegionCombinerModule was not removing regions from its dictionary on RemoveRegion(), causing a later issue if regions were restarted (removed then readded).
|
12 years ago |
Justin Clark-Casey (justincc)
|
25d39a19e1
When copying items, copy the item description field instead of the asset description field.
|
12 years ago |
Justin Clark-Casey (justincc)
|
55d383e4be
Add MemoryWatchdog class missing from git master a1e9964
|
12 years ago |
Justin Clark-Casey (justincc)
|
b180fdd0fd
Correct churn stat from MB/s from KB/s
|
12 years ago |