d879c6e8fc*Moved the OnSignificantClientMovement event to ScenePresence. *ParcelManager's resetSimParcels does not set any default values. *Updated ParcelData with correct defaults previously set in resetSimParcels *Region overrides are now sent to viewer instead of dummy'd
mingchen
2007-07-13 23:13:25 +0000
862dc9fe97*Reworked parcel joining to work the same way as LL's method. **Parcels within selection now join and not the two parcels selected at each corner *Created OnSignificantClientMovement event that is triggered when an avatar moves more than 2 meters.
mingchen
2007-07-13 21:13:38 +0000
9b61def98dChat/Shout/etc should be working again
MW
2007-07-13 21:12:16 +0000
e6dc575bc3* Added sample event to ScriptInterpretedEvents
Adam Frisby
2007-07-13 20:29:51 +0000
e14ef63113* Small commit: SceneObject now registers itself with the Backup event via the function ProcessBackup.
Adam Frisby
2007-07-13 20:10:32 +0000
ad264a6b6d* Fixing issue with ParcelFlags. ParcelFlags is now a uint rather than an enum.
Adam Frisby
2007-07-13 20:01:16 +0000
c0093052b0* Default parcel flags now allow flying, landmark creation, object entry, deeding to group, terraforming, object creation and outside scripts.
Adam Frisby
2007-07-13 19:51:05 +0000
985e0b765a* Obsoleted ILocalStorage * Added IRegionDataStore * Added OnBackup event to EventManager
Adam Frisby
2007-07-13 19:27:15 +0000
dd5120af43first draft sql definition for prims based on PrimData
Sean Dague
2007-07-13 19:07:18 +0000
401af6ad4aPrim Copying (both CTRL+D and shift-drag) should now work.
MW
2007-07-13 19:01:09 +0000
41cd6cdfdd* Fixed bug reported by xyzo - region assets are now stored in "regionassets.yap", asset server assets are now in "gridassets.yap"
Adam Frisby
2007-07-13 19:00:10 +0000
a076369fa3* I want to commit too!
lbsa71
2007-07-13 18:01:44 +0000
3f6c4e6187* Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.Scripting * Renamed OpenSim.Scripting to OpenSim.Region.Scripting
Adam Frisby
2007-07-13 18:01:02 +0000
08331f97d3* Reorganising Java Virtual Machine code into a subfolder for the JVM specific parts, leaving the JVMEngine folder specifically for Script/IScript interfaces. * Fixed a compile issue with the Interpreted Scripts API.
Adam Frisby
2007-07-13 17:53:11 +0000
07b0e2df6fPart two of Darok's Bullet physics plugin: added the actual plugin, although haven't added the project to prebuild.xml yet. Also might have messed up some of the SVN properties on some of the folders, so if the cleaning lady has to come in again, I just hope she doesn't moan.
MW
2007-07-13 17:52:11 +0000
6d37fe4947* Moved LSL-style functions to ScriptInterpretedAPI.cs and put a XML remark comment that they are defunct and best avoided at all costs. * More wrappers: llCollisionFilter, llCollisionSprite, llCos, llCreateLink, llDeleteSubList, llDeleteSubString, llDetachFromAvatar * More functions: osCos, osDeleteSubList, osDeleteSubString
Adam Frisby
2007-07-13 17:43:25 +0000
9be896c8ce* Adding LSL stuff for Tedd_, implementing LSL-style functions in ScriptAPI.cs, implementing server event callbacks in ScriptInterpretedEvents.cs * Added Tedd_'s LSL compiler thingie, although it cannot be referenced yet.
Adam Frisby
2007-07-13 17:14:30 +0000
540549bd89Stage 1 of adding Darok's bulletX plugin: adding the ModifiedBulletX project (which is based on the BulletXNA project, but modified to not use XNA).
MW
2007-07-13 17:03:59 +0000
0ac6809343Think SceneObject/Primitive copying should now work, just need to hook it up to a event and test.
MW
2007-07-13 16:53:31 +0000
fcc7f86427Changed simpleApp to use basic physics. Done some work of fixing primitive/SceneObject copying. Set DefaultHome region to 1000,1000.
MW
2007-07-13 16:12:38 +0000
6c0779f618rename file to not have spaces in it
Sean Dague
2007-07-13 16:01:01 +0000
33ef93f4a6* ObjectAddPacket now confined to ClientView,´using PrimitiveBaseShape instead - w00t!
lbsa71
2007-07-13 12:32:34 +0000
a7e103a922* OGS project is now back down to zero warnings.
Adam Frisby
2007-07-13 07:19:08 +0000
a0ac1f06e6* Moved SendNameReply to ClientView * Removed unused LoginService * Minor renames on BinaryStreamHandler
lbsa71
2007-07-13 07:19:00 +0000
0f1b2f278b* Fixing compiler warnings in an attempt to reduce them back down to zero.
Adam Frisby
2007-07-13 07:17:42 +0000
486632986c*Parcel updates are now sent to users over newly subdivided areas and users over parcels being joined to correctly update the viewers *NOTE: Parcel updates are packets sent to the viewer when they enter a new parcel containing information such as parcel name, media URLS, etc
mingchen
2007-07-12 23:57:26 +0000
506a0e3bf0add Linux friendly prebuild script
Sean Dague
2007-07-12 21:06:52 +0000
37c7f2901cmake Prebuild executable, so that it will run on Linux
Sean Dague
2007-07-12 20:58:33 +0000
df24ce6dfd*Parcel and estate support fully restored into Sugilite *Significant movement (currently set to 2 meters of movement for performance reasons, even though its speedy) and initial login now sends parcel updates
mingchen
2007-07-12 20:33:10 +0000
b27924d0a5*Found and fixed bug that crashed viewer when logging in or viewing land owners *Reenabled estate manager; remember, the master avatar is the only one that can use this (by default: Test User with password 'test') *Still working on readding support for updating parcel information when logging in or moving into a new parcel
mingchen
2007-07-12 16:19:32 +0000
7198d7980dNext time maybe I should check it still compiles before committing.
MW
2007-07-12 15:30:09 +0000
20a77a6d4bFixed a number of bugs in the local InstantMessage handling, sending InstantMessages will no longer crash the server. But they still aren't really working correctly, you can't type replies to received messages.
MW
2007-07-12 15:16:19 +0000
27c595c007Cleaning up some of the CAPS functions, Asset uploads now use the new LLSDStreamhandler system.
MW
2007-07-12 13:09:39 +0000
17ddb8b493Hopefully texturing prims should now work correctly.
MW
2007-07-11 18:32:32 +0000
2ceff87a02More work on UserProfile and inventory cache (still currently not enabled). Asset uploading over CAPS now works, and although inventory isn't really working yet, this should now at least enables texturing of prims.
MW
2007-07-11 17:47:25 +0000
9d989612b0updated libsecondlife.dll to a 1.18 version (from the libsecondlife aditi branch, so when they have a trunk version that is 1.18 ready, best to update again). Started some work on a userProfile/inventory cache.
MW
2007-07-11 14:39:03 +0000
bc49882fa4* Removing terrain datafiles from trunk's SVN. Will move somewhere else.
Adam Frisby
2007-07-11 11:06:34 +0000
b62e194f6b* Added 1.18-compatible libsl to OpenSim - this hopefully will be the last time we need to do this to support newer clients.
Adam Frisby
2007-07-11 08:23:33 +0000
e2ff441e31* Bringing Sugilite in to trunk
Adam Frisby
2007-07-11 08:10:25 +0000
5c7ffdde0b* Wiping trunk in prep for Sugilite
Adam Frisby
2007-07-11 08:02:47 +0000
ee2d5c8482* Tagging current Sugilite branch as 0.3.1 readying for move into Trunk
0.3.1-devel
Adam Frisby
2007-07-11 07:53:45 +0000
561b87b303* Applying dalien's patches from bug#177 and #179
Sugilite
Adam Frisby
2007-07-11 02:51:51 +0000
3a7cefb18d* Tagging trunk as 0.2.1-release in anticipation of the Sugilite merge.
0.2.1-release
Adam Frisby
2007-07-11 02:30:40 +0000
57dc150a5e*Worked on prebuild and fixed some dependency issues *Reworked RegionInfo (which required some configuration) *This does compile; next step is to move over the different services to the new spots
OGSMerge
mingchen
2007-07-10 21:11:07 +0000
f0ecc1de4cpreliminary inter region communications (between regions in different instances) now works, so child agents and border crossings (and teleporting) now work. The .net remoting is still very basic: we need security sinks added. And we really need the OGS 2 protocol as soon as possible.
MW
2007-07-10 20:52:43 +0000
d2854aea73*Deleted some unnecessary files
mingchen
2007-07-10 19:57:23 +0000
7004854c26*Actually added binaries and not just a folder
mingchen
2007-07-10 19:50:25 +0000
dfdcd4a6e0*Deleting pretty much everything in this branch to add what I have already locally
mingchen
2007-07-10 19:19:36 +0000
86db06b278*Branching off to put the merge of OGS and OpenSim
mingchen
2007-07-10 19:17:59 +0000
ebdc64730aFixed the crashing when trying to look at the map in grid mode. Although the textures for the regions don't seem to show up, about to look into that.
MW
2007-07-10 18:58:42 +0000
7f03246653Gird mode in sugilite should now work in so far as you should be able to login and move between regions in the same instance. Moving to regions in a different instance of opensim still needs implementing (working on it now). Also trying to look at the map in grid mode will crash the server.
MW
2007-07-10 17:56:31 +0000
9f5f65c847* LLSDStreamhandler now works.
lbsa71
2007-07-09 23:32:29 +0000
19c01bfb52* Yeah; forgot; we haven't implemeted 'depends' in prebuild nant target; so be sure to specify projects in the right order.
lbsa71
2007-07-09 22:53:17 +0000
400a1c6b08* another stab at #176
lbsa71
2007-07-09 22:27:03 +0000
ab21b707c8Taking a stab at #176
lbsa71
2007-07-09 22:14:20 +0000
85dd493614* some follow up renaming of members et c.
lbsa71
2007-07-09 21:25:43 +0000
08a1fa3f96* Introduced ClientManager for great justice.
lbsa71
2007-07-09 21:03:36 +0000
4699efd6cb* Ignored all those autogenned build files
lbsa71
2007-07-09 21:01:18 +0000
d91f33b87bRe-applied dalien patch (#175) and included bin\data with avataranimations.xml
lbsa71
2007-07-09 19:56:22 +0000
93f3ef7e0dDone a little bit of renaming in primitive.cs and on a few events in IClientAPI. Disabled CAPS asset uploading as it seems it now crashes the server.
MW
2007-07-09 15:59:35 +0000
e8acf1cca9* Begun work on Primitive Duplication. Not hooked up yet, but theoretically could be done so. In practice, more work needs to be done.
Adam Frisby
2007-07-09 15:29:39 +0000
f62b7f3d1e* reverted rev 1200 waiting for info re animations.xml
lbsa71
2007-07-08 19:47:04 +0000
7c68bbe754* Because of svn quirkiness, this has to be a two-phase rocket
lbsa71
2007-07-08 19:35:49 +0000
91d91f917a* taking a stab at #172
lbsa71
2007-07-08 19:34:00 +0000
5f8de1e704* By popular demand, all generated build files are now deleted. Somebody should make sure the wiki is updated.
lbsa71
2007-07-08 19:27:04 +0000
b14726a843* Fixed building - something weird is happening with prebuild though, not adding XMLRPC.DLL to the references for Framework.Data
Adam Frisby
2007-07-08 10:32:13 +0000
d6d7e2127cWho would have known that the only way of specifying utf-8 without preamble, is to not specify encoding at all. Or 'null' when sending an Encoder.
lbsa71
2007-07-08 07:53:48 +0000
74410efb22* Bugfix with instant message handlers. Looking at implementing grid IM server, ideally using a known scalable infrastructure.
Adam Frisby
2007-07-08 03:45:06 +0000
855ebe739b* Missed a line - IM support in local simulator should now work.
Adam Frisby
2007-07-08 03:36:17 +0000
bdab40280b* Added instant message support for the local region. Grid support forthcoming.
Adam Frisby
2007-07-08 03:32:27 +0000
10ece46cf6* Updating prebuild
Adam Frisby
2007-07-08 02:58:01 +0000
24ed79ba12*Reverting lbsa71's commit as requred
mingchen
2007-07-08 02:11:42 +0000
7b0bb7c616* Fixed reservation handling for existing region authkey situations. Reservation key now overrides old sim key, however if reservation not found, sim key is used instead.
Adam Frisby
2007-07-08 00:54:13 +0000
c617cf7d84xmlm utf encoding, it's a jungle.
lbsa71
2007-07-08 00:16:10 +0000
bc02ddf523*Fixed several bugs that crashed the viewer and opensim server when logging in on grid mode *Note: Grid Mode now works in sugilite, but is still unstable **Known bug in which the grid server crashes after being relaunched from a previously create configuration **Crashing of the viewer crashes the OpenSim server which then crashes the grid server -- needs better handling of exceptions **Multiple sims is still untested, but should connect correctly. Moving between the sims may be a different story
mingchen
2007-07-06 20:40:03 +0000
93640f1d71*Fixed 2 small references to localhost which has some conflicts when resolving. *Grid mode now gets past region handshake, BUT the client (both nicholas and the normal one) crash as soon as the next step is displayed on the screen
mingchen
2007-07-06 13:57:49 +0000
e8671a2c05* Maintainence: Applying Dan's ODE Patch to Trunk
Adam Frisby
2007-07-06 05:41:22 +0000
e2bafc8d6c*Fixed crash of OpenSim client when in grid mode from a recent commit *The XML issue is now fixed (yay lbsa71) -- but I am still getting a "login packet never received", but that is probably an issue on my end, and not it the code
mingchen
2007-07-05 20:46:37 +0000
70d8731aa2Fixed rotation editing of individual prims in a group. I think positioning and rotations should now be correct (for both groups and on editing individuals of a group). Resizing still needs work.
MW
2007-07-05 19:19:39 +0000
8df2119bc7* Changed XmlRpc to specify utf-8
lbsa71
2007-07-05 18:31:59 +0000
8bdbdf48c7* updated bugfixed xmlrpc for massive win * got rid of the ugliest hack in the project
lbsa71
2007-07-05 18:30:30 +0000
583f2a9de8*Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData) *Added simulator_data_request XMLRPC method to request data from the grid server about a sim instead of faking its login *Login is progressing, now just getting an XML error (http://pastebin.com/942515) -- if you can fix this, throw MingChen in IRC a Private Message
mingchen
2007-07-05 15:15:28 +0000
ad86e94b3d* Tweaks to Java engine (uses less threads). Added support for OnFrame and OnNewPresence events.
Adam Frisby
2007-07-05 04:23:34 +0000
c570b107f8* Java engine fully back in Sugilite
Adam Frisby
2007-07-05 00:24:40 +0000
3c46e5b170* Added Java support back into Sugilite (although it still needs a calling host to be added).
Adam Frisby
2007-07-05 00:09:45 +0000
beb3073becA bit more work on Building tools/support. updated Axiom.MathLib.dll.
MW
2007-07-04 19:07:27 +0000
5c32b33a66* re-fixed the utf-16 bug in xmlRpcResponse serialization * added LLSDStreamHandler.cs to Caps (Haven't enabled it yet, though) * removed last traces of old rest handling
lbsa71
2007-07-04 16:28:59 +0000
6a2588454a* Removed AssetHttpServer, using BaseHttpServer instead * Removed legacy REST handling * Created two custom IStreamHandlers for asset up/download * Removed quite a lot of double and triple encodings, trying to work towards binary only and direct write into storage. * Introduced BaseStreamHandler with GetParam() and some other goodies
lbsa71
2007-07-04 14:12:32 +0000
9a51949cb4* Added StreamHandler support * Implemented RestStreamHandler * Some caps functions now use it * Moved out RestMethodEntry from httpserver * The IStreamHandler interface now reports required method and Content-Type
lbsa71
2007-07-04 11:47:32 +0000