| Commit message (Expand) | Author | Files | Lines |
2009-02-23 | * This should fix the 'Solution Folder' annoyance on express versions. | lbsa71 | 1 | -1/+4 |
2009-02-20 | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 4 | -1045/+1045 |
2009-02-19 | * Okay, so finally got my head around this. Problem is that upstream Prebuild... | lbsa71 | 59 | -2010/+2823 |
2009-02-19 | * reverted the revert of the revert. What can I say? I'm calling this a day, ... | lbsa71 | 59 | -2820/+2010 |
2009-02-19 | * Reverted the revert, as it seems the problem was the 1.0.* in the separate ... | lbsa71 | 59 | -2010/+2820 |
2009-02-19 | * Reverted Prebuild commit due to strange run-time errors. | lbsa71 | 59 | -2820/+2010 |
2009-02-19 | === PREBUILD UPSTREAMS UPDATE : POTENTIAL BREAKAGE === | lbsa71 | 59 | -2010/+2820 |
2009-02-17 | * fixed 'path' reference attribute for Nant and VS2008 targets. | lbsa71 | 2 | -73/+105 |
2009-01-13 | * Added resolving explicit .exe project names. This fixes mantis #2967 | lbsa71 | 1 | -8/+50 |
2008-11-08 | Fix .mdb include in Prebuild. | Jeff Ames | 1 | -3/+1 |
2008-11-08 | * Removed <if> in <fileset> in NAnt target introduced in 4045. Chi11ken shoul... | lbsa71 | 1 | -3/+3 |
2008-11-08 | * Rebuildt Prebuild.exe to fix vs2008 not creating Solution | lbsa71 | 1 | -73/+74 |
2008-03-31 | Modify NAnt target in Prebuild to copy .mdb files to bin in debug configurati... | Jeff Ames | 1 | -0/+3 |
2008-03-25 | Add "warnings as errors" support for nant and monodevelop to Prebuild (though... | Jeff Ames | 2 | -1/+6 |
2008-03-17 | Merged changes in Prebuild trunk up to r258 into OpenSim's Prebuild. | Jeff Ames | 60 | -1295/+5606 |
2008-02-27 | Backported MACOSX OS identifier into Prebuild. | Jeff Ames | 1 | -0/+5 |
2008-02-15 | * Two (combined) patches from Dr Schofield (dirk husemann). Ta very much :) | Justin Clarke Casey | 1 | -0/+2 |
2008-01-26 | Rewrote svn properties handling script in python. Added more file types. | Jeff Ames | 10 | -260/+260 |
2008-01-26 | Set svn properties. | Jeff Ames | 3 | -0/+0 |
2007-12-28 | Set svn:eol-style. | Jeff Ames | 1 | -56/+56 |
2007-12-20 | * removed comment | lbsa71 | 1 | -2/+0 |
2007-12-20 | * Updated vs2008 target ProductVersion to "9.0.21022" | lbsa71 | 1 | -1/+1 |
2007-12-20 | * Added prototypical VS2008 target | lbsa71 | 3 | -51/+89 |
2007-12-04 | * took a stab at #54 | lbsa71 | 1 | -17/+1 |
2007-11-28 | update prebuild | Sean Dague | 1 | -7/+12 |
2007-11-05 | * Reverted local xsd copy | lbsa71 | 1 | -258/+0 |
2007-11-05 | * prebuild now creates .exe references in NAntTarget | lbsa71 | 2 | -385/+657 |
2007-09-17 | allow for raw inject of nant files to aid in building | Sean Dague | 1 | -2/+39 |
2007-09-17 | added a way to pull in external nant targets for release processing | Sean Dague | 1 | -9/+10 |
2007-09-16 | Some more work on passing enough info to nant to make | Sean Dague | 2 | -1/+15 |
2007-09-15 | Start adding zip target to prebuild for nant | Sean Dague | 1 | -549/+563 |
2007-08-12 | * Removed magic exclusion of MonoSqlite data store from prebuild | lbsa71 | 1 | -11/+0 |
2007-08-09 | * Now "OpenSim.DataStore.MonoSqlite" is not referenced from solution either. | lbsa71 | 1 | -0/+5 |
2007-08-08 | * Prebuild vs2005 target will now skip project with name "OpenSim.DataStore.M... | lbsa71 | 1 | -0/+6 |
2007-07-16 | changed to native line ending encoding | Sean Dague | 62 | -13816/+13816 |
2007-07-11 | * Wiping trunk in prep for Sugilite | Adam Frisby | 73 | -14667/+0 |
2007-07-08 | * By popular demand, all generated build files are now deleted. Somebody shou... | lbsa71 | 4 | -371/+0 |
2007-07-08 | * Updating prebuild | Adam Frisby | 2 | -45/+45 |
2007-07-05 | *Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData) | mingchen | 2 | -45/+45 |
2007-07-01 | Fixed SimpleApp - aka thankgoditssundaycommit | lbsa71 | 2 | -45/+45 |
2007-06-29 | *Deleted Logger.cs from OpenSim.Framework | mingchen | 2 | -45/+45 |
2007-06-28 | * Removed J# language support because it has issues with Mono. | Adam Frisby | 2 | -45/+45 |
2007-06-28 | *Master User is now set up | mingchen | 2 | -45/+45 |
2007-06-28 | Imported the scripting changes, so now should be up to date with sugilite. | MW | 2 | -45/+45 |
2007-06-27 | *Updated prebuild.xml and ran prebuild again | mingchen | 2 | -12/+0 |
2007-06-27 | *Ran prebuild | mingchen | 3 | -46/+46 |
2007-06-19 | Made a base class from the Grid mode UserServer.UserManager and included that... | MW | 3 | -0/+28 |
2007-06-18 | * example soft logger by delegate | lbsa71 | 2 | -10/+0 |
2007-06-17 | Fixed inverted map texture problem. | MW | 2 | -0/+10 |
2007-06-17 | * Added the two Sample Apps to the solution | lbsa71 | 3 | -28/+0 |