aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-04-30rename SQLiteNG to SQLite and SQLite to SQLiteLegacyJustin Clark-Casey (justincc)1-2/+2
this seems the least evil way forward since mono 2.6 and later will see increasing usage, and this only works with what was SQLiteNG MAC USERS WILL NEED TO CHANGE REFERENCES TO "OpenSim.Data.SQLite.dll" to "OpenSim.Data.SQLiteLegacy.dll" in OpenSim.ini and config-include/StandaloneCommon.ini (if using standalone) See the OpenSim.ini.example and StandaloneCommon.ini.example files for more details This commit also temporarily changes unsigned ParentEstateID values in the OpenSim.Data.Tests to signed temporarily, since the new plugin enforces creation of signed fields in the database (which is what the SQL actually specifies). And change data columns in sqlite is a pita.
2010-04-26Uncommenting SQLiteNG project again. I found a Mono.Data.Sqlite.dll that ↵Diva Canto1-2/+1
makes the compilation in Windows happy again. Not sure if this is the right dll, Justin -- I grabbed it somewhere from mono 2.4.6 for Windows.
2010-04-26* Commenting SQLiteNG out of prebuild.xml, because it's making compile fail ↵Diva Canto1-1/+3
in Windows. Justin: you forgot to add Mono.Sqlite.dll, and I can't figure out where to grab it from! * IRegionModule.cs wants to be committed too -- EOF.
2010-04-23Change SQLiteNG to work with mono 2.6 and above using the Mono.Data.Sqlite.dllJustin Clark-Casey (justincc)1-2/+1
Include the library so that Windows builds correctly It appears that Windows is okay with either SQLite or SQLiteNG Incorporate the latest fixes made by Diva to OpenSim.Data.SQLite
2010-04-23Duplicate OpenSim.Data.SQLite into OpenSim.Data.SQLiteNG. SQLiteNG will ↵Justin Clark-Casey (justincc)1-0/+37
shortly be changed to work under mono 2.6 and above
2010-04-22Renamed OpenSim.Server.exe to Robust.exe and corresponding .ini's and config.Diva Canto1-1/+1
2010-03-11Adding the SimianGrid connectorsJohn Hurliman1-0/+2
2010-03-04Replaced BclExtras.dll with a newer version compiled for .NET 3.5. This ↵Diva Canto1-2/+2
solves the compilation errors that have been affecting build on Windows for the past day. Thanks lkalif for noticing the conflict.
2010-03-03* Added three new helper utility files to OpenSim.Framework. MultipartForm ↵John Hurliman1-0/+1
is used for constructing multipart/form-data requests. UntrustedWebRequest places sanity checks and policy on requests to HTTP endpoints that are not in the same trust domain (useful for Hypergrid, OpenID, etc). WebUtil contains misc. functions for managing URLs and network streams
2010-03-03Fixed prebuild errors that have emerged with the mergeDiva Canto1-44/+0
2010-03-01Formatting cleanup.Jeff Ames1-33/+18
2010-02-09Add missing refernce to prebuild (backport from presence-refactor)Melanie1-0/+1
2010-02-09Add the friends service skel and correct some namespace issuesMelanie1-0/+31
2010-02-08Fixed missing System.Xml from the new tool.Diva Canto1-0/+1
2010-02-08Adding the Careminster "Configger" tool to OpenSim. The tool will, when launchedMelanie1-0/+22
in place of OpenSim, dump the config to stdout. Use -f xml, -f ini or -f mysql to get a condensed ini file, an xml file suitable for webloading, or a set of mysql insert statements.
2010-01-28HG 1.5 is in place. Tested in standalone only.Diva Canto1-0/+1
2010-01-24Integrated the hyperlinking with the GridService.Diva Canto1-0/+1
2010-01-23Added some prebuild refs needed for mono buildingMelanie1-0/+3
2010-01-22Add first part of test for checking restore of task inventory items on oar loadJustin Clark-Casey (justincc)1-0/+1
Passes but not yet complete
2010-01-16Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ↵Diva Canto1-0/+32
yet.
2010-01-15Implement region registration with authenticationMelanie1-0/+1
2010-01-11Remove CreateCommsManagerPluginMelanie1-43/+0
2010-01-10All grid servers deleted, including user server. They served us well.Diva Canto1-286/+1
2010-01-10OpenSim.Region.Communications.* is no more. Thanks to everyone who ↵Diva Canto1-103/+0
contributed to these!
2010-01-10Moved OpenId authentication from user server to Server.Handlers.Authentication.Diva Canto1-0/+1
2010-01-10* Starting to clean the house...Diva Canto1-1/+0
* Fixed circular dependency
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-0/+2
* HG is seriously broken here * Compiles. Untested.
2010-01-09Removed empty project OpenSim.Framework.Communications.Tests. The only test ↵Diva Canto1-36/+0
in there was login, and that is gone now.
2010-01-08Inching ahead... This compiles, but very likely does not run.Diva Canto1-0/+1
2010-01-04Avatar appearance skeletonMelanie1-0/+31
2010-01-02Test client for remote user account connector and service. It seems to be ↵Diva Canto1-0/+28
working.
2010-01-02Test client for remote presence connector, and for the service itself. ↵Diva Canto1-0/+26
Connector seems to work well.
2010-01-01The Library Service is now working. UserProfileCacheService.LibraryRoot is ↵Diva Canto1-0/+1
obsolete. Didn't delete it yet to avoid merge conflicts later -- want to stay out of core as much as possible.
2009-12-31A lot more beef on the login service. The LLLoginResponse is a MONSTER! ↵Diva Canto1-0/+1
Almost done...
2009-12-31* Added the Login server handlers that were lost in yesterday's commit griefDiva Canto1-0/+1
* More beef to the LLLoginService * Better design for handling local simulation service
2009-12-30No-op.Diva Canto1-0/+1
2009-12-30First pass at the new login service. Still incomplete, but doesn't disrupt ↵Diva Canto1-0/+31
the existing code.
2009-12-31Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.Melanie1-0/+1
Implement the fetch operations fully. Rename one last UserService file to UserAccountService
2009-12-30Unit tests for presence. They helped fix a couple of wrongnesses.Diva Canto1-0/+1
2009-12-29More renames to make everything consistent. This is the UserAccountService.Diva Canto1-1/+1
2009-12-27* Added prebuild for previous commit.Adam Frisby1-0/+33
2009-11-27Remove stub Python module and DLLs since this was never fully implementedJustin Clark-Casey (justincc)1-2/+0
It may be possible to reintroduce this if someone wants to implement a Python hookup for OpenSim scripting (I'm sure it can't be too hard). Might be possible to import wholesale from modrex See http://opensimulator.org/mantis/view.php?id=4395 Thanks mpallari
2009-11-25Add MIT/X11 licensed NDesk.Options (http://www.ndesk.org/Options) DLL to aid ↵Justin Clark-Casey (justincc)1-0/+1
command line parsing
2009-11-25Add wildcard to prebuild include. Seems each file can only hold one projectMelanie1-1/+1
2009-11-10* Fix prebuild breakTeravus Ovares (Dan Olivares)1-1/+2
2009-11-10* Move RegionCombinerModule to it's own projectTeravus Ovares (Dan Olivares)1-0/+41
* Moves the mono_metadata_token_from_dor message to a different module on loading.
2009-11-10Stop OpenSim.Grid.GridServer.exe from building to reduce user/developer ↵Justin Clark-Casey (justincc)1-1/+1
confusion, since only the ROBUST grid service now works GridServer dll still building for now due to unresolved dependencies with the remaining OpenSim.Grid.UserServer.exe
2009-10-27Remove the SECS loaderMelanie1-101/+0
2009-10-27Updating prebuild.xml to reflect the removal of DotNetEngineJohn Hurliman1-285/+0
2009-10-26Adding missing CSJ2K reference to OpenSim.Region.Physics.MeshingJohn Hurliman1-0/+1