0.3.2-release

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Categorized into Category:Release Notes)
m (Robot: Replacing 'OpenSim' to 'OpenSimulator', which is the precise name)
 
(One intermediate revision by one user not shown)
Line 48: Line 48:
 
r1374 | mingchen | 2007-07-18 16:35:24 -0700 (Wed, 18 Jul 2007) | 2 lines
 
r1374 | mingchen | 2007-07-18 16:35:24 -0700 (Wed, 18 Jul 2007) | 2 lines
  
*Removed files that were no longer important and prevented compile
+
* Removed files that were no longer important and prevented compile
*Should compile now!
+
* Should compile now!
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1373 | mingchen | 2007-07-18 16:15:08 -0700 (Wed, 18 Jul 2007) | 3 lines
 
r1373 | mingchen | 2007-07-18 16:15:08 -0700 (Wed, 18 Jul 2007) | 3 lines
  
*New Configuration System, much easier and less buggy compared to the original system in place
+
* New Configuration System, much easier and less buggy compared to the original system in place
*View RegionInfo.cs for an example on how it works!
+
* View RegionInfo.cs for an example on how it works!
*This hopefully copies all the files over, but who knows :)
+
* This hopefully copies all the files over, but who knows :)
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1372 | afrisby | 2007-07-18 15:49:11 -0700 (Wed, 18 Jul 2007) | 1 line
 
r1372 | afrisby | 2007-07-18 15:49:11 -0700 (Wed, 18 Jul 2007) | 1 line
Line 75: Line 75:
 
r1368 | mw | 2007-07-18 14:26:31 -0700 (Wed, 18 Jul 2007) | 1 line
 
r1368 | mw | 2007-07-18 14:26:31 -0700 (Wed, 18 Jul 2007) | 1 line
  
A script/custom application should be able to add a particle system to a prim, just create a new libsecondlife.Primitive.ParticleSystem() and then call AddNewParticleSystem() on the OpenSim particle : we really need to rename our particle class to stop conflict with the one in libsl.  
+
A script/custom application should be able to add a particle system to a prim, just create a new libsecondlife.Primitive.ParticleSystem() and then call AddNewParticleSystem() on the OpenSimulator particle : we really need to rename our particle class to stop conflict with the one in libsl.  
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1367 | mw | 2007-07-18 13:29:06 -0700 (Wed, 18 Jul 2007) | 1 line
 
r1367 | mw | 2007-07-18 13:29:06 -0700 (Wed, 18 Jul 2007) | 1 line
Line 210: Line 210:
 
r1336 | mingchen | 2007-07-16 13:40:04 -0700 (Mon, 16 Jul 2007) | 1 line
 
r1336 | mingchen | 2007-07-16 13:40:04 -0700 (Mon, 16 Jul 2007) | 1 line
  
