| Commit message (Expand) | Author | Files | Lines |
2008-11-08 | Mantis #2553: Thank you, idb, for a fix that helps to persist changes in prim... | Homer Horwitz | 1 | -0/+8 |
2008-11-08 | * Added IClientChat to IClientCore | Adam Frisby | 1 | -16/+3 |
2008-11-08 | * Ported InstantMessageModule to IClientCore | Adam Frisby | 1 | -6/+11 |
2008-11-08 | * Implemented OnClientConnect in Scene EventManager | Adam Frisby | 1 | -0/+16 |
2008-11-08 | Work in progress on SECS stuff. Have been holding it off until after 0.6 rele... | Tedd Hansen | 2 | -3/+0 |
2008-11-08 | * Added IClientIM to IClientCore interfaces | Adam Frisby | 7 | -44/+47 |
2008-11-08 | Added necessary locking to LandManagementModule. As it is used by several | Homer Horwitz | 1 | -143/+239 |
2008-11-08 | Small bugfix for RemoveNeighbourRegion | Homer Horwitz | 1 | -1/+1 |
2008-11-08 | * Made ClientLoop non-infinite, ClientLoop will now disengage when the client... | Adam Frisby | 1 | -30/+19 |
2008-11-08 | * Implementing first of the 0.6 IClientAPI Changes | Adam Frisby | 1 | -12/+39 |
2008-11-08 | Fix llParseString* to create LSLStrings. This makes llListFindList work | Melanie Thielker | 1 | -19/+19 |
2008-11-08 | Add some discovery code, laying groundwork for region-crossing scripts | Melanie Thielker | 3 | -3/+29 |
2008-11-08 | Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. | Jeff Ames | 2 | -2/+29 |
2008-11-08 | Remove part of another patch that would cause DNE to nuke the sim in it's | Melanie Thielker | 1 | -2/+0 |
2008-11-08 | Refactor IEventReceiver back into IScriptEngine | Melanie Thielker | 15 | -105/+110 |
2008-11-07 | * Correct catch changed on last commit, since I just realized I started makin... | Justin Clarke Casey | 1 | -1/+1 |
2008-11-07 | * minor: Remove mono compiler warning | Justin Clarke Casey | 1 | -1/+1 |
2008-11-07 | * Apply http://opensimulator.org/mantis/view.php?id=2582 | Justin Clarke Casey | 4 | -66/+40 |
2008-11-07 | * Fix bug in r7162 where avatars could not move | Justin Clarke Casey | 4 | -28/+30 |
2008-11-07 | * refactor: cleanup AllocateLocalPrimId() a bit more | Justin Clarke Casey | 9 | -31/+19 |
2008-11-07 | * Rename PrimIDAllocate() to more effectively convey what it does, and put th... | Justin Clarke Casey | 6 | -14/+15 |
2008-11-07 | * Remove next local id from SceneBase | Justin Clarke Casey | 2 | -12/+0 |
2008-11-07 | * minor: Just some tidy up of log messages, etc. | Justin Clarke Casey | 1 | -13/+5 |
2008-11-07 | * Stop requiring local ids in the SOG constructors. | Justin Clarke Casey | 8 | -35/+38 |
2008-11-07 | * refactor: stop unnecessary passing of scene to sog copy constructor | Justin Clarke Casey | 1 | -6/+2 |
2008-11-07 | * Stop prim attach being signalled twice (it is already been done outside Att... | Justin Clarke Casey | 1 | -5/+1 |
2008-11-07 | * Remove more UpdateParentIDs() calls that are now duplicates | Justin Clarke Casey | 3 | -9/+2 |
2008-11-07 | * Apply http://opensimulator.org/mantis/view.php?id=1883 | Justin Clarke Casey | 1 | -22/+8 |
2008-11-07 | * Stop now unnecessary separate local id allocation for restored objects | Justin Clarke Casey | 2 | -9/+2 |
2008-11-07 | * refactor: allocate local ids to prims only when an object is attached to a ... | Justin Clarke Casey | 5 | -19/+37 |
2008-11-07 | * Apply patch in http://opensimulator.org/mantis/view.php?id=2397 | Justin Clarke Casey | 1 | -0/+5 |
2008-11-07 | Change teleport timings | Melanie Thielker | 1 | -2/+2 |
2008-11-07 | Fixing up some remaining attachment issues | Melanie Thielker | 1 | -6/+4 |
2008-11-07 | Attachments, attachments, and, did I say attachments? | Melanie Thielker | 16 | -136/+177 |
2008-11-07 | * Fix half of the issue behind the long standing 'UseCircuitCode' packet spam... | Teravus Ovares | 1 | -0/+2 |
2008-11-06 | * Remove SceneObjectPart.AttachToScene() since the remaining instruction can ... | Justin Clarke Casey | 2 | -16/+2 |
2008-11-06 | * Fix test failure in CSCodeGeneratorTest.TestJumps() | Justin Clarke Casey | 1 | -1/+1 |
2008-11-06 | * eliminate unnecessary ScheduleFullUpdate() | Justin Clarke Casey | 1 | -2/+0 |
2008-11-06 | Mantis #2571 | Melanie Thielker | 2 | -2/+9 |
2008-11-06 | Update svn properties, minor formatting cleanup. | Jeff Ames | 2 | -2/+2 |
2008-11-06 | * refactor: Attach a scene object to a scene separately from its construction | Justin Clarke Casey | 9 | -85/+84 |
2008-11-06 | * minor: remove some mono compiler warnings | Justin Clarke Casey | 3 | -2/+4 |
2008-11-06 | Add missing TeleportStart packets to llTeleportAgentHome and osTeleportAgent. | Homer Horwitz | 2 | -0/+4 |
2008-11-06 | * minor: Make some 'startup config failed to load' log messages more consistent | Justin Clarke Casey | 4 | -8/+26 |
2008-11-06 | a little bit more refactoring of startup | MW | 2 | -6/+10 |
2008-11-06 | * refactor: Split BeginRecieve() into BeginReceive() and BeginRobustReceive() | Justin Clarke Casey | 2 | -11/+19 |
2008-11-06 | * Stop passing along epSender explicitly where we are really using the consta... | Justin Clarke Casey | 1 | -5/+5 |
2008-11-06 | * test: Add assert checking that the circuit which trigger the socket excepti... | Justin Clarke Casey | 2 | -1/+4 |
2008-11-06 | * Test to ensure that the udp server stays active after receiving a SocketExc... | Justin Clarke Casey | 3 | -16/+50 |
2008-11-06 | Thank you kindly, Diva for a patch that: | Charles Krinke | 1 | -5/+10 |