aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)29-47/+45
Thanks to Kira for this patch from http://opensimulator.org/mantis/view.php?id=6845
2013-11-15If a local land ID is given to the "land show" command, then output to ↵Justin Clark-Casey (justincc)1-54/+126
console the full details of that parcel. Using "land show" without a land ID still outputs a summary of parcels in the region
2013-11-13Fix bug where removing a physical linkset would only decrement the Active ↵Justin Clark-Casey (justincc)2-2/+73
Objects statistic by 1 instead of by the number of prims removed. Unlike LL, OpenSimulator currently uses this stat to record the number of prims in the physics simulation, even when they are at rest. Added regression test for this case.
2013-11-13Update OpenSim.32BitLaunch.exe and Robust.32BitLaunch.exe to .NET 4 versions.justincc3-126/+202
Also fixes some issues in associated solution files
2013-11-09Add initial test for checking that specifying a parameter in LSL ↵Justin Clark-Casey (justincc)1-0/+64
state_entry() generates a syntax error. Same for other events to follow at a later date.
2013-11-08Make admin_save_oar request submit a request ID and log this for tracking.Justin Clark-Casey (justincc)1-4/+14
Previous behaviour of always logging 'name' is unhelpful since this actually an error message parameter which is only filled out if an error has occurred
2013-11-05add support for particle glow LSL functionsdahlia1-0/+12
2013-11-05add support for particle blending LSL functionsdahlia1-1/+15
2013-11-06Added sending (for now hard-coded) sim isze in SendMapBlockSplit()Latif Khalifa1-0/+6
2013-11-06Add IncomingPacketsResentCount clientstack statisticsJustin Clark-Casey (justincc)1-0/+23
This records how many packets were indicated to be resends by clients Not 100% reliable since clients can lie about resends, but usually would indicate if clients are not receiving UDP acks at all or in a manner they consider timely.
2013-11-05Record individual region bot disconnects in pCampbot logJustin Clark-Casey (justincc)1-5/+12
2013-11-05minor: comment out "SetLastPosition" GridUserService debug message for now.Justin Clark-Casey (justincc)1-1/+2
2013-11-05Fix a race condition where pCampbot actions could continue even if a bot had ↵Justin Clark-Casey (justincc)1-1/+1
disconnected.
2013-11-02If the LSL state_entry() event definition contains any parameters, then ↵Justin Clark-Casey (justincc)4-7471/+7692
generate syntax error as seen on the LL grid This is done through the parser and so generates the same syntax error message if any parameters are wrongly specified for this event. We were already enforcing event names in the parser. This is only for state_entry so far as an initial test of the approach - appears to work correctly.
2013-11-01add null check for jpeg2000 sculpt image decode failure. Note: the ↵dahlia1-0/+9
j2kDecodeCache folder should be cleared after updating to this revision so that sculpts containing alpha can be re-decoded and successfully meshed.
2013-11-01discard alpha in 4-plane sculpt textures before generating physics proxy meshdahlia1-12/+7
2013-11-01For individual bots, seed random number generator with a random number from ↵Justin Clark-Casey (justincc)1-1/+1
BotManager rather than Environment.Tickcount Otherwise, since bots are now created all at once, a bunch will get exactly the same tickcount and hence number sequences
2013-10-31add new particle system blending rule enumerationsdahlia1-1/+5
2013-11-01minor: change "bot" pCampBot help cateogry to "Bots"Justin Clark-Casey (justincc)1-12/+12
2013-10-31Start counting resent packets in the places that I missed when the stat was ↵Justin Clark-Casey (justincc)2-0/+8
first added a few commits ago
2013-10-31minor: remove mono compiler warnings in AvatarPickerSearchModule and ↵Justin Clark-Casey (justincc)2-7/+3
UploadBakedTextureModule
2013-10-31Add OutgoingPacketsResentCount clientstack stat.Justin Clark-Casey (justincc)2-1/+32
This allows one to monitor the total number of messages resent to clients over time. A constantly increasing stat may indicate a general server network or overloading issue if a fairly high proportion of packets sent A smaller constantly increasing stat may indicate a problem with a particular client-server connection, would need to check "show queues" in this case.
2013-10-31add new LSL constants associated with new "ribbon", "glow", and "blend" ↵dahlia1-0/+13
particle system functionality. Note that this does *not* complete required server side changes for implementing the new particle system
2013-10-31minor: update pCampbot usage/help statementJustin Clark-Casey (justincc)1-4/+4
2013-10-30Make "fcache status" command also display information on disk/mem cache hit ↵Justin Clark-Casey (justincc)1-18/+38
rate that is currently only displayed if LogLevel >=1 in [AssetCache] config
2013-10-30Put fcache commands output to console, not logJustin Clark-Casey (justincc)1-28/+25
2013-10-29Give the caller AddMapTile a valid reason response if this failed due to ↵Justin Clark-Casey (justincc)1-8/+11
blank response from server or connection failure. Raise log lines which indicate problems to warning from debug
2013-10-28Remove legacy sqlite lines added internally by OpenSimulator to the ↵Justin Clark-Casey (justincc)3-8/+1
[Startup] section. These are long unused but confusingly will be seen in the [Startup] section on a "config save".
2013-10-26BulletSim: update collision flags to make sure they fit in the shorts provided.Robert Adams1-7/+7
2013-10-24minor: Add commented out code for apparent passing of texture IDs in ↵Justin Clark-Casey (justincc)1-0/+26
ObjectProperties UDP replies to viewer Not yet shown that this is used or resolves a bug where not all textures appear on objects with an "XML with textures" upload from singularity 1.8.3 Proper texture entries are actually present and appear properly on relog, but not on select from viewer until at least one face texture is changed.
2013-10-24Show texture ids for full object/part info console commmdsJustin Clark-Casey (justincc)1-1/+16
2013-10-24Comment out LLUDPServer.BroadcastPacket() to reduce code complexity. ↵Justin Clark-Casey (justincc)1-38/+38
Appears to be a never used method.
2013-10-24Only set the data present event if we actually queued an outoing packet (not ↵Justin Clark-Casey (justincc)1-4/+17
if we sent immediately)
2013-10-23BulletSim: change collision flags for groundplane to not interact with ↵Robert Adams4-7/+13
static objects. Reorder collision flag setting code for terrain to fit pattern used elsewhere.
2013-10-18Call ScriptSleep() instead of llSleep() in routine for llEmail.Kevin Cozens1-1/+1
Signed-off-by: teravus <teravus@gmail.com>
2013-10-17After finishing to edit an attachment, let other avatars see the changes. ↵Oren Hurvitz2-8/+4
(The changes weren't visible before because updates to attachments aren't sent while the attachment is selected.)
2013-10-16Corrected estateID to EstateID on getEstates function at PGSQLEstateData.csFernando Oliveira1-1/+1
2013-10-16* One More thing, add an appdomain data element to ensure that we don't ↵Fernando Oliveira2-4/+15
duplicate the assembly resolving.
2013-10-16* Fixes mantis mantis 0006803 [PGSQL] - Simulator crashes - ↵Fernando Oliveira2-0/+47
Mono.Security.dll missing. The root of the issue is that the Postgres driver relies on Mono.Security.dll from the mono project. Unfortunately, when using Mono, including the dll in the distribution causes conflicts. This solution puts Mono.Security.dll in bin/lib/NET/ and, if windows .NET is the runtime, informs the assembly loader to load bin/lib/NET/Mono.Security.dll when .NET is scanning for the Mono.Security namespace. On Mono, the included Mono.Security assembly is ignored.
2013-10-15BulletSim: implement the SL bug where VEHICLE_HOVER_UP_ONLY disablesRobert Adams1-0/+12
the vehicle buoyancy if the vehicle is above its hover height. This is a known misfeature of this vehicle flag which has been accepted since it would break too many implementations. The problem is noticed when creating a jetski-like vehicle that jumps over sand bars. A boat normally is configured with neutral buoyancy and hovering at water height. When it jumps the sandbar, it needs to have gravity applied to get back to water level.
2013-10-15Fixed rezzing coalesced objects from a prim's inventoryOren Hurvitz5-134/+188
Previously only the first object in the Coalesced Object was rezzed. Now all the objects are rezzed.
2013-10-15Added support for attachments to group notices when using Flotsam groups.Kevin Cozens1-50/+122
2013-10-15* Fixes mantis #6802 Simulator crashes whist loading (lighshare enabled)fernando4-9/+40
* Please test
2013-10-15Made terrain uploads thread-safeOren Hurvitz4-22/+45
2013-10-12Fernando Oliveira's Postgress SQL Server Data Connector as a single commit.Fernando Oliveira40-0/+11892
* Added PostGreSQL support * Added MySQL/MySQLXGroupData.cs * PostgreSQL data access implementation * PostgreSQL dll binarie and RegionStore.migrations * Migrations Scripts from MSSQL to POSTGRES * Postgres SQL Type fixes * Postgres SQL Connection string * Data type issues * more fixes * tests and +tests * UUID x string - FIGHT! * Fixed PG types to internal csharp types * More data type fix (PostgreSQL fields are case sensitive) :( * more field case sensitive fixes * changed the migration files to be case sensitive for fields. * fixed fields case * finished converting, now search for hidden bugs. * some more fixes * bool type fixed * more case fixes; * creatorID case fixed * case fields fixed * fixed default now() for TMStamp fields with don't allow nulls. * fix case sensitve for Region name and Estate name * fixed case for names for search * fix class name Error * Bug fixed on select and migrations * Un-Reverting my change due to Postgres issue with the ILIKE function * Fixed some issued for Diva Distro * Fixes for integration with Diva Distro * Added System.Core to prebuild.xml for PG project * Configured to make DIff for Push to OpenSim Project * Diffs only to PostgreSQL mods.
2013-10-11BulletSim: Fix snap back from edge of region problem. Mantis 6794.Robert Adams1-2/+13
2013-10-09* Add a session concurrency option per key. Allows developer/config to ↵teravus4-23/+102
specify number of concurrent requests on a service.
2013-10-07* Remove a test *cleanup*teravus1-10/+2
2013-10-07* Move the BasicDOSProtector.cs to OpenSim.Framework (all useful classes ↵teravus1-1/+29
belong there.....) * Add an IsBlocked(string Key) method so it can be used more generically. (think.. if we want to rate limit login failures, we could have a call in the Login Service to IsBlocked(uuid.ToString()) and ignore the connection if it returns true, if IsBlocked returns false, we could run the login information and if the login fails we could run the Process method to count the login failures.
2013-10-07* Refactorteravus7-415/+218
* Break out common BasicDOSProtector code into separate class.