Justin Clark-Casey (justincc)
|
fe8d3d5a2b
Revert "Merge remote branch 'otakup0pe/mantis5110'"
|
14 years ago |
Jonathan Freedman
|
69acf9c79b
* additional serveruri cleanup
|
14 years ago |
Jonathan Freedman
|
32ccc7a9d9
* refactor refactor refactor ServerURI 4 lyfe
|
14 years ago |
John Hurliman
|
0db1ed0b5a
* Added ISimulationDataService and IEstateDataService
|
14 years ago |
Justin Clark-Casey (justincc)
|
b8c58e5f9f
reinsert functionality to debug log more levels of incoming and outgoing client protocol packets
|
14 years ago |
Justin Clark-Casey (justincc)
|
3cd7761d65
Report exception message as well as stack trace if a region fails to register with the grid service in grid mode
|
14 years ago |
Melanie
|
ae554a48d0
Add some maptile options, change maptile generation from OpenSimBase to Scene
|
14 years ago |
randomhuman
|
8eeb3f2fd2
Updated the create_region command in the RemoteAdmin plugin to properly support estates without seeking further input on the console.
|
14 years ago |
Justin Clark-Casey (justincc)
|
5f5c65e4ba
refactor: move more map tile generation code from scene to IWorldMapModule
|
14 years ago |
Melanie
|
5a071dc798
Move loading of parcels to before script start. Scripts using parcel functions
|
14 years ago |
Diva Canto
|
b233a4b2ca
* Fixed spamming the assets table with map tiles. The tile image ID is now stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone.
|
14 years ago |
Diva Canto
|
42f978a478
* HGScene is no more.
|
15 years ago |
Melanie
|
10f8c2ea9b
Merge branch 'master' into presence-refactor
|
15 years ago |
Diva Canto
|
77e43f4801
Fixed a couple of bugs with Appearance. Appearance is all good now.
|
15 years ago |
Diva Canto
|
4e7c449c5a
This fixes the problem that region modules (new style) weren't being recognized.
|
15 years ago |
Diva Canto
|
c5ea783526
OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.
|
15 years ago |
Diva Canto
|
001d369568
CommunicationsManager deleted.
|
15 years ago |
Diva Canto
|
dc4bbf6065
All Framework.Communications.Clients and Framework.Communications.Services deleted, including old LoginService.
|
15 years ago |
Diva Canto
|
49618dc102
Moved GridInfo service from where it was to Handlers/Grid
|
15 years ago |
Melanie
|
3c90d834ea
Remove all references to master avatar, replacing with estate owner where
|
15 years ago |
Melanie
|
81d5a4b6d8
Remove "login disable", "login enable" and "login status" commands.
|
15 years ago |
Justin Clark-Casey (justincc)
|
88ead9ee63
pass all command parameters to load/save oar, not just the filename
|
15 years ago |
John Hurliman
|
a41cd1d069
* Unregister Mono.Addins event handlers in PluginLoader.Dispose() and always handle PluginLoader with the using pattern. This freed up 121,634,796 bytes on my system
|
15 years ago |
Justin Clark-Casey (justincc)
|
b6678faf34
* Apply http://opensimulator.org/mantis/view.php?id=3933
|
15 years ago |
John Hurliman
|
429a84f390
Beginning work on the new LLUDP implementation
|
15 years ago |
Melanie
|
6878b26b0d
Merge branch 'diva-textures-osgrid'
|
15 years ago |
John Hurliman
|
387e9f7a7f
* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework)
|
15 years ago |
Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
15 years ago |
Diva Canto
|
5757afe766
First pass at the heart surgery for grid services. Compiles and runs minimally. A few bugs to catch now.
|
15 years ago |
Diva Canto
|
902279f0fd
Moved the property RegionLoginsEnabled from GridComms to the Scene -- not the scene itself but SceneCommunicationService, for now. Beginning to clear the code from using Region.Communications. grid stuff.
|
15 years ago |