aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Terrain.BasicTerrain/OpenSim.Terrain.BasicTerrain.dll.build (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-241-44/+0
| | | | the Grid servers can be a separate solution to the region server.
* * Reduced effect of terraforming brushes by 1000%.Adam Frisby2007-05-241-0/+1
| | | | | | * 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.
* * TortoiseSVN has an annoying red icon over stuff, this means I probably ↵Adam Frisby2007-05-191-43/+43
| | | | | | | changed something. * Updated solution files & build files via prebuild.
* Added session IDs to the grid management agentgareth2007-05-181-43/+43
|
* More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵MW2007-05-171-43/+43
| | | | class a bit and added a WorldBase class (that World now inherits from)
* rebuilt build filesgareth2007-05-161-43/+43
| | | | | | Imported crappy monodevelop GTK# manager app (tis embarrassing)
* Added OpenSimApplication as a base class to OpenSimMainMW2007-05-161-43/+43
|
* FIXED THE BUILD!gareth2007-05-161-43/+43
|
* updated Build/project files to include the new projects and new files.MW2007-05-151-43/+43
| | | | | Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
* Added skeleton master service managergareth2007-05-131-43/+43
|
* * deleted bin directorieslbsa712007-05-081-43/+43
| | | | | | * ignored bin directories * regenerated nant files
* Copied gridserver ready to convert to asset servergareth2007-04-291-43/+43
| | | | | | I'M THAT NUTS!!!!!!!!
* === Dedicated to Jesse. ===lbsa712007-04-221-43/+43
| | | | | | * Deleted empty directory
* Added OpenGridProtocol class - start of the new TCP-based intersim protocol, ↵gareth2007-04-211-43/+43
| | | | | | | | | very basic skeleton First commit since we lost JesseMalt - Dedicated to their memory
* Changed so that a bin\ScriptEngines\ directory will be searched for ↵MW2007-04-111-43/+43
| | | | | | | scripting Engines. Added the work in progress JVM scripting engine.
* Added POST handler for /sims/ in the grid servergareth2007-04-111-43/+43
| | | | | | | | | Removed asset/user config in grid mode in the region server Added "create user" command in the user server console Begun buggy code to send sim details to the grid at startup Drank whole pack of red bull in one night and made stupid jokes in SVN logs and C# comments
* * built binaries, pdb's and user files should not be under version control.lbsa712007-04-111-0/+43
* updated vs2005 and nant targets * added some build files * ignored some binaries, pdb's and user files