aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added copyright notices.Jeff Ames2008-02-172-2/+56
|
* Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of ↵MW2008-02-163-7/+13
| | | | | | | CommsManager and into a module (AgentAgentTransactionModule), still needs cleaning up though. But its one more thing out of the CommsManager. One day we will kill the CommsManager!
* Update svn properties.Jeff Ames2008-02-151-11/+11
|
* attempt to make our logging at least fail gracefully, we'll see if this helpsSean Dague2008-02-141-26/+33
|
* Fix a casting subtlety in moving to constants. Logins should workSean Dague2008-02-141-2/+2
| | | | | | again.
* * Fixed #564, errors in friend sqllbsa712008-02-141-4/+4
| | | | | | [Provided by openlifegrid.com]
* * Made new Framework.Constants class, added RegionSize member.Adam Frisby2008-02-147-13/+24
| | | | | | * Converted all instances of "256" spotted to use RegionSize instead. Some approximations used for border crossings (ie 255.9f) are still using that value, but should be updated to use something based on RegionSize. * Moving Terrain to a RegionModule, implemented ITerrainChannel and TerrainModule - nonfunctional, but will be soon.
* Update svn properties from a bar ftw. Kanpai!Jeff Ames2008-02-142-54/+54
|
* * Fixed another bug in avatarpicker ('surname'/'lastname' mixup)lbsa712008-02-131-4/+4
| | | | | | [Provided by openlifegrid.com]
* * Fixed bug in avatarpicker so now you can search on single wordlbsa712008-02-131-2/+1
| | | | | | [Provided by openlifegrid.com]
* * Moved insertUserRow into MSSQLUserData so 'create user' works againlbsa712008-02-132-96/+95
| | | | | | [Provided by openlifegrid.com]
* * Moved insertRegionRow into MSSQLGridDatalbsa712008-02-135-188/+193
| | | | | | | | * Split table test and creation into table by table * Debugged table creation Sql * Added missing CreateUserFriendsTable.sql
* *fixed varchar size typo in createuserfriendstable.sqlTeravus Ovares2008-02-131-1/+1
|
* Added a method to access a named folder in a users inventory, to the ↵MW2008-02-132-0/+14
| | | | inventory Database interfaces. This could be useful for adding a item to a users inventory from say a web front end application or some other third party application. [note the method is only currently implemented in the sqlite provider]
* * Copied 'Friends' functionality from the MySQLUserData to MSSQLUserDatalbsa712008-02-131-5/+136
| | | | | | | [Provided by openlifegrid.com]
* * Split out MSSQLManager Test/Init into each provider.lbsa712008-02-137-255/+138
| | | | | | | | | * Made regions table name configurable (MSSQL only) * Added a note in ini.example pointing out that the sql resources have to change if you change table names * Removed duplicate picker method from GridData interface [Provided by openlifegrid.com]
* * Introduced customizable table names on MySQL and MSSQL UserData plug-ins.lbsa712008-02-133-42/+86
| | | | | | [Provided by openlifegrid.com]
* Clean up more unnecessary String.Format callsJeff Ames2008-02-139-92/+73
|
* * Clean up LIBRARY INVENTORY messagesJustin Clarke Casey2008-02-131-13/+12
|
* Commenting and a spelling correctionJustin Clarke Casey2008-02-132-5/+15
|
* * Clean up the agent's asset transactions when it is removed from the sceneJustin Clarke Casey2008-02-131-2/+17
| | | | | | * This may or may not help with the memory leak, need to assess
* * Refactor: Move last commit's refactor back to AgentAssetTransactionsManagerJustin Clarke Casey2008-02-132-35/+128
| | | | | | | | * Push asset update (invoked when clothing is altered) down into AgentAssetTransactions from Scene.Inventory.cs to join others * I've tested that clothing creation and update still works, but please let me know if it suddently breaks for you. * Add/correct comments
* Refactor: factor a method out of AgentAssetTransactionsManagerJustin Clarke Casey2008-02-121-13/+2
|
* * Add missing locking to mysql inventory pluginJustin Clarke Casey2008-02-122-20/+34
| | | | | | * Should resolve mantis 542
* * Refactoring: Rename AssetTransactions.cs and AssetTransactionsManager and ↵Justin Clarke Casey2008-02-123-17/+35
| | | | | | | | | align classes with file names * Small amount of ndoc * This will probably require a prebuild and nant clean
* Re-enabled Inventory creation of body partsMW2008-02-112-4/+9
|
* Documenting and minor tweaksJustin Clarke Casey2008-02-112-82/+99
|
* Moved share/sql/mysql-AvatarAppearance.sql to ↵Tedd Hansen2008-02-111-0/+42
| | | | | | | OpenSim/Framework/Data.MySQL/Resources/AvatarAppearance.sql as described in share/sql/mysql_README.txt Thanks dmiles_afk
* * Added some connection debugginglbsa712008-02-111-1/+9
|
* From: dirk husemann <hud@zurich.ibm.com>Sean Dague2008-02-112-4/+6
| | | | | | | | | | these two patches fixe the terrain load exception that occurs when restarting OpenSim on PPC32 by making terrain loading endian clean. it does NOT fix the client crash exception. need to hunt that one down.
* * um, Prim crossings? Experimental.Teravus Ovares2008-02-111-1/+1
| | | | | * Backup your database just in case.
* The very beginnings of attachments (no detachments! :)Dalien Talbot2008-02-101-0/+7
|
* * Refactored permissions handling to extract info out of permisisons block ↵lbsa712008-02-101-3/+1
| | | | | | | | in ClientView * Changed some uint constants to Enum values
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-1013-55/+53
|
* * fixed typo. thanks, nebadon!lbsa712008-02-091-1/+1
|
* * Refactored some asset code and in the process uncovered a bug; now, I ↵lbsa712008-02-091-10/+14
| | | | think first transfer of asset should start faster.
* * added count of texture data bytes and asset byteslbsa712008-02-091-6/+18
|
* * Added count of temporary assetslbsa712008-02-091-0/+23
|
* * added two new commands (for debug/disaster recovery)lbsa712008-02-091-25/+55
| | | | | | | | 'show assets' shows the current state of the asset cache (number of cached assets, requests, et c) 'clear-assets' forcibly re-initializes the asset cache thereby freeing all cached items. 'clear-assets' is not to be used lightly, as it probably introduces mem inconsistencies and doubling up of textures.
* * Fixed nebadon's UserServer crash bug from yesterday.Teravus Ovares2008-02-092-3/+11
| | | | | | * Made Estate tools work for estate managers without needing to request admin status First * Added code to make the Simulator version to be reported in the About box of the client
* * Change logger to handle [<entry>] where <entry> contains non alphabetic ↵Justin Clarke Casey2008-02-093-9/+9
| | | | | | | | | characters * Change logger to not print extra line if [<entry>] <text> like string is not logged * Remove more of my previous chatty debugging statements
* Mostly debugging verbosity which I shall very shortly comment out.Justin Clarke Casey2008-02-091-1/+6
| | | | | | Just want to try this out on windows quickly.
* * Stop asset transactions hanging around after they've completedJustin Clarke Casey2008-02-082-11/+79
| | | | | | | * Still not enough to solve the memory leak, though hopefully this is another step on the path * All these changes are pretty temporary - this will be addressed with a more fundamental refactor in the future
* Still chasing logout memory leak. Putting in small changes and temporary ↵Justin Clarke Casey2008-02-082-5/+15
| | | | light verbosity to this end
* * Applying mantis 339 patches round 2 -- Thanks daediusAdam Frisby2008-02-081-2/+36
|
* fix the issue found on IRC this morning. The logging call was mistructuredSean Dague2008-02-081-1/+2
| | | | | | | so threw and exception when attempting to log that we missed an asset and were waiting for it.
* * This update contains a bucket-full of network optimizations.Teravus Ovares2008-02-071-0/+1
| | | | | | | | | * ParcelProperties are sent only when needed instead of on any movement * Terse Updates and other temporary data packets are marked unreliable * After a certain amount of users, the sim actually sends updates on things less * Experimental * Tested to 68 avatar with pCampBot (And it's surprising what actually causes the most lag.. the text chat!)
* Update version numbers to 0.5Jeff Ames2008-02-071-1/+1
|
* Additional debugging print on LOGOUT if/else in userServer.Charles Krinke2008-02-071-2/+1
|
* make a couple more changes to get us back very close to old color schemeSean Dague2008-02-061-3/+16
|