aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * You can add and remove a friend in standalone now within the same ↵Teravus Ovares2008-01-011-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...
* Make it possible for new inventory 'libraries' to be added without changing ↵Justin Clarke Casey2007-12-313-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
* Move unused inventory files into the atticJustin Clarke Casey2007-12-313-1/+1
|
* Standard library folders can now be configued in the xml in ↵Justin Clarke Casey2007-12-313-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.
* Shift default OpenSim library into its own directoryJustin Clarke Casey2007-12-302-0/+6
|
* * This update rolls back the packetpool and LibSL changes. Please retest ↵Teravus Ovares2007-12-301-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
* Make inventory items nominate explicit inventory folders rather than hardcodingJustin Clarke Casey2007-12-291-0/+52
|
* Allow OpenSim operators to specify their own asset sets without needing to ↵Justin Clarke Casey2007-12-292-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.
* * Patch from Melanie that fixes an inventory folder duplication. Thanks MelanieTeravus Ovares2007-12-281-11/+1
|
* Migrate opensim default assets up another directory in preparation for ↵Justin Clarke Casey2007-12-2873-0/+0
| | | | extraction of hardcoded asset locations into xml
* Move OpenSimAssetSet assets file up into assets pending further changesJustin Clarke Casey2007-12-281-0/+0
|
* Move inventory contents configuration files to bin/inventory folderJustin Clarke Casey2007-12-283-0/+0
|
* Patch from Johan: LibSL updated to the latest revision (1568) and all ↵Adam Johnson2007-12-281-0/+0
| | | | | | | packets are now recycled to improve performance and memory usage.
* * Patch from Melanie. Thanks Melanie!Teravus Ovares2007-12-287-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.
* Move hardcoded texture library inventory items out into OpenSimLibrary/xml. ↵Justin Clarke Casey2007-12-272-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.
* * Masochistically updated libsecondlife.dll to r1550Teravus Ovares2007-12-221-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)
* Make xml filename capitalizations consistent with actual capitalizationsJustin Clarke Casey2007-12-211-15/+15
|
* Fixed that we weren't actually loading in some of the Library assets. Thanks ↵Brian McBee2007-12-216-0/+35
| | | | Sakai!
* * Updated vs2008 target ProductVersion to "9.0.21022"lbsa712007-12-201-0/+0
| | | | | * Updated exe
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵Jeff Ames2007-12-201-0/+0
| | | | Works with LibSL rev>1532
* Extended svn:eol-style to check some other file types.Jeff Ames2007-12-201-120/+120
|
* Updated asset_database options in OpenSim.ini.exampleJeff Ames2007-12-191-2/+5
|
* Moved mssql_connection.ini to an .example file as well.Jeff Ames2007-12-151-0/+0
| | | | | Added the two _connection.ini files to svn:ignore
* move mysql_connection.ini to mysql_connection.ini.exampleSean Dague2007-12-151-0/+0
| | | | | | to prevent people checking in their own copies of this.
* revert accidental checkin of my own mysql_connection.iniJustin Clarke Casey2007-12-151-3/+3
|
* Put out a more comprehensible message when user authentication fails than ↵Justin Clarke Casey2007-12-151-4/+4
| | | | the current NullReferenceException based one
* fixed OpenSim.ini.example to include a inventory_server_url = ↵MW2007-12-141-0/+2
| | | | http://127.0.0.1:8004 entry, seems that is the cause of a lot of people's inventory problems.
* From Michael Osias (IBM)Sean Dague2007-12-131-0/+3
| | | | | | | | | | | | | This patch makes some enhancements to the llRemoteData functions. The module is now a shared module, and allows remote data channels to be created among multiple regions in the same sim. The port is controlled from the remoteDataPort property under the [Network] section in OpenSim.ini. If this setting is not present or = 0, the module is disabled and no port is opened. llRemoteData commands have not effect when module is disabled.
* updated libopenjpeg-libsl-2.1.2.0.dylibJeff Ames2007-12-071-0/+0
|
* updated openjpeg-libsl.dllMW2007-12-071-0/+0
|
* Updates to LibSL revision 1498. Thanks Johan!Adam Johnson2007-12-072-0/+0
|
* added timer_Script to OpenSim.ini.exampleJeff Ames2007-12-071-0/+3
|
* * Applied MSSQL Patch from akokko, Thanks! akokkoTeravus Ovares2007-12-051-0/+6
| | | | | * This hasn't been tested in MSSQL mode, however it's been checked to make sure it doesn't cause any issues with mySQL/SQLlite
* * took a stab at #54lbsa712007-12-041-0/+0
|
* update prebuildSean Dague2007-11-281-0/+0
| | | | | | | | | | Nant files now obey the target out of prebuild.xml, so Linux users will be able to build as Debug Nant clean target now does the right thing (doesn't wipe out all of bin/) Prebuild's own prebuild system is broken due to the .exe workaround added a while ago, will register a bug for that seperately.
* * Experimental updated Linux ODE libraryTeravus Ovares2007-11-241-0/+0
|
* * added ttensy but important piece of knowledge to MySQL provider in ↵lbsa712007-11-191-0/+1
| | | | OpenSim.ini.example
* * Added example MySQL connectionstring to OpenSim.ini.examplelbsa712007-11-191-2/+2
|
* first stab at implementation of CopyInventoryItemJeff Ames2007-11-181-16/+16
|
* added dummy POS physics pluginJeff Ames2007-11-161-0/+1
|
* added libs for ode and openjpeg for intel mac osx to binJeff Ames2007-11-162-0/+0
|
* *** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM ↵lbsa712007-11-151-5/+5
| | | | | | | | | | | OpenSim.ini.example ** * Now moved region storage from region to application, so we have one storage per application, instead of one per region. * Changed so that the region store providers use connectionstrings, not filenames * Removed various unfit fields and properties (call me Darwin)
* * Added MySQLDataStore (adapted from MonoSqlitelbsa712007-11-151-4/+11
| | | | | | * Made startup a little bit more forgiving on dll load * Minor renamings and musings
* removed duplicate cloud.jp2 from bin directoryJeff Ames2007-11-141-0/+0
|
* Whoops! Missing cloud texture.Brian McBee2007-11-141-0/+0
|
* Another try: Fix moon bleeding over into linden grid. Need to clear your ↵Brian McBee2007-11-142-1/+8
| | | | cache to fix it.
* added IDs for all built-in animationsJeff Ames2007-11-131-11/+114
|
* * Implemented Walk Vs Run in ODE. Also helps make the walk look smoother.Teravus Ovares2007-11-121-0/+1
| | | | | * All thanks to unimplemented packet listing :D
* * Added a lot of Glue to help with reporting proper collisions.Teravus Ovares2007-11-121-0/+2
| | | | | | | | | | * ODE - Fixed the iscolliding property to report a static true when colliding. * Added reporting of collisions to call UpdateMovementAnimations * Added Jump - air animation (with arms outstretched). * Added Fall Animations * ODE - Added a small amount of X, Y motion control while jumping or Falling * ODE - Avatar movement animations are still a bit odd sometimes, and had to get this up there.
* enable typing animation for chat, maybeJeff Ames2007-11-121-0/+1
|