aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* OpenSim/Region/Terrain.BasicTerrain/TerrainEngine.csBrian McBee2007-08-061-43/+26
| | | | | This time I think I have BOTH terrain rotation AND terraforming working. Could those of you with large terrain maps please test this thoroughly?
* OpenSim/Region/Terrain.BasicTerrain/TerrainEngine.csBrian McBee2007-08-061-1/+18
| | | | | | Backing out previous change to GetHeights1D. Terrain should now load with the correct rotation, but terraforming is now broken again.
* Re-added Grid mode. (which had got removed/disabled in revision 1515)MW2007-08-063-12/+21
|
* * yet another mini-shape-commitlbsa712007-08-061-0/+21
|
* * commands are done foreach instead of by [i]lbsa712007-08-063-13/+22
| | | | | * fixed 'show users' format bug.
* * renamed some scene to worldlbsa712007-08-065-112/+16
| | | | | * passing on NotImplemented from Update()
* * The empty Regions dir now back in svnlbsa712007-08-060-0/+0
|
* * encapsulated firstname/lastname on ScenePresencelbsa712007-08-067-55/+65
| | | | | | | * fixed 'users' console command * minor refactorings
* * minor refactoringslbsa712007-08-067-14/+14
|
* ... and here's the second part...lbsa712007-08-0644-0/+0
|
* Part 1 of a two-part commit to change caps of 'scripting' dir...lbsa712007-08-0644-0/+0
|
* * Now we have boxes. Yay!lbsa712007-08-068-97/+88
| | | | | | * Removed unused SendPrimitiveToClient that didn't have rot.
* * SimpleApp works again:lbsa712007-08-067-53/+51
| | | | | | | | | | | * NetworkServersInfo settable without config file * DefaultHomeLoc throws if getted before setted * Removed nonsensical sandbox distinction * Refactored default config file creation * Some more small refactorings on shapes
* And its license file.MW2007-08-041-0/+23
|
* Guess I should add the Nini.dll as wellMW2007-08-041-0/+0
|
* clean up of startup config settings (command line args etc),MW2007-08-046-102/+72
| | | | | | | Now using the Nini configuration library (suggest we look into using this for the rest of our config handling, as it provides a standard interface for command line args, INI files, Xml files, .NET config files, and windows registry). One IMPORTANT change is that to TO START GRIDMODE , you need to now use -gridmode=true . Also need someone to test it under mono. (there is a dll that has been compiled under mono available, just hoping that we don't have to deal with separate dlls for windows and linux.
* OpenSim/Region/Terrain.BasicTerrain/TerrainEngine.csBrian McBee2007-08-041-1/+1
| | | | | Fix for terraforming: now works across the region, not just when x=y! Wahoo!
* * More work on PermissionManager - going AFK for a bit.Adam Frisby2007-08-041-38/+79
|
* * More work on PermissionManagerAdam Frisby2007-08-042-5/+44
|
* * Little more cleaning of EstateManager - still needs packets to be moved, ↵Adam Frisby2007-08-041-43/+103
| | | | but general functionality has been abstracted.
* * Extracted and refactored several large methods. Needs moving of packet ↵Adam Frisby2007-08-041-148/+172
| | | | handling into ClientView.
* OpenSim/Region/Environment/Scenes/ScenePresence.csBrian McBee2007-08-031-4/+4
| | | | | More tuning of regioncrossing variables. I made tolerances a little too tight with the last patch.
* OpenSim/Region/Physics/BasicPhysicsPlugin/BasicPhysicsPlugin.cs, ↵Brian McBee2007-08-032-14/+14
| | | | | | | OpenSim/Region/Environment/Scenes/ScenePresence.cs Fix for array out-of-bounds error in basicphysics.
* * a very small first step with shape wrapperslbsa712007-08-031-37/+26
|
* changed the properties so that most of them only take up one line per get/set.MW2007-08-032-127/+38
|
* * Changed some nameslbsa712007-08-032-42/+42
|
* ATTENTION!!! Change to default to "sandbox" (did we come up with a better ↵Brian McBee2007-08-031-5/+5
| | | | name yet?) mode. Added -gridmode switch to run that way.
* Changes to prepare for future possible configuration of separate logdir, ↵Brian McBee2007-08-0311-18/+95
| | | | configdir, datadir.
* Yet another commit related to the SceneObject rewrites.MW2007-08-032-5/+12
|
* Yet another commit related to the SceneObject rewrites.MW2007-08-031-4/+13
|
* and more work on those classes. Think they are just about ready to begin ↵MW2007-08-033-5/+107
| | | | hooking them up.
* Ditto...More work on the AllNewSceneObject* classes.MW2007-08-032-6/+75
|
* More work on the AllNewSceneObject* classes.MW2007-08-034-4/+125
|
* *Estate settings are now saved in their own configuration file called ↵mingchen2007-08-033-46/+685
| | | | estate_settings.xml using the configuration system.
* Fixes flying glitch (hang) when crossing region boundariesBrian McBee2007-08-021-4/+4
|
* * Terrain load variables now work. HiRAW exporter works wonderfully. :DAdam Frisby2007-08-021-5/+8
|
* * Fixed several issues with TerrainAdam Frisby2007-08-021-8/+13
| | | | | | * RAW/HiRAW export modes now work again * Filename variables (such as %x%) now work correctly when loading or saving multiple tiles.
* * Added new "terrain add" command.Adam Frisby2007-08-021-0/+5
|
* specify openjpeg with explicit path to current directory. Needed in some Sean Dague2007-08-021-2/+2
| | | | | | linux environments.
* (no commit message)Brian McBee2007-08-025-6/+6
|
* Some more work on SceneObject/ Primitive rewrites (slowly getting there)MW2007-08-022-11/+127
|
* Changed a couple of method in PermissionManager from private to protected to ↵MW2007-08-022-4/+3
| | | | fix the error that ckrinke just reported
* * Added support for CreateLink to LSL Interpreted APIAdam Frisby2007-08-022-1/+111
| | | | | * Added new "PermissionManager" which handles access to protected resources for users. (ie editing other peoples objects, etc)
* * Fixed Issue#249 - Terrain reverting without baking crashes the simulator.Adam Frisby2007-08-011-0/+1
|
* * Attempted to Fix an issue whereby X and Y coordinates on terrain brushes ↵Adam Frisby2007-08-011-6/+6
| | | | were reversed.
* * Fixed terrain fill commandAdam Frisby2007-08-011-0/+11
| | | | | | * Added "terrain smooth" command * Added "terrain clip" command
* * Fixed an assorted group of bugs with tiled terrain import.Adam Frisby2007-08-011-6/+6
|
* * Added load-tile terrain command to correspond with previous commit.Adam Frisby2007-08-011-0/+13
|
* * F32 Terrain load function written to support loading tiles from a larger ↵Adam Frisby2007-08-011-0/+42
| | | | heightmap.
* Commiting whitespace changes, as this used hard tabs instead of theSean Dague2007-08-011-15/+9
| | | | | 4 spaces found everywhere else.