| Commit message (Expand) | Author | Files | Lines |
2008-08-27 | Mantis#1518. Thank you kindly, Zaki for a patch that: | Charles Krinke | 1 | -0/+17 |
2008-08-27 | Mantis#2047. Thank you kindly, Simsim for a patch that addresses: | Charles Krinke | 1 | -0/+4 |
2008-08-20 | Mantis #2003 - thank you, SachaMagne, for a patch that implements | Melanie Thielker | 1 | -0/+6 |
2008-08-19 | Fix region crossings and access to inventory after changing regions within | Melanie Thielker | 1 | -2/+3 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -4/+4 |
2008-08-16 | Mantis#1965. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 1 | -1/+15 |
2008-08-14 | Mantis #1946 | Melanie Thielker | 1 | -6/+17 |
2008-08-12 | Thanks, lulurun, for a patch that addresses inventory problems that occur | Mike Mazur | 1 | -0/+5 |
2008-08-08 | * All CheckRegion within an instance would use the same, global, bool for 'Av... | lbsa71 | 1 | -2/+1 |
2008-08-01 | * Drop cached inventory from the local region when a user crosses out into a ... | Justin Clarke Casey | 1 | -0/+2 |
2008-07-04 | mini-warnings-safari, plus cleanup of IUserServices method naming. | Dr Scofield | 1 | -1/+1 |
2008-06-28 | plumbing for multiple inventory servers. Mostly done on the region server side. | MW | 1 | -0/+1 |
2008-06-27 | move along, nothing to see here. just a couple of lazy variables. | Dr Scofield | 1 | -2/+2 |
2008-06-25 | added the flag param to IClientAPI.SendMapBlock | MW | 1 | -1/+1 |
2008-05-31 | * Implements UserServer logoff in a few situations | Teravus Ovares | 1 | -0/+13 |
2008-05-29 | Mantis#1411. Thank you kindly for Dataserver.cs and a patch | Charles Krinke | 1 | -0/+5 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -30/+30 |
2008-05-14 | From: Dr Schofield <hud@zurich.ibm.com> | Justin Clarke Casey | 1 | -2/+2 |
2008-05-14 | Formatting cleanup. | Jeff Ames | 1 | -2/+3 |
2008-05-13 | * Implemented ChildAgentDataUpdate throttle multiplier based on an inaccurate... | Teravus Ovares | 1 | -0/+7 |
2008-05-12 | * If a region running in grid mode fails to login to the grid service, startu... | Justin Clarke Casey | 1 | -0/+5 |
2008-05-01 | * Rolled back a few changes. | Adam Frisby | 1 | -265/+269 |
2008-05-01 | * Spring cleaning on Region.Environment. | Adam Frisby | 1 | -269/+265 |
2008-05-01 | * Assorted spring cleanings. | Adam Frisby | 1 | -1/+2 |
2008-04-26 | * Ooops, attachments now teleport/cross region borders along with your avatar... | Teravus Ovares | 1 | -0/+2 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -3/+4 |
2008-03-30 | This update has good news and bad news, first the bad. | Teravus Ovares | 1 | -5/+11 |
2008-03-25 | * Massaging CAPS setup/teardown log messages | Justin Clarke Casey | 1 | -1/+1 |
2008-03-25 | * Print out the exception stacks of resolution failures, temporarily | Justin Clarke Casey | 1 | -2/+3 |
2008-03-25 | * Temporary hack to swallow neighbour contact problems on startup (in respons... | Justin Clarke Casey | 1 | -1/+4 |
2008-03-25 | * Tear down CAPS and http handlers when an agent leaves a region (via crossin... | Justin Clarke Casey | 1 | -1/+10 |
2008-03-23 | * Start passing around a region server's http port in RegionInfo. | Justin Clarke Casey | 1 | -1/+2 |
2008-03-22 | * Miscellaneous comment before I found out that mantis 807 probably isn't an ... | Justin Clarke Casey | 1 | -2/+6 |
2008-03-22 | * Catch the occasional resolution exception that comes out of SceneCommunicat... | Justin Clarke Casey | 1 | -3/+20 |
2008-03-20 | * First draft resolution of mantis 777, 734, 389 - scripts do not save in non... | Justin Clarke Casey | 1 | -2/+6 |
2008-03-20 | Another poxy patch which consists mainly of logging changes (some already com... | Justin Clarke Casey | 1 | -2/+1 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -27/+26 |
2008-03-02 | Change handler001 through handler009 to more | Charles Krinke | 1 | -32/+32 |
2008-02-22 | * Converted the last of the events to the private delegate instance method to... | Teravus Ovares | 1 | -18/+32 |
2008-02-20 | * Cleanup of some memory consuming items on ScenePresence.Close(). | Teravus Ovares | 1 | -8/+18 |
2008-02-16 | Some changes to remove some of the direct calls to CommsManager from Scene, s... | MW | 1 | -0/+40 |
2008-02-11 | * um, Prim crossings? Experimental. | Teravus Ovares | 1 | -5/+14 |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -17/+19 |
2008-01-26 | * Added a try/catch handler around childdataupdates because the enumeration i... | Teravus Ovares | 1 | -10/+17 |
2008-01-22 | * Enabled dead region tracking for ChildAgentDataUpdates | Teravus Ovares | 1 | -16/+17 |
2008-01-21 | * Shutting down child agents properly in neighbor regions. | Teravus Ovares | 1 | -12/+52 |
2008-01-20 | Graceful failure of teleport to unavailable regions might actually work now. | Brian McBee | 1 | -2/+14 |
2008-01-20 | Check if remote simulator is up before attempting teleport. Teleport to a rem... | Brian McBee | 1 | -4/+10 |
2008-01-19 | checking return code may make failed teleports fail more gracefully. | Brian McBee | 1 | -17/+19 |
2008-01-15 | * Mother of all commits: | Adam Frisby | 1 | -1/+1 |