| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
remove unnecessary terrain stores at region startup
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
all TerrainEngine.LoadFromFileX(string filename) methods don't set the dirty bits in heightmap.diff[,] in contrast to the TerrainEngine.LoadFromFileX(string filename, int dimensionX, int dimensionY, int lowerboundX, int lowerboundY) cousins. this has the unpleasant drawback that the Scene.SendTerrainUpdate(bool) will not send layer data to the client.
the attached patch fixes all LoadFromFileX(.) methods.
Thanks!
* Also small build fix for AvatarFactoryModule
|
|
|
|
| |
raise land)
|
| |
|
|
|
|
|
|
| |
http://opensimulator.org/mantis/bug_view_page.php?bug_id=490
|
|
|
|
|
|
| |
* Patch from Sophie Lee [webmage] - IBM. Thanks very much!
|
|
|
|
| |
for later removal/replacement.
|
|
|
|
|
|
| |
Changed LogBase to ConsoleBase, which handles console I/O.
This is mostly an in-place conversion, so lots of refactoring can still be done.
|
|
|
|
| |
should be much more responsive.
|
|
|
|
| |
tool + amount + apply;
|
|
|
|
| |
better.
|
|
|
|
| |
elevated with positive or negative values
|
|
|
|
|
|
|
| |
* Cleaned up copyright notices in AssemblyInfo.cs's
* Added Copyright headers to a bunch of files missing them
* Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
|
|
|
|
|
|
|
| |
* shortened references
* Removed redundant 'this'
* Normalized EOF
|
|
|
|
|
| |
* Added osTerrainGetHeight(int x, int y) to LSL commands
|
|
|
|
| |
modifications
|
|
|
|
|
|
| |
* SelectAABB + Radio Button Action + 'brush size' + Apply works now.
* There's something wrong with the byte for brush size that causes it to be unpredictable sometimes causing massive spikes. This appears to have always been this way, however it's more noticeable now that you can apply the effect to a selection of terrain.
|
|
|
|
| |
notice of doom
|
|
|
|
|
|
|
| |
* Added SSL Option to User Server to allow logins to be done via SSL.
* Added sane handling for when Remote Admin Plugin configuration is not found
* Added some performance boosts to an area of libTerrain which was highlighted in profiling.
|
|
|
|
| |
was upside down.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Shortened type references
* Removed redundant 'this' qualifier
|
| |
|
|
|
|
|
|
|
| |
the region corner due to a zero vector.
* Bonus Commit: Fixed the Raster class in libTerrain.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Attempted fix for lag/pause when doing lots of updates.
* Some naming fixes to libTerrain.
* Refactored terrain bitmap generation into a common call for both world map and export.
General:
* Switched some calls to Console.WriteLine to use MainLog.Warn/Verbose/Notice.
|
| |
|
|
|
|
|
|
| |
* Default Terrain algorithm now produces something slightly less mountainous.
* Fixed lolcat
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Added preliminary IRegionModule interface.
Also have a work in progress way of Modules registering optional API methods (kind of like Apache optional functions). But there must be a cleaner/nicer way in c# of doing these than the current way.
Added three work in progress modules: ChatModule (simple handles in world chat, but by moving this to a module, we could support other types of chat modules, ie like a irc - opensim bridge module. ) , AvatarProfilesModule and XferModule.
Moved most of the code from Scene.ModifyTerrain() into the BasicTerrain library, as the start of trying to make that more modular.
Stopped Child agents showing up as part of the "show users" command.
|
| |
|
|
|
|
|
|
|
| |
terrain commands on a specific sim.
* Made arguments for terrain save grdmap optional. Uses defaultstripe if no argument specified.
|
| |
|
|
|
|
| |
somehow they had got out of sync with the terrain.
|
|
|
|
|
|
| |
One last try at getting the X and Y all set straight.
|
|
|
|
|
|
| |
One last array with X and Y flipped. Terrain load-tile should be working now.
|
|
|
|
|
| |
This time I think I have BOTH terrain rotation AND terraforming working. Could those of you with large terrain maps please test this thoroughly?
|
|
|
|
|
|
| |
Backing out previous change to GetHeights1D. Terrain should now load with the correct rotation, but terraforming is now broken again.
|
|
|
|
|
| |
Fix for terraforming: now works across the region, not just when x=y! Wahoo!
|
| |
|
| |
|
|
|
|
|
|
| |
* RAW/HiRAW export modes now work again
* Filename variables (such as %x%) now work correctly when loading or saving multiple tiles.
|
| |
|
| |
|
|
|
|
|
|
| |
* Added "terrain smooth" command
* Added "terrain clip" command
|