Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-08-01 | Add the missing migration files :/ | Melanie Thielker | 2 | -0/+16 | |
2008-08-01 | Patch #8 in the estate series. Introduces the concept of an estate | Melanie Thielker | 2 | -0/+14 | |
owner (alongside the master avatar) and provides storage fo the abuse email address. No user functionality yet. This patch includes a migration. | |||||
2008-07-31 | Apply updated patch from issue 1871. Thanks sempuki. | Mike Mazur | 4 | -6/+6 | |
2008-07-31 | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 13 | -53/+117 | |
PluginLoader. Fix issue 1871. | |||||
2008-07-29 | * Refactored some heavily duplicated RequestSimProfileData functions | lbsa71 | 1 | -87/+40 | |
* Changed InventoryUrl and GridServerURL type to Uri instead of string - to address '/' issues. | |||||
2008-07-26 | The hazards if unclean sourc trees. Yours truly got bitten this time. | Melanie Thielker | 1 | -2/+4 | |
Re-fix the re-fix from a clean build. This makes the region based settings work as advertised | |||||
2008-07-26 | Re-Fix the fix | Melanie Thielker | 1 | -1/+1 | |
2008-07-26 | Fix Mantis #1830 | Melanie Thielker | 1 | -0/+1 | |
Makes region settings save on second and subsequent sim restarts after upgrading. | |||||
2008-07-25 | * Remove dumb bug I put in which meant that an archive save would never ↵ | Justin Clarke Casey | 1 | -1/+1 | |
complete if there were any missing assets | |||||
2008-07-25 | squashing warning. | Dr Scofield | 1 | -1/+3 | |
2008-07-25 | Patch #9155 (Mantis #1793) | Melanie Thielker | 1 | -0/+1 | |
Fix a regression that caused the region settings not to save. Still no SQLite support for region settings. MySQL now functional. | |||||
2008-07-23 | few additional fixed to get prim inventory up on nhibernate | Sean Dague | 3 | -4/+4 | |
2008-07-23 | implemented prim inventories for nhibernate | Sean Dague | 1 | -1/+30 | |
2008-07-23 | fix column mapping | Sean Dague | 1 | -1/+1 | |
2008-07-23 | complete the prim inventory mapping | Sean Dague | 1 | -0/+6 | |
2008-07-23 | refactor TaskInventoryItem Mask -> Permissions to be consistant with how things | Sean Dague | 4 | -30/+47 | |
are stored in the db. | |||||
2008-07-23 | add primitems migration for nhibernate | Sean Dague | 1 | -0/+27 | |
2008-07-23 | refactored LandData to use properties, and cleaned up the naming on | Sean Dague | 3 | -205/+205 | |
the properties a bit to be more consistant with other objects (having things like .Name .Description, etc). | |||||
2008-07-23 | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 3 | -27/+31 | |
2008-07-23 | Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵ | Mike Mazur | 7 | -35/+2 | |
attributes to external XML files. Fix issues 1682 and 1786. | |||||
2008-07-22 | Update svn properties. Squash a couple of warnings. | Jeff Ames | 2 | -4/+4 | |
2008-07-20 | Mantis#1796. Thank you kindly, StrawberryFride for a patch that: | Charles Krinke | 2 | -2/+67 | |
Agent table code (INSERT / UPDATE, etc) now added to MSSQL provider. | |||||
2008-07-19 | Change SQLite argument marker from the more standard '@' to the ':' supported | Melanie Thielker | 1 | -30/+30 | |
but earlier versions of the SQLite dll | |||||
2008-07-19 | Update svn properties. Fix some inconsistent newlines. | Jeff Ames | 2 | -239/+239 | |
2008-07-18 | Introduce a separate connection string for estates, which defaults to the one gi | Melanie Thielker | 5 | -69/+5 | |
ven for the region datastore. Removes the flag to store prim inventories, which are now always stored. | |||||
2008-07-18 | Patch to fix saving of estate managers list loaded during migration. | Melanie Thielker | 2 | -0/+6 | |
No longer teleports an agent home unless their root agent is being banned. Visual blocking is still in effect. | |||||
2008-07-18 | fixing copy & paste artefact. | Dr Scofield | 1 | -2/+2 | |
2008-07-18 | add some locks back into the sqlite asset path, as something changed | Sean Dague | 1 | -49/+56 | |
that is causing a lot of out of order execution on asset fetches on multi region sims. | |||||
2008-07-18 | remove all the odd quoting, on the off chance this was causing some | Sean Dague | 1 | -90/+90 | |
of the issue. | |||||
2008-07-18 | put the entire thing inside a transaction. This probably doesn't | Sean Dague | 1 | -0/+4 | |
help much, but it might. | |||||
2008-07-18 | fix typo in create index that caused the entire migration to fail. | Sean Dague | 1 | -1/+12 | |
put some drop table if exist clauses in here to hopefully let this migration work for people that are in an intermediary broken state right now. | |||||
2008-07-18 | found a better pattern for SaveOrUpdate with nhibernate | Sean Dague | 2 | -52/+49 | |
cleaned up the asset path a bit | |||||
2008-07-18 | remove NHPrim, this turned out to be a bad idea | Sean Dague | 1 | -46/+0 | |
2008-07-18 | squashing further warnings. | Dr Scofield | 3 | -21/+21 | |
2008-07-18 | Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ↵ | Mike Mazur | 10 | -74/+145 | |
(issue 1763). | |||||
2008-07-18 | masks MySQL password from console startup messages | Dahlia Trimble | 2 | -3/+47 | |
2008-07-18 | Patch #9151 | Melanie Thielker | 9 | -278/+925 | |
Makes the estate dialog fully functional. Implements all client facing functionality. Moves estate data from estate_settings.xml, which is used to provide defaults, to the region data store. Creates one estate for each region, and places the region in it. Converts all region bans to estate bans. | |||||
2008-07-17 | fix build break | Sean Dague | 1 | -1/+1 | |
2008-07-17 | terrain is close to working, but I still end up at the bottom of the sea | Sean Dague | 3 | -17/+25 | |
right now. | |||||
2008-07-17 | need to synchronize the terrain updates | Sean Dague | 1 | -4/+6 | |
2008-07-17 | first pass at Terrain implementation | Sean Dague | 4 | -13/+44 | |
2008-07-17 | add a Terrain object for the purpose of mapping. This may make sense | Sean Dague | 2 | -0/+129 | |
to stick up in framework later, but for now we'll just keep it close to the data. | |||||
2008-07-17 | if no texture, make it plywood | Sean Dague | 1 | -1/+2 | |
2008-07-17 | Revert "git merge" | Sean Dague | 3 | -4/+59 | |
This reverts commit 80e1c3742a3ba7eb9aa1686a242b36f64331095a. | |||||
2008-07-17 | git merge | Sean Dague | 3 | -59/+4 | |
2008-07-17 | finish NHibernate mapping for prims, and it even seems to work | Sean Dague | 1 | -1/+20 | |
2008-07-17 | fix the null case for deep copy | Sean Dague | 1 | -2/+10 | |
2008-07-17 | got basic region object saves working time for lunch | Sean Dague | 1 | -1/+29 | |
2008-07-17 | early remove calls | Sean Dague | 1 | -7/+38 | |
2008-07-17 | Mantis#1736. Thank you kindly, StrawberryFride for a patch that: | Charles Krinke | 8 | -709/+780 | |
Many issues with handling connections in MSSQL, have rearchitected to ensure that connections are always opened and closed in a timely fashion & disposed of cleanly, and removed unnecessary lock statements. SQL Server performance seems to have improved considerably as a result, and various timeout errors seem to have been fixed. |