| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove PhysXPlugin and wrappers. | Justin Clark-Casey (justincc) | 2012-02-21 | 5 | -1001/+0 |
* | More improvements on agent position updates: if the target sims fail, blackli... | Diva Canto | 2012-02-20 | 1 | -5/+2 |
* | One more tweak related to the previous 2 commits. | Diva Canto | 2012-02-19 | 1 | -1/+3 |
* | Amend to last commit. This should have been committed too. | Diva Canto | 2012-02-19 | 1 | -1/+1 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2012-02-19 | 3 | -10/+11 |
|\ |
|
| * | Use localy defined name, TPFlags, for Constants.TeleportFlags | BlueWall | 2012-02-19 | 1 | -6/+6 |
| * | Fix:Fly setting for Parcel dosen't work http://opensimulator.org/mantis/view.... | PixelTomsen | 2012-02-19 | 1 | -1/+2 |
| * | Fix:OmegaX, OmegaY and OmegaZ not saved for child prims http://opensimulator.... | PixelTomsen | 2012-02-19 | 1 | -3/+3 |
* | | A few more tweaks on position updates and create child agents. Mono hates con... | Diva Canto | 2012-02-19 | 3 | -11/+23 |
|/ |
|
* | This should smooth movement in heteregeneous networks by a lot: cache the reg... | Diva Canto | 2012-02-18 | 2 | -2/+40 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | BlueWall | 2012-02-18 | 1 | -1/+4 |
|\ |
|
| * | Report an error if the required native Windows ODE library can't be found. | Justin Clark-Casey (justincc) | 2012-02-18 | 1 | -1/+4 |
* | | Route logins according to Estate, Telehub and TeleportFlags | BlueWall | 2012-02-18 | 1 | -2/+4 |
* | | Propagate our teleport flags on logins | BlueWall | 2012-02-18 | 1 | -1/+4 |
|/ |
|
* | Fix a bug where changing shape parameters of a child prim in a linkset would ... | Justin Clark-Casey (justincc) | 2012-02-18 | 1 | -2/+2 |
* | On Windows automatically load the correct native ODE library depending on whe... | Justin Clark-Casey (justincc) | 2012-02-18 | 2 | -3/+24 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Dan Lake | 2012-02-17 | 16 | -71/+378 |
|\ |
|
| * | Add new and updated script events | Robert Adams | 2012-02-17 | 2 | -3/+67 |
| * | Merge branch 'master' of /home/opensim/src/opensim | BlueWall | 2012-02-17 | 1 | -0/+21 |
| |\ |
|
| | * | Fix missing telehub handling on login | BlueWall | 2012-02-17 | 1 | -0/+21 |
| * | | Make osNpcStopAnimation() call AvatarStopAnimation() rather than AvatarPlayAn... | Justin Clark-Casey (justincc) | 2012-02-17 | 1 | -1/+1 |
| * | | Merge branch 'master' of /home/opensim/src/opensim | BlueWall | 2012-02-16 | 1 | -2/+4 |
| |\ \
| | |/ |
|
| | * | Remove some debugging output form the logger | BlueWall | 2012-02-16 | 1 | -2/+4 |
| * | | minor formatting changes from last commit (4486n7d) | Justin Clark-Casey (justincc) | 2012-02-16 | 1 | -4/+3 |
| * | | Fix: Object owned by the group does not return to the last owner http://opens... | PixelTomsen | 2012-02-16 | 3 | -2/+8 |
| * | | Turn off logging on test in last commit (2b84295). | Justin Clark-Casey (justincc) | 2012-02-16 | 1 | -1/+1 |
| * | | If shape properties fail SOP parsing (e.g. due to commas instead of decimal p... | Justin Clark-Casey (justincc) | 2012-02-16 | 2 | -12/+155 |
| |/ |
|
| * | Correct a bug introduced in 1f402fdf (Feb 7 2012) where the delete friends gr... | Justin Clark-Casey (justincc) | 2012-02-16 | 1 | -3/+3 |
| * | Add known identity informatio nto log message if an exception is thrown durin... | Justin Clark-Casey (justincc) | 2012-02-16 | 1 | -36/+53 |
| * | Comment out "experimental" log message printed out whenever a physics mesh wa... | Justin Clark-Casey (justincc) | 2012-02-16 | 1 | -2/+2 |
| * | Fix some logic mistakes where firstly osNpcCreate() without options was creat... | Justin Clark-Casey (justincc) | 2012-02-16 | 3 | -5/+20 |
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2012-02-15 | 4 | -23/+101 |
| |\ |
|
| * | | In ObjectTortureTests, run garbage collector on Teardown and run scene loop u... | Justin Clark-Casey (justincc) | 2012-02-15 | 3 | -7/+47 |
* | | | Added the TriggerAvatarAppearanceChanged to EventManager. It's triggered by A... | Dan Lake | 2012-02-17 | 2 | -0/+28 |
| |/
|/| |
|
* | | Refactor appearance saving for NPC to use AvatarFactoryModule interface. | Dan Lake | 2012-02-14 | 3 | -15/+38 |
* | | Fix a race condition in the simian groups connector. When requests were | Mic Bowman | 2012-02-13 | 1 | -8/+63 |
|/ |
|
* | Fix: get embedded objects from Notecard fails with activated FreeSwitchVoiceM... | PixelTomsen | 2012-02-14 | 1 | -3/+3 |
* | Add some more data to the new user connection logging for debug purposes. | Justin Clark-Casey (justincc) | 2012-02-14 | 1 | -3/+3 |
* | short circuit the expensive parts of the permission checking code | Mic Bowman | 2012-02-13 | 1 | -1/+6 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2012-02-13 | 7 | -20/+101 |
|\ |
|
| * | correct the default avatar_terminal_velocity value that I accidentally left i... | Justin Clark-Casey (justincc) | 2012-02-11 | 1 | -1/+1 |
| * | Clamp ODE character velocity. Make ODE falling character 54m/s by default. | Justin Clark-Casey (justincc) | 2012-02-11 | 2 | -1/+53 |
| * | Make ScenePresence.MovementFlag a private only settable value to reduce compl... | Justin Clark-Casey (justincc) | 2012-02-11 | 1 | -7/+4 |
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | BlueWall | 2012-02-10 | 1 | -9/+20 |
| |\ |
|
| | * | Fix an npc delete race condition with LSL sensors where an initial presence c... | Justin Clark-Casey (justincc) | 2012-02-10 | 1 | -9/+20 |
| * | | Merge branch 'master' of /home/opensim/var/repo/opensim | BlueWall | 2012-02-10 | 2 | -3/+12 |
| |\ \
| | |/ |
|
| | * | Fix bug where somebody taking a copy of an object they didn't own that was re... | Justin Clark-Casey (justincc) | 2012-02-10 | 2 | -3/+12 |
| * | | Fix: Covenant view fails after updates or cache-clean see mantis http://opens... | PixelTomsen | 2012-02-10 | 1 | -0/+12 |
| |/ |
|
* | | On object deserialization, go back to logging errors at DEBUG level rather th... | Justin Clark-Casey (justincc) | 2012-02-13 | 1 | -5/+9 |
|/ |
|
* | Fix: Unable to remove AV from friend list (sqldb-bug) http://opensimulator.or... | PixelTomsen | 2012-02-10 | 1 | -7/+7 |