*No Hippos :(
+
* No Hippos :(
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1335 | mingchen | 2007-07-16 13:39:25 -0700 (Mon, 16 Jul 2007) | 1 line
 
r1335 | mingchen | 2007-07-16 13:39:25 -0700 (Mon, 16 Jul 2007) | 1 line
  
*Hippos?
+
* Hippos?
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1334 | lbsa71 | 2007-07-16 13:10:54 -0700 (Mon, 16 Jul 2007) | 1 line
 
r1334 | lbsa71 | 2007-07-16 13:10:54 -0700 (Mon, 16 Jul 2007) | 1 line
Line 222: Line 222:
 
r1333 | mingchen | 2007-07-16 12:52:46 -0700 (Mon, 16 Jul 2007) | 1 line
 
r1333 | mingchen | 2007-07-16 12:52:46 -0700 (Mon, 16 Jul 2007) | 1 line
  
*Adding some more files
+
* Adding some more files
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1332 | mingchen | 2007-07-16 12:40:25 -0700 (Mon, 16 Jul 2007) | 2 lines
 
r1332 | mingchen | 2007-07-16 12:40:25 -0700 (Mon, 16 Jul 2007) | 2 lines
  
*Renamed everything Parcels and ParcelData to Land and LandData
+
* Renamed everything Parcels and ParcelData to Land and LandData
*Added missing files (I hope)
+
* Added missing files (I hope)
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1331 | mingchen | 2007-07-16 11:45:19 -0700 (Mon, 16 Jul 2007) | 3 lines
 
r1331 | mingchen | 2007-07-16 11:45:19 -0700 (Mon, 16 Jul 2007) | 3 lines
  
*Renamed ParcelManager to LandManager
+
* Renamed ParcelManager to LandManager
*Made the Parcel class its own file and moved the Parcel and LandManager into their own folder in Environment
+
* Made the Parcel class its own file and moved the Parcel and LandManager into their own folder in Environment
*Some renaming might need to be done so the Parcel class doesn't have issues with the libsecondlife Parcel class, but Land doesn't seem right.
+
* Some renaming might need to be done so the Parcel class doesn't have issues with the libsecondlife Parcel class, but Land doesn't seem right.
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1330 | lbsa71 | 2007-07-16 11:44:30 -0700 (Mon, 16 Jul 2007) | 1 line
 
r1330 | lbsa71 | 2007-07-16 11:44:30 -0700 (Mon, 16 Jul 2007) | 1 line
Line 263: Line 263:
 
r1324 | afrisby | 2007-07-16 11:06:35 -0700 (Mon, 16 Jul 2007) | 1 line
 
r1324 | afrisby | 2007-07-16 11:06:35 -0700 (Mon, 16 Jul 2007) | 1 line
  
* Rigged up LSL Script Engine to OpenSim - not quite fully tied yet however, still lacks connection to ScriptInterpretedAPI. (but Hello World should work!)
+
* Rigged up LSL Script Engine to OpenSimulator - not quite fully tied yet however, still lacks connection to ScriptInterpretedAPI. (but Hello World should work!)
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1323 | afrisby | 2007-07-16 10:46:47 -0700 (Mon, 16 Jul 2007) | 2 lines
 
r1323 | afrisby | 2007-07-16 10:46:47 -0700 (Mon, 16 Jul 2007) | 2 lines
Line 281: Line 281:
 
r1320 | mingchen | 2007-07-16 07:56:35 -0700 (Mon, 16 Jul 2007) | 2 lines
 
r1320 | mingchen | 2007-07-16 07:56:35 -0700 (Mon, 16 Jul 2007) | 2 lines
  
*Trunk compiles now
+
* Trunk compiles now
*Added "RemoveEntity" and renamed "AddNewEntity" to "AddEntity"
+
* Added "RemoveEntity" and renamed "AddNewEntity" to "AddEntity"
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1319 | lbsa71 | 2007-07-16 06:00:32 -0700 (Mon, 16 Jul 2007) | 1 line
 
r1319 | lbsa71 | 2007-07-16 06:00:32 -0700 (Mon, 16 Jul 2007) | 1 line
Line 290: Line 290:
 
r1318 | mingchen | 2007-07-15 18:25:16 -0700 (Sun, 15 Jul 2007) | 3 lines
 
r1318 | mingchen | 2007-07-15 18:25:16 -0700 (Sun, 15 Jul 2007) | 3 lines
  
*Fixed bug that incorrectly tabulated 'others' prims on a parcel
+
* Fixed bug that incorrectly tabulated 'others' prims on a parcel
*Added support for selected prims (does not yet support prims being sat on)
+
* Added support for selected prims (does not yet support prims being sat on)
*Added support for listing avatars with prims on parcel with their prim count
+
* Added support for listing avatars with prims on parcel with their prim count
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1317 | mw | 2007-07-15 16:39:52 -0700 (Sun, 15 Jul 2007) | 1 line
 
r1317 | mw | 2007-07-15 16:39:52 -0700 (Sun, 15 Jul 2007) | 1 line
Line 314: Line 314:
 
r1313 | mingchen | 2007-07-15 14:21:14 -0700 (Sun, 15 Jul 2007) | 1 line
 
r1313 | mingchen | 2007-07-15 14:21:14 -0700 (Sun, 15 Jul 2007) | 1 line
  
*Fixed master avatar requesting when in grid mode.
+
* Fixed master avatar requesting when in grid mode.
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1312 | mw | 2007-07-15 14:10:05 -0700 (Sun, 15 Jul 2007) | 1 line
 
r1312 | mw | 2007-07-15 14:10:05 -0700 (Sun, 15 Jul 2007) | 1 line
Line 322: Line 322:
 
r1311 | mingchen | 2007-07-15 14:02:13 -0700 (Sun, 15 Jul 2007) | 2 lines
 
r1311 | mingchen | 2007-07-15 14:02:13 -0700 (Sun, 15 Jul 2007) | 2 lines
  
*Added support for the "show" button that highlights objects over the selected Objects  
+
* Added support for the "show" button that highlights objects over the selected Objects  
*Known bug, client does some weird "showing" when more than 255 objects are meant to be selected (linked objects count as one object)
+
* Known bug, client does some weird "showing" when more than 255 objects are meant to be selected (linked objects count as one object)
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1310 | afrisby | 2007-07-15 11:49:11 -0700 (Sun, 15 Jul 2007) | 1 line
 
r1310 | afrisby | 2007-07-15 11:49:11 -0700 (Sun, 15 Jul 2007) | 1 line
Line 345: Line 345:
 
Removed the reference to ClientManager from scene, as scene really shouldn't have a direct reference to the UDP/Packet server's clientmanager, instead it should send all data through the ScenePresences.
 
Removed the reference to ClientManager from scene, as scene really shouldn't have a direct reference to the UDP/Packet server's clientmanager, instead it should send all data through the ScenePresences.
 
For those functions that was using the clientManager's foreachClient(delegate) method, there is now a ForEachScenePresence(delegate) in scene.  
 
For those functions that was using the clientManager's foreachClient(delegate) method, there is now a ForEachScenePresence(delegate) in scene.  
This change helps with the decoupling of client packet functions from the scene functions.
+
This change helps with the decoupling of client packet functions from the scene functions.  
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1305 | mw | 2007-07-15 10:40:21 -0700 (Sun, 15 Jul 2007) | 2 lines
 
r1305 | mw | 2007-07-15 10:40:21 -0700 (Sun, 15 Jul 2007) | 2 lines
Line 396: Line 396:
 
r1294 | lbsa71 | 2007-07-14 21:20:23 -0700 (Sat, 14 Jul 2007) | 1 line
 
r1294 | lbsa71 | 2007-07-14 21:20:23 -0700 (Sat, 14 Jul 2007) | 1 line
  
#72, formerly known as#166
+
# 72, formerly known as#166
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1293 | afrisby | 2007-07-14 16:06:05 -0700 (Sat, 14 Jul 2007) | 1 line
 
r1293 | afrisby | 2007-07-14 16:06:05 -0700 (Sat, 14 Jul 2007) | 1 line
Line 428: Line 428:
 
r1286 | mingchen | 2007-07-14 12:09:00 -0700 (Sat, 14 Jul 2007) | 1 line
 
r1286 | mingchen | 2007-07-14 12:09:00 -0700 (Sat, 14 Jul 2007) | 1 line
  
*Updated getParcel to accept floats as well. This helps in finding the parcel under an exact point (when precision matters)
+
* Updated getParcel to accept floats as well. This helps in finding the parcel under an exact point (when precision matters)
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1285 | afrisby | 2007-07-14 10:40:54 -0700 (Sat, 14 Jul 2007) | 1 line
 
r1285 | afrisby | 2007-07-14 10:40:54 -0700 (Sat, 14 Jul 2007) | 1 line
Line 436: Line 436:
 
r1284 | mingchen | 2007-07-14 10:01:15 -0700 (Sat, 14 Jul 2007) | 2 lines
 
r1284 | mingchen | 2007-07-14 10:01:15 -0700 (Sat, 14 Jul 2007) | 2 lines
  
*Removed ParcelManager from SceneObject and Primitive and replaced with events in EventManager
+
* Removed ParcelManager from SceneObject and Primitive and replaced with events in EventManager
*Prim count and sim-wide prim count correctly reflect object bonus multiplier
+
* Prim count and sim-wide prim count correctly reflect object bonus multiplier
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1283 | lbsa71 | 2007-07-14 09:01:10 -0700 (Sat, 14 Jul 2007) | 1 line
 
r1283 | lbsa71 | 2007-07-14 09:01:10 -0700 (Sat, 14 Jul 2007) | 1 line
Line 445: Line 445:
 
r1282 | mingchen | 2007-07-14 08:57:20 -0700 (Sat, 14 Jul 2007) | 1 line
 
r1282 | mingchen | 2007-07-14 08:57:20 -0700 (Sat, 14 Jul 2007) | 1 line
  
*Added support for simwide area and simwide prim count for parcels
+
* Added support for simwide area and simwide prim count for parcels
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1281 | lbsa71 | 2007-07-14 08:33:25 -0700 (Sat, 14 Jul 2007) | 3 lines
 
r1281 | lbsa71 | 2007-07-14 08:33:25 -0700 (Sat, 14 Jul 2007) | 3 lines
Line 455: Line 455:
 
r1280 | mingchen | 2007-07-14 08:11:36 -0700 (Sat, 14 Jul 2007) | 3 lines
 
r1280 | mingchen | 2007-07-14 08:11:36 -0700 (Sat, 14 Jul 2007) | 3 lines
  
*Added support for prim counting on parcels
+
* Added support for prim counting on parcels
**No restrictions yet in place, or total prim count
+
** No restrictions yet in place, or total prim count
  
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
Line 481: Line 481:
 
r1275 | mingchen | 2007-07-13 16:13:25 -0700 (Fri, 13 Jul 2007) | 4 lines
 
r1275 | mingchen | 2007-07-13 16:13:25 -0700 (Fri, 13 Jul 2007) | 4 lines
  
*Moved the OnSignificantClientMovement event to ScenePresence.
+
* Moved the OnSignificantClientMovement event to ScenePresence.
*ParcelManager's resetSimParcels does not set any default values.
+
* ParcelManager's resetSimParcels does not set any default values.
*Updated ParcelData with correct defaults previously set in resetSimParcels
+
* Updated ParcelData with correct defaults previously set in resetSimParcels
*Region overrides are now sent to viewer instead of dummy'd
+
* Region overrides are now sent to viewer instead of dummy'd
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1274 | mingchen | 2007-07-13 14:13:38 -0700 (Fri, 13 Jul 2007) | 3 lines
 
r1274 | mingchen | 2007-07-13 14:13:38 -0700 (Fri, 13 Jul 2007) | 3 lines
  
*Reworked parcel joining to work the same way as LL's method.
+
* 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
+
** 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.
+
* Created OnSignificantClientMovement event that is triggered when an avatar moves more than 2 meters.
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1273 | mw | 2007-07-13 14:12:16 -0700 (Fri, 13 Jul 2007) | 1 line
 
r1273 | mw | 2007-07-13 14:12:16 -0700 (Fri, 13 Jul 2007) | 1 line
  
Chat/Shout/etc should be working again
+
Chat/Shout/etc should be working again
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1272 | afrisby | 2007-07-13 13:29:51 -0700 (Fri, 13 Jul 2007) | 1 line
 
r1272 | afrisby | 2007-07-13 13:29:51 -0700 (Fri, 13 Jul 2007) | 1 line
Line 628: Line 628:
 
r1243 | mingchen | 2007-07-12 16:57:26 -0700 (Thu, 12 Jul 2007) | 2 lines
 
r1243 | mingchen | 2007-07-12 16:57:26 -0700 (Thu, 12 Jul 2007) | 2 lines
  
*Parcel updates are now sent to users over newly subdivided areas and users over parcels being joined to correctly update the viewers
+
* 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
+
* NOTE: Parcel updates are packets sent to the viewer when they enter a new parcel containing information such as parcel name, media URLS, etc
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1242 | sdague | 2007-07-12 14:06:52 -0700 (Thu, 12 Jul 2007) | 2 lines
 
r1242 | sdague | 2007-07-12 14:06:52 -0700 (Thu, 12 Jul 2007) | 2 lines
Line 643: Line 643:
 
r1240 | mingchen | 2007-07-12 13:33:10 -0700 (Thu, 12 Jul 2007) | 2 lines
 
r1240 | mingchen | 2007-07-12 13:33:10 -0700 (Thu, 12 Jul 2007) | 2 lines
  
*Parcel and estate support fully restored into Sugilite
+
* 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
+
* Significant movement (currently set to 2 meters of movement for performance reasons, even though its speedy) and initial login now sends parcel updates
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1239 | mingchen | 2007-07-12 09:19:32 -0700 (Thu, 12 Jul 2007) | 3 lines
 
r1239 | mingchen | 2007-07-12 09:19:32 -0700 (Thu, 12 Jul 2007) | 3 lines
  
*Found and fixed bug that crashed viewer when logging in or viewing land owners
+
* 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')
+
* 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
+
* Still working on readding support for updating parcel information when logging in or moving into a new parcel
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1238 | mw | 2007-07-12 08:30:09 -0700 (Thu, 12 Jul 2007) | 1 line
 
r1238 | mw | 2007-07-12 08:30:09 -0700 (Thu, 12 Jul 2007) | 1 line
Line 671: Line 671:
  
 
More work on UserProfile and inventory cache (still currently not enabled).
 
More 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.
+
Asset uploading over CAPS now works, and although inventory isn't really working yet, this should now at least enables texturing of prims.  
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1233 | mw | 2007-07-11 07:39:03 -0700 (Wed, 11 Jul 2007) | 3 lines
 
r1233 | mw | 2007-07-11 07:39:03 -0700 (Wed, 11 Jul 2007) | 3 lines
Line 685: Line 685:
 
r1231 | afrisby | 2007-07-11 01:23:33 -0700 (Wed, 11 Jul 2007) | 1 line
 
r1231 | afrisby | 2007-07-11 01:23:33 -0700 (Wed, 11 Jul 2007) | 1 line
  
* Added 1.18-compatible libsl to OpenSim - this hopefully will be the last time we need to do this to support newer clients.
+
* Added 1.18-compatible libsl to OpenSimulator - this hopefully will be the last time we need to do this to support newer clients.
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
 
r1229 | afrisby | 2007-07-11 01:10:25 -0700 (Wed, 11 Jul 2007) | 1 line
 
r1229 | afrisby | 2007-07-11 01:10:25 -0700 (Wed, 11 Jul 2007) | 1 line
  
 
* Bringing Sugilite in to trunk
 
* Bringing Sugilite in to trunk
 
  
 
[[Category:Release Notes]]
 
[[Category:Release Notes]]

Latest revision as of 22:21, 3 March 2012


r1384 | afrisby | 2007-07-18 18:25:15 -0700 (Wed, 18 Jul 2007) | 1 line

  • Adding mysql_connection.ini sample

r1383 | afrisby | 2007-07-18 18:08:26 -0700 (Wed, 18 Jul 2007) | 1 line

  • Added housekeeping comments, see mailing list in just a moment...

r1382 | afrisby | 2007-07-18 18:02:59 -0700 (Wed, 18 Jul 2007) | 1 line

  • More cleaning

r1381 | afrisby | 2007-07-18 17:55:14 -0700 (Wed, 18 Jul 2007) | 2 lines

  • Added TriggerTouchStart function to Interpreted Events API
  • One less compiler warning. Heh.

r1380 | afrisby | 2007-07-18 17:52:10 -0700 (Wed, 18 Jul 2007) | 3 lines

  • Moved EventManager to SceneBase (from Scene)
  • Added OnShutdown event to EventManager (to be used to perform cleanups, etc)
  • Fixed another compiler warning.

r1379 | afrisby | 2007-07-18 17:46:27 -0700 (Wed, 18 Jul 2007) | 1 line

  • Nearly back down to zero compiler warnings again...

r1378 | afrisby | 2007-07-18 17:42:59 -0700 (Wed, 18 Jul 2007) | 1 line

  • Cleaned out remaining references to the old LocalStorage system in prep. to move to StorageManager.

r1377 | afrisby | 2007-07-18 17:29:50 -0700 (Wed, 18 Jul 2007) | 2 lines

  • Removed yet more compiler warnings
  • Dropped old ILocalStorage storage engines.

r1376 | afrisby | 2007-07-18 17:25:40 -0700 (Wed, 18 Jul 2007) | 1 line

  • Removing more compiler warnings

r1375 | afrisby | 2007-07-18 17:23:06 -0700 (Wed, 18 Jul 2007) | 1 line

  • Removing more compiler warnings.

r1374 | mingchen | 2007-07-18 16:35:24 -0700 (Wed, 18 Jul 2007) | 2 lines

  • Removed files that were no longer important and prevented compile
  • Should compile now!

r1373 | mingchen | 2007-07-18 16:15:08 -0700 (Wed, 18 Jul 2007) | 3 lines

  • New Configuration System, much easier and less buggy compared to the original system in place
  • View RegionInfo.cs for an example on how it works!
  • This hopefully copies all the files over, but who knows :)

r1372 | afrisby | 2007-07-18 15:49:11 -0700 (Wed, 18 Jul 2007) | 1 line

  • Reverting 1371

r1371 | afrisby | 2007-07-18 15:38:10 -0700 (Wed, 18 Jul 2007) | 1 line

  • Please to be checking you rename the strings inside the project when you rename libraries!

r1370 | afrisby | 2007-07-18 15:12:20 -0700 (Wed, 18 Jul 2007) | 1 line

  • CONTRIBUTORS.txt strikes back.

r1369 | afrisby | 2007-07-18 14:55:24 -0700 (Wed, 18 Jul 2007) | 1 line

  • Added "GetHostFromDNS" to Util to replace the various DNS resolution methods we use. Favours IPv4 addresses before IPv6 addresses to work around the Vista preference issue.

r1368 | mw | 2007-07-18 14:26:31 -0700 (Wed, 18 Jul 2007) | 1 line

A script/custom application should be able to add a particle system to a prim, just create a new libsecondlife.Primitive.ParticleSystem() and then call AddNewParticleSystem() on the OpenSimulator particle : we really need to rename our particle class to stop conflict with the one in libsl.


r1367 | mw | 2007-07-18 13:29:06 -0700 (Wed, 18 Jul 2007) | 1 line

Sculpted Prims should now work.


r1366 | mw | 2007-07-18 11:12:16 -0700 (Wed, 18 Jul 2007) | 1 line

More testing some ideas, to find best method for SceneObject Primitive classes.


r1365 | mw | 2007-07-18 06:55:14 -0700 (Wed, 18 Jul 2007) | 1 line

Just trying things out, nothing to see here, please go back to sleep.


r1364 | mw | 2007-07-18 06:40:07 -0700 (Wed, 18 Jul 2007) | 1 line

few small changes


r1363 | lbsa71 | 2007-07-18 02:36:47 -0700 (Wed, 18 Jul 2007) | 3 lines

  • Added a FileSystemObject to SimpleApp
  • Added Some ShapeTypes (shapes doesn't work though!)
  • Fixed some \0 issues

r1362 | afrisby | 2007-07-17 17:27:11 -0700 (Tue, 17 Jul 2007) | 1 line

  • One hopefully-final attempt at fixing this remoting issue.

r1361 | afrisby | 2007-07-17 17:14:17 -0700 (Tue, 17 Jul 2007) | 1 line

  • Once more into the breach!

r1360 | afrisby | 2007-07-17 17:10:11 -0700 (Tue, 17 Jul 2007) | 1 line

  • and again...

r1359 | afrisby | 2007-07-17 17:02:09 -0700 (Tue, 17 Jul 2007) | 1 line

  • More attempts at fixing Ckrinke's phantom remoting error. Heh.

r1358 | afrisby | 2007-07-17 16:54:33 -0700 (Tue, 17 Jul 2007) | 1 line

  • Fixing compile

r1357 | afrisby | 2007-07-17 16:47:45 -0700 (Tue, 17 Jul 2007) | 2 lines

  • More LSL changes (and fixing a compile warning)
  • More attempted fixes for the phantom remoting bug.

r1356 | afrisby | 2007-07-17 16:14:19 -0700 (Tue, 17 Jul 2007) | 1 line

  • More LSL related fun

r1355 | afrisby | 2007-07-17 16:04:46 -0700 (Tue, 17 Jul 2007) | 1 line

  • Working more on the Interpreted Script API (for use in scripts which have to occupy something [Hello LSL])

r1354 | afrisby | 2007-07-17 13:40:01 -0700 (Tue, 17 Jul 2007) | 1 line

  • Added exception handler to deal with RemotingExceptions for Child Agents.

r1353 | afrisby | 2007-07-17 12:40:22 -0700 (Tue, 17 Jul 2007) | 1 line

  • Applying babblefrog's DNS patches from issue #188

r1352 | afrisby | 2007-07-17 11:53:19 -0700 (Tue, 17 Jul 2007) | 1 line

  • Added quick ping check reply system to OGS1GridServices

r1351 | afrisby | 2007-07-17 11:25:35 -0700 (Tue, 17 Jul 2007) | 1 line

  • Attempting to fix a bug.

r1350 | afrisby | 2007-07-17 11:08:53 -0700 (Tue, 17 Jul 2007) | 1 line

  • Readjusted strength of the terrain brushes from seconds / 100.0 to seconds / 5.0. (5 seconds = raise one brush radius)

r1349 | lbsa71 | 2007-07-17 10:57:46 -0700 (Tue, 17 Jul 2007) | 1 line

  • renamed MySceneObject to CpuCounterObject

r1348 | sdague | 2007-07-17 10:55:37 -0700 (Tue, 17 Jul 2007) | 2 lines

change to floats where needed


r1347 | lbsa71 | 2007-07-17 10:47:23 -0700 (Tue, 17 Jul 2007) | 2 lines

  • Changed SimpleApp to use EventManager and Scene timer
  • Refactored a lot of m_* and public -> wrappers

r1346 | afrisby | 2007-07-17 08:43:51 -0700 (Tue, 17 Jul 2007) | 1 line

  • Added "backup" console command for sdague

r1345 | sdague | 2007-07-17 07:25:30 -0700 (Tue, 17 Jul 2007) | 2 lines

updated to map to current prim object model


r1344 | lbsa71 | 2007-07-16 17:07:26 -0700 (Mon, 16 Jul 2007) | 1 line

  • debugged quite a lot of db-related strangeness and various refactoring goofs

r1343 | lbsa71 | 2007-07-16 16:25:35 -0700 (Mon, 16 Jul 2007) | 2 lines

  • RegionApplicationBase restructuring now complete
  • Still has some weird bug in SimpleApp though.

r1342 | afrisby | 2007-07-16 15:09:00 -0700 (Mon, 16 Jul 2007) | 1 line

  • Trimmed a few hundred warnings off SimpleApp.

r1341 | lbsa71 | 2007-07-16 14:53:39 -0700 (Mon, 16 Jul 2007) | 1 line

  • And yet more restructuring of startup sequence...

r1340 | afrisby | 2007-07-16 14:47:26 -0700 (Mon, 16 Jul 2007) | 1 line

  • Reset IP in SimpleApp back to localhost

r1339 | afrisby | 2007-07-16 14:43:30 -0700 (Mon, 16 Jul 2007) | 1 line

  • Fixed SimpleApp

r1338 | afrisby | 2007-07-16 14:23:11 -0700 (Mon, 16 Jul 2007) | 1 line

  • SimpleApp's IP address is slightly less hard coded (now reading from a hard coded var vs lots of use of "127.0.0.1")

r1337 | afrisby | 2007-07-16 13:44:41 -0700 (Mon, 16 Jul 2007) | 1 line

  • In ur trunk adding ur assets.

r1336 | mingchen | 2007-07-16 13:40:04 -0700 (Mon, 16 Jul 2007) | 1 line

  • No Hippos :(

r1335 | mingchen | 2007-07-16 13:39:25 -0700 (Mon, 16 Jul 2007) | 1 line

  • Hippos?

r1334 | lbsa71 | 2007-07-16 13:10:54 -0700 (Mon, 16 Jul 2007) | 1 line

  • Massive restructuring of RegionApplicationBase, OpenSimMain and SimpleApp

r1333 | mingchen | 2007-07-16 12:52:46 -0700 (Mon, 16 Jul 2007) | 1 line

  • Adding some more files

r1332 | mingchen | 2007-07-16 12:40:25 -0700 (Mon, 16 Jul 2007) | 2 lines

  • Renamed everything Parcels and ParcelData to Land and LandData
  • Added missing files (I hope)

r1331 | mingchen | 2007-07-16 11:45:19 -0700 (Mon, 16 Jul 2007) | 3 lines

  • Renamed ParcelManager to LandManager
  • Made the Parcel class its own file and moved the Parcel and LandManager into their own folder in Environment
  • Some renaming might need to be done so the Parcel class doesn't have issues with the libsecondlife Parcel class, but Land doesn't seem right.

r1330 | lbsa71 | 2007-07-16 11:44:30 -0700 (Mon, 16 Jul 2007) | 1 line

  • Since we're discussing it, applying the m_ convention on some members...

r1329 | afrisby | 2007-07-16 11:42:48 -0700 (Mon, 16 Jul 2007) | 1 line

  • Slider settings for default "Newruth".

r1328 | afrisby | 2007-07-16 11:37:41 -0700 (Mon, 16 Jul 2007) | 1 line

  • Committing Cory Edo's fantastic new skinned Ruth. (not hooked up as the default yet, needs some code from Zircon ported to Sugilite first)

r1327 | lbsa71 | 2007-07-16 11:37:31 -0700 (Mon, 16 Jul 2007) | 2 lines

  • Removed some superfluous assigns
  • Moved physics plugin scene creation into local scope

r1326 | lbsa71 | 2007-07-16 11:15:54 -0700 (Mon, 16 Jul 2007) | 2 lines

  • working on RegionApplicationBase
  • Renamed PhysicsManager to PhysicsPluginManager because it is.

r1325 | lbsa71 | 2007-07-16 11:10:27 -0700 (Mon, 16 Jul 2007) | 1 line

  • Restructured the RegionApplicationBase.

r1324 | afrisby | 2007-07-16 11:06:35 -0700 (Mon, 16 Jul 2007) | 1 line

  • Rigged up LSL Script Engine to OpenSimulator - not quite fully tied yet however, still lacks connection to ScriptInterpretedAPI. (but Hello World should work!)

r1323 | afrisby | 2007-07-16 10:46:47 -0700 (Mon, 16 Jul 2007) | 2 lines

  • Updating internal LSL handler/compiler with Tedd's r1.
  • Importing begginings of DB4oDataStore

r1322 | afrisby | 2007-07-16 10:38:54 -0700 (Mon, 16 Jul 2007) | 1 line

  • Pruning an empty folder.

r1321 | sdague | 2007-07-16 08:40:11 -0700 (Mon, 16 Jul 2007) | 2 lines

changed to native line ending encoding


r1320 | mingchen | 2007-07-16 07:56:35 -0700 (Mon, 16 Jul 2007) | 2 lines

  • Trunk compiles now
  • Added "RemoveEntity" and renamed "AddNewEntity" to "AddEntity"

r1319 | lbsa71 | 2007-07-16 06:00:32 -0700 (Mon, 16 Jul 2007) | 1 line

  • Some minor renamings

r1318 | mingchen | 2007-07-15 18:25:16 -0700 (Sun, 15 Jul 2007) | 3 lines

  • Fixed bug that incorrectly tabulated 'others' prims on a parcel
  • Added support for selected prims (does not yet support prims being sat on)
  • Added support for listing avatars with prims on parcel with their prim count

r1317 | mw | 2007-07-15 16:39:52 -0700 (Sun, 15 Jul 2007) | 1 line

Couple of small changes to NPC test character.


r1316 | afrisby | 2007-07-15 15:36:35 -0700 (Sun, 15 Jul 2007) | 1 line

  • More scripting enhancemnents and properties.

r1315 | mw | 2007-07-15 15:11:03 -0700 (Sun, 15 Jul 2007) | 1 line

It wasn't me who messed up flying when adding a test NPC class. (honestly!)


r1314 | afrisby | 2007-07-15 15:04:56 -0700 (Sun, 15 Jul 2007) | 3 lines

  • Added new scripting related events, in particular a new event which is triggered by console commands so that the script can subscribe to console messages and operate when they occur.
  • Added new example script (work in progress)
  • Fixed typo in Scripting engines for C# and JScript.NET

r1313 | mingchen | 2007-07-15 14:21:14 -0700 (Sun, 15 Jul 2007) | 1 line

  • Fixed master avatar requesting when in grid mode.

r1312 | mw | 2007-07-15 14:10:05 -0700 (Sun, 15 Jul 2007) | 1 line

Hijacked simpleApp again (sorry lbsa71, guess I should create my own simpleApp), to try out a basic test npc character(/class).


r1311 | mingchen | 2007-07-15 14:02:13 -0700 (Sun, 15 Jul 2007) | 2 lines

  • Added support for the "show" button that highlights objects over the selected Objects
  • Known bug, client does some weird "showing" when more than 255 objects are meant to be selected (linked objects count as one object)

r1310 | afrisby | 2007-07-15 11:49:11 -0700 (Sun, 15 Jul 2007) | 1 line

  • Primitives are now loaded from Datastore during scene initialisation.

r1309 | afrisby | 2007-07-15 11:33:59 -0700 (Sun, 15 Jul 2007) | 1 line

  • More prebuild.xml changes.

r1308 | afrisby | 2007-07-15 11:26:19 -0700 (Sun, 15 Jul 2007) | 1 line

  • Fiddling with prebuild.xml

r1307 | afrisby | 2007-07-15 11:10:49 -0700 (Sun, 15 Jul 2007) | 1 line

  • Fixed an issue where world map blocks were not transmitted correctly.

r1306 | mw | 2007-07-15 11:05:41 -0700 (Sun, 15 Jul 2007) | 3 lines

Removed the reference to ClientManager from scene, as scene really shouldn't have a direct reference to the UDP/Packet server's clientmanager, instead it should send all data through the ScenePresences. For those functions that was using the clientManager's foreachClient(delegate) method, there is now a ForEachScenePresence(delegate) in scene. This change helps with the decoupling of client packet functions from the scene functions.


r1305 | mw | 2007-07-15 10:40:21 -0700 (Sun, 15 Jul 2007) | 2 lines

Removed reference to Scene EventManager from primitive. In its place, primitive now has its own event (OnPrimCountTainted) that ParcelManager subscribes to. Removed some unused code from SimpleApp.


r1304 | afrisby | 2007-07-15 10:32:54 -0700 (Sun, 15 Jul 2007) | 1 line

  • PROTIP: It helps to know what your doing when playing with reflection.

r1303 | afrisby | 2007-07-15 08:53:29 -0700 (Sun, 15 Jul 2007) | 2 lines

  • Marked old terrain methods as obsolete.
  • Missed an item using the old local storage.

r1302 | afrisby | 2007-07-15 08:51:09 -0700 (Sun, 15 Jul 2007) | 1 line

  • Terrain now uses the new StorageManager.

r1301 | afrisby | 2007-07-15 08:43:53 -0700 (Sun, 15 Jul 2007) | 2 lines

  • Storage Manager now initialises with a DB name equal to that of the region name, and DB file specified in the DataStore config item. Storage engines may ignore the DB name parameter.
  • OnBackup event is now triggered using the Storage manager.

r1300 | afrisby | 2007-07-15 08:40:50 -0700 (Sun, 15 Jul 2007) | 1 line

  • Added loading methods for NullStorage.

r1299 | afrisby | 2007-07-15 08:00:21 -0700 (Sun, 15 Jul 2007) | 1 line

  • Typo in prebuild.xml

r1298 | afrisby | 2007-07-15 07:58:23 -0700 (Sun, 15 Jul 2007) | 1 line

  • Adding example "NullStorage" DataStore engine.

r1297 | afrisby | 2007-07-15 07:21:17 -0700 (Sun, 15 Jul 2007) | 1 line

  • Fixed bug where UserServer SendKey would not be saved in configuration.

r1296 | lbsa71 | 2007-07-14 22:07:28 -0700 (Sat, 14 Jul 2007) | 1 line

  • fixed locations both set to y (thanks to babblefro)

r1295 | lbsa71 | 2007-07-14 21:59:39 -0700 (Sat, 14 Jul 2007) | 1 line

  • Fixed up gebrockenet config file from libsl (#172)

r1294 | lbsa71 | 2007-07-14 21:20:23 -0700 (Sat, 14 Jul 2007) | 1 line

  1. 72, formerly known as#166

r1293 | afrisby | 2007-07-14 16:06:05 -0700 (Sat, 14 Jul 2007) | 1 line

  • Fixed duplicate CAP bug when a user logs out then relogs back in in grid mode.

r1292 | afrisby | 2007-07-14 15:44:41 -0700 (Sat, 14 Jul 2007) | 1 line

  • Fixed an issue which caused regions to crash when duplicating primitives.

r1291 | afrisby | 2007-07-14 15:35:47 -0700 (Sat, 14 Jul 2007) | 1 line

  • Excelsior!

r1290 | lbsa71 | 2007-07-14 14:26:20 -0700 (Sat, 14 Jul 2007) | 1 line

  • libterrain now builds again

r1289 | afrisby | 2007-07-14 14:01:31 -0700 (Sat, 14 Jul 2007) | 1 line

  • Upgraded MySQL Connector to support 1222 changes.

r1288 | lbsa71 | 2007-07-14 13:39:08 -0700 (Sat, 14 Jul 2007) | 1 line

  • Taking antother stab at #166

r1287 | afrisby | 2007-07-14 13:34:06 -0700 (Sat, 14 Jul 2007) | 1 line

  • ServerIP can now take larger values (which could be used to store a hostname instead.)

r1286 | mingchen | 2007-07-14 12:09:00 -0700 (Sat, 14 Jul 2007) | 1 line

  • Updated getParcel to accept floats as well. This helps in finding the parcel under an exact point (when precision matters)

r1285 | afrisby | 2007-07-14 10:40:54 -0700 (Sat, 14 Jul 2007) | 1 line

  • Added "quit" alias for the "shutdown" console command in RegionServer

r1284 | mingchen | 2007-07-14 10:01:15 -0700 (Sat, 14 Jul 2007) | 2 lines

  • Removed ParcelManager from SceneObject and Primitive and replaced with events in EventManager
  • Prim count and sim-wide prim count correctly reflect object bonus multiplier

r1283 | lbsa71 | 2007-07-14 09:01:10 -0700 (Sat, 14 Jul 2007) | 1 line

  • SimpleApp finally doing something fun. :)

r1282 | mingchen | 2007-07-14 08:57:20 -0700 (Sat, 14 Jul 2007) | 1 line

  • Added support for simwide area and simwide prim count for parcels

r1281 | lbsa71 | 2007-07-14 08:33:25 -0700 (Sat, 14 Jul 2007) | 3 lines

  • Worked some more on SimpleApp
  • Removed SceneObject references to RegionHandle, ParcelManager, EventManager as they are public on Scene
  • Moved PulseScript behaviour into MySceneObject

r1280 | mingchen | 2007-07-14 08:11:36 -0700 (Sat, 14 Jul 2007) | 3 lines

  • Added support for prim counting on parcels
    • No restrictions yet in place, or total prim count

r1279 | mw | 2007-07-14 07:48:36 -0700 (Sat, 14 Jul 2007) | 1 line

Set up parcel manager and the master avatar in SimpleApp.


r1278 | lbsa71 | 2007-07-14 07:15:58 -0700 (Sat, 14 Jul 2007) | 1 line

  • encapsulated some public fields

r1277 | lbsa71 | 2007-07-14 07:13:05 -0700 (Sat, 14 Jul 2007) | 2 lines

  • Apparently, we need to tell ParcelManager that there is no parcels.
  • Cleaning lady cleaning build ignores (No, MW, I don't mind, anything for you)

r1276 | mw | 2007-07-14 06:18:02 -0700 (Sat, 14 Jul 2007) | 4 lines

Added AddPreCompiledScript method to ScriptManager. Done some work on lbsa71's simpleApp(hope he doesn't mind): now have the avatar showing up and the terrain and his pulsating box (well except its not a box, as there seems to be something wrong with our PrimitiveBaseShape..DefaultBox() settings). Also noticed a few other problems that I had to work around, so these need looking into.


r1275 | mingchen | 2007-07-13 16:13:25 -0700 (Fri, 13 Jul 2007) | 4 lines

  • 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

r1274 | mingchen | 2007-07-13 14:13:38 -0700 (Fri, 13 Jul 2007) | 3 lines

  • 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.

r1273 | mw | 2007-07-13 14:12:16 -0700 (Fri, 13 Jul 2007) | 1 line

Chat/Shout/etc should be working again


r1272 | afrisby | 2007-07-13 13:29:51 -0700 (Fri, 13 Jul 2007) | 1 line

  • Added sample event to ScriptInterpretedEvents

r1271 | afrisby | 2007-07-13 13:10:32 -0700 (Fri, 13 Jul 2007) | 1 line

  • Small commit: SceneObject now registers itself with the Backup event via the function ProcessBackup.

r1270 | afrisby | 2007-07-13 13:01:16 -0700 (Fri, 13 Jul 2007) | 1 line

  • Fixing issue with ParcelFlags. ParcelFlags is now a uint rather than an enum.

r1269 | afrisby | 2007-07-13 12:51:05 -0700 (Fri, 13 Jul 2007) | 1 line

  • Default parcel flags now allow flying, landmark creation, object entry, deeding to group, terraforming, object creation and outside scripts.

r1268 | afrisby | 2007-07-13 12:27:15 -0700 (Fri, 13 Jul 2007) | 3 lines

  • Obsoleted ILocalStorage
  • Added IRegionDataStore
  • Added OnBackup event to EventManager

r1266 | sdague | 2007-07-13 12:07:18 -0700 (Fri, 13 Jul 2007) | 2 lines

first draft sql definition for prims based on PrimData


r1265 | mw | 2007-07-13 12:01:09 -0700 (Fri, 13 Jul 2007) | 1 line

Prim Copying (both CTRL+D and shift-drag) should now work.


r1264 | afrisby | 2007-07-13 12:00:10 -0700 (Fri, 13 Jul 2007) | 1 line

  • Fixed bug reported by xyzo - region assets are now stored in "regionassets.yap", asset server assets are now in "gridassets.yap"

r1263 | lbsa71 | 2007-07-13 11:01:44 -0700 (Fri, 13 Jul 2007) | 2 lines

  • I want to commit too!

r1262 | afrisby | 2007-07-13 11:01:02 -0700 (Fri, 13 Jul 2007) | 2 lines

  • Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.Scripting
  • Renamed OpenSim.Scripting to OpenSim.Region.Scripting

r1261 | afrisby | 2007-07-13 10:53:11 -0700 (Fri, 13 Jul 2007) | 2 lines

  • 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.

r1260 | mw | 2007-07-13 10:52:11 -0700 (Fri, 13 Jul 2007) | 2 lines

Part 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.


r1259 | afrisby | 2007-07-13 10:43:25 -0700 (Fri, 13 Jul 2007) | 3 lines

  • 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

r1258 | afrisby | 2007-07-13 10:25:01 -0700 (Fri, 13 Jul 2007) | 4 lines

  • Added wrappers for:

llAbs, llAcos, llAddToLandPassList, llAdjustSoundVolume, llAllowInventoryDrop, llAngleBetween, llApplyImpulse, llApplyRotationalImpulse, llAsin, llAtan2, llAttachToAvatar, llAvatarOnSitTarget, llAxes2Rot, llAxisAngle2Rot, llBase64ToString, llBreakAllLinks, llBreakLink, llCSV2List, llCeil, llCloseRemoteDataChannel, llCloud

  • Added functions for:

osAbs, osAcos, osAsin, osAtan2, osAxes2Rot, osAxisAngle2Rot, osBase64ToString, osCSV2List, osCeil.


r1257 | afrisby | 2007-07-13 10:14:30 -0700 (Fri, 13 Jul 2007) | 2 lines

  • 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.

r1256 | mw | 2007-07-13 10:03:59 -0700 (Fri, 13 Jul 2007) | 1 line

Stage 1 of adding Darok's bulletX plugin: adding the ModifiedBulletX project (which is based on the BulletXNA project, but modified to not use XNA).


r1255 | mw | 2007-07-13 09:53:31 -0700 (Fri, 13 Jul 2007) | 1 line

Think SceneObject/Primitive copying should now work, just need to hook it up to a event and test.


r1254 | mw | 2007-07-13 09:12:38 -0700 (Fri, 13 Jul 2007) | 3 lines

Changed simpleApp to use basic physics. Done some work of fixing primitive/SceneObject copying. Set DefaultHome region to 1000,1000.


r1253 | sdague | 2007-07-13 09:01:01 -0700 (Fri, 13 Jul 2007) | 2 lines

rename file to not have spaces in it


r1252 | lbsa71 | 2007-07-13 08:49:54 -0700 (Fri, 13 Jul 2007) | 1 line

Shouldn't be needing explicitly adding login xmlrpc


r1251 | lbsa71 | 2007-07-13 08:44:46 -0700 (Fri, 13 Jul 2007) | 1 line

  • Merged solutions again; welcome home, boys!

r1250 | lbsa71 | 2007-07-13 08:20:18 -0700 (Fri, 13 Jul 2007) | 1 line

  • removed PrimitiveOld and CreatePrimFromObjectAdd

r1249 | lbsa71 | 2007-07-13 08:09:55 -0700 (Fri, 13 Jul 2007) | 1 line

One of these days i WILL have my pulsating cube!


r1248 | lbsa71 | 2007-07-13 05:44:50 -0700 (Fri, 13 Jul 2007) | 1 line

inlined packet deserialization


r1247 | lbsa71 | 2007-07-13 05:32:34 -0700 (Fri, 13 Jul 2007) | 1 line

  • ObjectAddPacket now confined to ClientView,?\194?\180using PrimitiveBaseShape instead - w00t!

r1246 | afrisby | 2007-07-13 00:19:08 -0700 (Fri, 13 Jul 2007) | 1 line

  • OGS project is now back down to zero warnings.

r1245 | lbsa71 | 2007-07-13 00:19:00 -0700 (Fri, 13 Jul 2007) | 3 lines

  • Moved SendNameReply to ClientView
  • Removed unused LoginService
  • Minor renames on BinaryStreamHandler

r1244 | afrisby | 2007-07-13 00:17:42 -0700 (Fri, 13 Jul 2007) | 1 line

  • Fixing compiler warnings in an attempt to reduce them back down to zero.

r1243 | mingchen | 2007-07-12 16:57:26 -0700 (Thu, 12 Jul 2007) | 2 lines

  • 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

r1242 | sdague | 2007-07-12 14:06:52 -0700 (Thu, 12 Jul 2007) | 2 lines

add Linux friendly prebuild script


r1241 | sdague | 2007-07-12 13:58:33 -0700 (Thu, 12 Jul 2007) | 2 lines

make Prebuild executable, so that it will run on Linux


r1240 | mingchen | 2007-07-12 13:33:10 -0700 (Thu, 12 Jul 2007) | 2 lines

  • 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

r1239 | mingchen | 2007-07-12 09:19:32 -0700 (Thu, 12 Jul 2007) | 3 lines

  • 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

r1238 | mw | 2007-07-12 08:30:09 -0700 (Thu, 12 Jul 2007) | 1 line

Next time maybe I should check it still compiles before committing.


r1237 | mw | 2007-07-12 08:16:19 -0700 (Thu, 12 Jul 2007) | 1 line

Fixed 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.


r1236 | mw | 2007-07-12 06:09:39 -0700 (Thu, 12 Jul 2007) | 1 line

Cleaning up some of the CAPS functions, Asset uploads now use the new LLSDStreamhandler system.


r1235 | mw | 2007-07-11 11:32:32 -0700 (Wed, 11 Jul 2007) | 1 line

Hopefully texturing prims should now work correctly.


r1234 | mw | 2007-07-11 10:47:25 -0700 (Wed, 11 Jul 2007) | 2 lines

More 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.


r1233 | mw | 2007-07-11 07:39:03 -0700 (Wed, 11 Jul 2007) | 3 lines

updated 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.


r1232 | afrisby | 2007-07-11 04:06:34 -0700 (Wed, 11 Jul 2007) | 1 line

  • Removing terrain datafiles from trunk's SVN. Will move somewhere else.

r1231 | afrisby | 2007-07-11 01:23:33 -0700 (Wed, 11 Jul 2007) | 1 line

  • Added 1.18-compatible libsl to OpenSimulator - this hopefully will be the last time we need to do this to support newer clients.

r1229 | afrisby | 2007-07-11 01:10:25 -0700 (Wed, 11 Jul 2007) | 1 line

  • Bringing Sugilite in to trunk
General
About This Wiki