aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.sln (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-24* "create user" command now works with the MySQL Data Storage Engine on the ↵Adam Frisby1-120/+81
userserver.
2007-06-13* Changed some more sort order issueslbsa711-94/+133
* Updated vs2005 files as well
2007-06-09Commiting solutions - may compile now?Adam Frisby1-120/+81
2007-06-08*Added Estate Tools for terrain texturing, terrain texturing heights per ↵mingchen1-82/+121
corner, water height, region flags, etc basic settings *Parcel now sends ParcelProperties when the owner changes information as soon as the information is changed
2007-06-07*Forgot to initialize estateSettings variable in RegionInfoBasemingchen1-121/+82
2007-06-07*Cleaned up namespaces, filenames, etc in OpenSim.RegionServermingchen1-82/+121
NOTES: *ClientView is now in the namespace OpenSim.RegionServer.Client *Scripting is now in the namespace OpenSim.RegionServer.scripting *Other various cleaning
2007-06-07*Added support to change most of a parcel's settings and flags (from the ↵mingchen1-121/+82
about land box) *Added the rest of the member variables relating to parcels in the ParcelData class
2007-06-05* Fixed OGS buildAdam Frisby1-90/+120
* Converted to new console interfaces * Fixed other minor issues which somehow snuck in
2007-06-04Parcel Manager Changes:mingchen1-0/+9
*Added Parcel Backup Support for DB4. Other storages currently do not save *Added parcelIDList in ParcelManager to speed up parcel fetching at position *Added ParcelData.cs and ParcelData class for better storage support *Documentation for parcel added *2 Parcel Related bug fixes
2007-06-04Small bugfix.Adam Frisby1-120/+81
2007-06-04Prebuild and stuffAdam Frisby1-82/+121
2007-06-03Added Basic Parcel Supportmingchen1-160/+121
*Created Parcel class to handle each parcel *Created ParcelManager class to handle the Parcel Object *For now, by default it is assigned to a fake avatar key and set for sale to L$0
2007-05-30Rebuilt the build filesgareth1-121/+160
Added some more prompts and stuff to ServiceManager
2007-05-29number of changesMW1-1/+1
2007-05-29* Rebuilt PrebuildAdam Frisby1-120/+81
* Enabled fastmode by default on world map requests (ordinary mode is just too slow) * Reset some params involving agent appearance * Tweaked simProfileBlock requests to return values which have been sighted on the wire before.
2007-05-25* Added new mysql_connection.ini file which contains configuration options ↵Adam Frisby1-82/+121
for the database connection used by OGS. * Added IniFile class (code imported from public example) to Framework.Data - may be worth moving to Util. * Ran prebuild, updated solution files.
2007-05-24Updated to latest libsecondlife.dll , now need to use SL viewer 1.16 (or above)MW1-121/+82
2007-05-24Stage 2: GridServices build files should be fixed now, Someone will need to ↵MW1-82/+121
test it under nant, and the releng scripts might need updating as we now have two solutions. Also the build order for the two solutions should be to compile the OpenSim Solution first and then the GridServices one, as the common projects are referenced by DLL in the Gridservices.
2007-05-24Stage 1 of repairing the build files, those ofr the OpenSim regionserver ↵MW1-238/+100
should now be okay. Now onto the Grid servers...
2007-05-24* Reduced effect of terraforming brushes by 1000%.Adam Frisby1-130/+196
* 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.
2007-05-21More work on adding Events to ClientView (and registering to handle those ↵MW1-196/+130
events in Avatar and World)
2007-05-21Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ↵MW1-129/+195
, switching to a event based system (World/Avatar register as event handlers). It is possible that I've broke something with this commit but it doesn't matter as I'll just hide and no one will find me.
2007-05-20* Reverted libterrain updatelbsa711-1/+1
* Updated vs2005 target
2007-05-19Number of small changesMW1-196/+130
2007-05-19* TortoiseSVN has an annoying red icon over stuff, this means I probably ↵Adam Frisby1-130/+196
changed something. * Updated solution files & build files via prebuild.
2007-05-17More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵MW1-259/+193
class a bit and added a WorldBase class (that World now inherits from)
2007-05-16rebuilt build filesgareth1-259/+259
Imported crappy monodevelop GTK# manager app (tis embarrassing)
2007-05-16Updating nant/solution files.Adam Frisby1-130/+196
2007-05-16Quite big change to how Sessions/circuits are Authenticated. Seems to work ↵MW1-1/+1
okay but needs a lot more testing.
2007-05-16* removed unused new-login.datlbsa711-191/+129
* cleared up verbose/noverbose/disableOutput douple negation confusion in ConsoleBase * 2d chat radius is now 3d chat sphere * removed unused fast 2d radius calc * added chat type 0xFF : broadcast (no sphere checking) * OpenSimMain now exposes its LocalWorld
2007-05-16* deleted some user fileslbsa711-130/+192
* ignored some files
2007-05-16started to refactor startup code and to move udp server code out to its own ↵MW1-192/+130
class (currently not being used though) so that a single instance can handle multiple regions (each will need to be listening on a separate udp port)
2007-05-15Worked on Asset server, asset downloads (from server to sim) now work.MW1-130/+192
Asset uploads (from sim to server) may or may not work, needs more testing, if they don't work then it should be just a encoding problem and not hard to fix.
2007-05-15Turned SimClient into a partial class (and added SimClient(Grid), so that ↵MW1-192/+130
grid mode specific code can be kept separate) Fixed the ServiceManager project (added reference to System.Xml to its project in prebuil.xml)
2007-05-15updated Build/project files to include the new projects and new files.MW1-127/+201
Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
2007-05-13Inventory should be working again in sandbox modeMW1-1/+1
2007-05-05SQLite support added to grid manager. (Win!)Adam Frisby1-174/+123
2007-05-05Fixed issue with prebuild causing duplicate reference with standard libraries.Adam Frisby1-1/+1
2007-05-05* Added Microsoft SQL SupportAdam Frisby1-6/+13
2007-05-05Updated and run prebuild.Adam Frisby1-109/+171
2007-05-05Run prebuild to generate working project files.Adam Frisby1-12/+24
2007-04-30fixed the VS 2005 solution/ project files.MW1-33/+45
and a couple of other small changes
2007-04-26Mostly working again.MW1-148/+94
Updated to lastest libsl and handled the changes to the message templates (some byte fields are now ushort fields ). Still seems to be a problem when logging on, in that I get the downloading clothing message at the end of the precaching (which I didn't before)
2007-04-25updated to use lastest version of libsl but is currently broke when using SL ↵MW1-98/+152
viewer 1.15.02, due to big changes in the message templates.
2007-04-25Small clean up of files and directoriesMW1-136/+94
2007-04-11* Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa711-93/+135
* Now dumping default value in config. *
2007-04-11* Started on converting UserHTTPServer to BaseHttpServerlbsa711-135/+93
* Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler
2007-04-11Renamed the Servers directory to OpenSim.ServersMW1-95/+137
2007-04-11Attempt to rearrange some of the directoriesMW1-4/+4
2007-04-11* Introduced BaseHttpServer as base for UserHTTPServer and GridHTTPServerlbsa711-133/+93