aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/world/World.PacketHandlers.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-17More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵MW1-0/+1
class a bit and added a WorldBase class (that World now inherits from)
2007-05-16* here goes nothing...lbsa711-1/+1
2007-05-16* removed unused new-login.datlbsa711-14/+25
* cleared up verbose/noverbose/disableOutput douple negation confusion in ConsoleBase * 2d chat radius is now 3d chat sphere * removed unused fast 2d radius calc * added chat type 0xFF : broadcast (no sphere checking) * OpenSimMain now exposes its LocalWorld
2007-05-16started to refactor startup code and to move udp server code out to its own ↵MW1-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-13Changed to slightly better textures for the map: a blue one for the sea and ↵MW1-1/+1
one that if you stand at least 10 feet away from the screen and strain your eyes a bit and have really bad vision could maybe look like a island.
2007-05-13Added very basic support for maps (likely to only work in sandbox mode due ↵MW1-4/+26
to the non functioning remote asset server), also currently just uses textures that we already had added to the asset server (this is the first thing that needs fixing)
2007-05-1293 warnings in the compiler, 93 warnings appear, you fix one up, create two ↵Adam Frisby1-1/+1
more, 94 warnings in the compiler...
2007-04-25updated to use lastest version of libsl but is currently broke when using SL ↵MW1-3/+28
viewer 1.15.02, due to big changes in the message templates.
2007-04-25Small clean up of files and directoriesMW1-1/+1
2007-04-06**BREAKING CHANGE** Changing the way terrain is stored and used internally.Adam Frisby1-22/+4
2007-04-04Deleted OpenSim.Config/SimConfigDb4o, as it hasn't been used for a while now.MW1-0/+200
Split World class into two partial classes