aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/world/World.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-03-30Some very basic terraforming, can raise and lower the terrain, but currently ↵MW1-211/+250
only a very basic brush algorithm (and can't change the brushes size)
2007-03-28RIP OpenSimRoot. (removed)MW1-29/+71
Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch.
2007-03-27* revert the revert - begin the beguinelbsa711-11/+20
2007-03-27* Reverting todays work. It was worth a try.lbsa711-22/+11
2007-03-27* Continued refactoring away OpenSimRoot - now it's down to the final 2.lbsa711-11/+22
2007-03-27* Now there's one Console class, and instead the apps responds to cmd's and ↵lbsa711-1/+1
show's * Removed Golden Future TCP/SimChat options * Moved Ode.NET.dll to bin and changed prebuild accordingly (due to Prebuild limitations) * Normalized some namespaces * Added FxCop project * Added (temp disabled) Servers project (for great justice)
2007-03-24Uncommented linegareth1-1/+1
2007-03-24Applying Randomskk's patchesAdam Frisby1-1/+43
2007-03-23Fixed it so that a Avatar update shouldn't be sent every frame and none ↵MW1-0/+1
should be sent when not moving. Fixed the problem with sometimes Avatar Animations being updated every frame. New Asset uploads should now appear in the inventory all the time. Moved Animation names/ LLUUIDs to their own class (AvatarAnimations)
2007-03-22brought zircon branch into trunkgareth1-21/+26
2007-03-10A PhysX physics plugin (that actually uses physX now but currently only ↵MW1-3/+6
works on windows) Can now change direction when walking without stopping Flying works when using the Physx dll
2007-03-08Primitive's shape and scale are now saved into database and reloaded.MW1-2/+13
New ServerConsole command: regenerate - will regenerate the terrain of the whole sim.
2007-03-08Another attemp to fix the Session Logout bugMW1-19/+96
World map data is now saved in database and recovered on startup. Primitives are now backed up to a local database and reloaded on startup.
2007-03-07Primitives movement and rotation updates are now sent to all clientsMW1-1/+0
2007-03-07Hopefully fixed the Session logout bug.MW1-3/+4
Should now see avatars for other users connected to the same sim.
2007-03-07fixed last screwupgareth1-0/+0
2007-03-07Imported branchgareth1-0/+117