aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.sln (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2007-04-11added missing filesMW1-62/+150
2007-04-11First basic test script now works in the jvm scripting engine. MW1-48/+0
For it to work you need to have a java sdk installed and the javac.exe somewhere in the environment Path variable. Then To test, copy the text from bin/script1.text into a note card and then add that note to a prim.
2007-04-11Changed so that a bin\ScriptEngines\ directory will be searched for ↵MW1-17/+23
scripting Engines. Added the work in progress JVM scripting engine.
2007-04-11* nant building againlbsa711-0/+6
2007-04-11* built binaries, pdb's and user files should not be under version control.lbsa711-17/+17
* updated vs2005 and nant targets * added some build files * ignored some binaries, pdb's and user files
2007-04-11Well, it *appears* to compile. Initial SQLite Local Storage module (supports ↵Adam Frisby1-0/+6
saving, deletion and update of prims, but does not yet load them.)
2007-04-06And now for some solution files...Adam Frisby1-1/+7
2007-04-04Deleted OpenSim.Config/SimConfigDb4o, as it hasn't been used for a while now.MW1-6/+0
Split World class into two partial classes
2007-04-04Split Avatar class into three partial classes (hopefully will make it easier ↵MW1-118/+82
to work on)
2007-04-04* Added Primitive2 to vs2005 solutionlbsa711-82/+118
* Apparently, Prebuild thinks DEBUG should be in there.
2007-04-04Started to clean up/ rewrite Primitive class , currently the new version is ↵MW1-118/+82
called Primitive2 and not used, but once it is complete then it will replace the old version.
2007-04-03* lovely. svn doesn't delete the files from disk on svn delete, so they show ↵lbsa711-81/+117
up in prebuilt projs and build files.