| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Added cautionary README.txt | lbsa71 | 2008-03-13 | 2 | -1/+10 |
* | * SimpleApp is dead, long live OpenSim.Region.Examples.SimpleModule | lbsa71 | 2008-03-13 | 9 | -1139/+961 |
* | * Put back a comment I just inexplicably zapped | Justin Clarke Casey | 2008-03-13 | 1 | -1/+1 |
* | Just a few comments | Justin Clarke Casey | 2008-03-13 | 1 | -1/+5 |
* | * Very minor comment change to reflect the fact that eliminating spurious del... | Justin Clarke Casey | 2008-03-13 | 1 | -2/+4 |
* | remove the rex based voice chat. No current client implements this, | Sean Dague | 2008-03-13 | 4 | -716/+0 |
* | * Change opensim.ini.example guidance on asset_database setting to be "local"... | Justin Clarke Casey | 2008-03-13 | 1 | -10/+2 |
* | * Fix Mantis 761 (linking and delinking prims rapidly caused prims to 'disapp... | Justin Clarke Casey | 2008-03-13 | 5 | -19/+55 |
* | there was a single instance where the log4net object was not | Sean Dague | 2008-03-12 | 1 | -1/+1 |
* | * Fix mantis 757. | Justin Clarke Casey | 2008-03-12 | 4 | -26/+32 |
* | * Don't abort (and keep failing) the update if one Entity gives us an excepti... | Justin Clarke Casey | 2008-03-12 | 2 | -31/+44 |
* | * Since remoting exceptions occur quite often in some cases (e.g. when a neig... | Justin Clarke Casey | 2008-03-12 | 1 | -31/+65 |
* | * Add comments and slight corrections to ClientView.AgentTextureCached | Justin Clarke Casey | 2008-03-12 | 3 | -7/+16 |
* | Applied patch from mantis #749, Grass now stays to set type when moved. thank... | MW | 2008-03-12 | 3 | -9/+11 |
* | * Switched Noise 'Flood Area' brush to use Perlin rather than random noise. | Adam Frisby | 2008-03-12 | 2 | -2/+64 |
* | * Fix for Smooth Area Flood Brush, now doesn't flood the entire sim. | Adam Frisby | 2008-03-12 | 2 | -1/+4 |
* | Update svn properties. | Jeff Ames | 2008-03-12 | 1 | -51/+51 |
* | * Updated Terrain Module | Adam Frisby | 2008-03-12 | 1 | -3/+3 |
* | * Refactored some terrain brushes to move out some common functions into Terr... | Adam Frisby | 2008-03-12 | 10 | -122/+79 |
* | Refactor out some duplicate code. | Jeff Ames | 2008-03-11 | 2 | -5/+5 |
* | * Temporarily disabling sending of ImageNotInDatabasePacket when a texture is... | Justin Clarke Casey | 2008-03-11 | 1 | -1/+4 |
* | * Very temporarily put AgentCachedTexturePackets onto the wind rather than th... | Justin Clarke Casey | 2008-03-11 | 1 | -1/+5 |
* | * Applying patch #754 - Fix for Vector Magnitude operation. Thanks cmickeyb! | Adam Frisby | 2008-03-11 | 1 | -2/+2 |
* | Eliminated several compiler warning messages | Johan Berntsson | 2008-03-11 | 1 | -13/+1 |
* | The plugin loader can now handle plugin dependencies without hardcoding | Johan Berntsson | 2008-03-11 | 1 | -18/+5 |
* | * Added Linear Acceleration reporting to the ODEPlugin. | Teravus Ovares | 2008-03-10 | 2 | -3/+22 |
* | ODEPlugin | Teravus Ovares | 2008-03-10 | 11 | -0/+111 |
* | * Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim. | Teravus Ovares | 2008-03-10 | 13 | -12/+259 |
* | * Fixed a few things and enabling Physical Prim border crossings again. | Teravus Ovares | 2008-03-09 | 2 | -66/+75 |
* | * Fix for hydraulic erosion brush. Still not working as planned, but getting ... | Adam Frisby | 2008-03-09 | 1 | -9/+19 |
* | ODE Plugin | Teravus Ovares | 2008-03-09 | 2 | -56/+75 |
* | Update svn properties. | Jeff Ames | 2008-03-09 | 1 | -339/+339 |
* | * Fix to the OlsenSphere brush to make it more powerful. | Adam Frisby | 2008-03-09 | 3 | -1/+341 |
* | * Fixed the Link + Duplicate + Unlink both = 'ODE Invalid Argument in Collisi... | Teravus Ovares | 2008-03-09 | 2 | -27/+39 |
* | * Cleaned up some locking on the ODEPlugin to make it more developer friendly | Teravus Ovares | 2008-03-09 | 2 | -505/+496 |
* | Update svn properties. | Jeff Ames | 2008-03-09 | 1 | -223/+223 |
* | * New terrainmodule paint brush "Olsen Erosion" | Adam Frisby | 2008-03-09 | 2 | -0/+224 |
* | Linux Compile error if Color is compared against null. Documentation for Syst... | Teravus Ovares | 2008-03-09 | 1 | -3/+8 |
* | Update svn properties. | Jeff Ames | 2008-03-09 | 3 | -378/+378 |
* | * Small optimisation on Weathering paint brush. | Adam Frisby | 2008-03-08 | 2 | -4/+14 |
* | * Applying Mantis #737 - Fix for Terragen loader. Thanks Jonc. | Adam Frisby | 2008-03-08 | 1 | -2/+1 |
* | Remove two warnings with unused variables. | Charles Krinke | 2008-03-08 | 1 | -2/+0 |
* | * Added Thermal Weathering paint brush to Terrain Module. | Adam Frisby | 2008-03-08 | 1 | -0/+243 |
* | Thank you very much, Ldviopeng for : | Charles Krinke | 2008-03-08 | 1 | -3/+54 |
* | Added new drawing command "PenColour", with format "PenColour <colourname>;" ... | MW | 2008-03-08 | 1 | -1/+12 |
* | * Slight tweak for the above. | Adam Frisby | 2008-03-08 | 1 | -0/+1 |
* | * By popular demand, implemented "script terrain fill <val>" | Adam Frisby | 2008-03-08 | 1 | -0/+6 |
* | Added Frist basic version on the VectorRenderModule, that allows scripts to d... | MW | 2008-03-08 | 7 | -6/+496 |
* | * Implemented 'Revert' channel in Terrain Module. | Adam Frisby | 2008-03-08 | 3 | -0/+155 |
* | Thank you kindly, Ldviopeng for: | Charles Krinke | 2008-03-08 | 5 | -6/+151 |