| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
*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
|
|
|
|
|
|
| |
Added some more prompts and stuff to ServiceManager
|
| |
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
should now be okay. Now onto the Grid servers...
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
events in Avatar and World)
|
|
|
|
| |
, 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.
|
|
|
|
|
| |
* Updated vs2005 target
|
| |
|
|
|
|
|
|
|
| |
changed something.
* Updated solution files & build files via prebuild.
|
|
|
|
| |
class a bit and added a WorldBase class (that World now inherits from)
|
|
|
|
|
|
| |
Imported crappy monodevelop GTK# manager app (tis embarrassing)
|
| |
|
|
|
|
| |
okay but needs a lot more testing.
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
| |
* ignored some files
|
|
|
|
| |
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)
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
grid mode specific code can be kept separate)
Fixed the ServiceManager project (added reference to System.Xml to its project in prebuil.xml)
|
|
|
|
|
| |
Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
and a couple of other small changes
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
viewer 1.15.02, due to big changes in the message templates.
|
| |
|
|
|
|
|
|
| |
* Now dumping default value in config.
*
|
|
|
|
|
|
| |
* Added a 'param' param to the RestMethod
* Added RestHandlerEntry to store more info about the 'rest' handler
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
scripting Engines.
Added the work in progress JVM scripting engine.
|
| |
|
|
|
|
|
|
|
| |
* updated vs2005 and nant targets
* added some build files
* ignored some binaries, pdb's and user files
|
|
|
|
| |
saving, deletion and update of prims, but does not yet load them.)
|
| |
|
|
|
|
|
| |
Split World class into two partial classes
|
|
|
|
| |
to work on)
|
|
|
|
|
| |
* Apparently, Prebuild thinks DEBUG should be in there.
|
|
|
|
| |
called Primitive2 and not used, but once it is complete then it will replace the old version.
|