Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-02-28 | * Added a way for the friends module to definitively know if an avatar's ↵ | Teravus Ovares | 4 | -2/+70 | |
root agent is on the instance and if so, which region the avatar's root agent is in. | |||||
2008-02-28 | * OnSignificantClientMovement was never being called. So we got no land ↵ | Teravus Ovares | 2 | -1/+10 | |
updates (fixed) | |||||
2008-02-27 | disabled AssetDownloadModule and re-enabled the asset download code in the ↵ | MW | 3 | -27/+28 | |
asset cache, until it can be seen if the module was the cause of some new problems that seem like they might be related to assets. I'll look into this more tomorrow. | |||||
2008-02-27 | small fix in the showstate data in AssetCache to reflect that now some ↵ | MW | 1 | -1/+1 | |
functions are no longer in AssetCache | |||||
2008-02-27 | After seeing sdague do his happy dance over trunk working "the best he has ↵ | MW | 5 | -89/+367 | |
ever seen". I'm not sure I should be doing this commit, but oh well. So anyway, it moves the Asset downloading (packet sending) to a module (AssetDownloadModule). So now at last, AssetCache should be just dealing with fetching assets from the asset server and caching them. | |||||
2008-02-27 | * Turned Friends Module into a shared module (to comply with ↵ | Teravus Ovares | 2 | -13/+73 | |
Scene.AddXmlRPCHandler being shared). * Fixed a null ref issue in Scene.Close() | |||||
2008-02-27 | another attempt at fixing asset lockups | MW | 1 | -224/+247 | |
2008-02-27 | Update svn properties. | Jeff Ames | 2 | -132/+132 | |
2008-02-27 | Hopefully fixed the bug that was causing a lot of the freezing. Which was ↵ | MW | 1 | -33/+51 | |
happening due to locks in the AssetCache and Texturedownload module. Where the thread from the Asset thread would be take a lock on a list in the asset cache and then try to call the Callback into the texturedownload module and hit a lock in there which was held by a ClientView thread- which at the same time would be trying to request another texture from the cache and be hitting the lock in there held by the IClientAPI. The result each thread waiting for the other one to release a lock. And as one of those was the ClientView process packet thread. No more packets from that client could be processed. For now I've made a copy of the list in AssetCache so that it can release the lock. I'm doing more work on assets (moving the client asset downloading to a module ), so will hopefully change this into a better method once I've cleaned over things up a bit. | |||||
2008-02-27 | UserService.ClearAgent call is no longer made when a childagent connection ↵ | MW | 2 | -7/+6 | |
is being closed. DisableSimulatorPacket now skips the packet throttles | |||||
2008-02-27 | * Committing file loaders - forgot yesterday. | Adam Frisby | 3 | -2/+135 | |
2008-02-26 | require -loginuri on pCampBot | Sean Dague | 2 | -16/+22 | |
2008-02-26 | give pCampBot a -h, -help option | Sean Dague | 1 | -10/+30 | |
2008-02-26 | make trunk compile again. I think Adam forgot to check in some files | Sean Dague | 1 | -2/+2 | |
2008-02-26 | * Implemented - Terragen File Format Loader for new Terrain Module. | Adam Frisby | 3 | -2/+37 | |
2008-02-26 | Update svn properties. | Jeff Ames | 6 | -679/+679 | |
2008-02-26 | * Hooked up replacment TerrainModule, raising land will now be weird as both ↵ | Adam Frisby | 1 | -5/+87 | |
modules are technically active. Beta software, yada yada yada. Will disable one of them by the end of the day. | |||||
2008-02-26 | * Reimplementing Terrain as Region Modules | Adam Frisby | 3 | -0/+81 | |
* New method involves interfaces for ** Terrain Paint Brushes (ie raise brush, lower brush, etc) ** Terrain Flood Brushes (ie raise area, lower area, etc) ** Terrain Effects (ie erosion, etc) [= W.I.P, not committed] * Provided sample implementation for Raise Paint and Raise Area brushes. | |||||
2008-02-26 | * Another slight tweak to the Voice Chat engine - crash caused by switching ↵ | Adam Frisby | 1 | -5/+2 | |
to shared module fixed. | |||||
2008-02-26 | * Small voice chat fix | Adam Frisby | 1 | -6/+9 | |
2008-02-26 | * Updated Voice Chat Server, added support for voice to cross region ↵ | Adam Frisby | 1 | -6/+7 | |
boundaries providing they are all located on the same simulator. | |||||
2008-02-26 | * Fixed a null assignment in voice server. | Adam Frisby | 1 | -1/+1 | |
2008-02-26 | * Converted VoiceChatServer into a shared region module - now only one ↵ | Adam Frisby | 1 | -8/+22 | |
instance is required for the entire simulator, rather than one per region. | |||||
2008-02-26 | * Added support for RealXtend Voice Chat as a Region Module to OpenSim ↵ | Adam Frisby | 4 | -0/+593 | |
Trunk. Enabled via [VoiceChat] enabled=true in OpenSim.ini | |||||
2008-02-26 | * Added base thread pool based presence informing to the message server. | Teravus Ovares | 2 | -26/+86 | |
* Not ready yet for use. | |||||
2008-02-26 | * More Message server stuff. Still not ready. | Teravus Ovares | 6 | -47/+191 | |
2008-02-25 | * Start sending "ImageNotFound" packet back to the client if we can't find ↵ | Justin Clarke Casey | 6 | -55/+203 | |
an image * This might stop some client's constant requests for unfound textures, which is a candidate for the memory leak * If a texture is not found then the "Image not found" texture will now be displayed clientside * If it works, this should resolve mantis 676 * Non texture image requests do not receive this packet yet * This will require a prebuild | |||||
2008-02-25 | Moved AsyncCommandManager into separate classes under "plugins". | Tedd Hansen | 7 | -519/+744 | |
2008-02-25 | eol | Tedd Hansen | 6 | -727/+727 | |
2008-02-25 | Step 1 in reorganizing AsyncCommandManager | Tedd Hansen | 7 | -679/+729 | |
2008-02-25 | Initial patch for llSensor* | Tedd Hansen | 2 | -22/+397 | |
llSensor, llSensorRepeat, llSensorRemove, llDetectedName, llDetectedKey, llDetectedOwner, llDetectedType, llDetectedPos, llDetectedVel, llDetectedRot Thank you very much kinoc! :) | |||||
2008-02-25 | * Resolve Mantis 667 by not passing on textures with no actual data onto ↵ | Justin Clarke Casey | 1 | -1/+4 | |
TextureSender | |||||
2008-02-25 | * Caught HttpListenerException and swallowed if with output | lbsa71 | 6 | -31/+38 | |
* Moved Flush into Close since it's always done in that order. * Minor renamings * Reversed if for clarity | |||||
2008-02-25 | Updated paths in classaudit script. | Jeff Ames | 1 | -3/+3 | |
2008-02-25 | I'm the stupidest stupid in the whole world. :) | Tedd Hansen | 2 | -22/+23 | |
Fixed a bug in new Prim where I actually ADDED new values to old values instead of directly assigning them... Now that was a waste of time! :P | |||||
2008-02-25 | * Message Server Linkages (still not ready for use so don't start it yet) | Teravus Ovares | 6 | -15/+152 | |
2008-02-25 | Update svn properties. | Jeff Ames | 1 | -2216/+2216 | |
2008-02-24 | Added limits to Prim.Position.X/Y/Z (0-255) so that your prims won't wander ↵ | Tedd Hansen | 1 | -0/+12 | |
off into eternity | |||||
2008-02-24 | Fixed startup logo size to match a Win CMD window. | Tedd Hansen | 2 | -21/+163 | |
Fixed bugs in new OOP commands. Prim.Rotation.X += 45; Prim.Position.X += 10; Now how do I find the prim I asked to += 10 every 1 second??? | |||||
2008-02-24 | Ok, so NOW scripts work. New patch to break them coming soon. | Tedd Hansen | 3 | -4/+6 | |
2008-02-24 | By now you all have learned that when I'm committing scripting usually ↵ | Tedd Hansen | 6 | -2278/+2284 | |
doesn't work, so no big surprise. :) Modified baseclass for compiled script to incorp new OSSL commands class and renamed it to follow standards and all that. Scripts may work again. :) | |||||
2008-02-24 | Forgot to change what class compiled scripts must inherit from to get their ↵ | Tedd Hansen | 1 | -3/+3 | |
commands :) | |||||
2008-02-24 | Implemented object oriented Prim.Position, Prim.Rotation and Prim.Text. | Tedd Hansen | 1 | -9/+20 | |
Example: Prim.Position.X += 10; | |||||
2008-02-24 | eol | Tedd Hansen | 3 | -165/+165 | |
2008-02-24 | Changed so "BuiltIn_Commands" given to scripts is easily extendable. Added ↵ | Tedd Hansen | 7 | -7/+170 | |
new OSSL_BuilIn_Commands class where we can start adding our own modular commands. | |||||
2008-02-24 | * Adds unit test glue to the OdePlugin. | Teravus Ovares | 1 | -0/+99 | |
* Adds one unit test. CreateAndDropPhysicalCube. * More unit tests will be done * Let me know if this breaks Linux build.. | |||||
2008-02-23 | * deleted .user file | lbsa71 | 1 | -12/+0 | |
2008-02-23 | Update svn properties. | Jeff Ames | 3 | -163/+163 | |
2008-02-23 | * Made Physics updates a teensy bit more responsive. A previous CPU ↵ | Teravus Ovares | 1 | -1/+5 | |
optimization of mine slowed the speed of updates using the 'poll' method in certain circumstances. | |||||
2008-02-23 | * One more fix to the selected feature | Teravus Ovares | 1 | -1/+1 | |
* Don't act immediately on a physical prim unless it's moving. * This helps when you're trying to make a box stack and you select the bottom most box. |