Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-06-12 | (no commit message) | MW | 1 | -222/+0 | |
2007-06-12 | Deleted ClientView.Grid.cs (Unused). | MW | 1 | -0/+29 | |
Added one or two new helper functions to ClientView. | |||||
2007-06-12 | More rearranging. | MW | 1 | -0/+0 | |
2007-06-11 | *Added and updated copyright headers on all files in both OpenSim and OGS | mingchen | 1 | -0/+27 | |
2007-06-10 | Prim creation working. | MW | 1 | -6/+15 | |
2007-06-07 | *Cleaned up namespaces, filenames, etc in OpenSim.RegionServer | mingchen | 1 | -196/+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 | -1/+2 | |
* 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-06-05 | * Removing dead comments | Adam Frisby | 1 | -3/+0 | |
2007-05-30 | We have successful login! | MW | 1 | -1/+1 | |
2007-05-30 | * Raised "MTU" factor in world map handling | Adam Frisby | 1 | -13/+13 | |
* Lowered instant-send regions, regions are now only automatically sent within a 10x10 area (was 100x100), this limits the maximum number of regions sent when opening the map from 10,000 to 100. | |||||
2007-05-30 | * Switched from ASCII encoding to llRetardedEncoding. | Adam Frisby | 1 | -1/+1 | |
2007-05-30 | * World map! Yay! | Adam Frisby | 1 | -1/+3 | |
* Using ASCII encoding for text not UTF8 encoding (causes the client to burp) * Cannot send uints via Nwc.XmlRpc - it asplodes and returns zero. | |||||
2007-05-30 | * Bugfixes. Still not appearing correctly however. | Adam Frisby | 1 | -3/+3 | |
2007-05-30 | * May have fixed issues with the world map. | Adam Frisby | 1 | -21/+27 | |
2007-05-27 | Should allow multiple worlds (and UDP servers) to be ran in one instance, ↵ | MW | 1 | -12/+6 | |
just missing backend comms and working Avatar/primitives classes. | |||||
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 | -24/+3 | |
the Grid servers can be a separate solution to the region server. | |||||
2007-05-21 | Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ↵ | MW | 1 | -5/+5 | |
, 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-20 | Add method to process for MapBlockRequest packets | morphw | 1 | -4/+25 | |
2007-05-16 | Yet more cleanup/refactoring | MW | 1 | -0/+7 | |
2007-05-16 | More refactoring. | MW | 1 | -1/+1 | |
Changed AuthenticateSession handling, now calls a method in UDPServer. (but is likely to change again soon) | |||||
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 | Added SimClientPacketHandlers.cs (moved the SimClient Packet handlers into it) | MW | 1 | -0/+156 | |