| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Implemented Walk Vs Run in ODE. Also helps make the walk look smoother. | Teravus Ovares | 2007-11-12 | 1 | -1/+18 |
* | * Added a lot of Glue to help with reporting proper collisions. | Teravus Ovares | 2007-11-12 | 1 | -3/+43 |
* | enable typing animation for chat, maybe | Jeff Ames | 2007-11-12 | 1 | -2/+19 |
* | Patch from Mathias Soeken (thanks Mathias!) to take care of the color | Dalien Talbot | 2007-11-11 | 2 | -1/+33 |
* | fixed chatting while sitting | Jeff Ames | 2007-11-11 | 1 | -5/+9 |
* | * adds flag in OpenSim.ini for disabling physical prim. Look at OpenSim.ini.... | Teravus Ovares | 2007-11-11 | 4 | -12/+16 |
* | * Moved BulletX off of the 'constant terse update' method. It now only sends... | Teravus Ovares | 2007-11-09 | 1 | -4/+7 |
* | * Fixed occasional character drift caused by sim not sending the avatar's fin... | Teravus Ovares | 2007-11-08 | 2 | -0/+14 |
* | fixed non-ASCII chat and IM | Jeff Ames | 2007-11-08 | 1 | -1/+1 |
* | converted hard-coded chat type values to ChatTypeEnum | Jeff Ames | 2007-11-08 | 1 | -2/+2 |
* | * Added Rotational Velocity reporting for Client Interpolation to Terse Updates | Teravus Ovares | 2007-11-08 | 2 | -4/+29 |
* | move Sun into a Region Module, pass 1. Currently this works fine with | Sean Dague | 2007-11-07 | 2 | -3/+4 |
* | refactored some duplicate SceneObjectGroup searching code in Scene | Jeff Ames | 2007-11-07 | 2 | -236/+98 |
* | * Substituted som 'GenericCall' with Action<> | lbsa71 | 2007-11-05 | 1 | -20/+24 |
* | Started to cleanup/close down childagent connections when a user teleports. ... | MW | 2007-11-05 | 4 | -14/+61 |
* | * UpdateWearable should SendOurAppearance | lbsa71 | 2007-11-05 | 1 | -0/+2 |
* | Thank you, Teravus for: Solution for 'after using physical prim with MonoSql... | Charles Krinke | 2007-11-05 | 1 | -1/+5 |
* | removed duplicated BOMs | Jeff Ames | 2007-11-05 | 2 | -2/+2 |
* | Some more refactoring | MW | 2007-11-04 | 5 | -195/+254 |
* | normalized line endings | Jeff Ames | 2007-11-04 | 2 | -867/+867 |
* | Applying Teravus patch # 557. Some glue code for the updating of prim's veloc... | MW | 2007-11-04 | 1 | -4/+34 |
* | Added support for OpenSim application plugins (as requested by Adam), which u... | MW | 2007-11-04 | 4 | -53/+57 |
* | Fixes a bug with a ZERO Quaternion when creating a prim. | darok | 2007-11-03 | 1 | -4/+8 |
* | Modifications for prim movement. For now only in Mod. BulletX, but i think it... | darok | 2007-11-03 | 2 | -5/+90 |
* | First part of Scene refactoring: | MW | 2007-11-03 | 6 | -756/+1069 |
* | tiny commit to prepare for the first proper part of Scene.cs refactoring. | MW | 2007-11-03 | 1 | -17/+13 |
* | Changes in BulletXPlugin: Added new class BulletXActor class inherits from Ph... | darok | 2007-11-03 | 4 | -16/+24 |
* | * Diuerse beavtificatems | lbsa71 | 2007-11-01 | 5 | -71/+77 |
* | Thank you, Melanie for solving: When receiving an ObjectAdd packet, the Rotat... | Charles Krinke | 2007-11-01 | 3 | -8/+21 |
* | Thank you Melanie for a patch to SceneObjectPart.cs so that on first transmis... | Charles Krinke | 2007-11-01 | 1 | -2/+19 |
* | fixed bug with user not getting land properties on login | Jeff Ames | 2007-10-31 | 1 | -0/+2 |
* | some small changes | MW | 2007-10-31 | 1 | -6/+7 |
* | fixed filenames in log messages | Jeff Ames | 2007-10-31 | 3 | -4/+4 |
* | made illogical bitwise operations logical | Jeff Ames | 2007-10-31 | 2 | -3/+3 |
* | Thank you Teravus, very much, for a 'jump', 'crouch' and 'inertia' patch for ... | Charles Krinke | 2007-10-31 | 1 | -4/+35 |
* | Tevarus' patch for object flags & implemented Phantom edits | dan miller | 2007-10-30 | 5 | -5/+129 |
* | Step one on the long march towards grid based inventory. Introduction of an I... | Tleiades Hax | 2007-10-30 | 1 | -1/+1 |
* | temporary fix for sitting collisions in ODE | Jeff Ames | 2007-10-30 | 1 | -9/+58 |
* | * Optimized usings | lbsa71 | 2007-10-30 | 14 | -256/+228 |
* | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H... | MW | 2007-10-29 | 10 | -15/+12 |
* | * Removed AssetNotFound as it crashes client | lbsa71 | 2007-10-29 | 1 | -37/+43 |
* | * ModuleLoader: Privatized some too-public fields | lbsa71 | 2007-10-29 | 3 | -42/+55 |
* | Started the process of cleaning up AssetCache and moving most of the code int... | MW | 2007-10-29 | 2 | -2/+19 |
* | Added preliminary support for sitting on prims | Jeff Ames | 2007-10-28 | 1 | -16/+77 |
* | * Added prototypical AvatarFactory module interface to load avatar parameters | lbsa71 | 2007-10-26 | 3 | -53/+52 |
* | Region ground texture was not marked as temporary, when being created, and as... | Tleiades Hax | 2007-10-26 | 1 | -0/+1 |
* | * Added XMLRPC Controller Module to OpenSimMain which allows XML-RPC queries ... | Adam Frisby | 2007-10-25 | 2 | -1/+8 |
* | * Removed plenty more untagged console messages. Everything now has shiny gro... | Adam Frisby | 2007-10-22 | 2 | -4/+3 |
* | * Return of R2162. /Take that SVN!/ | Adam Frisby | 2007-10-22 | 1 | -4/+4 |
* | * Made EstateSetting static since there's only one instance, and we only need... | lbsa71 | 2007-10-22 | 1 | -8/+16 |