| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a typo in the SQLite DLL config and amend the instructions for running on... | Marck | 2011-03-23 | 1 | -1/+1 |
* | Typo fix | BlueWall | 2011-03-22 | 1 | -1/+1 |
* | More SQLite work. | BlueWall | 2011-03-22 | 3 | -0/+4 |
* | Upgrade SQLite: | BlueWall | 2011-03-18 | 3 | -0/+1 |
* | Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately. | Justin Clark-Casey (justincc) | 2011-03-09 | 1 | -0/+0 |
* | Update MySql.Data.dll to version 6.3.6. | Justin Clark-Casey (justincc) | 2011-03-09 | 1 | -0/+0 |
* | Parameterizes the view distance used to compute and manage | Mic Bowman | 2011-02-22 | 1 | -0/+7 |
* | Changed default directory for storing map tile images from remote regions. | Marck | 2011-02-16 | 3 | -3/+3 |
* | Catch HttpServer exception: mantis #5381 | Diva Canto | 2011-02-15 | 2 | -0/+0 |
* | Fixed a couple of tests in the HttpServer. Not sure if this is enough. Mantis... | Diva Canto | 2011-02-12 | 2 | -0/+0 |
* | In SQLiteSimulationData.RemoveLandObject(), don't manually remove the row fro... | Justin Clark-Casey (justincc) | 2011-02-11 | 1 | -0/+0 |
* | minor: Add some more information to the mesh_sculpted_prim [PHYSICS] setting | Justin Clark-Casey (justincc) | 2011-02-11 | 1 | -0/+3 |
* | Added a config var to HGInventoryAccessModule called OutboundPermission that ... | Diva Canto | 2011-02-04 | 3 | -0/+19 |
* | Make UUID 3a367d1c-bef1-6d43-7595-e88c1e3aadb3 reference a full alpha texture. | Justin Clark-Casey (justincc) | 2011-02-03 | 1 | -0/+9 |
* | Add groups cache timeout setting for Flotsam Groups back to OpenSimDefaults.ini | Justin Clark-Casey (justincc) | 2011-01-28 | 1 | -0/+5 |
* | Make FireAndForgetWrapper a singleton class | BlueWall | 2011-01-13 | 1 | -0/+0 |
* | Moved the map tile processing used by the Simian Grid | Mic Bowman | 2011-01-08 | 1 | -0/+8 |
* | WARNING: simulator config var change! This affects only system-facing configs... | Diva Canto | 2010-12-27 | 4 | -3/+9 |
* | Replaced the HttpServer_OpenSim.dll with one compiled for .NET 3.5 (the last ... | Diva Canto | 2010-12-18 | 3 | -2989/+2989 |
* | Replaced HttpServer_OpenSim.dll with a version that locks certain ops in Http... | Diva Canto | 2010-12-18 | 1 | -0/+0 |
* | remove now unused subversion serialization backup config | Justin Clark-Casey (justincc) | 2010-12-17 | 1 | -12/+3 |
* | remove broken and unmaintained subversion serialization module and it's assoc... | Justin Clark-Casey (justincc) | 2010-12-17 | 16 | -0/+0 |
* | tidy up the [Groups] section in OpenSim.ini.example | Justin Clark-Casey (justincc) | 2010-12-17 | 2 | -12/+12 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | justincc | 2010-12-15 | 8 | -27/+53 |
|\ |
|
| * | Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink. | Marck | 2010-12-13 | 5 | -7/+25 |
| * | Fixed wrong configuration variable names. | Diva Canto | 2010-12-11 | 1 | -3/+1 |
| * | update libode for 64 bit linux to r1755 (post 0.11.1) from ode 0.10.1 | Justin Clark-Casey (justincc) | 2010-12-10 | 1 | -0/+0 |
| * | Make configs consistent, as per mantos #5258 | Diva Canto | 2010-12-09 | 3 | -17/+27 |
| * | Update ode.dll to r1754 | justincc | 2010-12-09 | 1 | -0/+0 |
* | | replace ode.dll with one built without asserts turned on | justincc | 2010-12-15 | 1 | -0/+0 |
* | | Update ode.dll to r1755 | justincc | 2010-12-09 | 1 | -0/+0 |
|/ |
|
* | Update libode.so to r1755. | Justin Clark-Casey (justincc) | 2010-12-09 | 1 | -0/+0 |
* | Remove old Freeswitch configurations | Melanie | 2010-12-07 | 1 | -33/+0 |
* | Only force prim persistence before delete if the prim is the result of an unp... | Justin Clark-Casey (justincc) | 2010-12-03 | 1 | -0/+2 |
* | Deleted obsolete config files from old OpenSim.Grid. | Diva Canto | 2010-12-01 | 5 | -121/+0 |
* | Creator information preserved upon HG transfers. | Diva Canto | 2010-11-26 | 2 | -0/+10 |
* | WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ... | Diva Canto | 2010-11-25 | 3 | -13/+40 |
* | Finish the standalone mode freeswitch work and add config examples | Melanie | 2010-11-21 | 2 | -39/+28 |
* | Correct an error in Robust.ini.example | Melanie | 2010-11-21 | 1 | -1/+1 |
* | Start implementing Freeswitch in ROBUST | Melanie | 2010-11-21 | 1 | -0/+13 |
* | Fix: Write asset data into Asset.db when using SQLite | Marck | 2010-11-13 | 2 | -0/+6 |
* | Delete existing presences for a user ID when they log in again. | Melanie | 2010-11-05 | 1 | -0/+3 |
* | Fix config items. Less used / expert items go in OpenSimDefaults.ini | Melanie | 2010-11-03 | 2 | -3/+3 |
* | Admin Server can now bind to a private ip address | mores | 2010-11-03 | 1 | -0/+3 |
* | Fix logins and avatar appearance. Contains a Migration. May contain nuts. | Melanie | 2010-10-30 | 1 | -28/+0 |
* | * Thank you lkalif for fixing the {array[array[]]} json OSD serialization issue. | Teravus Ovares (Dan Olivares) | 2010-10-30 | 7 | -17065/+17065 |
* | Clarify comment for configuration option Check4096 and show the default value. | Marck | 2010-10-30 | 2 | -3/+5 |
* | Set async_packet_handling = true by default | Justin Clark-Casey (justincc) | 2010-10-30 | 1 | -1/+2 |
* | Rename the new default texture to be consistent with the others | Melanie | 2010-10-29 | 2 | -1/+1 |
* | Add a default alpha layer | Melanie | 2010-10-29 | 1 | -0/+0 |