Justin Clark-Casey (justincc)
|
7f8df4242b
|
Correct build break
|
2009-08-28 12:58:10 +01:00 |
|
Justin Clark-Casey (justincc)
|
d649194be3
|
minor: formatting and comments
|
2009-08-28 12:52:40 +01:00 |
|
Justin Clark-Casey (justincc)
|
cf58c0ab08
|
minor: remove some commented out iar test code
|
2009-08-28 12:01:21 +01:00 |
|
Teravus Ovares (Dan Olivares)
|
65dda8a795
|
Merge branch 'master' of ssh://MyConnection/var/git/opensim
|
2009-08-27 19:36:52 -04:00 |
|
Justin Clark-Casey (justincc)
|
d704e62b39
|
Remove OpenSim.ini comments from the top of FlotsamAssetCache.cs to avoid duplication and divergence with config-include/FlotsamCache.ini.example
|
2009-08-27 21:49:32 +01:00 |
|
Justin Clark-Casey (justincc)
|
40fbdaaac4
|
Apply http://opensimulator.org/mantis/view.php?id=3829
Fix file access violation on Flotsam cache
Thanks mcortez
|
2009-08-27 21:25:16 +01:00 |
|
Teravus Ovares (Dan Olivares)
|
54e05a083d
|
Merge branch 'master' of ssh://MyConnection/var/git/opensim
|
2009-08-26 11:48:05 -04:00 |
|
Arthur Valadares
|
efb287f28f
|
Implemented osPenCap, that sets EndCap and StartCap to Pen. This allows using arrow, diamond, round and flat caps.
* Made image request safer, if it can't find an image for any reason, draws a square where the image should be and a message alerting the user.
|
2009-08-25 10:32:45 -03:00 |
|
Arthur Valadares
|
9c9fa51b0f
|
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into arthursv
|
2009-08-25 10:28:22 -03:00 |
|
Diva Canto
|
b03eeeb9f6
|
* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out folders were never being removed from trash when they were singled out for purging in trash. They were being removed when Trash was purged as a whole. That behavior is now fixed for the new InventoryService set.
* Removed left-overs from AssetInventoryServer.
|
2009-08-22 10:24:26 -07:00 |
|
Arthur Valadares
|
7923fd29a0
|
Adds osDrawPolygon to OSSL. Works a little different then other OS Drawing functions, this one has no start and end point, but a number of points that will form the desired polygon. Only FilledPolygon implemented so far.
* Also added some LSL transparent type conversion, as it's done in LSL scripting (string to integer, float to string, etc)
|
2009-08-21 21:12:22 -03:00 |
|
Teravus Ovares (Dan Olivares)
|
e1b38ff001
|
* It turns out that Physics heightmap values were being stored in managed memory in _heightmap and using multiple heightmaps caused them all to overwrite each other and the last one was the heightmap for all of the regions. This fixes that. It also reduces the terrain resolution to half.
|
2009-08-21 13:22:49 -04:00 |
|
Jeff Ames
|
158ad39df0
|
Add copyright header. Formatting cleanup.
|
2009-08-21 15:47:55 +09:00 |
|
Teravus Ovares (Dan Olivares)
|
c9b52cd0b6
|
* Adds PhysicsCombiner Module
* May rename this later
|
2009-08-20 23:25:40 -04:00 |
|
Adam Frisby
|
01f394d203
|
* Fleshes more of NPCModule out.
* Implements some OSSL commands:
key osNpcCreate(string user, string name, vector position, key cloneFrom);
void osNpcMoveTo(key npc, vector position);
void osNpcSay(key npc, string message);
void osNpcRemove(key npc);
* Untested. Requires ThreatLevel.High.
|
2009-08-21 11:14:55 +10:00 |
|
Teravus Ovares (Dan Olivares)
|
181b992b4a
|
Merge branch 'master' of ssh://MyConnection/var/git/opensim
|
2009-08-20 19:25:52 -04:00 |
|
Melanie
|
297393f349
|
Remove a load-order dependency in inventory transfer that was biting
Windows users
|
2009-08-20 21:05:00 +01:00 |
|
Melanie
|
4c8bcd2ff6
|
Add some output (at DEBUG level) to the message transfer module to aid
in tracking down an initialization failure.
|
2009-08-20 20:19:08 +01:00 |
|
Diva Canto
|
6e35ddb0e9
|
Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in SQlite. Fixes most grief in
http://opensimulator.org/mantis/view.php?id=4035
http://opensimulator.org/mantis/view.php?id=4027
|
2009-08-19 17:35:42 -07:00 |
|
Teravus Ovares (Dan Olivares)
|
289439c832
|
Merge branch 'master' of ssh://MyConnection/var/git/opensim
|
2009-08-19 14:43:18 -04:00 |
|
Diva Canto
|
d519f1885f
|
Added MoveItems, which is most useful upon viewer-delete inventory operation. Moving a batch of items is a 1-time operation. Made it async anyway, so that the viewer doesn't wait in case the DB layer is dumb (which is the case currently).
|
2009-08-19 10:56:08 -07:00 |
|
Diva Canto
|
4382f28efc
|
Async purge so that the client thread doesn't wait.
|
2009-08-19 00:33:02 -07:00 |
|
Diva Canto
|
c5af39239f
|
A better purge of trash folder.
|
2009-08-19 00:13:51 -07:00 |
|
Diva Canto
|
e5f33e7505
|
GetFolderItems implemented. It's not being called, but it might.
|
2009-08-18 22:36:03 -07:00 |
|
Diva Canto
|
124f66bfc2
|
jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024
|
2009-08-18 22:17:47 -07:00 |
|
Teravus Ovares (Dan Olivares)
|
311b51a184
|
*remove conflicts
|
2009-08-18 11:09:43 -04:00 |
|
Diva Canto
|
d7aa622050
|
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
|
2009-08-17 15:28:16 -07:00 |
|
Diva Canto
|
df889855ec
|
Commented out one IAR test, because it's failing and needs attention from justincc or arthursv. I think the mock inventory service needs a little bit more beef.
|
2009-08-17 15:16:21 -07:00 |
|
Melanie
|
9ad3e72ae1
|
Did I say that i don't like git? Remove some stuff that shouldn't have
gone in.
|
2009-08-17 22:06:51 +01:00 |
|
Diva Canto
|
fa8a94577a
|
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
|
2009-08-17 05:55:38 -07:00 |
|
Melanie
|
644db1e540
|
Add System.Xml reference to the console project
|
2009-08-17 09:40:38 +01:00 |
|
Diva Canto
|
e02062051d
|
Making attachments work again. Tons of debug more. This needs more testing and a lot of cleaning.
|
2009-08-16 16:17:19 -07:00 |
|
Jeff Ames
|
ad02aefaee
|
Fix argument index in log4net call. (fixes #4003)
|
2009-08-17 01:46:00 +09:00 |
|
Diva Canto
|
6808b9109e
|
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim into inventory-connector
|
2009-08-16 08:59:58 -07:00 |
|
Jeff Ames
|
9d9fcac038
|
Misc cleanup.
|
2009-08-16 17:14:21 +09:00 |
|
Teravus Ovares (Dan Olivares)
|
30ce56e721
|
Merge branch 'master' of ssh://MyConnection/var/git/opensim
|
2009-08-15 13:10:21 -04:00 |
|
Teravus Ovares (Dan Olivares)
|
8000812700
|
* part one of adding physics combining
|
2009-08-15 13:10:10 -04:00 |
|
Diva Canto
|
cd444c1e82
|
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
|
2009-08-14 14:04:15 -07:00 |
|
Justin Clark-Casey (justincc)
|
e17a2331a0
|
* Re-enable TestLoadIarV0_1ExistingUsers()
|
2009-08-14 20:38:56 +01:00 |
|
Justin Clark-Casey (justincc)
|
ff28ecee1b
|
Re-enable TestSaveIarV0_1()
Implement more parts of TestAssetService
|
2009-08-14 20:07:13 +01:00 |
|
Justin Clark-Casey (justincc)
|
a668a5b0d3
|
Add standard doc and standard doc formatting to IAssetService
|
2009-08-14 19:59:42 +01:00 |
|
Diva Canto
|
46116864b9
|
Returning UUID.Zero is scene and user profile service are null in GetSession. This doesn't fix the underlying problem of these things being null -- they shouldn't be.
|
2009-08-14 11:50:42 -07:00 |
|
Diva Canto
|
bb513c1d88
|
Changed the way to get to the profile service. Changed GetSystemsFolder in HGBroker.
|
2009-08-14 11:32:25 -07:00 |
|
Justin Clark-Casey (justincc)
|
957962b482
|
Remove NRE catching on TestReplicateArchivePathToUserInventory() since race failure now appears to have gone
|
2009-08-14 19:06:24 +01:00 |
|
Diva Canto
|
c56e51a6e3
|
More debug messages.
|
2009-08-14 10:29:29 -07:00 |
|
Diva Canto
|
70d7c97e94
|
Doing session lookup in the right way.
|
2009-08-14 09:57:18 -07:00 |
|
Diva Canto
|
332d1b5f2f
|
Additional debug messages, and bug fix in RemoteInventoryServiceConnector.cs, where the scene reference wasn't being set.
|
2009-08-14 08:43:46 -07:00 |
|
Diva Canto
|
034c9cf606
|
Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.
|
2009-08-13 17:34:15 -07:00 |
|
Diva Canto
|
5246dc33dc
|
Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting to get on my nerves.
|
2009-08-13 14:10:12 -07:00 |
|
Diva Canto
|
6b9cc6c48d
|
Inventory redirects from CachedUserInfo to InventoryService COMPLETE!
|
2009-08-13 11:30:29 -07:00 |
|