Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-06-12 | And some more! | MW | 1 | -59/+0 | |
2007-06-11 | *Added and updated copyright headers on all files in both OpenSim and OGS | mingchen | 1 | -0/+27 | |
2007-06-07 | *Cleaned up namespaces, filenames, etc in OpenSim.RegionServer | mingchen | 1 | -192/+0 | |
NOTES: *ClientView is now in the namespace OpenSim.RegionServer.Client *Scripting is now in the namespace OpenSim.RegionServer.scripting *Other various cleaning | |||||
2007-06-05 | * Added proper copyright notices to everything (1/3) | Adam Frisby | 1 | -0/+27 | |
2007-06-05 | * Removed MainConsole.Instance.WriteLine completely | Adam Frisby | 1 | -3/+4 | |
* Now exists MainConsole.Instance.Error/Warn/Notice/Verbose -- use those instead * Removed some instances of System.Console use - aiming to depreciate this in favour of MainConsole completely. | |||||
2007-05-27 | Should allow multiple worlds (and UDP servers) to be ran in one instance, ↵ | MW | 1 | -1/+0 | |
just missing backend comms and working Avatar/primitives classes. | |||||
2007-05-26 | Die WebFrontEnd, Die Grid class! | MW | 1 | -136/+2 | |
2007-05-24 | Starts to readd the changes from revisions 768,769 and 770 before Adam ↵ | MW | 1 | -32/+39 | |
notices they got lost in the restructuring. | |||||
2007-05-24 | Renamed the new Directories. (removed the "-Source" from the end of them) | MW | 1 | -0/+0 | |
2007-05-24 | Some more code refactoring, plus a restructuring of the directories so that ↵ | MW | 1 | -39/+32 | |
the Grid servers can be a separate solution to the region server. | |||||
2007-05-24 | * Simulators should no longer require all their neighbours to be online to ↵ | Adam Frisby | 1 | -32/+39 | |
accept user connections. | |||||
2007-05-21 | Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ↵ | MW | 1 | -1/+1 | |
, switching to a event based system (World/Avatar register as event handlers). It is possible that I've broke something with this commit but it doesn't matter as I'll just hide and no one will find me. | |||||
2007-05-19 | Number of small changes | MW | 1 | -42/+42 | |
2007-05-18 | add 1 to global Y posn when exceeding 255 local Y. Was adding 1 to global ↵ | morphw | 1 | -2/+2 | |
X. Good eyes makomk | |||||
2007-05-17 | forgot a .ToString() on AgentID | MW | 1 | -1/+1 | |
2007-05-17 | Attempt 2 | MW | 1 | -16/+6 | |
2007-05-17 | Attempt to fix trunk which someone broke <looks innocent> | MW | 1 | -1/+1 | |
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-16 | started to refactor startup code and to move udp server code out to its own ↵ | MW | 1 | -0/+0 | |
class (currently not being used though) so that a single instance can handle multiple regions (each will need to be listening on a separate udp port) | |||||
2007-05-15 | Turned SimClient into a partial class (and added SimClient(Grid), so that ↵ | MW | 1 | -0/+146 | |
grid mode specific code can be kept separate) Fixed the ServiceManager project (added reference to System.Xml to its project in prebuil.xml) |