| Commit message (Collapse) | Author | Files | Lines |
|
code. Let me know by IRC if there are other problems
|
|
and then patch these changes back in. Currently it's not quite ready for 0.5. The down side to this action, is that we loose some performance to the garbage collector for now. Given that the target date for 0.5 is *Two days* from now, I'm taking the initiative to work towards a real stable version.
* This update also fixes scripting and some weird physics reactions
|
|
packets are now
recycled to improve performance and memory usage.
|
|
* shortened references
* Removed redundant 'this'
* Normalized EOF
|
|
spew in the debug when land was selected
|
|
INI under [RemoteAdmin] with the name access_password
*Removed a few more unneeded exceptions in land that has been fixed
|
|
developer can see it in the environment, but it doesn't cause any adverse effects.
|
|
|
|
*Restricted lines just give you a friendly warning for now
|
|
null objects?)
|
|
be used for parcel banning goodness
|
|
*Added an event that is triggered when an agent enters a new parcel
|
|
blocking done yet.
*Made the OnSignificantClientMovement distance from .02 to .45 to make it easier on the server.
|
|
*Fixed typo causing access lists not to be stored correctly in sqlite
|
|
datastore is sqlite
|
|
functions for the different datastore interfaces for Land Objects.
|
|
occurs.
|
|
works, but the actual ban lines, etc are not done.
|
|
notice of doom
|
|
adjohn and afrisby, enroute to a wine cave with the worst wine in the world)
|
|
|
|
coming in from foreign regions.
* Updated bounds-check of getLandObject to check for >= 256 rather than > 256.
|
|
This parameter has an enum:int ThrottleOutPacketType and contains types; Resend, Land, Wind, Cloud, Task, Texture, and Asset.
|
|
|
|
* Shortened type references
* Removed redundant 'this' qualifier
|
|
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace.
Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
|
|
need to create it once
* Now cacheing RegionInfos indefinitively; we should add a tiomeout to this cache
|
|
|
|
* Changed so prims aren't loaded until AFTER parcels.
* The region startup flow is still an ungodly rats nest.
|
|
* Deleted stub ScenePresence.Body.cs
* Added stub Region classes
The idea is to, at first, have every ScenePresence have one RegionPresence, moving code over to it until we can detach the two classes and not have a ScenePresence for every RegionPresence.
|
|
|
|
* Refactored to prepare for some serious restructuring
|
|
* 'remove redundant this qualifier' ftw
|
|
|
|
separate method), so that I could add a new CLI command of "command-script <fileName>", so that as well as the startup command script still being processed on startup. A user can create other command scripts and use the single command ("command-script <filename>") to run them at any time. Could be useful for trying out various configurations etc.
|
|
border, for now have stopped prims moving beyond a regions area, will add sending prims from one region to another soon).
|
|
* This meant introducing AbsolutePosition on all objects (since SimChat wants that)
|
|
|
|
Temporary have had to rename the OpenSim.DataStore.MonoSqlite project to OpenSim.DataStore.MonoSqlite1, as I'm not sure what was done to stop the old project name being included in the VS2005 solution.
Also some config changes:
OpenSim now has a INI (OpenSim.ini) file that it will read some config settings from (if the ini file exists).
Added Mono.Data.SqliteClient.dll so that we can use the same code for sqlite on Windows and mono/linux. (from what I can tell Mono class libraries have a MIT license so there should be no problems with us including this dll).
So now to get the basic prim storage working , you need to first create the sqlite database file from the sqlite3-prims.sql in share directory. Then in the OpenSim.ini file, change the storage_plugin so it points to OpenSim.DataStore.MonoSqlite1.dll (storage_plugin = OpenSim.DataStore.MonoSqlite1.dll). Then in your region.xml files change the DataStore value so it is the name of your database file (at the moment you need a different sqlite3 database file for each region).
|
|
PLEASE NOTE: that with this revision some prim related features may be broke for a while. (things like linking prims and the parcel prim count.)
Also this revision may not work on mono, but that will be fixed soon.
|
|
|
|
* Update and UpdateMovement now first stores array to avoid collection update exceptions
* Ignored some bins
|
|
* Added capability to support minimum/maximum terrain limits (from the last 'bake')
|
|
to move to StorageManager.
|
|
|