Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-06-10 | Renamed folder | MW | 1 | -219/+0 | |
2007-06-10 | Started to rename "OpenSim.World" to "OpenSim.Region" for lbsa71 as we aim ↵ | MW | 1 | -1/+1 | |
to please! | |||||
2007-05-31 | Added a few summary comments to OpenSim.World files | MW | 1 | -0/+82 | |
2007-05-30 | As its my last commit for the day, it just looks better to leave it on a ↵ | MW | 1 | -1/+1 | |
even revision number | |||||
2007-05-30 | Attempt to enable chat, but seems to be a problem with the distances | MW | 1 | -2/+13 | |
2007-05-27 | Should allow multiple worlds (and UDP servers) to be ran in one instance, ↵ | MW | 1 | -155/+20 | |
just missing backend comms and working Avatar/primitives classes. | |||||
2007-05-26 | Goodbye World | MW | 1 | -0/+0 | |
2007-05-26 | Die WebFrontEnd, Die Grid class! | MW | 1 | -108/+1 | |
2007-05-24 | All back and no one suspected a thing. | MW | 1 | -2/+2 | |
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 | -19/+130 | |
the Grid servers can be a separate solution to the region server. | |||||
2007-05-24 | * Reduced effect of terraforming brushes by 1000%. | Adam Frisby | 1 | -4/+4 | |
* Added new exportImage() function to BasicTerrain which will output a gradient-mapped image of the terrain which can be uploaded to the grid for things like world map images. (shiinnny), will update later with an improved version using the bilinear quad method employed in client terrain rendering. * Rebuild project & build files for basicterrain with System.Drawing dependency. Prebuild updated. | |||||
2007-05-22 | More refactoring. | MW | 1 | -0/+14 | |
2007-05-21 | More work on adding Events to ClientView (and registering to handle those ↵ | MW | 1 | -36/+62 | |
events in Avatar and World) | |||||
2007-05-21 | Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ↵ | MW | 1 | -40/+16 | |
, 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-17 | More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵ | MW | 1 | -0/+1 | |
class a bit and added a WorldBase class (that World now inherits from) | |||||
2007-05-16 | * here goes nothing... | lbsa71 | 1 | -1/+1 | |
2007-05-16 | * removed unused new-login.dat | lbsa71 | 1 | -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-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-13 | Changed to slightly better textures for the map: a blue one for the sea and ↵ | MW | 1 | -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-13 | Added very basic support for maps (likely to only work in sandbox mode due ↵ | MW | 1 | -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-12 | 93 warnings in the compiler, 93 warnings appear, you fix one up, create two ↵ | Adam Frisby | 1 | -1/+1 | |
more, 94 warnings in the compiler... | |||||
2007-04-25 | updated to use lastest version of libsl but is currently broke when using SL ↵ | MW | 1 | -3/+28 | |
viewer 1.15.02, due to big changes in the message templates. | |||||
2007-04-25 | Small clean up of files and directories | MW | 1 | -1/+1 | |
2007-04-06 | **BREAKING CHANGE** Changing the way terrain is stored and used internally. | Adam Frisby | 1 | -22/+4 | |
2007-04-04 | Deleted OpenSim.Config/SimConfigDb4o, as it hasn't been used for a while now. | MW | 1 | -0/+200 | |
Split World class into two partial classes |