Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | another git test | dahlia | 2009-09-02 | 1 | -2/+1 |
| | |||||
* | minor edit to debug git process | dahlia | 2009-08-31 | 1 | -0/+1 |
| | |||||
* | retrigger panda now that we've shifted around a few things on the box | Sean Dague | 2009-08-31 | 1 | -0/+1 |
| | |||||
* | Return minimum mono version in README to 2.0.1 for now (recommended is still ↵ | Justin Clark-Casey (justincc) | 2009-08-14 | 1 | -1/+1 |
| | | | | 2.4.2) | ||||
* | hopefully the finally fix for the hooks | Sean Dague | 2009-08-05 | 1 | -4/+0 |
| | |||||
* | fixing hooks | Sean Dague | 2009-08-05 | 1 | -0/+2 |
| | |||||
* | test commit for new hook changes | Sean Dague | 2009-08-05 | 1 | -2/+0 |
| | |||||
* | test commit for triggering ciabot per changeset | Sean Dague | 2009-08-05 | 1 | -0/+2 |
| | |||||
* | Minor: formatting changes. | Jeff Ames | 2009-08-04 | 1 | -10/+10 |
| | |||||
* | hopefully last cia test | Sean Dague | 2009-08-03 | 1 | -0/+2 |
| | |||||
* | echo to sort out hook issue | Sean Dague | 2009-08-03 | 1 | -2/+0 |
| | |||||
* | still working out commit hooks | Sean Dague | 2009-08-03 | 1 | -0/+2 |
| | |||||
* | trigger ciabot | Sean Dague | 2009-08-03 | 1 | -2/+0 |
| | |||||
* | more ciabot tests | Sean Dague | 2009-08-03 | 1 | -0/+2 |
| | |||||
* | once more attempting to make changes to trigger ciabot | Sean Dague | 2009-08-03 | 1 | -1/+0 |
| | |||||
* | more minor changes to trigger ciabot | Sean Dague | 2009-08-03 | 1 | -0/+1 |
| | |||||
* | another minor change to trigger cia | Sean Dague | 2009-08-03 | 1 | -2/+1 |
| | |||||
* | trivial change to try to trigger ciabot with git | Sean Dague | 2009-08-03 | 1 | -0/+1 |
| | |||||
* | * Update ReadMe.txt to reflect feedback by testers | Teravus Ovares | 2009-08-01 | 1 | -1/+1 |
| | |||||
* | update README to specify the correct mono revisions | Sean Dague | 2009-06-22 | 1 | -4/+4 |
| | |||||
* | update README.txt to have current version requirements, also used as a | Sean Dague | 2008-12-26 | 1 | -1/+1 |
| | | | | | mantis test for issue 2920 | ||||
* | fix README.txt to be 0.6 | Sean Dague | 2008-11-10 | 1 | -1/+1 |
| | | | | | From: Sean Dague <sdague@gmail.com> | ||||
* | I'm dropping the ISimChat interface as that has now been | Dr Scofield | 2008-05-27 | 1 | -3/+25 |
| | | | | | | | | | | | | | | replaced by EventManager events. also, i've added instructions to README.txt about running runprebuild.sh and on how to report bugs. plus some minor fixes (dropping m_log statement left over from debugging llOwnerSay, nicer catch of exception in IRCBridgeModule | ||||
* | Moved LICENSE.txt into root. | Jeff Ames | 2008-02-09 | 1 | -28/+0 |
| | |||||
* | Rename README to README.txt | Justin Clarke Casey | 2008-02-08 | 1 | -0/+97 |
| | |||||
* | Begun creating /releng directory to place release engineering scripts | gareth | 2007-05-05 | 1 | -116/+0 |
| | |||||
* | * added script prototype intructions | lbsa71 | 2007-04-03 | 1 | -0/+12 |
| | |||||
* | * added user account info to README.txt | lbsa71 | 2007-03-29 | 1 | -0/+16 |
| | |||||
* | * changed readme to reflect current situation | lbsa71 | 2007-03-29 | 1 | -3/+35 |
| | |||||
* | * Added separate exe project | lbsa71 | 2007-03-24 | 1 | -2/+3 |
| | | | | | * Prebuild exe is now built in /bin dir | ||||
* | brought zircon branch into trunk | gareth | 2007-03-22 | 1 | -6/+27 |
| | |||||
* | Added Framework Project and Made buildfiles work on windows. | lbsa71 | 2007-03-16 | 1 | -0/+5 |
| | | | | | | | | | | | | * added nogenvers target to opensim.build - sets version to 0.0.0.1 * extracted core_build target * FIX : csc gets confused over System.Xml ref - should be System.Xml.dll as there is a System.Xml file in same dir. * Added OpenGrid.Framework project for great justice. * Added LoginService as base class for LoginServer (GF) * FIX: Plugins default.build now creates target dir, otherwise it fails. * Added VERSION file to source control - it really should be circumvented as well. | ||||
* | Added simple mono/nant instructions | gareth | 2007-03-14 | 1 | -0/+10 |
| | |||||
* | * Made sure physics dlls end up in /bin/Physics | lbsa71 | 2007-03-14 | 1 | -0/+19 |
* Re-fixed the timer bug. * Added a README note explaining the fast track to building and running sandbox on Windows/VS 2005 |