Commit Graph

70 Commits

Author SHA1 Message Date
Adam Frisby
1ff4794191 * Run prebuild, and stuff. (Fixed bug) 2007-06-28 08:40:31 +00:00
Adam Frisby
c4379add57 Shiny commit (finally)
* Added support for new scripting engines
** Javascript
** J# (Java on .NET)
** C#
* Added license headers to things.
* Updated prebuild for the above
2007-06-28 08:37:21 +00:00
Adam Frisby
17275f3ab7 * More removing stuff. Tortoise SVN I hate you. 2007-06-28 08:35:41 +00:00
Adam Frisby
0c1a6c85cc * Brand spankin' new scripting engine.
* Use "script load somefile.cs" for C# scripting. Will commit additional languages shortly. Scripts should implement the IScript interfaces to work correctly.
* Someone port this over to NameSpaceChanges (built in Sugilite since sugilite is working)
2007-06-28 08:09:05 +00:00
MW
223550b7e4 Some very Preliminary work on .net remoting for interregion comms.
a few more classes for CAPS LLSD types.
2007-06-27 15:03:54 +00:00
Adam Frisby
1eec177d4b * Begun reimplementing scripting. 2007-06-27 09:30:07 +00:00
Adam Frisby
a1e6fff14f The following events now work:
* OnFrame
* OnNewPresence
* OnNewPrimitive
* OnRemovePresence
2007-06-27 06:14:15 +00:00
Adam Frisby
e56c51c665 * Renamed new event manager "SceneEvents" to "EventManager"
* Installed into Scene.cs
* TODO: Remove IScriptHandler and ScriptEng calls from Update() - they should use eventManager and bind as needed.
2007-06-27 06:00:24 +00:00
Adam Frisby
f1c03604c9 * Commiting new "SceneEvents" class - a single class which contains bindable events for common things, which can later be passed to the scripting engine.
Events being things like OnFrame / OnNewViewer, etc.
2007-06-27 05:52:48 +00:00
MW
9a5ec2b84c Some Caps/LLSD cleaning up. 2007-06-25 19:23:40 +00:00
MW
49b9913210 Some work in progress LLSD serialise / de-serialise functions. 2007-06-25 18:31:47 +00:00
MW
bc1862ecde Forgot these 2007-06-25 16:03:31 +00:00
MW
f413795497 updated prebuild.xml.
Added some more events to IClientAPI (OnGrapObject , OnGrapUpdate, OnDeGrapObject).
2007-06-25 16:01:30 +00:00
MW
525dc30e6f Disabled the EventQueueGet CAPS as its not yet fully functional. 2007-06-24 18:50:45 +00:00
MW
d607914f6a Hopefully enabled the OGS commsManager 2007-06-24 18:40:02 +00:00
Adam Frisby
056bcc7ccc * Updating prebuild.xml 2007-06-24 18:10:45 +00:00
Adam Frisby
980a8cc629 Refactoring:
* Renamed IPListenAddr to CommsIPListenAddr
* Renamed IPListenPort to CommsIPListenPort
New Features:
* Begun OGS/.1 implementation -- created new temporary "GridInfo" class to hold grid settings, needs reworking to wherever settings are stored these days.
2007-06-24 17:01:08 +00:00
MW
1b8b75d80a A bit more work on the AssetCache. 2007-06-24 16:19:53 +00:00
MW
38a800400a Disabled the CheckSum Server as it seems that isn't used by viewer 1.18.
Started to add support for asset uploads over CAPS (the asset is uploaded but seems to come out corrupt). 
Started to cleanup/rewrite the AssetCache.
Fixed bug in MapBlock requests, where data for some regions wasn't being sent.
Renamed PrimData's Texture  to TextureEntry.   
most likely a few other small changes.
2007-06-24 15:24:02 +00:00
MW
303ea70efa More work on CAPS handler. 2007-06-23 11:14:58 +00:00
MW
b2eb668814 Deleted some comments being wrote to console 2007-06-22 22:30:39 +00:00
MW
d7121a422a Started work on CAPS support, now we have our first test capability, MapLayer requests are handled by CAPS. 2007-06-22 22:21:08 +00:00
MW
a9dde515ba SandBox mode login now shares a base class with the grid mode user server.
To allow people to login without creating accounts first in sandbox mode anytime a login request is received without a matching account already being in the database, a new account will be made. (also in sandbox mode, passwords aren't currently used).
2007-06-22 18:28:49 +00:00
MW
596b3690fc Some refactoring. 2007-06-21 16:13:06 +00:00
MW
d42483af3d Very Preliminary teleporting between regions added. 2007-06-21 14:34:45 +00:00
MW
e647d9ec51 Fixed problem of not being able to move out of the first 3X3 block of regions. (Code Needs cleaning up). 2007-06-21 13:55:28 +00:00
Adam Frisby
8194d82230 * Terrain modification more robust, uses area sizes matching those employed by the client display.
* Terrain tools now account for the duration the cursor was held for.
* Terrain tools now support new brushes (completing the common set)
** Smooth brush
** Flatten brush
** Revert brush
** Noise brush
2007-06-20 21:57:22 +00:00
MW
3e484d1aaf Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.
Added ThirdPartyLicenses folder containing the licenses for the various third party libraries we use.
Plus some other small changes.
2007-06-20 17:32:21 +00:00
Adam Frisby
29053589bf * Replaced old logging mechanism with new shiny logging mechanism
* Console, I bid thee farewall. Use "Log" now where console used to exist.
2007-06-20 15:50:06 +00:00
lbsa71
64ed1e1b3b * Removed ClientThreads from avatar
* Deleted SimpleApp2 as it's getting wonkier and wonkier by the minute
* Added avatar handling to SimpleApp, still don't have any avatar out on the playing field
* Removed some warnings
* Went from IWorld to Scene
*
2007-06-20 15:18:54 +00:00
MW
320fbcb7b4 Made a base class from the Grid mode UserServer.UserManager and included that in the OpenSim solution.
Included OpenGrid.Framework.Data in the OpenSim solution (and OpenGrid.Framework.Data.DB4O).
Changed OpenSim.LocalCommunications.LocalUserServices so that it inherits from the UserManagement Base class. (still not finished implementing the CustomiseResponse() method)
2007-06-19 10:40:20 +00:00
MW
82d309d007 Fixed the flashing when crossing a border. 2007-06-18 14:41:38 +00:00
MW
99a308007c Fixed inverted map texture problem.
Added(from trunk) the loading of terrain files defined in the region.xml files.
2007-06-17 19:25:04 +00:00
MW
ef494fdf9c Each Region will now generate a texture image of their terrain and this will be used by the map. Note: Currently each region generates a new image every time they start; even if the terrain is read from the database. And also they don't update it when the terrain changes. 2007-06-17 18:04:35 +00:00
lbsa71
5d59ffe99d * Added the two Sample Apps to the solution
* Made them build
* They don't work though, gotta have a look see at that later.
* ignored a shitload of bins
2007-06-17 16:49:33 +00:00
MW
ef0e5e913e Very Preliminary local teleporting added (currently only can teleport within the current region).
Now need to add teleporting between regions and use of the dynamic texture for the terrain.
2007-06-17 14:10:19 +00:00
MW
3c8daee510 Some Rearranging of CommsManager. 2007-06-16 14:29:11 +00:00
MW
17b4818b8e Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't have any backend ogs communication support yet so everything is Sandbox mode only ) 2007-06-15 16:03:02 +00:00
MW
95676b2988 Preliminary movement added to sugilite, forwards walking only and no animations. 2007-06-15 13:11:26 +00:00
MW
2bcd37aa94 and some more 2007-06-15 10:34:13 +00:00
MW
3697408fae some more rearranging 2007-06-15 10:29:49 +00:00
MW
841ae288e4 trying to clean up the namespaces. 2007-06-14 12:49:28 +00:00
MW
9ef4bffe0c trying to clean up the namespaces. 2007-06-14 12:41:42 +00:00
lbsa71
3a20a7b5d1 * Applied Prebuild fixes to Sugilite
* Rebuilt project files
* ignored some bins
2007-06-14 11:01:38 +00:00
MW
1fef45bc2b Commented out the Scene.Backup method for now as there isn't really anything to Backup yet and it might be the cause of a memory leak.
Deleted EmbeddedJVM scripting engine, not being used. "If" we ever decide to use it then it can be re-added.
2007-06-14 10:36:19 +00:00
MW
fd8ead61f6 Fixed the bug that makes a region use its water height as its name (in regionhandshake), which lead to most regions being called "20". (applied fix to sugilite)
Rearranged some of the methods in ClientView.API.
2007-06-14 10:16:28 +00:00
MW
d8f232c8b0 2007-06-12 18:11:14 +00:00
MW
a143cf8180 Renamed World class to Scene class 2007-06-12 17:45:11 +00:00
MW
bb13b4df73 Renamed OpenSim.Region/World folder to Scene (classes renaming will follow) 2007-06-12 17:36:49 +00:00
MW
13e4d83d2a some more rearranging. 2007-06-12 17:30:59 +00:00