Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-08-11 | Added *.Tests.log to .gitignore | Oren Hurvitz | 1 | -0/+1 | |
2015-07-31 | PGSQL migrations for IM_Store, UserProfiles, removal of casting exception ↵ | Geir Nøklebye | 1 | -0/+2 | |
for UserProfiles and adding double precision to PGSQL Manager PGSQL migrations for IM_Store, UserProfiles, removal of casting exception for UserProfiles and adding double precision to PGSQL Manager. Fixes the Offline IM to Email toggle and prepares for fixing Offline IM. Signed-off-by: Oren Hurvitz <orenh@kitely.com> | |||||
2015-07-23 | Git-ignore log files and console history files | Oren Hurvitz | 1 | -0/+5 | |
2014-07-21 | Changed the default XBakes directory to a local path: "./bakes". | Oren Hurvitz | 1 | -0/+1 | |
Previously it was an absolute path. Now it's a sibling of the maptiles directory. This fixes http://opensimulator.org/mantis/view.php?id=7063 | |||||
2013-11-16 | Ignore *.suo and *.user as these are user specific preference files from ↵ | Justin Clark-Casey (justincc) | 1 | -5/+6 | |
Visual Studio http://stackoverflow.com/questions/72298/should-i-add-the-visual-studio-suo-and-user-files-to-source-control | |||||
2013-11-16 | minor: Add OpenSim.v11.suo to .gitignore file. | Justin Clark-Casey (justincc) | 1 | -0/+4 | |
This is generated if a vs2010 OpenSim.sln is loaded into vs2012 As per http://opensimulator.org/mantis/view.php?id=6839 | |||||
2013-01-03 | updating config properties added during upgrade process, adding error log ↵ | SignpostMarv | 1 | -0/+2 | |
file to doxygen config, adding doxygen output directory & error log to .gitignore | |||||
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ↵ | teravus | 1 | -6/+0 | |
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64. | |||||
2012-09-06 | Add file to .gitignore | BlueWall | 1 | -0/+1 | |
Add OpenSim.userprefs which is created by Monodevelop to .gitignore | |||||
2012-08-27 | adding some files to .gitignore that get generated when debugging in c# ↵ | SignpostMarv | 1 | -0/+4 | |
express with OpenSim.32BitLaunch as the startup project | |||||
2012-08-24 | adding sqlite journal files to .gitignore | SignpostMarv | 1 | -0/+1 | |
2012-07-27 | adding asset cache and map tile directories to .gitignore | SignpostMarv | 1 | -0/+2 | |
2011-10-26 | Add some things to .gitignore to make the status cleaner | BlueWall | 1 | -1/+17 | |
2010-07-13 | Rewrite collision dictionary handling, cleans up deleted obects/avs. Fixes ↵ | Kitto Flora | 1 | -0/+3 | |
occasional collision event failure. ChOde only. | |||||
2010-04-28 | removed from git *.VisualState.xml (automatically created by NUnit) | AlexRa | 1 | -0/+1 | |
2010-04-28 | Removed from git .../obj directories (created by VStudio) | AlexRa | 1 | -0/+8 | |
2009-09-09 | additional log files to ignore, also ignoring TestResult.xml | dr scofield (aka dirk husemann) | 1 | -1/+10 | |
2009-08-17 | Add UUIDs in bin/ScriptEngines to .gitignore. | Jeff Ames | 1 | -0/+1 | |
2009-08-12 | Thanks jonc for a patch to ignore some Visual Studio and generated ini files. | Jeff Ames | 1 | -1/+9 | |
2009-08-11 | Enable the console show version command and the viewer about command, to ↵ | Chris Down | 1 | -0/+1 | |
show the last git commit hash together with the conmit date and time. The data is retrieved form a file bin/.version This file can be generated automatically using the post commit script by adding the following to the script: git log -n 1 --pretty="format:%h: %ci" > bin/.version This command can also be run manually to create the bin/.version file. This command genrates a short form of the commit hash and a date and time of the commit in ISO8601 format. If a full commit hash is required then change %h to %H The logic that is used to extract the deprecated svn revision is still included. It will be removed at a future date | |||||
2009-08-07 | ignore .svn directories, useful for the mirror | Sean Dague | 1 | -0/+1 | |
2009-07-11 | Add bin/*.db and bin/*.ini to .gitignore. | Jeff Ames | 1 | -0/+2 | |
2009-04-14 | - adding Makefile.local to .gitignore | Dr Scofield | 1 | -0/+1 | |
2009-02-09 | adding bin/ScriptEngines/*/*.{dll,state}, bin/j2kDecodeCache, | Dr Scofield | 1 | -4/+8 | |
bin/UserAssets to .gitignore | |||||
2009-01-22 | adding TAGS to .gitignore | Dr Scofield | 1 | -0/+1 | |
2008-11-25 | Revert the rest of r7468 | Homer Horwitz | 1 | -1/+0 | |
2008-11-25 | Local changes | Homer Horwitz | 1 | -0/+1 | |
2008-10-30 | Mid-work, trying to fix region part insertion and retrieval | Sean Dague | 1 | -0/+2 | |
SQLite reports System NUll Reference, but works, inside LoadItems, on SQLiteRegionData.cs From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | |||||
2008-10-22 | - Inserted code coverage monocov. To run do nant test-cov. | Sean Dague | 1 | -0/+1 | |
Creates a new directory cov and exports to html files in subdirectories. | |||||
2008-10-14 | Merge commit 'arthur/master' | Sean Dague | 1 | -0/+6 | |
2008-07-16 | add pidb files to gitignore | Sean Dague | 1 | -0/+1 | |
2008-07-09 | added .gitignore which makes using git-svn easier | Sean Dague | 1 | -0/+26 | |