Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make trunk compile again. I think Adam forgot to check in some files | Sean Dague | 2008-02-26 | 1 | -2/+2 |
| | |||||
* | * Implemented - Terragen File Format Loader for new Terrain Module. | Adam Frisby | 2008-02-26 | 3 | -2/+37 |
| | |||||
* | Update svn properties. | Jeff Ames | 2008-02-26 | 6 | -679/+679 |
| | |||||
* | * Hooked up replacment TerrainModule, raising land will now be weird as both ↵ | Adam Frisby | 2008-02-26 | 1 | -5/+87 |
| | | | | modules are technically active. Beta software, yada yada yada. Will disable one of them by the end of the day. | ||||
* | * Reimplementing Terrain as Region Modules | Adam Frisby | 2008-02-26 | 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. | ||||
* | * Another slight tweak to the Voice Chat engine - crash caused by switching ↵ | Adam Frisby | 2008-02-26 | 1 | -5/+2 |
| | | | | to shared module fixed. | ||||
* | * Small voice chat fix | Adam Frisby | 2008-02-26 | 1 | -6/+9 |
| | |||||
* | * Updated Voice Chat Server, added support for voice to cross region ↵ | Adam Frisby | 2008-02-26 | 1 | -6/+7 |
| | | | | boundaries providing they are all located on the same simulator. | ||||
* | * Fixed a null assignment in voice server. | Adam Frisby | 2008-02-26 | 1 | -1/+1 |
| | |||||
* | * Converted VoiceChatServer into a shared region module - now only one ↵ | Adam Frisby | 2008-02-26 | 1 | -8/+22 |
| | | | | instance is required for the entire simulator, rather than one per region. | ||||
* | * Added support for RealXtend Voice Chat as a Region Module to OpenSim ↵ | Adam Frisby | 2008-02-26 | 4 | -0/+593 |
| | | | | Trunk. Enabled via [VoiceChat] enabled=true in OpenSim.ini | ||||
* | * Added base thread pool based presence informing to the message server. | Teravus Ovares | 2008-02-26 | 2 | -26/+86 |
| | | | | | * Not ready yet for use. | ||||
* | * More Message server stuff. Still not ready. | Teravus Ovares | 2008-02-26 | 6 | -47/+191 |
| | |||||
* | * Start sending "ImageNotFound" packet back to the client if we can't find ↵ | Justin Clarke Casey | 2008-02-25 | 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 | ||||
* | Moved AsyncCommandManager into separate classes under "plugins". | Tedd Hansen | 2008-02-25 | 7 | -519/+744 |
| | |||||
* | eol | Tedd Hansen | 2008-02-25 | 6 | -727/+727 |
| | |||||
* | Step 1 in reorganizing AsyncCommandManager | Tedd Hansen | 2008-02-25 | 7 | -679/+729 |
| | |||||
* | Initial patch for llSensor* | Tedd Hansen | 2008-02-25 | 2 | -22/+397 |
| | | | | | | llSensor, llSensorRepeat, llSensorRemove, llDetectedName, llDetectedKey, llDetectedOwner, llDetectedType, llDetectedPos, llDetectedVel, llDetectedRot Thank you very much kinoc! :) | ||||
* | * Resolve Mantis 667 by not passing on textures with no actual data onto ↵ | Justin Clarke Casey | 2008-02-25 | 1 | -1/+4 |
| | | | | TextureSender | ||||
* | * Caught HttpListenerException and swallowed if with output | lbsa71 | 2008-02-25 | 6 | -31/+38 |
| | | | | | | | | * Moved Flush into Close since it's always done in that order. * Minor renamings * Reversed if for clarity | ||||
* | Updated paths in classaudit script. | Jeff Ames | 2008-02-25 | 1 | -3/+3 |
| | |||||
* | I'm the stupidest stupid in the whole world. :) | Tedd Hansen | 2008-02-25 | 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 | ||||
* | * Message Server Linkages (still not ready for use so don't start it yet) | Teravus Ovares | 2008-02-25 | 6 | -15/+152 |
| | |||||
* | Update svn properties. | Jeff Ames | 2008-02-25 | 1 | -2216/+2216 |
| | |||||
* | Added limits to Prim.Position.X/Y/Z (0-255) so that your prims won't wander ↵ | Tedd Hansen | 2008-02-24 | 1 | -0/+12 |
| | | | | off into eternity | ||||
* | Fixed startup logo size to match a Win CMD window. | Tedd Hansen | 2008-02-24 | 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??? | ||||
* | Ok, so NOW scripts work. New patch to break them coming soon. | Tedd Hansen | 2008-02-24 | 3 | -4/+6 |
| | |||||
* | By now you all have learned that when I'm committing scripting usually ↵ | Tedd Hansen | 2008-02-24 | 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. :) | ||||
* | Forgot to change what class compiled scripts must inherit from to get their ↵ | Tedd Hansen | 2008-02-24 | 1 | -3/+3 |
| | | | | commands :) | ||||
* | Implemented object oriented Prim.Position, Prim.Rotation and Prim.Text. | Tedd Hansen | 2008-02-24 | 1 | -9/+20 |
| | | | | | | Example: Prim.Position.X += 10; | ||||
* | eol | Tedd Hansen | 2008-02-24 | 3 | -165/+165 |
| | |||||
* | Changed so "BuiltIn_Commands" given to scripts is easily extendable. Added ↵ | Tedd Hansen | 2008-02-24 | 7 | -7/+170 |
| | | | | new OSSL_BuilIn_Commands class where we can start adding our own modular commands. | ||||
* | * Adds unit test glue to the OdePlugin. | Teravus Ovares | 2008-02-24 | 1 | -0/+99 |
| | | | | | | | * Adds one unit test. CreateAndDropPhysicalCube. * More unit tests will be done * Let me know if this breaks Linux build.. | ||||
* | * deleted .user file | lbsa71 | 2008-02-23 | 1 | -12/+0 |
| | |||||
* | Update svn properties. | Jeff Ames | 2008-02-23 | 3 | -163/+163 |
| | |||||
* | * Made Physics updates a teensy bit more responsive. A previous CPU ↵ | Teravus Ovares | 2008-02-23 | 1 | -1/+5 |
| | | | | optimization of mine slowed the speed of updates using the 'poll' method in certain circumstances. | ||||
* | * One more fix to the selected feature | Teravus Ovares | 2008-02-23 | 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. | ||||
* | * Added Support within the ODEPlugin for Selected. Which means that; | Teravus Ovares | 2008-02-23 | 10 | -40/+310 |
| | | | | | | | | * When you select a physical prim, it stops while you've got it selected. * When you move or alter a prim in some manner, it doesn't become collidable until you de-select it * When you select a prim, it doesn't become temporarily 'phantom' until you make some change to it while it's selected. (this prevents accidental selections in prim floor from causing it to go phantom on you(but don't move it or you'll fall)) * There's one major difference, and that's a physical object won't stop if you don't have permission to edit it. This prevents people who don't have edit permissions on a prim from stopping it while it's moving. | ||||
* | Fix for error message during startup (shared thread started processing ↵ | Tedd Hansen | 2008-02-22 | 2 | -1/+4 |
| | | | | region queue before queue objects were fully operational) | ||||
* | Trying to fix SVN update error: 2/2 | Tedd Hansen | 2008-02-22 | 2 | -0/+164 |
| | |||||
* | Trying to fix SVN update error: 1/2 | Tedd Hansen | 2008-02-22 | 2 | -164/+0 |
| | |||||
* | Removed LaunchSLClient from Prebuild - it can be added to solution on ↵ | Tedd Hansen | 2008-02-22 | 2 | -0/+164 |
| | | | | manually by whoever is working on it. :) | ||||
* | * Improve alignment of packet queue stats headigns | Justin Clarke Casey | 2008-02-22 | 2 | -5/+7 |
| | | | | | | | * Correct asset cache stats table heading * Correct spelling mistake in AssetCache (thanks ChrisD!) | ||||
* | * Winnow the debug and info messages associated with stat fetching | Justin Clarke Casey | 2008-02-22 | 3 | -14/+29 |
| | | | | | | | * As such, only a request for a non cached asset, the response and failures show up now. * I know lbsa71 only put these in not long ago, so if they are really still required, I think we should think whether we can move the default log4net level off 'Debug' | ||||
* | ScriptEngine works again (startup-nully-error gone) | Tedd Hansen | 2008-02-22 | 4 | -19/+18 |
| | |||||
* | One more: Async LSL command thread is also shared now. | Tedd Hansen | 2008-02-22 | 4 | -248/+275 |
| | |||||
* | * Converted the last of the events to the private delegate instance method ↵ | Teravus Ovares | 2008-02-22 | 5 | -62/+116 |
| | | | | to avoid race conditions. | ||||
* | * Downgrade texture exception to a warning. | Justin Clarke Casey | 2008-02-22 | 1 | -4/+5 |
| | |||||
* | Bugfixes - Scripting works again | Tedd Hansen | 2008-02-22 | 2 | -2/+17 |
| | |||||
* | * Oops! Add missing interface | Justin Clarke Casey | 2008-02-22 | 1 | -0/+44 |
| |