Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-05-16 | Added MySqlMigrations.cs (supports stored proc/funcs) | AlexRa | 1 | -0/+85 | |
Uses MySqlScript class to correctly run proc/func definitions that need delimiter change. Requires MySql.Data.dll 6.2 or later. | |||||
2010-05-16 | Migration.cs supports single-file migration history format | AlexRa | 1 | -104/+233 | |
Scans for migration resources in either old-style "scattered" (one file per version) or new-style "integrated" format (single file "Resources/{StoreName}.migrations[.nnn]") with ":VERSION nnn" sections). In the new-style migrations it also recognizes ':GO' separators for parts of the SQL script that must be sent to the server separately. The old-style migrations are loaded each in one piece and don't support the ':GO' feature. Status: TESTED and works fine in all modes! | |||||
2010-05-16 | * Revert last commit for now at Melanie_T's request. | Teravus Ovares (Dan Olivares) | 1 | -1/+2 | |
* Additional ways of configuring opensim break with this | |||||
2010-05-15 | This combination is working. It all points to not being able to use ↵ | Diva Canto | 2 | -5/+6 | |
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 | * Add User Friendly Configuration File Exists check. If OpenSim.ini and ↵ | Teravus Ovares (Dan Olivares) | 1 | -1/+115 | |
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 | Almost, but not quite. Commenting verification again, until I understand ↵ | Diva Canto | 1 | -4/+4 | |
where 127.0.0.1 is being transformed to the local IP address. I suspect it's Adam's NAT snippets. | |||||
2010-05-15 | Finalized the client's TCP IP address verification process for HG1.5. | Diva Canto | 11 | -45/+148 | |
2010-05-15 | delete now unused MessageServerInfo | Justin Clark-Casey (justincc) | 1 | -48/+0 | |
2010-05-15 | Address symptom of Mantis 4588 (though not the cause) by moving the avatar ↵ | Justin Clark-Casey (justincc) | 1 | -2/+3 | |
dereference inside the exception catch | |||||
2010-05-14 | Apply patch from http://opensimulator.org/mantis/bug_view_page.php?bug_id=4671 | Justin Clark-Casey | 1 | -0/+4 | |
Fixes a bug where the viewer didn't recieve the uuid of a chat broadcasting object Thanks crystalsgalicia! | |||||
2010-05-13 | Made fields consistently protected. | Diva Canto | 1 | -8/+8 | |
2010-05-10 | Fixed a typo in the Friends packaging (Pricipal -> Principal) that was ↵ | Diva Canto | 1 | -1/+1 | |
making offline friendship offers fail in grids. | |||||
2010-05-10 | Return agents when angle is PI | Melanie | 1 | -0/+4 | |
Fixes Mantis #4703 | |||||
2010-05-10 | Fix a null ref on region crossing | Melanie | 1 | -1/+4 | |
2010-05-09 | OK, this really fixes it, I promise. | Diva Canto | 1 | -2/+2 | |
2010-05-09 | Yey for unit tests. The previous commit had a couple of bugs on SQL ↵ | Diva Canto | 2 | -3/+3 | |
statements. Fixed here. | |||||
2010-05-09 | * Fixed spamming the assets table with map tiles. The tile image ID is now ↵ | Diva Canto | 17 | -36/+72 | |
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 | Add Delete handler to SQLite (NG) | Melanie | 1 | -15/+16 | |
2010-05-09 | Implement the "delete" path for assets. Adds a new option to allow remote ↵ | Melanie | 10 | -6/+59 | |
asset deletion in robust handler. | |||||
2010-05-09 | Add a field asset_flags and a corresponding enum to the asset database. This | Melanie | 4 | -3/+33 | |
CHANGES THE ASSET SERVER PROTOCOL and means you CAN NOT MIX PRIOR VERSIONS WITH LATER ONES. It may also eat your babies, yada, yada, yada. The usual cautions for migrations to the assets table apply. Coding: Can not guarantee nut free. | |||||
2010-05-08 | * Added missing loggout notification to home grid upon agents logging out in ↵ | Diva Canto | 2 | -0/+12 | |
foreign grids. * Added missing config in StandaloneHypergrid.ini | |||||
2010-05-08 | More cleaning on presence. Friends online/offline works again. | Diva Canto | 9 | -154/+101 | |
2010-05-07 | Fixed Presence unit test. Removed unnecessary packing/unpacking of obsolete ↵ | Diva Canto | 2 | -9/+1 | |
fields. | |||||
2010-05-07 | These files are part of the GridUserService write-up. | Diva Canto | 7 | -0/+702 | |
2010-05-07 | GridUserService in place. Replaces the contrived concept of storing user's ↵ | Diva Canto | 36 | -3655/+3700 | |
home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs. | |||||
2010-05-06 | improve handling of undersize sculpt textures | dahlia | 1 | -4/+11 | |
2010-05-06 | corrections for face numbering and uv mapping, mostly for spheres - sync ↵ | dahlia | 1 | -2201/+2284 | |
with PrimMesher r56 | |||||
2010-05-06 | Sculpt meshing refactoring - improves mesh accuracy and UV mapping | dahlia | 2 | -639/+810 | |
Sync with PrimMesher r55 | |||||
2010-05-07 | Also remove sale and search flags on god owner change. | Melanie | 1 | -0/+1 | |
2010-05-07 | Remove land that is being abandoned from search. This is now consistent with | Melanie | 1 | -0/+1 | |
sale and reclaim. | |||||
2010-05-06 | Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector ↵ | Melanie | 5 | -206/+436 | |
for groups" Causes an exception within HttpServer, headers have already been sent. This reverts commit 8187fccd258bf0936d3db8663844e07a7b81e9fc. | |||||
2010-05-06 | Ensure the show in search flag is cleared on ownership change. Also, when | Melanie | 2 | -1/+8 | |
land is reclaimed, reset it's for sale flags so it can't be bought again right away. | |||||
2010-05-05 | * Fixes Library bugs in grid mode. Partly a missing check and partly a ↵ | Diva Canto | 2 | -3/+18 | |
missing configuration. * Made previous Robust config changes consistent in Robust.HG.ini.example | |||||
2010-05-05 | * Fixes LandDataSerializerTests on Windows by stripping CR from the ↵ | Teravus Ovares (Dan Olivares) | 1 | -6/+10 | |
serialization result since the reference serialization has LF only. * Added a bool result and then an Assert.That(result) because resharper was having a hard time with the equality compare in Assert.That. | |||||
2010-05-05 | Added copying of Viewer field to the agent circuit data that is being passed ↵ | Diva Canto | 3 | -106/+112 | |
on TPs and crossings. (XmlRpcGroups files want to be committed too) | |||||
2010-05-05 | Remove the m_Viewer variable and make the property a shortcut to the | Melanie Thielker | 2 | -7/+1 | |
proper field in AgentCircuitData instead | |||||
2010-05-05 | Stab a test fail | Melanie | 1 | -1/+3 | |
2010-05-05 | Plumb Viewer version into ScenePresence for initial login. It's still not | Melanie Thielker | 2 | -0/+2 | |
carried along | |||||
2010-05-05 | Plumb the viewer version string through into AgentCircuitData. Now all that | Melanie Thielker | 5 | -9/+27 | |
is left os to figure out what black magic turns AgentCircuitData into AgentData and then copy that into the ScenePresence, where m_Viewer is already added with this commit and waits for the data. | |||||
2010-05-05 | Add a XMLRPC method to remotely set the login level for the LLLoginService. | Melanie Thielker | 4 | -0/+92 | |
This requires a special XMLRPC call, which has to supply the credentials of a god user (User level >= 200). Disabled by default. Also Adds a configuration option to set the initial permitted login level. | |||||
2010-05-05 | Removed a test for a "can't happen" case. ParentGroup is never null anymore. | Melanie Thielker | 1 | -9/+1 | |
2010-05-05 | Patch from mcortez: Update groups, add ALPHA Siman grid connector for groups | Melanie | 5 | -542/+312 | |
Signed-off-by: Melanie <melanie@t-data.com> | |||||
2010-05-04 | * Added an important comment to warn people not to use MockConsole for ↵ | Teravus Ovares (Dan Olivares) | 1 | -0/+5 | |
anything but testing. | |||||
2010-05-04 | * This should fix the tests failing because of a MainConsole.Instance null ↵ | Teravus Ovares (Dan Olivares) | 2 | -2/+34 | |
reference * Added a MockConsole that doesn't require a handle to System.Console | |||||
2010-05-04 | Add perms check to the teleport home client command handlers. | Melanie Thielker | 1 | -0/+6 | |
2010-05-04 | Strip estate message sending out from the estate management module and | Melanie Thielker | 4 | -25/+12 | |
the dialog module. Convert it to an event on the estate module interface. The old implementation did the same as message to region, a button that is right next to it on the UI. This implementation prevented people from adding a more sane one in a module. | |||||
2010-05-04 | make the events more useful by providing the source region | Melanie Thielker | 2 | -3/+3 | |
2010-05-04 | Add events to the estate interface to let interested modules know of | Melanie Thielker | 2 | -0/+41 | |
changes to estate settings | |||||
2010-05-04 | Fixed: migration #2 for SQLite. Problem was that ATTACH cannot be done ↵ | Diva Canto | 1 | -3/+2 | |
inside a transaction. | |||||
2010-05-04 | Add "reload estate" command to sims | Melanie Thielker | 1 | -0/+14 | |