Log of /branches/os-0.6.5-rc1/ModularRex
| Sticky Revision: |
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 156 - Directory Listing
Modified Wed May 20 07:05:03 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
* Refactored RexClientView to RexClientViewBase and RexClientViewLegacy. * Moved Skype releated stuff from IRexClientCore and RexClientViewBase to RexClientViewLegacy.
Revision 155 - Directory Listing
Modified Tue May 19 07:02:52 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Added a missing reference
Revision 154 - Directory Listing
Modified Tue May 19 06:54:57 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Added building instructions for windows.
Revision 153 - Directory Listing
Modified Tue May 19 06:18:18 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Changed all references from IAssetCache to IAssetService. This fixes the build with OpenSim revision 9600.
Revision 152 - Directory Listing
Modified Mon May 18 14:05:22 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Added notice about flash animations in to WorldLibrary flash animation folder.
Revision 151 - Directory Listing
Modified Mon May 18 14:04:40 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Added startup event tests.
Revision 150 - Directory Listing
Modified Mon May 18 07:02:24 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Added the SendDialog method to GenericNpcCharacter as the IClientAPI was updated.
Revision 149 - Directory Listing
Modified Fri May 15 09:13:44 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Added the physics example to config.
Revision 148 - Directory Listing
Modified Fri May 15 06:07:48 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Fixed the build with current opensim trunk.
Revision 147 - Directory Listing
Modified Thu May 14 16:28:28 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Added WorldLibrary. This implementation of WorldLibrary is different from the one in 0.4 server. This fetches only the assets that are in scene. It doesn't lag the whole Asset server by fetching every asset from the database. Because the way of the implementation, WorldLibrary can't fetch Flash animations because there is no reference to them in scene. This module is tested with 3D models, Particle scripts, sounds and textures. Untested: 3D animations and material scripts Known not to work: Flash animations
Revision 146 - Directory Listing
Modified Thu May 14 11:11:06 2009 UTC (4 years ago) by kalma
Original Path: trunk/ModularRex
CableBeach enable_client method.
Revision 145 - Directory Listing
Modified Wed May 13 09:25:23 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Added the RefreshGroupMembership method to GenericNpcCharacter as it was added to IClientAPI.
Revision 144 - Directory Listing
Modified Tue May 12 08:02:40 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Added the RexSkypeModule. This is very simple module that sends the Skype address to other is if defined.
Revision 143 - Directory Listing
Modified Tue May 12 07:33:43 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Added two new method to RexBot that had been added to IClientCore interface.
Revision 142 - Directory Listing
Modified Mon May 11 10:54:14 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Added the AsyncSceneObjectGroupDeleter functions to rex object de-rez
Revision 141 - Directory Listing
Modified Mon May 11 06:12:20 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Instead of creating a new packet block on terse update, fetch a packet block from pool. This fixes the bug [#192] Modrex fails with latest OpenSim v. 9474 and ModRex v. 140
Revision 140 - Directory Listing
Modified Fri May 8 12:17:22 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
*Fixed a bug parsing get_user_by_account response from AuthenticationService. *Added the rex improved avatar terse update. This reduces the terse update packet size to half. *This also changes the avatar pos so avatar doesn't float on top of terrain. Bug fix: [#138]
Revision 139 - Directory Listing
Modified Fri May 8 10:41:58 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Modified the paths in runprebuild.sh
Revision 138 - Directory Listing
Modified Fri May 8 10:34:23 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Added the example configurations
Revision 137 - Directory Listing
Modified Fri May 8 07:22:03 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Added realXtend object rez module to keep track of objects that are taken to inventory and rezzed back so that they keep their mesh, materials etc. This fixes the bug [#176] RexMesh+material object taken to inventory, rezzes back as bare prim
Revision 136 - Directory Listing
Modified Thu May 7 07:39:23 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Changed the last place where udp port -2000 was still hiding.
Revision 135 - Directory Listing
Modified Thu May 7 06:05:19 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Added new configuration CheckSessionHash. With this admin can disable checking of the session hash. This is a quick fix for the [#189] External IP (behind a router) no longer functioning
Revision 134 - Directory Listing
Modified Wed May 6 13:20:23 2009 UTC (4 years ago) by sempuki
Original Path: trunk/ModularRex
fix readme formatting
Revision 133 - Directory Listing
Modified Wed May 6 13:17:11 2009 UTC (4 years ago) by sempuki
Original Path: trunk/ModularRex
make the script usage more clear
Revision 132 - Directory Listing
Modified Wed May 6 12:44:39 2009 UTC (4 years ago) by sempuki
Original Path: trunk/ModularRex
add script to make it easier to compile on linux
Revision 131 - Directory Listing
Modified Wed May 6 12:31:26 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Mostly cleanup and refactoring. Accounts are now truly authenticated (SessionHash is checked).
Revision 130 - Directory Listing
Modified Wed May 6 05:53:38 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Fixed to build with newest OpenSim revision.
Revision 129 - Directory Listing
Modified Tue May 5 11:23:30 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Modified the RexObjectData inserting/updating process. This fixes the [#174] "persistant shift-copied objects loose texture after sim-restart".
Revision 128 - Directory Listing
Modified Tue May 5 06:56:46 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Fixed to build with newest OpenSim revision. This includes: *Modified NHibernateRexObjectData namespace to correct one. *Added reference to OpenSim.Framework.Servers.HttpServer.dll. *Updated GenericNpcCharacter to newest IClientAPI.
Revision 127 - Directory Listing
Modified Mon May 4 13:05:23 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Added volume collision to Python module. This uses the same volume collision that LSL also uses.
Revision 126 - Directory Listing
Modified Mon May 4 12:44:47 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Modified fetching primary regions port to use IRexUDPPort method instead of hardcoded minus 2000.
Revision 125 - Directory Listing
Modified Mon May 4 08:37:47 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Moved some stuff around in RexLoginModule. UDP servers are now started in Initialise method, but the "login_to_simulator" method is still registered in PostInitialise. This will fix the bug [#175] and allows moving in to new regions created from console without restart.
Revision 124 - Directory Listing
Modified Thu Apr 30 12:13:50 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
* Added UploadPermissions module * Modified CapsUploader to use that module TODO: Add actual permission checking to UploadPermissions module
Revision 123 - Directory Listing
Modified Thu Apr 30 12:07:10 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Added new version of SendAvatarTerseUpdate to GenericNpcCharacter so build won't fail because of tha during wappu
Revision 122 - Directory Listing
Modified Wed Apr 29 11:25:40 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Added the EntryArea module which was already done in realXtend server 0.4. To configure see: http://wiki.realxtend.org/index.php/Configuring_ModRex
Revision 121 - Directory Listing
Modified Tue Apr 28 11:04:07 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Maximum avatar movement height can now be set in OpenSim.ini. FlightCeilingHeight under [realXtend] section. Set it to zero to disable maximum height. Adds also a console command "flightceiling" from which one can set maximum movement height without need to restart simulator.
Revision 120 - Directory Listing
Modified Tue Apr 28 06:53:41 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
A bit of cleanup: * Moved ModrexAppearance, ModrexFacialExpression and SitModule to RexParts/Modules. * Removed outdated readme file * Removed ModrexSuperobjects stub
Revision 119 - Directory Listing
Modified Thu Apr 23 09:40:47 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Added the missing interface.
Revision 118 - Directory Listing
Modified Wed Apr 22 12:48:11 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
* Make realXtend UDP ports configurable. * Add new configuration option "FirstPort" under [realXtend]. Default value 7000. * VoiceServers "voice_server_url" configuration is now under [realXtend] * Python modules "rex_python" configuration is now under [realXtend]
Revision 117 - Directory Listing
Modified Wed Apr 22 07:35:46 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Removed RexWalkDisabled and RexFlyDisabled from IRexClientCore and all references to them. Modified Python script engine to use ScenePresence.ForceFly and ScenePresence.FlyDisabled instead. This fixes bugs [#143] and [#144].
Revision 116 - Directory Listing
Modified Tue Apr 21 06:30:56 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Added new event to GenericNpcCharacter as it was added to IClientAPI interface on opensim revision 9238
Revision 115 - Directory Listing
Modified Mon Apr 20 08:59:54 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
*Removed MovementSpeedModifier from IRexClientCore *Removed all references to IRexClientCore.RexMovementSpeedMod *Modified RexScriptInterface to use ScenePresence.SpeedModifier instead of the one in IRexClientCore
Revision 114 - Directory Listing
Modified Mon Apr 20 08:54:07 2009 UTC (4 years ago) by mikkopa
Original Path: trunk/ModularRex
Added avatar movement speed test script
Revision 113 - Directory Listing
Modified Fri Apr 17 13:03:36 2009 UTC (4 years, 1 month ago) by mikkopa
Original Path: trunk/ModularRex
* Added new region module: SitModule. This module makes possible to enable or disable sitting of the clients from python module or region module. Possibly even from MRM. * Removed old sit references from IRexClientCore and RexClientView
Revision 112 - Directory Listing
Modified Fri Apr 17 12:58:37 2009 UTC (4 years, 1 month ago) by mikkopa
Original Path: trunk/ModularRex
Sample script to test sit disabled feature
Revision 111 - Directory Listing
Modified Thu Apr 16 12:03:49 2009 UTC (4 years, 1 month ago) by mikkopa
Original Path: trunk/ModularRex
Fixed the login bug where SessionID was not valid. Fixed the bug where Python module would not start because it didn't find the dot net script engine.
Revision 110 - Directory Listing
Modified Thu Apr 16 06:21:49 2009 UTC (4 years, 1 month ago) by mikkopa
Original Path: trunk/ModularRex
Fixed to build with OpenSim trunk revision 9164
Revision 109 - Directory Listing
Modified Tue Apr 14 05:16:42 2009 UTC (4 years, 1 month ago) by mikkopa
Original Path: trunk/ModularRex
Fixed to build with latest OpenSim revision. Was broken at least since revision 9090.
Revision 108 - Directory Listing
Modified Thu Apr 9 06:25:46 2009 UTC (4 years, 1 month ago) by mikkopa
Original Path: trunk/ModularRex
Fixed to build after breakage in OpenSim revision 9052
Revision 107 - Directory Listing
Modified Thu Apr 9 05:27:47 2009 UTC (4 years, 1 month ago) by mikkopa
Original Path: trunk/ModularRex
* Fixed the prebuild to include MySQL migration files as embedded resource. * Added Caps Upload module which overrides Caps upload method and check for rex type objects. This fixes issue [#172]
Revision 106 - Directory Listing
Modified Wed Apr 8 06:21:49 2009 UTC (4 years, 1 month ago) by mikkopa
Original Path: trunk/ModularRex
Fixed to compile with newest OpenSim after interface change on revision 9039
Revision 105 - Directory Listing
Modified Mon Apr 6 06:03:27 2009 UTC (4 years, 1 month ago) by mikkopa
Original Path: trunk/ModularRex
Fixed to build with newest OpenSim revision
Revision 104 - Directory Listing
Modified Thu Apr 2 09:16:59 2009 UTC (4 years, 1 month ago) by mikkopa
Original Path: trunk/ModularRex
Added experimental MySQL support for ModreX. Thanks Mutjake.
Revision 103 - Directory Listing
Modified Thu Apr 2 06:45:06 2009 UTC (4 years, 1 month ago) by mikkopa
Original Path: trunk/ModularRex
Added more avatar function tests and bot function tests.
Revision 102 - Directory Listing
Modified Tue Mar 31 09:05:07 2009 UTC (4 years, 1 month ago) by mikkopa
Original Path: trunk/ModularRex
This patch fixes the bug [#165] where multiple simulators could not run on same machine. All simulators started to listen 7000 UDP port as default. Now listens to one spesified in regions xml file minus 2000. Still saw some funny behavior with realXtend avatar, but otherwise works for now.
Revision 101 - Directory Listing
Modified Mon Mar 30 12:26:06 2009 UTC (4 years, 1 month ago) by mikkopa
Original Path: trunk/ModularRex
Following up to OpenSim IClientAPI changes
Revision 100 - Directory Listing
Modified Mon Mar 30 06:16:46 2009 UTC (4 years, 1 month ago) by mikkopa
Original Path: trunk/ModularRex
Fixed to build since broken after revision 8907 or so.
Revision 99 - Directory Listing
Modified Thu Mar 19 07:47:07 2009 UTC (4 years, 2 months ago) by mikkopa
Original Path: trunk/ModularRex
* Added RexEventQueue module. This module adds support for multiple regions by using CAPs. Fixes issue [#151] * Fixed the CAPs for realXtend style login * Added possibility to login with SL/OpenSim style with realXtend client Using RexEventQueue requires user to enable it from config and also to disable the default EventQueue module. To disable default event queue set "EventQueue = false" under [Startup] section. To enable RexEventQueue set "RexEventQueue = true" under [realXtend] section.
Revision 98 - Directory Listing
Modified Tue Mar 17 10:31:22 2009 UTC (4 years, 2 months ago) by mikkopa
Original Path: trunk/ModularRex
Cleaned some log messages. Modified SPSetRot to update rotation in server also, not just send info to client.
Revision 97 - Directory Listing
Modified Tue Mar 17 10:28:25 2009 UTC (4 years, 2 months ago) by mikkopa
Original Path: trunk/ModularRex
Added some avatar function tests. Modified script function tests to use log4net.
Revision 96 - Directory Listing
Modified Thu Mar 12 11:35:11 2009 UTC (4 years, 2 months ago) by mikkopa
Original Path: trunk/ModularRex
Added new tests to test functionality of python script engine.
Revision 95 - Directory Listing
Modified Wed Mar 11 10:36:22 2009 UTC (4 years, 2 months ago) by mikkopa
Original Path: trunk/ModularRex
Added new tests to test more of the API functionality.
Revision 94 - Directory Listing
Modified Tue Mar 10 11:52:33 2009 UTC (4 years, 2 months ago) by mikkopa
Original Path: trunk/ModularRex
Added some python module test scripts.
Revision 93 - Directory Listing
Modified Tue Mar 10 11:49:17 2009 UTC (4 years, 2 months ago) by mikkopa
Original Path: trunk/ModularRex
Fixed few python module methods. GetSceneObjectPart was not acting as reliable as should have in some cases. Changed some of those to Entities.TryGetValue.
Revision 92 - Directory Listing
Modified Mon Mar 9 07:08:30 2009 UTC (4 years, 2 months ago) by mikkopa
Original Path: trunk/ModularRex
Fixed the build due the changes in OpenSim.
Revision 91 - Directory Listing
Modified Thu Mar 5 14:27:20 2009 UTC (4 years, 2 months ago) by mikkopa
Original Path: trunk/ModularRex
Fixed Appearance delivery. Didn't realize that IClientAPI is not registered interface in ClientView classes.
Revision 90 - Directory Listing
Modified Thu Mar 5 13:16:29 2009 UTC (4 years, 2 months ago) by mikkopa
Original Path: trunk/ModularRex
This is now in IRexClientCore
Revision 89 - Directory Listing
Modified Thu Mar 5 13:15:49 2009 UTC (4 years, 2 months ago) by mikkopa
Original Path: trunk/ModularRex
* Refactored client interfaces. * Modified how modules identify clients
Revision 88 - Directory Listing
Modified Thu Mar 5 08:26:06 2009 UTC (4 years, 2 months ago) by tuco
Original Path: trunk/ModularRex
rexbot module
Revision 87 - Directory Listing
Modified Thu Mar 5 06:54:46 2009 UTC (4 years, 2 months ago) by tuco
Original Path: trunk/ModularRex
IRexClientAPI added to be used as base for both rexhumans and rexbots
Revision 86 - Directory Listing
Modified Wed Mar 4 14:40:05 2009 UTC (4 years, 2 months ago) by mikkopa
Original Path: trunk/ModularRex
* Added OnRexFreeData to RexClientView. * Fixed SendRexSetAmbientLight. * Initial tires to save RexFreeData to RexData field.
Revision 85 - Directory Listing
Modified Wed Mar 4 10:03:54 2009 UTC (4 years, 2 months ago) by tuco
Original Path: trunk/ModularRex
more exceptions to log messages in scripting
Revision 84 - Directory Listing
Modified Tue Mar 3 12:40:08 2009 UTC (4 years, 2 months ago) by tuco
Original Path: trunk/ModularRex
replaced exceptions with log messages for non-implemented script functions
Revision 83 - Directory Listing
Modified Tue Mar 3 11:28:28 2009 UTC (4 years, 2 months ago) by mikkopa
Original Path: trunk/ModularRex
Fixed handling of rexappearance GenericMessage.
Revision 82 - Directory Listing
Modified Mon Mar 2 14:46:45 2009 UTC (4 years, 2 months ago) by tuco
Original Path: trunk/ModularRex
avatar override url added to preserve the original avatar url. Changing to human-fish-human works in fishworld.
Revision 81 - Directory Listing
Modified Mon Mar 2 11:46:20 2009 UTC (4 years, 2 months ago) by mikkopa
Original Path: trunk/ModularRex
Added samplemediaurl test script to Python module. Refactored rexSetTextureMediaURL from rxlslobject to rxactor like other methods are already.
Revision 80 - Directory Listing
Modified Mon Mar 2 11:28:24 2009 UTC (4 years, 2 months ago) by tuco
Original Path: trunk/ModularRex
first steps towards importing rex 0.4 databases - import data from old databases using nhibernate and set values to new rexobjectproperties - should work for prims and materials now, but is not automatic: requires manually changing migration tables and also altering database structure (AuthbuyerID for sqlite)
Revision 79 - Directory Listing
Modified Thu Feb 26 13:09:09 2009 UTC (4 years, 2 months ago) by mikkopa
Original Path: trunk/ModularRex
This fixes rexPlayMeshAnimation function for python module.
Revision 78 - Directory Listing
Modified Thu Feb 26 09:49:57 2009 UTC (4 years, 2 months ago) by tuco
Original Path: trunk/ModularRex
- rexraycast fixed, see sampleraycast.py for sample how to use it - lsl script functions returning string fixed to work in python
Revision 77 - Directory Listing
Modified Wed Feb 25 06:56:19 2009 UTC (4 years, 2 months ago) by mikkopa
Original Path: trunk/ModularRex
Fixed multi region issue [123], [113]. In this fix three ClientView methods: InformClientOfNeighbour, CrossRegion and SendRegionTeleport are overloaded to inform client about correct endpoint. This fix however requires to disable EventQueue from OpenSim.ini. To do this, set "EventQueue = false" under [Startup].
Revision 76 - Directory Listing
Modified Mon Feb 23 07:25:43 2009 UTC (4 years, 2 months ago) by mikkopa
Original Path: trunk/ModularRex
Applied patch [#140]. This patch removes a couple of old references. Thanks Paul Fishwick.
Revision 75 - Directory Listing
Modified Mon Feb 23 07:21:19 2009 UTC (4 years, 2 months ago) by mikkopa
Original Path: trunk/ModularRex
Fixed to build with newest OpenSim trunk. Changed m_sceneGraph reference to SceneContents.
Revision 74 - Directory Listing
Modified Wed Feb 18 09:49:33 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
Refactored RexClientView generic message handlers to a dictionary. Adding new handlers should be easier than before.
Revision 73 - Directory Listing
Modified Tue Feb 17 13:49:13 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
OpenSim Library now works with RealXtend Viewer
Revision 72 - Directory Listing
Modified Tue Feb 17 07:33:24 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
Fixed the build to compile with newest OpenSim trunk.
Revision 71 - Directory Listing
Modified Mon Feb 16 10:53:52 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
Fixed the bug where RTT camera didn't work.
Revision 70 - Directory Listing
Modified Mon Feb 16 06:28:33 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
Fixed to build with newest OpenSim trunk: *Added isFlying parameter to AddAvatar in OdePlugin *Converted NHibernate Save to Insert
Revision 69 - Directory Listing
Modified Fri Feb 13 11:43:04 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
*Added Asset Preload feature. Don't know exactly how this should be tested. Seems to work at least. *Added SendRexMeshAnimation and SendRexClientSideEffect to RexClientView *Now sends preload assets first to user when sends all properties *Also implemented rexAddInitialPreloadAssets and rexRemoveInitialPreloadAssets to Python module
Revision 68 - Directory Listing
Modified Fri Feb 13 07:16:41 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
*Fixed the bug [#113] where client couldn't log in if the simulator had multiple regions. However client still can't see other regions or access them. *Fixed that both SL and REX client can log to same simulator with their own authentication methods.
Revision 67 - Directory Listing
Modified Wed Feb 11 13:34:02 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
Fixed console command registration. Removed OpenSim.Region.Environment.dll reference from prebuild.xml
Revision 66 - Directory Listing
Modified Wed Feb 11 08:38:19 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
* Added the missing mapping file * Added the SQLiteDialect for RexAssetData. Thanks Paul Fishwick. * Changed the python console command back to use. Now uses the new implementation of ConsoleBase
Revision 65 - Directory Listing
Modified Wed Feb 11 08:15:15 2009 UTC (4 years, 3 months ago) by tuco
Original Path: trunk/ModularRex
- own interface classes for adding collisionmeshes and other physics stuff - removed references to ode - cleaned up prebuild, added coremodule
Revision 64 - Directory Listing
Modified Tue Feb 10 14:29:59 2009 UTC (4 years, 3 months ago) by tuco
Original Path: trunk/ModularRex
- fixed AssetCache to IAssetCache in some overridden functions - assettype now fetched for rexobjectproperties, using interface to avoid references to opensim
Revision 63 - Directory Listing
Modified Mon Feb 9 07:13:09 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
Changed the OpenSim.Region.Environment namespace to OpenSim.Region.Framework as it was changed in new OpenSim.
Revision 62 - Directory Listing
Modified Fri Feb 6 13:35:41 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
Added the file that was missing from the last commit
Revision 61 - Directory Listing
Modified Fri Feb 6 12:31:33 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
MediaURL: *Fetch media urls from database on startup *Send media urls to client on startup
Revision 60 - Directory Listing
Modified Fri Feb 6 09:55:22 2009 UTC (4 years, 3 months ago) by tuco
Original Path: trunk/ModularRex
rexobjectproperties deleted from db when prim deleted
Revision 59 - Directory Listing
Modified Fri Feb 6 09:46:38 2009 UTC (4 years, 3 months ago) by tuco
Original Path: trunk/ModularRex
duplication works for objects with rexproperties
Revision 58 - Directory Listing
Modified Fri Feb 6 09:13:06 2009 UTC (4 years, 3 months ago) by tuco
Original Path: trunk/ModularRex
rexodephysics changed from inheriting ode to copy-paste-ode+rex changes (as suggested by opensim devs)
Revision 57 - Directory Listing
Modified Fri Feb 6 08:28:47 2009 UTC (4 years, 3 months ago) by tuco
Original Path: trunk/ModularRex
rexobjectpropertiescache: objects are loaded into memory, saved & sent over the network only when necessary. Also other changes which clean up the prop handling much.
Revision 56 - Directory Listing
Modified Wed Feb 4 15:15:52 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
Added a file that was missing from previous commit.
Revision 55 - Directory Listing
Modified Wed Feb 4 15:04:47 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
Initial version of MediaURLs. Works per session for now.
Revision 54 - Directory Listing
Modified Wed Feb 4 07:41:03 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
Fixed to work with newest OpenSim trunk.
Revision 53 - Directory Listing
Modified Tue Feb 3 09:39:00 2009 UTC (4 years, 3 months ago) by tuco
Original Path: trunk/ModularRex
uncommented rexodephysics code. Mesh collisions work when you set them to a prim. For prims loaded from db collisions don't yet work.
Revision 52 - Directory Listing
Modified Tue Feb 3 08:52:20 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
Added libs, RXCore and samples for Python module. See readme.txt for usage.
Revision 51 - Directory Listing
Modified Tue Feb 3 07:13:22 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
Removed System.Data.DataSetExtension references as they were not needed. Added SQLiteDialect to NHibernate. Thanks Paul Fishwick.
Revision 50 - Directory Listing
Modified Tue Feb 3 07:08:25 2009 UTC (4 years, 3 months ago) by tuco
Original Path: trunk/ModularRex
rexmod side of the ode physics changes some rexclientview cleanup
Revision 49 - Directory Listing
Modified Mon Feb 2 13:39:06 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
*Added first implementation of SpawnActor to Python module. *Removed bin/Debug folder and project files. You should not commit these. Use runprebuild script to create project and solution files.
Revision 46 - Directory Listing
Modified Mon Feb 2 09:35:45 2009 UTC (4 years, 3 months ago) by tuco
Original Path: trunk/ModularRex
clean up
Revision 45 - Directory Listing
Modified Fri Jan 30 13:20:33 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
Added to RexClientView: *SendRexForceFOV *SendRexForceCamera *SendRexSky *SendMediaURL *RexIKSendLimbTarget *SendRexAvatarAnimation *SendRexAvatarMorph
Revision 44 - Directory Listing
Modified Fri Jan 30 10:18:15 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
Commented out some test code, should fix issue [#127]
Revision 43 - Directory Listing
Modified Fri Jan 30 09:59:40 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
*Modified OnPythonClassChange a bit. Now Python module knows when script has changed. No proper cache yet though.
Revision 42 - Directory Listing
Modified Wed Jan 28 14:51:20 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
*Added OnPythonClassChange event to detect when Python script is initialized *Added methods to Load and Save objects from outside ModrexObjects. *Removed RexObjectPart and RexObjectGroup, which are not used anymore.
Revision 41 - Directory Listing
Modified Fri Jan 23 11:07:41 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
Fixed prebuild.xml
Revision 40 - Directory Listing
Modified Fri Jan 23 10:57:33 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
Removed unneeded reference
Revision 39 - Directory Listing
Modified Fri Jan 23 10:50:03 2009 UTC (4 years, 3 months ago) by mikkopa
Original Path: trunk/ModularRex
Merged branch to trunk. Note this patch requires OpenSim patch (http://opensimulator.org/mantis/view.php?id=3012) to be applied.
Revision 35 - Directory Listing
Modified Fri Jan 9 07:09:35 2009 UTC (4 years, 4 months ago) by mikkopa
Original Path: trunk/ModularRex
Added nant build files
Revision 34 - Directory Listing
Modified Thu Jan 8 13:36:39 2009 UTC (4 years, 4 months ago) by mikkopa
Original Path: trunk/ModularRex
Fixed to match newest simulator.
Revision 33 - Directory Listing
Modified Thu Jan 8 12:00:32 2009 UTC (4 years, 4 months ago) by mikkopa
Original Path: trunk/ModularRex
bamboo
Revision 32 - Directory Listing
Modified Thu Jan 8 11:55:32 2009 UTC (4 years, 4 months ago) by mikkopa
Original Path: trunk/ModularRex
Yet again fix for bamboo script
Revision 31 - Directory Listing
Modified Thu Jan 8 11:49:23 2009 UTC (4 years, 4 months ago) by mikkopa
Original Path: trunk/ModularRex
Revision 30 - Directory Listing
Modified Thu Jan 8 11:46:38 2009 UTC (4 years, 4 months ago) by mikkopa
Original Path: trunk/ModularRex
bamboo fix
Revision 29 - Directory Listing
Modified Thu Jan 8 11:43:35 2009 UTC (4 years, 4 months ago) by mikkopa
Original Path: trunk/ModularRex
bamboo build file
Revision 28 - Directory Listing
Modified Wed Jan 7 07:20:35 2009 UTC (4 years, 4 months ago) by mikkopa
Original Path: trunk/ModularRex
*Added missing file *Fixed problems caused by merging RexClientView
Revision 25 - Directory Listing
Modified Mon Jan 5 12:49:17 2009 UTC (4 years, 4 months ago) by afrisby
Original Path: trunk/ModularRex
* Updating to DTL SVN - missing obj persistence but contains RexObjectProperties and associated handlers (basically Rex object support)
Revision 24 - Directory Listing
Modified Fri Dec 19 14:14:48 2008 UTC (4 years, 5 months ago) by mikkopa
Original Path: trunk/ModularRex
Added runprebuild2008.bat
Revision 23 - Directory Listing
Modified Fri Dec 19 14:01:18 2008 UTC (4 years, 5 months ago) by mikkopa
Original Path: trunk/ModularRex
Added missing reference.
Revision 22 - Directory Listing
Modified Fri Dec 19 13:40:52 2008 UTC (4 years, 5 months ago) by mikkopa
Original Path: trunk/ModularRex
Added prebuild files. Thank you Jeroen van Veen.
Revision 21 - Directory Listing
Modified Thu Dec 18 14:58:40 2008 UTC (4 years, 5 months ago) by mikkopa
Original Path: trunk/ModularRex
*Added: SendRexPostProcess, SendRexRttCamera, SendRexViewport, SendRexToggleWindSound, SendRexCameraClientSideEffect, SendRexSetAmbienLight and SendRexPlayFlashAnimation to RexClientView *Modified RexScriptTestModule so it can test a couple of RexClientView methods
Revision 20 - Directory Listing
Modified Tue Dec 16 13:36:42 2008 UTC (4 years, 5 months ago) by mikkopa
Original Path: trunk/ModularRex
* Added few new scripting features which were introduce after 0.4 release (Sit Disable & Vertical Movement Modifier). * Implemented SendRexFog * Implemented SendRexWaterHeight * Added missing register cmd line that was accidentally in revision 18.
Revision 19 - Directory Listing
Modified Thu Dec 11 14:52:41 2008 UTC (4 years, 5 months ago) by mikkopa
Original Path: trunk/ModularRex
Added OnChangePythonClass event to RexObjectPart Added SurfaceTouchEventArgs to touch_start event to get module to compile with newer opensim revision.
Revision 18 - Directory Listing
Modified Thu Dec 4 16:59:41 2008 UTC (4 years, 5 months ago) by mikkopa
Original Path: trunk/ModularRex
*Re-Implemented OnRexScriptListen *Changed log messages to use log4net properly.
Revision 17 - Directory Listing
Modified Wed Dec 3 11:38:02 2008 UTC (4 years, 5 months ago) by kalma
Original Path: trunk/ModularRex
AuthenticationService tested.
Revision 16 - Directory Listing
Modified Wed Dec 3 08:36:44 2008 UTC (4 years, 5 months ago) by kalma
Original Path: trunk/ModularRex
Static class for accessing authentication server. Testing not done, starting today.
Revision 15 - Directory Listing
Modified Wed Dec 3 08:20:56 2008 UTC (4 years, 5 months ago) by mikkopa
Original Path: trunk/ModularRex
Fixed the PythonScriptCommand. Only 5 more events to go.
Revision 14 - Directory Listing
Modified Tue Dec 2 14:38:51 2008 UTC (4 years, 5 months ago) by mikkopa
Original Path: trunk/ModularRex
*Added few new Client properties and method stubs *Fixed an error where client could not login. RexAuthUrl contained whole account info (user@domain). This will need a better fix. *Modified RexPython module so it can boot itself up. This needs user to place Lib- and PythonScript-folders to bin/ScriptEngines. Most of the old scripts won't work at this time. For example "OpenSim.Region.ScriptEngine.Common" need to be renamed something differently. *Added a couple event handles to RexScriptEngine to handle two RexClientView events.
Revision 13 - Directory Listing
Modified Thu Nov 27 14:12:09 2008 UTC (4 years, 5 months ago) by mikkopa
Original Path: trunk/ModularRex
Fixed a bit so ScriptEngine won't crash if the module can't be loaded properly.
Revision 12 - Directory Listing
Modified Thu Nov 27 12:11:01 2008 UTC (4 years, 5 months ago) by mikkopa
Original Path: trunk/ModularRex
Initial RexPython work. Changed code so it compiles, but many functions still not implemented. Needs still lots of work.
Revision 11 - Directory Listing
Modified Wed Nov 26 11:52:02 2008 UTC (4 years, 5 months ago) by afrisby
Original Path: trunk/ModularRex
* Adds source code comments, and synchronises a number of files with internal copies.
Revision 10 - Directory Listing
Modified Wed Nov 26 10:29:23 2008 UTC (4 years, 5 months ago) by afrisby
Original Path: trunk/ModularRex
* Adds plumbing for Rex Appearance information to be passed from the authentication server to the RexClientView. This may be slightly buggy and probably needs updating to the latest internal versions.
Revision 9 - Directory Listing
Modified Wed Nov 26 10:08:09 2008 UTC (4 years, 5 months ago) by afrisby
Original Path: trunk/ModularRex
* Left out changes to RexClientView needed to support previous commit.
Revision 8 - Directory Listing
Modified Wed Nov 26 10:06:30 2008 UTC (4 years, 5 months ago) by afrisby
Original Path: trunk/ModularRex
* Converted ModrexAppearance to a IClientCore interface (from IClientAPI) * This is an example on how to handle such a conversion.
Revision 7 - Directory Listing
Modified Fri Nov 21 11:01:33 2008 UTC (4 years, 5 months ago) by mikkopa
Original Path: trunk/ModularRex
Added Rex VoiceChat module as RegionModule. Might have some problems with simulators with multiple scenes.
Revision 6 - Directory Listing
Modified Tue Nov 18 11:52:26 2008 UTC (4 years, 6 months ago) by afrisby
Original Path: trunk/ModularRex
* Updating to latest * Warning: Contains bugs.
Revision 5 - Directory Listing
Modified Fri Oct 17 12:11:52 2008 UTC (4 years, 7 months ago) by afrisby
Original Path: trunk/ModularRex
* Avatar support now works correctly * Started work on Objects, Login and other components.
Revision 4 - Directory Listing
Modified Tue Sep 30 15:04:27 2008 UTC (4 years, 7 months ago) by afrisby
Original Path: trunk/ModularRex
* Major refactoring of RexClientView * Added preliminary work on LoginMethod. (nb, not complete)
Revision 3 - Directory Listing
Modified Sun Sep 14 05:00:29 2008 UTC (4 years, 8 months ago) by afrisby
Original Path: trunk/ModularRex
* Added support for Rex Avatars. Use the following OpenSim.ini settings to enable this. [realXtend] enabled=true authentication_server=http://authserver// Please note that this only supports a single authentication server (the user cannot login with a remote auth server, yet.). This also does not "resend" information for avatars joining a scene after other avatars.
Revision 2 - Directory Listing
Added Sun Sep 14 02:18:38 2008 UTC (4 years, 8 months ago) by afrisby
Original Path: trunk/ModularRex
* Initial check-in of prototype Rex module. * This is a very very very early alpha of where we are heading, this checkin is mostly functionality-free and is aimed at building PacketServer, IClientAPI and other core classes so that functionality can be built cleanly on top.
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

