| Commit message (Expand) | Author | Files | Lines |
2007-05-24 | Some more code refactoring, plus a restructuring of the directories so that t... | MW | 43 | -8504/+0 |
2007-05-24 | * Reduced effect of terraforming brushes by 1000%. | Adam Frisby | 1 | -4/+4 |
2007-05-24 | * Simulators should no longer require all their neighbours to be online to ac... | Adam Frisby | 1 | -32/+39 |
2007-05-22 | and some more refactoring. | MW | 1 | -2/+0 |
2007-05-22 | More refactoring. | MW | 5 | -16/+27 |
2007-05-21 | More work on adding Events to ClientView (and registering to handle those eve... | MW | 7 | -124/+221 |
2007-05-21 | Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ,... | MW | 21 | -522/+561 |
2007-05-21 | Increased version number to 0.2! ZOMG! | gareth | 1 | -1/+1 |
2007-05-21 | * minor refactoring for readability (and to lessen greed) | lbsa71 | 3 | -25/+30 |
2007-05-20 | Didn't want to get left behind in the number of commits, and hey it says ther... | MW | 2 | -5/+0 |
2007-05-20 | * Reverted libterrain update | lbsa71 | 1 | -29/+21 |
2007-05-20 | call RequestMapBlocks | morphw | 1 | -1/+3 |
2007-05-20 | Add method to process for MapBlockRequest packets | morphw | 1 | -4/+25 |
2007-05-19 | Border crossing back to mostly working, still seems a problem in that you nee... | MW | 4 | -4/+31 |
2007-05-19 | Added the echo method for template checksum handling (idea from Hegemons_Logi... | MW | 1 | -120/+0 |
2007-05-19 | Moved CheckSumServer (and added UDPServerBase ) to OpenSim.Servers | MW | 1 | -1/+0 |
2007-05-19 | Added a CheckSumServer (handles template checksum , so there is no longer the... | MW | 3 | -25/+158 |
2007-05-19 | Number of small changes | MW | 4 | -68/+74 |
2007-05-19 | * TortoiseSVN has an annoying red icon over stuff, this means I probably chan... | Adam Frisby | 2 | -127/+114 |
2007-05-18 | Added session IDs to the grid management agent | gareth | 1 | -90/+90 |
2007-05-18 | add 1 to global Y posn when exceeding 255 local Y. Was adding 1 to global X.... | morphw | 1 | -2/+2 |
2007-05-17 | forgot a .ToString() on AgentID | MW | 1 | -1/+1 |
2007-05-17 | Hopefully everything is working again | MW | 2 | -4/+14 |
2007-05-17 | Attempt 2 | MW | 2 | -18/+8 |
2007-05-17 | Attempt to fix trunk which someone broke <looks innocent> | MW | 5 | -4/+7 |
2007-05-17 | * more refactoring and error message | lbsa71 | 1 | -8/+15 |
2007-05-17 | * refactored a bit and added error msg | lbsa71 | 1 | -31/+45 |
2007-05-17 | Check it builds before you commit | MW | 1 | -0/+5 |
2007-05-17 | Some work on the new SceneObject and primitive2 classes | MW | 1 | -0/+54 |
2007-05-17 | More OO and abstract goodness for Gareth to drool over. Cleaned up the World ... | MW | 6 | -527/+662 |
2007-05-16 | rebuilt build files | gareth | 2 | -344/+344 |
2007-05-16 | Updating nant/solution files. | Adam Frisby | 1 | -41/+33 |
2007-05-16 | * sing loud, sing proud, sing from the heart | lbsa71 | 3 | -4/+2 |
2007-05-16 | * here goes nothing... | lbsa71 | 1 | -1/+1 |
2007-05-16 | * uncommented offending code | lbsa71 | 1 | -7/+0 |
2007-05-16 | Renamed OpenSimApplicationBase again this time to RegionServerBase | MW | 3 | -5/+27 |
2007-05-16 | Moved the OpenSimMain class into the OpenSim.exe project | MW | 4 | -8/+9 |
2007-05-16 | Added OpenSimApplication as a base class to OpenSimMain | MW | 4 | -120/+173 |
2007-05-16 | a bit more refactoring | MW | 4 | -13/+20 |
2007-05-16 | FIXED THE BUILD! | gareth | 2 | -89/+90 |
2007-05-16 | Quite big change to how Sessions/circuits are Authenticated. Seems to work ok... | MW | 8 | -61/+208 |
2007-05-16 | * removed unused new-login.dat | lbsa71 | 3 | -28/+35 |
2007-05-16 | Yet more cleanup/refactoring | MW | 3 | -20/+41 |
2007-05-16 | More refactoring. | MW | 10 | -678/+479 |
2007-05-16 | * deleted some user files | lbsa71 | 1 | -38/+30 |
2007-05-16 | UDPServer enabled, should no longer be any udp server code in OpenSimMain. | MW | 2 | -133/+37 |
2007-05-16 | started to refactor startup code and to move udp server code out to its own c... | MW | 15 | -249/+449 |
2007-05-15 | made QueItem a nested class in SimClient. | MW | 2 | -1/+12 |
2007-05-15 | Added RemoveAvatar() method to physics plugins, should be called on log out (... | MW | 2 | -0/+8 |
2007-05-15 | Worked on Asset server, asset downloads (from server to sim) now work. | MW | 3 | -4/+15 |