Diva Canto
|
e5e52e4072
|
This combination is working. It all points to not being able to use 127.0.0.1/localhost in testing HG situations. The login server must have the LAN IP address, and the regions must show ExternalHostname as SYSTEMIP. Working, but this needs more testing.
|
2010-05-15 20:27:25 -07:00 |
Teravus Ovares (Dan Olivares)
|
019925bb2f
|
Merge branch 'master' of ssh://MyConnection/var/git/opensim
|
2010-05-15 23:22:07 -04:00 |
Teravus Ovares (Dan Olivares)
|
dc1a3e9787
|
* Add User Friendly Configuration File Exists check. If OpenSim.ini and either StandaloneCommon.ini or GridCommon.ini don't exist in various casings then offer to copy the files for the user while warning them that they're missing out if they don't read the files.
|
2010-05-15 23:21:36 -04:00 |
Diva Canto
|
74b23ff9c6
|
Almost, but not quite. Commenting verification again, until I understand where 127.0.0.1 is being transformed to the local IP address. I suspect it's Adam's NAT snippets.
|
2010-05-15 19:58:30 -07:00 |
Diva Canto
|
2a1e45f657
|
Finalized the client's TCP IP address verification process for HG1.5.
|
2010-05-15 19:25:14 -07:00 |
unknown
|
9dbe90801b
|
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into slimupdates2
|
2010-05-15 02:20:47 -07:00 |
Dan Lake
|
36bcab5f07
|
Refactor scene presence list for lockless iteration. Lock contention will now only be for simultaneous add/removes of scene presences from the scene.
|
2010-05-15 02:20:23 -07:00 |
Justin Clark-Casey (justincc)
|
4b755c6d80
|
delete now unused MessageServerInfo
|
2010-05-15 02:17:10 +01:00 |
Justin Clark-Casey
|
009b15c436
|
Make "nant distbin" remove BUILDING.txt
|
2010-05-15 02:08:07 +01:00 |
Justin Clark-Casey
|
df2f69f295
|
Make "nant distbin" remove BUILDING.txt
|
2010-05-15 02:07:07 +01:00 |
Justin Clark-Casey (justincc)
|
98f2b798ff
|
Address symptom of Mantis 4588 (though not the cause) by moving the avatar dereference inside the exception catch
|
2010-05-15 01:07:45 +01:00 |
Justin Clark-Casey (justincc)
|
dd1b99cd0d
|
Address symptom of Mantis 4588 (though not the cause) by moving the avatar dereference inside the exception catch
|
2010-05-15 01:07:34 +01:00 |
Justin Clark-Casey (justincc)
|
25bb80da77
|
remove unrequired [Groups] section from GridCommon.ini.example, as per Nebadon
|
2010-05-15 00:33:05 +01:00 |
Justin Clark-Casey (justincc)
|
3a8128d309
|
Merge branch '0.6.9-post-fixes' of ssh://justincc@opensimulator.org/var/git/opensim into 0.6.9-post-fixes
|
2010-05-14 23:44:09 +01:00 |
unknown
|
2c8d25a110
|
* Allows both old and new OpenSim.ini params for the XmlRpc Groups Service Connector
* Fix problem with RequestingAgentID not being sent correctly to server resulting in failed xmlrpc calls
* Improved debug output
|
2010-05-14 23:40:40 +01:00 |
Justin Clark-Casey (justincc)
|
12ee3a3c93
|
change 0.6.9 flavour to post-fixes
|
2010-05-14 21:40:37 +01:00 |
Justin Clark-Casey (justincc)
|
e79eac238e
|
switch 0.6.9 flavour to release
|
2010-05-14 21:30:53 +01:00 |
Justin Clark-Casey
|
3d72a73b22
|
Apply patch from http://opensimulator.org/mantis/bug_view_page.php?bug_id=4671
Fixes a bug where the viewer didn't recieve the uuid of a chat broadcasting object
Thanks crystalsgalicia!
|
2010-05-14 21:25:14 +01:00 |
Justin Clark-Casey
|
2f6bb01370
|
Apply patch from http://opensimulator.org/mantis/bug_view_page.php?bug_id=4671
Fixes a bug where the viewer didn't recieve the uuid of a chat broadcasting object
Thanks crystalsgalicia!
|
2010-05-14 21:24:28 +01:00 |
Justin Clark-Casey
|
9209657f93
|
Apply patch from http://opensimulator.org/mantis/bug_view_page.php?bug_id=4671
Fixes a bug where the viewer didn't recieve the uuid of a chat broadcasting object
Thanks crystalsgalicia!
|
2010-05-14 21:22:53 +01:00 |
Melanie Thielker
|
547e027899
|
Fix linking issue introduced in my earlier commit
|
2010-05-14 20:57:43 +01:00 |
unknown
|
231cc64709
|
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into slimupdates2
|
2010-05-13 14:23:16 -07:00 |
OpenSim Master
|
4c740e1717
|
Implements three new OSSL functions for parcel management: osParcelJoin joins parcels in an area, osParcelSubdivide splits parcels in an area, osParcelSetDetails sets parcel name, description, owner and group owner. Join and Subdivide methods in LandChannel are exposed.
|
2010-05-13 14:22:48 -07:00 |
Tom Grimshaw
|
9079ad5ceb
|
Add some debug output to GetAgent to try and track down our presence problems
|
2010-05-13 12:40:18 -07:00 |
Diva Canto
|
4e7013d5d5
|
Made fields consistently protected.
|
2010-05-13 07:59:30 -07:00 |
unknown
|
5d8638ed88
|
Minor tweak in ProcessEntityUpdates (mostly just confirming the git push is working)
|
2010-05-12 16:05:48 -07:00 |
unknown
|
bf5c81d77e
|
* Initial commit of the slimupdates2 rewrite. This pass maintains the original behavior of avatar update sending and has a simplified set of IClientAPI methods for sending avatar/prim updates
|
2010-05-12 15:59:48 -07:00 |
unknown
|
8368494554
|
Removed the unreferenced MaxPrimsPerFrame from OpenSim.ini.example
|
2010-05-12 13:52:21 -07:00 |
Tom Grimshaw
|
fd37a21b59
|
Kill some locks that have crept into SOG
|
2010-05-12 08:34:47 -07:00 |
Tom Grimshaw
|
7705012ee7
|
Optimise the heavily used GetScenePresences; eliminate the array->list conversion on every call and transition from hard locks to ReaderWriter locks.
|
2010-05-12 08:25:40 -07:00 |
Tom Grimshaw
|
98bd3e1f34
|
Don't convert UUID -> ToString for every friend (Minor optimisation based on profiler feedback)
|
2010-05-12 07:14:06 -07:00 |
Tom Grimshaw
|
40e05f4109
|
Spin the AddNewClient process off into a new thread to avoid locking up the LLUDPServer (and therefore the entire scene)
|
2010-05-11 09:28:46 -07:00 |
Tom Grimshaw
|
14a86de115
|
Fix another ReaderWriterLockSlim issue
|
2010-05-10 12:45:33 -07:00 |
Diva Canto
|
739b5e2c08
|
Fixed a typo in the Friends packaging (Pricipal -> Principal) that was making offline friendship offers fail in grids.
|
2010-05-10 08:01:00 -07:00 |
Melanie
|
5814d16b58
|
Merge branch 'master' into careminster-presence-refactor
|
2010-05-10 15:57:32 +01:00 |
Tom Grimshaw
|
3cda854ef3
|
Fix overlooked readLock which was left open
|
2010-05-10 08:47:41 -07:00 |
Tom Grimshaw
|
ab716125d7
|
Correct an odd merge anomaly
|
2010-05-10 05:51:49 -07:00 |
Tom Grimshaw
|
2e94c75729
|
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
|
2010-05-10 05:44:24 -07:00 |
Tom Grimshaw
|
2fe669448f
|
Greatly improve login time for users with large friends lists by requesting all unknown UUID's in one go rather than individually
|
2010-05-10 05:43:16 -07:00 |
Melanie
|
fada4cb6c4
|
Merge branch 'master' into careminster-presence-refactor
|
2010-05-10 04:05:04 +01:00 |
Melanie
|
31dc77d8a1
|
Return agents when angle is PI
Fixes Mantis #4703
|
2010-05-10 04:02:56 +01:00 |
Melanie
|
3e8ceb3509
|
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
|
2010-05-10 03:57:44 +01:00 |
Melanie
|
89c762209c
|
Fix a null ref on region crossing
|
2010-05-10 03:57:17 +01:00 |
Diva Canto
|
6f2f0fa0ca
|
OK, this really fixes it, I promise.
|
2010-05-09 14:12:59 -07:00 |
Diva Canto
|
9cf6b81256
|
Yey for unit tests. The previous commit had a couple of bugs on SQL statements. Fixed here.
|
2010-05-09 14:02:02 -07:00 |
Diva Canto
|
b233a4b2ca
|
* Fixed spamming the assets table with map tiles. The tile image ID is now stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone.
* Fixed small bug with map search where the local sim regions weren't found.
|
2010-05-09 13:39:56 -07:00 |
Melanie
|
6a3e1734e6
|
Merge branch 'master' into careminster-presence-refactor
|
2010-05-09 18:03:57 +01:00 |
Melanie
|
bc6995f921
|
Add Delete handler to SQLite (NG)
|
2010-05-09 18:02:36 +01:00 |
Melanie
|
60357d3778
|
Implement the "delete" path for assets. Adds a new option to allow remote asset deletion in robust handler.
|
2010-05-09 17:56:52 +01:00 |
Melanie
|
4e0d62547d
|
Merge branch 'master' into careminster-presence-refactor
|
2010-05-09 17:04:23 +01:00 |