Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-02-15 | Update svn properties. | Jeff Ames | 1 | -11/+11 | |
2008-02-14 | attempt to make our logging at least fail gracefully, we'll see if this helps | Sean Dague | 1 | -26/+33 | |
2008-02-14 | Fix a casting subtlety in moving to constants. Logins should work | Sean Dague | 1 | -2/+2 | |
again. | |||||
2008-02-14 | * Fixed #564, errors in friend sql | lbsa71 | 1 | -4/+4 | |
[Provided by openlifegrid.com] | |||||
2008-02-14 | * Made new Framework.Constants class, added RegionSize member. | Adam Frisby | 7 | -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. | |||||
2008-02-14 | Update svn properties from a bar ftw. Kanpai! | Jeff Ames | 2 | -54/+54 | |
2008-02-13 | * Fixed another bug in avatarpicker ('surname'/'lastname' mixup) | lbsa71 | 1 | -4/+4 | |
[Provided by openlifegrid.com] | |||||
2008-02-13 | * Fixed bug in avatarpicker so now you can search on single word | lbsa71 | 1 | -2/+1 | |
[Provided by openlifegrid.com] | |||||
2008-02-13 | * Moved insertUserRow into MSSQLUserData so 'create user' works again | lbsa71 | 2 | -96/+95 | |
[Provided by openlifegrid.com] | |||||
2008-02-13 | * Moved insertRegionRow into MSSQLGridData | lbsa71 | 5 | -188/+193 | |
* Split table test and creation into table by table * Debugged table creation Sql * Added missing CreateUserFriendsTable.sql | |||||
2008-02-13 | *fixed varchar size typo in createuserfriendstable.sql | Teravus Ovares | 1 | -1/+1 | |
2008-02-13 | Added a method to access a named folder in a users inventory, to the ↵ | MW | 2 | -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] | |||||
2008-02-13 | * Copied 'Friends' functionality from the MySQLUserData to MSSQLUserData | lbsa71 | 1 | -5/+136 | |
[Provided by openlifegrid.com] | |||||
2008-02-13 | * Split out MSSQLManager Test/Init into each provider. | lbsa71 | 7 | -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] | |||||
2008-02-13 | * Introduced customizable table names on MySQL and MSSQL UserData plug-ins. | lbsa71 | 3 | -42/+86 | |
[Provided by openlifegrid.com] | |||||
2008-02-13 | Clean up more unnecessary String.Format calls | Jeff Ames | 9 | -92/+73 | |
2008-02-13 | * Clean up LIBRARY INVENTORY messages | Justin Clarke Casey | 1 | -13/+12 | |
2008-02-13 | Commenting and a spelling correction | Justin Clarke Casey | 2 | -5/+15 | |
2008-02-13 | * Clean up the agent's asset transactions when it is removed from the scene | Justin Clarke Casey | 1 | -2/+17 | |
* This may or may not help with the memory leak, need to assess | |||||
2008-02-13 | * Refactor: Move last commit's refactor back to AgentAssetTransactionsManager | Justin Clarke Casey | 2 | -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 | |||||
2008-02-12 | Refactor: factor a method out of AgentAssetTransactionsManager | Justin Clarke Casey | 1 | -13/+2 | |
2008-02-12 | * Add missing locking to mysql inventory plugin | Justin Clarke Casey | 2 | -20/+34 | |
* Should resolve mantis 542 | |||||
2008-02-12 | * Refactoring: Rename AssetTransactions.cs and AssetTransactionsManager and ↵ | Justin Clarke Casey | 3 | -17/+35 | |
align classes with file names * Small amount of ndoc * This will probably require a prebuild and nant clean | |||||
2008-02-11 | Re-enabled Inventory creation of body parts | MW | 2 | -4/+9 | |
2008-02-11 | Documenting and minor tweaks | Justin Clarke Casey | 2 | -82/+99 | |
2008-02-11 | Moved share/sql/mysql-AvatarAppearance.sql to ↵ | Tedd Hansen | 1 | -0/+42 | |
OpenSim/Framework/Data.MySQL/Resources/AvatarAppearance.sql as described in share/sql/mysql_README.txt Thanks dmiles_afk | |||||
2008-02-11 | * Added some connection debugging | lbsa71 | 1 | -1/+9 | |
2008-02-11 | From: dirk husemann <hud@zurich.ibm.com> | Sean Dague | 2 | -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. | |||||
2008-02-11 | * um, Prim crossings? Experimental. | Teravus Ovares | 1 | -1/+1 | |
* Backup your database just in case. | |||||
2008-02-10 | The very beginnings of attachments (no detachments! :) | Dalien Talbot | 1 | -0/+7 | |
2008-02-10 | * Refactored permissions handling to extract info out of permisisons block ↵ | lbsa71 | 1 | -3/+1 | |
in ClientView * Changed some uint constants to Enum values | |||||
2008-02-10 | Clean up logging calls using String.Format explicitly | Jeff Ames | 13 | -55/+53 | |
2008-02-09 | * fixed typo. thanks, nebadon! | lbsa71 | 1 | -1/+1 | |
2008-02-09 | * Refactored some asset code and in the process uncovered a bug; now, I ↵ | lbsa71 | 1 | -10/+14 | |
think first transfer of asset should start faster. | |||||
2008-02-09 | * added count of texture data bytes and asset bytes | lbsa71 | 1 | -6/+18 | |
2008-02-09 | * Added count of temporary assets | lbsa71 | 1 | -0/+23 | |
2008-02-09 | * added two new commands (for debug/disaster recovery) | lbsa71 | 1 | -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. | |||||
2008-02-09 | * Fixed nebadon's UserServer crash bug from yesterday. | Teravus Ovares | 2 | -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 | |||||
2008-02-09 | * Change logger to handle [<entry>] where <entry> contains non alphabetic ↵ | Justin Clarke Casey | 3 | -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 | |||||
2008-02-09 | Mostly debugging verbosity which I shall very shortly comment out. | Justin Clarke Casey | 1 | -1/+6 | |
Just want to try this out on windows quickly. | |||||
2008-02-08 | * Stop asset transactions hanging around after they've completed | Justin Clarke Casey | 2 | -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 | |||||
2008-02-08 | Still chasing logout memory leak. Putting in small changes and temporary ↵ | Justin Clarke Casey | 2 | -5/+15 | |
light verbosity to this end | |||||
2008-02-08 | * Applying mantis 339 patches round 2 -- Thanks daedius | Adam Frisby | 1 | -2/+36 | |
2008-02-08 | fix the issue found on IRC this morning. The logging call was mistructured | Sean Dague | 1 | -1/+2 | |
so threw and exception when attempting to log that we missed an asset and were waiting for it. | |||||
2008-02-07 | * This update contains a bucket-full of network optimizations. | Teravus Ovares | 1 | -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!) | |||||
2008-02-07 | Update version numbers to 0.5 | Jeff Ames | 1 | -1/+1 | |
2008-02-07 | Additional debugging print on LOGOUT if/else in userServer. | Charles Krinke | 1 | -2/+1 | |
2008-02-06 | make a couple more changes to get us back very close to old color scheme | Sean Dague | 1 | -3/+16 | |
2008-02-06 | ummm... removed 1 too many newlines, formating a bit better now | Sean Dague | 1 | -1/+1 | |
2008-02-06 | * Chasing down memory leak where memory used by a client is not returned on ↵ | Justin Clarke Casey | 1 | -1/+1 | |
client logout * This code may or may not be on the right track, but I want to save my work so far. |