Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-01-02 | * Updates UserServer | Teravus Ovares | 1 | -1/+174 | |
* Updates OSG1UserServices * Friends list is now persistent in grid mode. * You can add, new friends and remove them | |||||
2008-01-01 | Fixed nant compile problem | Tedd Hansen | 1 | -8/+17 | |
2008-01-01 | Trying to fix nant compile error | Tedd Hansen | 1 | -327/+318 | |
2008-01-01 | Temp removed new data types patch from Mantis #272, causing compile problems ↵ | Tedd Hansen | 1 | -336/+337 | |
(nant) | |||||
2008-01-01 | Minor changes. Changed Prebuild.xml to avoid first-time-compile error ↵ | Tedd Hansen | 1 | -306/+330 | |
because of dependencies. Made some changes to new LSLString. | |||||
2008-01-01 | Adrianas 0000272 -- I think we need to implement standard ↵ | Tedd Hansen | 1 | -0/+304 | |
string/integer/float functions too. | |||||
2008-01-01 | Fixed string issue in compiler | Tedd Hansen | 2 | -35/+49 | |
2008-01-01 | * You can add and remove a friend in standalone now within the same ↵ | Teravus Ovares | 9 | -36/+390 | |
simulator. It saves. * You can add and remove a friend in grid mode now within the same simulator. It doesn't save yet. * I got rid of Mr. OpenSim as a friend.. he bothers me /:b... | |||||
2007-12-31 | Correction of last commit | Tedd Hansen | 3 | -97/+102 | |
2007-12-31 | Changed type comparison from String to object type | Tedd Hansen | 1 | -9/+9 | |
2007-12-31 | Correct location of DotNetEngine. Remove some debug stuff since my addins ↵ | Justin Clarke Casey | 1 | -15/+5 | |
problem turned out to be local. | |||||
2007-12-31 | Set svn:eol-style and svn:ignore. | Jeff Ames | 5 | -728/+728 | |
2007-12-31 | Changed from "Load all .dll's in ScriptEngine" to "Load only DotNetEngine" ↵ | Tedd Hansen | 1 | -1/+3 | |
(temporarily hardcoded) to avoid problems with two scriptengines existing in ScriptEngine folder. | |||||
2007-12-31 | Standard library folders can now be configued in the xml in ↵ | Justin Clarke Casey | 2 | -6/+21 | |
inventory/OpenSimLibrary - no hardcoded changes are required. For some reason, all the folders are currently showing up as texture folders, even though they are configured with the same types as the agent inventory folders. This should be resolved soon. | |||||
2007-12-31 | * Added a catch for RemotingErrors on the TCP init | Teravus Ovares | 1 | -0/+4 | |
2007-12-30 | * Added graceful remote script server connection error handling | Teravus Ovares | 3 | -46/+298 | |
* Removed a friends module test that I had. | |||||
2007-12-30 | * Fixed References in Prebuild so the project compiles | Teravus Ovares | 2 | -4/+43 | |
* Added Friends List methods to IUserData interface * Created Stub friendslist Database Methods | |||||
2007-12-30 | Comments + fix = in theory stand alone script server + "RemoteSevrver" ↵ | Tedd Hansen | 3 | -2/+5 | |
ScriptEngine (as opposed to "DotNetEngine") should work for a single region. It will however not work because it doesn't have two-way communication. | |||||
2007-12-30 | server->script event path almost ready for remote scriptengine (translation ↵ | Tedd Hansen | 5 | -85/+127 | |
table between local script ID and remote script ID missing) | |||||
2007-12-30 | Added ScriptEngine.RemoteServer module | Tedd Hansen | 4 | -0/+424 | |
2007-12-30 | In this commit I am using an editor feature called "Save All" before I commit. | Tedd Hansen | 5 | -1/+23 | |
2007-12-30 | Added comments to ScriptEngine classes that explains what their purpose is | Tedd Hansen | 7 | -0/+71 | |
2007-12-30 | * re-applied AddNewPrim refactoring... third time now... | lbsa71 | 1 | -36/+34 | |
2007-12-30 | * Patch from Alondria that re-fixes llSetColor | Teravus Ovares | 1 | -20/+20 | |
2007-12-30 | * This update rolls back the packetpool and LibSL changes. Please retest ↵ | Teravus Ovares | 10 | -167/+158 | |
and then patch these changes back in. Currently it's not quite ready for 0.5. The down side to this action, is that we loose some performance to the garbage collector for now. Given that the target date for 0.5 is *Two days* from now, I'm taking the initiative to work towards a real stable version. * This update also fixes scripting and some weird physics reactions | |||||
2007-12-30 | * Applied Melanie's same instance IM fix. This will make IMs work within ↵ | Teravus Ovares | 2 | -5/+18 | |
the same OpenSim Instance. | |||||
2007-12-29 | * Extracted out old RezObject method placing at absolute pos without the ↵ | lbsa71 | 1 | -0/+5 | |
raytracing * Ignored some bins | |||||
2007-12-28 | * Patch from Melanie provides Util.CleanString and uses it on the prim name ↵ | Teravus Ovares | 2 | -3/+2 | |
and description. Thanks Melanie. | |||||
2007-12-28 | * applied melanie's matnis patch #255. Thanks Melanie. | Teravus Ovares | 1 | -2/+2 | |
2007-12-28 | * Rezzing items from Inventory on top of other prim rezzes them 0.5 meters ↵ | Teravus Ovares | 3 | -10/+33 | |
above the 'hit' prim instead of buried in the ground somewhere. * Various Refactorings | |||||
2007-12-28 | * Made a copy of parts before updating to avoid dictionary updated ↵ | lbsa71 | 2 | -4/+10 | |
exceptions on big updates * The part now uses the byte[] TextureEntry instead of the object | |||||
2007-12-28 | * redid the AddNewPrim refactoring as that got lost in r2855 | lbsa71 | 1 | -35/+34 | |
2007-12-28 | Patch from Johan: LibSL updated to the latest revision (1568) and all ↵ | Adam Johnson | 8 | -231/+166 | |
packets are now recycled to improve performance and memory usage. | |||||
2007-12-28 | * Moved PrimitiveBaseShape subclasses into factory methods - the subclassing ↵ | lbsa71 | 6 | -40/+41 | |
scheme won't hold for serialization * Extracted out the 'old' AddNewPrimitive that places an object at an exact pos, without the raytracing | |||||
2007-12-28 | * Patch from Melanie. Thanks Melanie! | Teravus Ovares | 1 | -2/+2 | |
* This patch addresses a regression where 5 default textures, including the default "new prim" texture, would not be shown unless in viewer cache. * Further, it supplies a new plywood texture as the base texture, which is purpose-made from locally photo-sourced material (means i took a picture and made it into a tile), which is closer in appearance and color to the Linden one. * It changes the default new prim texture UUID to match the UUID generated by the viewer when "default" is clicked, which is a texture UUID hardcoded in some scripts as well, so it would cause compatibility issues if not addressed. * The patch fixes a number of UUID duplications (same UUID for asset and inventory items) and capitalization issues in the XML files. * It also includes new versions of 4 other textures, which were no longer loadable in grid mode. | |||||
2007-12-28 | * Added ability to create new prim on existing prim (rezzing prim from ↵ | Teravus Ovares | 4 | -53/+108 | |
inventory on other prim coming soon). No more new prim buried in the ground by accident. * The prim are at the absolute position of the prim you rezzed it on top of + (0,0,0.5) for now. | |||||
2007-12-28 | Add missing "System." to System.NullReferenceException | Charles Krinke | 1 | -1/+1 | |
so Linux build works again. | |||||
2007-12-27 | * Fixed Physical prim, various issues, viewer freezes, sim crashes, ODE ↵ | Teravus Ovares | 1 | -6/+19 | |
errors, etc. | |||||
2007-12-27 | Thank you again, Alondria for: | Charles Krinke | 1 | -2/+55 | |
Adding some more support to Vectors and Rotations Description * String->Vector/Rotation added * Vector * and / a double added. | |||||
2007-12-27 | * Optimized usings | lbsa71 | 143 | -2902/+3143 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-27 | * Fixed MonoSQLite Update Table routine | Teravus Ovares | 3 | -12/+26 | |
* Charles, this will fix the red issue. * Same situation, the first run updates the tables (and gives you a ton of red errors), the second run and everything works as expected. | |||||
2007-12-27 | * AssetServerBase: _ProcessRequest is now called GetAsset | lbsa71 | 7 | -26/+34 | |
* PrimitiveBaseShape: The textures are now exposed as a 'TextureEntry Textures'; all serialization still using the 'byte[] TextureEntry' for backwards compatibility. * Scene: Re-added AddTree, since the Tree type isn't gone from libsl, merely relocated. | |||||
2007-12-27 | * Fixed the matching logic error on the LLQuat to axiom quat :P | Teravus Ovares | 1 | -1/+1 | |
2007-12-27 | * fixed a logic error in the receiving end of the prim load for the sit target | Teravus Ovares | 1 | -2/+5 | |
2007-12-27 | * Fixed compile issue caused by half-refactoring (sorrry!) | Adam Frisby | 1 | -1/+12 | |
2007-12-27 | * Added Sit Target persistence over sim restarts for mySQL and MonoSQLite. | Teravus Ovares | 3 | -0/+121 | |
* SAVE YOUR PRIM DATA, THIS MAKES CHANGES TO YOUR PRIMS TABLE * The first time you run OpenSim after updating past this revision, you'll see a lot of Errors. Be calm, shutdown the simulator, and start it again and your prims table will be updated. * MSSQL added the fields to the Initial CreateTable section, however, you'll need to add the fields to your prims table if you want it to persist. | |||||
2007-12-27 | * Added osRegionRestart(float secs) to LSL Commands | Adam Frisby | 1 | -2/+27 | |
* Added osRegionNotice(string msg) to LSL Commands * Added PermissionManager checks for osTerrainSetHeight, osRegionRestart. | |||||
2007-12-27 | * Added osTerrainSetHeight(int x, int y, double val) to LSL commands | Adam Frisby | 2 | -0/+26 | |
* Added osTerrainGetHeight(int x, int y) to LSL commands | |||||
2007-12-27 | * Added slightly better object sit handling | Teravus Ovares | 6 | -111/+245 | |
* Added sit handling for sit targets * Implemented llSitTarget() * Implemented llAvatarOnSitTarget() * Sit targets do not persist sim restart. | |||||
2007-12-27 | Prim inventory persistence phase 1: Creation of preliminary table in sqlite. | Justin Clarke Casey | 6 | -29/+101 | |
No user functionality yet. This code is not turned on, so there is no possibility of disruption to existing databases. |