| Commit message (Expand) | Author | Files | Lines |
2007-11-20 | Reverting my POS changes. I need to think this through a bit more. | Brian McBee | 1 | -14/+14 |
2007-11-20 | *Huge* structural changes in ODE/OdePrim to get all of the calls in threadloc... | Teravus Ovares | 11 | -352/+425 |
2007-11-20 | POS physics. tweaking stair-climbing which broke with my last change | Brian McBee | 1 | -12/+14 |
2007-11-20 | POS physics: removed "stickiness" from avatars so they can slide along surfac... | Brian McBee | 1 | -10/+8 |
2007-11-19 | put in changes to only keep the last terrain revision. The current | Sean Dague | 1 | -0/+14 |
2007-11-19 | Tweaked for a possibility of 10 elements. | Teravus Ovares | 1 | -1/+1 |
2007-11-19 | * Added noisy debug information on the Verbose console to help debugging oddl... | Teravus Ovares | 1 | -0/+20 |
2007-11-19 | * Space allocation fix for prim outside region. >256 & <0. | Teravus Ovares | 1 | -0/+12 |
2007-11-19 | hopefully resolve mantis issue #10 by locking correcty around terrain methods | Sean Dague | 1 | -50/+54 |
2007-11-19 | Fixed - outside of bounds error. | Teravus Ovares | 1 | -1/+1 |
2007-11-19 | * Changed namespace | lbsa71 | 2 | -2/+0 |
2007-11-19 | fixed POS rotation with certain angles | Jeff Ames | 1 | -4/+4 |
2007-11-19 | added rotation support to POS | Jeff Ames | 1 | -4/+8 |
2007-11-19 | * Split space array structure into a two dimentional array instead of a singl... | Teravus Ovares | 1 | -27/+38 |
2007-11-19 | Added medium debug information to Verbose mode of the console about Prim/spac... | Teravus Ovares | 1 | -7/+72 |
2007-11-18 | * Copy/SpaceBorder Fix attempt number 3, hopefully the last | Teravus Ovares | 1 | -11/+21 |
2007-11-18 | * 2nd attempt to fix the Spaceborder/copy bug | Teravus Ovares | 1 | -1/+6 |
2007-11-18 | * Supressed the "not a module assembly" warning for verbosity reasons. | Adam Frisby | 1 | -2/+2 |
2007-11-18 | flying in POS should be a bit smoother | Jeff Ames | 1 | -4/+15 |
2007-11-18 | * Tentative Bug fix for OptikSL's intermittant Copy prim error. | Teravus Ovares | 1 | -13/+23 |
2007-11-18 | * Refactored IClientAPI.OutPacket to require a second mandatory parameter. T... | Teravus Ovares | 13 | -74/+76 |
2007-11-18 | cleaned up some mono compiler warnings | Jeff Ames | 12 | -77/+65 |
2007-11-18 | first stab at implementation of CopyInventoryItem | Jeff Ames | 5 | -43/+97 |
2007-11-18 | * Found several cases where prim set physical were not subscribing to physics... | Teravus Ovares | 5 | -0/+26 |
2007-11-18 | Made the background (ie empty space) colour of the exported map image blue. | MW | 1 | -0/+2 |
2007-11-18 | Added "export-map <filename>" console command to the region server that will ... | MW | 2 | -0/+56 |
2007-11-18 | Attempt to get World Map working in Grid mode, will need to be using the grid... | MW | 8 | -64/+99 |
2007-11-18 | For every problem there's a solution that is simple, neat and wrong. | Dalien Talbot | 1 | -4/+1 |
2007-11-18 | Looks like we're requesting the mapblocks for every agent - including | Dalien Talbot | 1 | -1/+4 |
2007-11-18 | Second try at having a bandaid for the multiple logins crash | Dalien Talbot | 1 | -1/+8 |
2007-11-18 | Revert the previous commit - indeed this needs to be fixed in a | Dalien Talbot | 1 | -9/+3 |
2007-11-18 | Trap the error during the logout with connections to multiple sims on | Dalien Talbot | 1 | -3/+9 |
2007-11-18 | Prevent the region crash in gridmode on bringing up the map | Dalien Talbot | 1 | -5/+13 |
2007-11-18 | Added handler for MapNameRequest - OnMapNameRequest | Dalien Talbot | 3 | -0/+11 |
2007-11-17 | improved avatar logic -- walk up low steps now, sorta | dan miller | 1 | -5/+21 |
2007-11-17 | minor POS tweak for speed | dan miller | 1 | -5/+4 |
2007-11-17 | * Fix Null comparison for Mono | Teravus Ovares | 1 | -2/+2 |
2007-11-17 | * Fixed space related SimCrasher ODE error when a prim disables itself becaus... | Teravus Ovares | 1 | -0/+37 |
2007-11-17 | * fixed goofy documentation error | Teravus Ovares | 1 | -1/+1 |
2007-11-17 | * Added decoding of the AgentThrottleBlock of the AgentThrottle packet. It's... | Teravus Ovares | 1 | -0/+55 |
2007-11-17 | Added ClickAction property to SceneObjectPart (and the relevant changes in IC... | MW | 3 | -4/+16 |
2007-11-17 | Out of a fog of alcohol and adenovirus, I present - POS! | dan miller | 2 | -32/+219 |
2007-11-17 | minor cleanup of some dodgy bits | Jeff Ames | 2 | -33/+15 |
2007-11-17 | added some POS gravity | Jeff Ames | 1 | -22/+17 |
2007-11-17 | * ODEPlugin Thinned the avatar out to average SL thin-ness. There's more wor... | Teravus Ovares | 1 | -2/+4 |
2007-11-17 | * ODEPlugin - fixed issue where resizing prim causes the prim's collision box... | Teravus Ovares | 1 | -2/+18 |
2007-11-16 | * Resolved the situation where prim is loaded from storage and when pushed ne... | Teravus Ovares | 4 | -23/+45 |
2007-11-16 | *Added the TimeDilation property to Scene | mingchen | 1 | -0/+5 |
2007-11-16 | * Trying a space/collision optimization technique in ODE. Let me know if you... | Teravus Ovares | 2 | -17/+41 |
2007-11-16 | More cleaning up when deleting regions from a instance. NOTE: IGridServices.D... | MW | 7 | -17/+28 |