Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-01-30 | Updated ODE lib for OS X (built from opensim-libs r27) | Jeff Ames | 1 | -0/+0 | |
2008-01-30 | Updating ODE.NET as the version I used possibly caused the slowness. | Teravus Ovares | 1 | -0/+0 | |
2008-01-30 | * This update restores *nix support | Teravus Ovares | 1 | -0/+0 | |
* This stability optimization is disabled on Apple Computers until the .dylib library is updated. | |||||
2008-01-30 | * Experimental ODE Update to make ODE more stable | Teravus Ovares | 2 | -0/+0 | |
* WARNING: This update will break *nix support. Will be restored in the next revision | |||||
2008-01-26 | Rewrote svn properties handling script in python. Added more file types. | Jeff Ames | 37 | -1397/+1397 | |
2008-01-23 | * Persistent prim inventory script storage is now turned on by default | Justin Clarke Casey | 1 | -2/+5 | |
* Persistence of things apart from scripts will be implemented later on - I at least want to do some work with asset server stats so loading can be monitored first. * No MSSQL implementation as of yet * Progress can be followed at http://opensimulator.org/wiki/OpenSim:Prim_Inventory_Persistence * Please let me know if you see issues resulting from this change. | |||||
2008-01-13 | * 32bit Linux libode update | Teravus Ovares | 1 | -0/+0 | |
* Improves heightfield collisions | |||||
2008-01-13 | * HeightField handling update in ODE. Should improve the terrain pits. So ↵ | Teravus Ovares | 1 | -0/+0 | |
far, only windows lib updated. Need to do the Linux version. * Update also checked into opensim-libs | |||||
2008-01-12 | Changed URL in example to avoid RIAA issues. | alondria | 1 | -1/+1 | |
2008-01-11 | Fill out and add wiki link to OpenSim.ini.example for prim inventory persistence | Justin Clarke Casey | 1 | -0/+7 | |
2008-01-10 | * Just an update to the default login form | Teravus Ovares | 1 | -5/+6 | |
2008-01-10 | * After fighting with it a bit more, Opensim is now compatible with the most ↵ | Teravus Ovares | 1 | -1/+1 | |
recent release client(RC) on the linden labs download page. * Don't forget, you need -loginuri *and* -loginpage * Ex: -loginpage http://10.1.1.2:8002/?method=login -loginuri http://10.1.1.2:8002/ * The ?method=login is important, don't forget to add it * If you customize your http_loginform.html file, be sure to keep the form post address as is. | |||||
2008-01-10 | Minor spelling change on NotecardsAssetSet.xml. The example notecard should ↵ | Justin Clarke Casey | 1 | -0/+0 | |
now load up properly | |||||
2008-01-09 | Set svn:eol-style. | Jeff Ames | 37 | -2304/+2304 | |
2008-01-09 | * This update enables the web_login method. | Teravus Ovares | 1 | -0/+60 | |
* Remember, the client doesn't support web_login to other grids in the current RC, however the next RC will. | |||||
2008-01-09 | moving Region store for SQLite into the OpenSim.Framework.Data.SQLite | Sean Dague | 1 | -1/+1 | |
namespace to mirror what is done with MySQL. This will require a configuration change for people using SQLite for prims which is given as an example in OpenSim.ini.example | |||||
2008-01-09 | * Added a hashtable based HTTP processor in preparation of the web_login_key | Teravus Ovares | 2 | -0/+2 | |
* Added the web_login_key to the users table * Added happy configurable http error message pages * This update is large enough to have 'awe' value.. so backup your users or weep. * Not tested on MSSQL, even though I added code to update the tables! | |||||
2008-01-09 | Third part of CharlieO's library rework. We now have library organization! ↵ | Brian McBee | 8 | -1095/+163 | |
Thanks CharlieO! | |||||
2008-01-07 | More inventory work for CharlieO. Final patch to make it all work yet to come. | Brian McBee | 76 | -0/+3511 | |
2008-01-06 | For CharlieO: new folders created for new asset set stuff. Mantis 313 | Brian McBee | 62 | -0/+40 | |
2008-01-05 | Checked in my own Mono.Addins.dll by mistake. Here is correction. | Tedd Hansen | 1 | -0/+0 | |
2008-01-05 | Only one queue is used for load/unload of scripts. | Tedd Hansen | 1 | -0/+0 | |
So loading/unloading of scripts are now done in same sequence as they are called. | |||||
2008-01-05 | Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono. | Tedd Hansen | 1 | -1/+1 | |
Some debug info for startup added to find bugs. ++ | |||||
2008-01-02 | Full .dll-name in config option for ScriptEngine. Loading only scriptengine ↵ | Tedd Hansen | 1 | -0/+6 | |
specified in config. ScriptServer will still not start! | |||||
2008-01-01 | * You can add and remove a friend in standalone now within the same ↵ | Teravus Ovares | 1 | -1/+1 | |
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 | Make it possible for new inventory 'libraries' to be added without changing ↵ | Justin Clarke Casey | 3 | -13/+42 | |
the default OpenSimLibrary files. Additional library folders and items can be added in a separate directory and linked in by an entry to inventory/Libraries.xml | |||||
2007-12-31 | Move unused inventory files into the attic | Justin Clarke Casey | 3 | -1/+1 | |
2007-12-31 | Standard library folders can now be configued in the xml in ↵ | Justin Clarke Casey | 3 | -5/+47 | |
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-30 | Shift default OpenSim library into its own directory | Justin Clarke Casey | 2 | -0/+6 | |
2007-12-30 | * This update rolls back the packetpool and LibSL changes. Please retest ↵ | Teravus Ovares | 1 | -0/+0 | |
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-29 | Make inventory items nominate explicit inventory folders rather than hardcoding | Justin Clarke Casey | 1 | -0/+52 | |
2007-12-29 | Allow OpenSim operators to specify their own asset sets without needing to ↵ | Justin Clarke Casey | 2 | -0/+25 | |
change the default OpenSim set. Equivalent changes to allow operators to also specify their own standard inventory library directories and items to follow. | |||||
2007-12-28 | * Patch from Melanie that fixes an inventory folder duplication. Thanks Melanie | Teravus Ovares | 1 | -11/+1 | |
2007-12-28 | Migrate opensim default assets up another directory in preparation for ↵ | Justin Clarke Casey | 73 | -0/+0 | |
extraction of hardcoded asset locations into xml | |||||
2007-12-28 | Move OpenSimAssetSet assets file up into assets pending further changes | Justin Clarke Casey | 1 | -0/+0 | |
2007-12-28 | Move inventory contents configuration files to bin/inventory folder | Justin Clarke Casey | 3 | -0/+0 | |
2007-12-28 | Patch from Johan: LibSL updated to the latest revision (1568) and all ↵ | Adam Johnson | 1 | -0/+0 | |
packets are now recycled to improve performance and memory usage. | |||||
2007-12-28 | * Patch from Melanie. Thanks Melanie! | Teravus Ovares | 7 | -25/+17 | |
* 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-27 | Move hardcoded texture library inventory items out into OpenSimLibrary/xml. ↵ | Justin Clarke Casey | 2 | -36/+62 | |
However, even before these change the five textures moved are not displaying (which is why default cubes are coming up as grey plywood unless you happen to have that texture cached). These were working before so they must have broken in the last month. Might be something to do with the fact that these identify (using file under linux) as jpeg2000 files, while all the other working textures identify simply as data. | |||||
2007-12-22 | * Masochistically updated libsecondlife.dll to r1550 | Teravus Ovares | 1 | -0/+0 | |
* after some tweaking to the UDPServer all appears to be well * Added what 'was' the GetType(bytes,packetEnd,zeroBuffer) to the UDPServer. (it was removed as a static method from Packet) | |||||
2007-12-21 | Make xml filename capitalizations consistent with actual capitalizations | Justin Clarke Casey | 1 | -15/+15 | |
2007-12-21 | Fixed that we weren't actually loading in some of the Library assets. Thanks ↵ | Brian McBee | 6 | -0/+35 | |
Sakai! | |||||
2007-12-20 | * Updated vs2008 target ProductVersion to "9.0.21022" | lbsa71 | 1 | -0/+0 | |
* Updated exe | |||||
2007-12-20 | Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵ | Jeff Ames | 1 | -0/+0 | |
Works with LibSL rev>1532 | |||||
2007-12-20 | Extended svn:eol-style to check some other file types. | Jeff Ames | 1 | -120/+120 | |
2007-12-19 | Updated asset_database options in OpenSim.ini.example | Jeff Ames | 1 | -2/+5 | |
2007-12-15 | Moved mssql_connection.ini to an .example file as well. | Jeff Ames | 1 | -0/+0 | |
Added the two _connection.ini files to svn:ignore | |||||
2007-12-15 | move mysql_connection.ini to mysql_connection.ini.example | Sean Dague | 1 | -0/+0 | |
to prevent people checking in their own copies of this. | |||||
2007-12-15 | revert accidental checkin of my own mysql_connection.ini | Justin Clarke Casey | 1 | -3/+3 | |
2007-12-15 | Put out a more comprehensible message when user authentication fails than ↵ | Justin Clarke Casey | 1 | -4/+4 | |
the current NullReferenceException based one |