Log of /branches
| Sticky Revision: |
Revision 401 - Directory Listing
Modified Tue Aug 10 13:13:42 2010 UTC (2 years, 9 months ago) by mikkopa
Enabled rexfreedata messages with Naali clientviews.
Revision 399 - Directory Listing
Modified Mon Aug 9 11:22:51 2010 UTC (2 years, 9 months ago) by mikkopa
Added option to disable old realXtend voice service. Set service url to empty to disable it.
Revision 397 - Directory Listing
Modified Wed Jun 30 09:16:55 2010 UTC (2 years, 10 months ago) by cadaver
Added rexGetECAttributes & rexSetECAttributes to Python scripting interface. If pythonscript changes RexFreeData of a prim, it is sent to all users. Added sample script for EC attribute access.
Revision 396 - Directory Listing
Modified Tue Jun 29 11:05:11 2010 UTC (2 years, 10 months ago) by mikkopa
Updated IronPython to version 2.6.1.
Revision 395 - Directory Listing
Modified Tue Jun 29 10:55:31 2010 UTC (2 years, 10 months ago) by mikkopa
Removed old IronPython lib.
Revision 394 - Directory Listing
Modified Tue Jun 15 13:01:43 2010 UTC (2 years, 11 months ago) by mikkopa
Changed RexObjectProperties.GetRexPrimDataToBytes method so that it will contain assettype 0 for materials if asset type is unknown (-1).
Revision 391 - Directory Listing
Modified Tue Jun 8 12:24:15 2010 UTC (2 years, 11 months ago) by matti_re
ImportOgreScene call with scene parameter
Revision 390 - Directory Listing
Modified Mon Jun 7 07:26:25 2010 UTC (2 years, 11 months ago) by matti_re
Temporary fix for scene being null
Revision 389 - Directory Listing
Modified Thu Jun 3 10:40:13 2010 UTC (2 years, 11 months ago) by matti_re
fixing RemoveFolder method to work correctly
Revision 388 - Directory Listing
Modified Wed Jun 2 14:35:08 2010 UTC (2 years, 11 months ago) by mikkopa
Moved adding UploadCap to Initialise instead of PostInitialise, because m_scene is usually null during PostInitialise after we made multi region support to module. Also added try-catch to AddUploadCap method so any failure won't crash the whole simulator.
Revision 387 - Directory Listing
Modified Wed Jun 2 14:30:57 2010 UTC (2 years, 11 months ago) by matti_re
close reader after reading
Revision 386 - Directory Listing
Modified Wed Jun 2 14:20:01 2010 UTC (2 years, 11 months ago) by mikkopa
Do individual try-except for all script when running event EventCreated so that one module doesn't crash all.
Revision 385 - Directory Listing
Modified Tue Jun 1 13:06:21 2010 UTC (2 years, 11 months ago) by mikkopa
Merged matti_re's UploadHandler to taiga-0.1 branch.
Revision 384 - Directory Listing
Modified Tue Jun 1 10:37:36 2010 UTC (2 years, 11 months ago) by matti_re
Upload handler for scene uploads.
Revision 383 - Directory Listing
Modified Mon May 24 07:53:10 2010 UTC (2 years, 11 months ago) by mikkopa
If multiple regions in simulator, prompt user to change to region where to import OgreScene.
Revision 382 - Directory Listing
Modified Thu May 20 12:29:45 2010 UTC (3 years ago) by mikkopa
Null check userInfo before trying to clone RexObjectProperties, so we don't crash before actually deleting the object.
Revision 380 - Directory Listing
Modified Thu May 20 07:18:12 2010 UTC (3 years ago) by mikkopa
* Added new method to RexBotSerializer, GetRegionName. This returns the region name in bot xml node if set. Returns null if not set. * Added a check to RexBotManager that it adds bot to scene if region name matches or if region name is not set.
Revision 379 - Directory Listing
Modified Mon May 17 05:39:26 2010 UTC (3 years ago) by mikkopa
Added SendTextBoxRequest method to GenericNpcCharacter as required by IClientAPI
Revision 377 - Directory Listing
Modified Wed May 12 13:36:03 2010 UTC (3 years ago) by mikkopa
Set sending GenericNpcCharacter's chat message to async so that it won't block scripts.
Revision 375 - Directory Listing
Modified Wed May 12 09:36:14 2010 UTC (3 years ago) by mikkopa
* Added new method to rexbot: SendChat. This method sends chat message from bot to user nearby * Fixed that State of RexBot is not set to previous state if previous state was same than before. * Fixed RotateTo function so that bot is always upright.
Revision 373 - Directory Listing
Modified Thu Apr 29 11:26:44 2010 UTC (3 years ago) by mikkopa
Added xml that was forgotten from last commit.
Revision 372 - Directory Listing
Modified Thu Apr 29 11:13:42 2010 UTC (3 years ago) by mikkopa
Added AvatarUrlReciver module.
Revision 371 - Directory Listing
Modified Tue Apr 27 10:43:09 2010 UTC (3 years ago) by mikkopa
Changed AssetsHelper to gather assets with AssetType enum instead of int.
Revision 370 - Directory Listing
Modified Tue Apr 27 10:41:58 2010 UTC (3 years ago) by mikkopa
Created branch for Taiga 0.1 specific changes.
Revision 369 - Directory Listing
Modified Tue Mar 30 13:10:47 2010 UTC (3 years, 1 month ago) by mikkopa
Removed .dll extensions from OpenSim projects in prebuild file to help building with commandline tools.
Revision 368 - Directory Listing
Modified Tue Mar 30 08:12:23 2010 UTC (3 years, 1 month ago) by mikkopa
Changed m_userData to protected in RexLoginModule to allow better inheritance.
Revision 366 - Directory Listing
Modified Mon Mar 29 13:35:00 2010 UTC (3 years, 1 month ago) by mikkopa
Removed str() cast from RexEventListen constructor, because this caused UnicodeDecodeError when username or message contained unicode characters.
Revision 364 - Directory Listing
Modified Mon Mar 29 12:10:17 2010 UTC (3 years, 1 month ago) by mikkopa
* Modified debug messages in RexScriptInterface * Refactored RexEventManager so that we wouldn't do two look-ups from scene entities for one object. * Reduced code in Rex_BuiltIn_Commands so that media urls are sent from ModRexMediaURL module instead of own custom code. * Added LoadRexObjectPropertiesToCache to trigger OnChangePythonClass event when python class is present.
Revision 362 - Directory Listing
Modified Sun Mar 21 14:35:41 2010 UTC (3 years, 2 months ago) by mikkopa
Added a check that addurls method only adds url to material if the UUID of the material is not Zero.
Revision 361 - Directory Listing
Modified Sun Mar 21 13:58:49 2010 UTC (3 years, 2 months ago) by mikkopa
* Fixed updating of material urls. * Added a null check for setting material url.
Revision 358 - Directory Listing
Modified Sun Mar 21 10:43:34 2010 UTC (3 years, 2 months ago) by mikkopa
Added null check to URI properties in RexObjectProperties.
Revision 357 - Directory Listing
Modified Sun Mar 21 10:42:27 2010 UTC (3 years, 2 months ago) by mikkopa
Fixed a bug in ModrexObjects module which caused unnecessary save of all RexObjectProperties on startup.
Revision 355 - Directory Listing
Modified Sun Mar 21 08:36:59 2010 UTC (3 years, 2 months ago) by mikkopa
Fixed bug where HttpAssetProvider was enabled when config was false and was disabled when config was true.
Revision 352 - Directory Listing
Modified Fri Mar 19 14:29:30 2010 UTC (3 years, 2 months ago) by mikkopa
* Added new generic message to RexClientViewBase: RexDrawWater * Hooked that method to Python script module
Revision 347 - Directory Listing
Modified Fri Mar 19 11:24:54 2010 UTC (3 years, 2 months ago) by mikkopa
* Added module that can serve assets through http from simulator * Added module that can add asset url to all RexObjectProperties. Urls point to simulators listener.
Revision 344 - Directory Listing
Modified Tue Mar 9 12:05:22 2010 UTC (3 years, 2 months ago) by mikkopa
Applied Lasse Öörni's patch "OgreSceneImporter module improvements". This contains: - Help text if run with no arguments - Added option for Y/Z axes flip - Added option whether collision meshes are assigned - Added scene rotation - Added support for parent node derived transforms (node hierarchies)
Revision 342 - Directory Listing
Modified Wed Mar 3 13:06:12 2010 UTC (3 years, 2 months ago) by mikkopa
Applied patch by mattiku, which fixes bug where urls in RexObjectProperties were lost, because they were not copied correctly.
Revision 341 - Directory Listing
Modified Wed Mar 3 10:26:55 2010 UTC (3 years, 2 months ago) by mikkopa
Branched ModreX trunk to branch os-0.6.9-postfixes. This branch works with OpenSim branch 0.6.9-post-fixes and is to be considered as stable.
Revision 332 - Directory Listing
Modified Mon Feb 1 14:05:16 2010 UTC (3 years, 3 months ago) by mikkopa
Merged trunk rev 329 to branch. This adds new method AttachObjectToAvatar to RexPythonEngine
Revision 331 - Directory Listing
Modified Mon Feb 1 14:02:07 2010 UTC (3 years, 3 months ago) by mikkopa
Merged revisions 327 and 328 from trunk to branch. This includes: * Fixed a bug where triggering on scale to prim could not find the SceneObjectPart when it was not in the first Scene * Implemented DestroyActor method
Revision 330 - Directory Listing
Modified Thu Jan 28 12:16:26 2010 UTC (3 years, 3 months ago) by mikkopa
Applied patch [#359] Modrex prebuild fix (branches/modrex-0.1.2-rc)
Revision 326 - Directory Listing
Modified Wed Jan 20 15:18:20 2010 UTC (3 years, 4 months ago) by mikkopa
Merged revisions 317-325 from trunk to branch with few changes for compatibility.
Revision 316 - Directory Listing
Modified Fri Jan 15 14:18:56 2010 UTC (3 years, 4 months ago) by mikkopa
Added the missing assembly reference to prebuild.hibernate.xml that was lost on merge
Revision 315 - Directory Listing
Modified Fri Jan 15 12:32:23 2010 UTC (3 years, 4 months ago) by mikkopa
Merged commit 311 to branch. This splits the prebuild.xml to multiple files.
Revision 313 - Directory Listing
Modified Fri Jan 15 12:26:20 2010 UTC (3 years, 4 months ago) by mikkopa
Added private members to AssetFolder class to support older compilers.
Revision 307 - Directory Listing
Modified Fri Dec 18 13:12:56 2009 UTC (3 years, 5 months ago) by mikkopa
Merged AddUserGenericPacketHandler (r306) commit to 0.1.2-rc branch.
Revision 304 - Directory Listing
Modified Thu Dec 17 08:52:26 2009 UTC (3 years, 5 months ago) by mikkopa
Commented out CreateActorOfClass spam in RexScriptEngine on startup.
Revision 302 - Directory Listing
Modified Thu Dec 17 08:11:16 2009 UTC (3 years, 5 months ago) by mikkopa
Fixed image resize algorithm in OgreSceneImportModule.
Revision 301 - Directory Listing
Modified Tue Dec 15 13:00:28 2009 UTC (3 years, 5 months ago) by mikkopa
Changed OgreSceneImportModule to use older version of AssetBase constructor.
Revision 300 - Directory Listing
Modified Tue Dec 15 12:23:26 2009 UTC (3 years, 5 months ago) by mikkopa
Merged current trunk to branch 0.1.2-rc
Revision 299 - Directory Listing
Modified Tue Dec 15 10:49:33 2009 UTC (3 years, 5 months ago) by mikkopa
Branched 0.1.1-rc to 0.1.2-rc. This new branch is based on OpenSim 0.6.7, but it will include all the new features in ModreX trunk.
Revision 278 - Directory Listing
Modified Tue Nov 24 13:22:12 2009 UTC (3 years, 5 months ago) by mikkopa
Added new python libs from IronPython 2.0.3
Revision 277 - Directory Listing
Modified Tue Nov 24 13:19:03 2009 UTC (3 years, 5 months ago) by mikkopa
Removed old python libs
Revision 276 - Directory Listing
Modified Tue Nov 24 13:14:45 2009 UTC (3 years, 5 months ago) by mikkopa
* Added IronPython 2.0.3 binaries * Made changes to RexScriptEngine to support newer IronPython library * Applied required changes to python scripts
Revision 275 - Directory Listing
Modified Tue Nov 24 13:10:12 2009 UTC (3 years, 5 months ago) by mikkopa
Branched trunk to version which has newer version of iron python
Revision 256 - Directory Listing
Modified Fri Nov 6 06:00:47 2009 UTC (3 years, 6 months ago) by mikkopa
Added experimental WorldInventory configurations to modrex.ini. By default they are disabled.
Revision 254 - Directory Listing
Modified Wed Nov 4 14:33:49 2009 UTC (3 years, 6 months ago) by mikkopa
When using ModCableBeach for login users avatar storage url was not delivered for other users. This fixes that issue by fetching CB assembly dynamically and invoking GetServiceCapability method in that assembly when user logs in.
Revision 251 - Directory Listing
Modified Tue Nov 3 12:01:19 2009 UTC (3 years, 6 months ago) by mikkopa
Added reference for System.Web to prebuild file as WebDAVSharp requires it.
Revision 248 - Directory Listing
Modified Fri Oct 30 12:43:49 2009 UTC (3 years, 6 months ago) by mikkopa
Merged revision 247 changes from trunk to branch. Applied Revolution Smythes patch [#328] with some modifications. * Changed welcome message to same as in opensim * Inventory is only created to new users
Revision 245 - Directory Listing
Modified Fri Oct 30 10:38:08 2009 UTC (3 years, 6 months ago) by mikkopa
* Added MonoSqliteDriver so Linux users can also use SQLite as storage * Added example configuration of MonoSqliteDriver usage to modrex.ini * Modified RexLoginModule to be non-shared module so it will be loaded later that LLLoginModule and thus can override login_to_simulator method
Revision 241 - Directory Listing
Modified Wed Oct 28 11:41:07 2009 UTC (3 years, 6 months ago) by mikkopa
Branched the release candidate of ModreX. All future work stabilizing ModreX against opensim 0.6.7-postfixes branch should go there.
Revision 240 - Directory Listing
Modified Wed Oct 28 06:46:59 2009 UTC (3 years, 6 months ago) by mikkopa
Changed DotNetEngine to XEngine in RexScriptEngine
Revision 239 - Directory Listing
Modified Tue Oct 27 07:31:26 2009 UTC (3 years, 6 months ago) by mikkopa
OpenSim has removed PhysicsVector from the code and instead now uses Vector3. Made the required changes to RexOde and related parts.
Revision 238 - Directory Listing
Modified Tue Oct 27 07:29:39 2009 UTC (3 years, 6 months ago) by mikkopa
Since the ClientManager has been removed from scene, made that modification to RexUDP server
Revision 237 - Directory Listing
Modified Fri Oct 23 12:40:57 2009 UTC (3 years, 6 months ago) by mikkopa
Added a NHibernate user type that was missing from commit r235.
Revision 236 - Directory Listing
Modified Fri Oct 23 12:39:51 2009 UTC (3 years, 6 months ago) by mikkopa
* Added new methods to GenericNpcCharacter, which were introduced in IClientAPI * Changed ClientView classes to use Scene instead of IScene in constructor as was done in LLClientView * Modified SendAvatarTerseUpdate to match the new method in LLClientView. * Fixed the correct return type to usage of Scene.GetScenePresences()
Revision 235 - Directory Listing
Modified Fri Oct 23 12:35:25 2009 UTC (3 years, 6 months ago) by mikkopa
NHibernate fix: * Added NHibernate binaries to bin directory. * Modified prebuild.xml to look up NHibernate binaries from correct place. * Added NHibernate manager. This was modified from former OpenSim.Data.NHibernate.NHibernateManager * Added few NHibernate user types * Modified mapping files to reference correct user types
Revision 234 - Directory Listing
Modified Wed Oct 21 07:25:22 2009 UTC (3 years, 7 months ago) by mikkopa
Updated GenericNpcCharacter and RexBot up to date with OpenSim master branch. Applied patch by Revolution Smythe with some changes. Thanks again. This closes [#309].
Revision 231 - Directory Listing
Modified Fri Oct 16 13:58:51 2009 UTC (3 years, 7 months ago) by mikkopa
* Added new AssetFolderItem to keep track of assets in world inventory * Mapped that information to NHibernate * Made class to allow store and load AssetFolderItems from NHibernate * Added SQLite migration file for it. MSSQL and MySQL migrations needed. * Added PROPPATCH method to WorldInventory TODO: Document the new configurations in WorldInventory
Revision 230 - Directory Listing
Modified Thu Oct 15 06:49:03 2009 UTC (3 years, 7 months ago) by mikkopa
* Added WebDAVSharp.NHibernateStorage to prebuild.xml * Added new methods to GenericNpcCharacter which were introduced in IClientAPI * Made changes to RexUDPServer that were made to LLUDPServer * Renamed InitNewClient to Start as were done in LLClientView * Changed ProcessAvatarTerseUpdates method to use Packet.MTU instead of m_packetMTU as were done in LLClientView
Revision 229 - Directory Listing
Modified Wed Oct 14 11:07:40 2009 UTC (3 years, 7 months ago) by mikkopa
Added WebDAVSharp.NHibernateStorage to external libs
Revision 228 - Directory Listing
Modified Tue Oct 13 08:09:55 2009 UTC (3 years, 7 months ago) by mikkopa
* Modified ClientView constructors to match the new LLClientView constructor. * Removed RexPacketServer cause LLPacketServer doesn't exist anymore. * Added selection of clientview type to RexUDPServer.
Revision 227 - Directory Listing
Modified Tue Oct 13 08:04:53 2009 UTC (3 years, 7 months ago) by mikkopa
Due the recent changes in UDP server, creating branch to work with to fix the issue.
Revision 200 - Directory Listing
Modified Tue Jun 30 07:03:01 2009 UTC (3 years, 10 months ago) by mikkopa
Renamed os-0.6.5-rc1 to modrex-0.1-post-fixes
Revision 196 - Directory Listing
Modified Wed Jun 24 11:39:39 2009 UTC (3 years, 10 months ago) by mikkopa
Fixed a bug where Voice module would crash if [realXtend] section was not present in OpenSim.ini.
Revision 195 - Directory Listing
Modified Wed Jun 24 11:29:55 2009 UTC (3 years, 10 months ago) by mikkopa
Applied the ClientClosed delegate changes
Revision 193 - Directory Listing
Modified Wed Jun 24 09:02:32 2009 UTC (3 years, 10 months ago) by sempuki
fix for latest libomv
Revision 191 - Directory Listing
Modified Wed Jun 24 06:55:52 2009 UTC (3 years, 10 months ago) by mikkopa
Removed accidental line comment.
Revision 190 - Directory Listing
Modified Tue Jun 23 13:25:57 2009 UTC (3 years, 10 months ago) by mikkopa
Removed the static readme from worldlibrary. This fixes the bug [#245] Error when opening WorldLibrary
Revision 189 - Directory Listing
Modified Tue Jun 23 12:47:06 2009 UTC (3 years, 10 months ago) by mikkopa
Added Taiga branch.
Revision 188 - Directory Listing
Modified Tue Jun 23 11:09:09 2009 UTC (3 years, 10 months ago) by mikkopa
Fixed the scandinavic character bug with rex prim free data. Rex prim free data is now parsed from byte data to strings, since LLClientView generic message parser didn't parse to UTF-8. This fixes the bug [#243] Rex->Data doesnt support scandic characters
Revision 187 - Directory Listing
Modified Tue Jun 23 09:48:34 2009 UTC (3 years, 10 months ago) by mikkopa
Fixed the user store migration with 0.6.5
Revision 186 - Directory Listing
Modified Tue Jun 23 08:03:20 2009 UTC (3 years, 10 months ago) by mikkopa
This fixes the problem migrating inventory with 0.6.5.
Revision 183 - Directory Listing
Modified Thu Jun 18 07:44:19 2009 UTC (3 years, 11 months ago) by mikkopa
* Added MigrationTool to branch * Changed NHibernateRexLegacyData namespace in branch
Revision 176 - Directory Listing
Modified Tue Jun 2 07:18:26 2009 UTC (3 years, 11 months ago) by mikkopa
Committed the fix applied to trunk also to branch: * Added SendRexPrimFreeData method to RexClientViewBase * Added methods to ModrexObjects so RexPrimFreeData is sent to users when a) they log in and, b) rex prim free data is set to object
Revision 169 - Directory Listing
Modified Tue May 26 06:38:30 2009 UTC (3 years, 11 months ago) by mikkopa
Applied two earlier tuco's fixes to branch: - registerinterfaces wasn't called for rexbots (so their appearances didn't work) - fixed bug when avatar entered world with custom appearance it wasn't updated to other clients (suspecting that mcv_OnRexAppearance happens too early or something) - python's rexPlayMeshAnimation changed to have the same number of params as before. Added comment to samplemeshanim about what it tests.
Revision 165 - Directory Listing
Modified Fri May 22 08:00:51 2009 UTC (4 years ago) by mikkopa
Applied tuco's client startupmessage parameter and rexappearance genericmessage packet fix to branch.
Revision 164 - Directory Listing
Modified Fri May 22 07:53:34 2009 UTC (4 years ago) by mikkopa
Applied tuco's rexPlayFlashAnimationByUUID fix to branch
Revision 162 - Directory Listing
Modified Fri May 22 07:48:33 2009 UTC (4 years ago) by mikkopa
Added missing configuration example variable.
Revision 159 - Directory Listing
Modified Wed May 20 08:03:49 2009 UTC (4 years ago) by mikkopa
Changed all references of AssetService to AssetCache.
Revision 158 - Directory Listing
Modified Wed May 20 07:29:00 2009 UTC (4 years ago) by mikkopa
Made the modifications necessary to compile this branch against opensims 0.6.5-rc1 branch.
Revision 157 - Directory Listing
Modified Wed May 20 07:18:30 2009 UTC (4 years ago) by mikkopa
Branched current trunk to os-0.6.5-rc1. This will still need some work to work with opensims 0.6.5-rc1 branch.
Revision 38 - Directory Listing
Modified Wed Jan 21 13:19:36 2009 UTC (4 years, 4 months ago) by mikkopa
Fixed the bug [#112] which caused OpenSim.exe to crash when using external ip in region .xml Thanks Paul Fishwick for reporting and finding the solution for the bug.
Revision 37 - Directory Listing
Modified Wed Jan 21 13:10:37 2009 UTC (4 years, 4 months ago) by mikkopa
*Added instructions to compile and use ModRex *Changed caps to way it's in current OpenSim trunk *Added thread starting to packet server like it is in OpenSim *Changed ModrexObjects to use NHibernate instead of file *Added NHibernate implementation. Note: NHibernate Has migration file only to MsSQL
Revision 36 - Directory Listing
Modified Wed Jan 21 13:06:03 2009 UTC (4 years, 4 months ago) by mikkopa
*Separated RexMaterialsDictionary in it's own file instead using nested class. *Added RexMaterialDictionaryItems property to be used from NHibernate *Added also the project file
Revision 27 - Directory Listing
Modified Tue Jan 6 15:49:04 2009 UTC (4 years, 4 months ago) by afrisby
* Fixed login so that it authenticates against your auth server rather than blindly accepting you (warning, do not rely on as a security mechanism for a little bit). * Usernames are now "User Name <user@auth.com:10001>" instead of "Rex User aka <user@auth.com:10001>" * Creates a profile on the sim you log in to, allowing most features that rely on it to work - such as inventory, friends lists, etc. In theory hypergrid may actually work with this patch.
Revision 26 - Directory Listing
Modified Tue Jan 6 12:51:20 2009 UTC (4 years, 4 months ago) by afrisby
* Object Persistence and a number of other fixes. Still requires an overall cleanup. * Committed to a branch to avoid SVN conflicts that need to be managed manually.
Revision 1 - Directory Listing
Added Wed Sep 10 21:00:06 2008 UTC (4 years, 8 months ago) by root
Initial Repository Skeleton
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

