Method | Description | |
---|---|---|
Close ( ) : void | ||
Initialise ( |
||
LoadAllScenes ( ) : void | ||
LoadAllScenes ( int revision ) : void | ||
LoadRegion ( |
||
LoadScene ( string name ) : void | ||
LoadScene ( string name, int revision ) : void | ||
PostInitialise ( ) : void | ||
SaveAllRegions ( ) : void |
Saves all registered scenes to the SVN repo, then commits.
|
|
SaveRegion ( |
Exports a specified scene to the SVN repo directory, then commits.
|
Method | Description | |
---|---|---|
CheckoutSvn ( ) : void | ||
CheckoutSvn ( SvnRevision revision ) : void | ||
CreateAndAddExport ( |
||
CreateSvnDirectory ( ) : void | ||
EventManager_OnPluginConsole ( string args ) : void | ||
GetCommitLogCallback ( AprString &logMessage, SvnPath &tmpFile, AprArray commitItems, |
||
SetupSerialiser ( ) : void | ||
SetupSvnProvider ( ) : void | ||
SimpleAuth ( SvnAuthCredSimple &svnCredentials, |
||
m_timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void |
public Initialise ( |
||
scene | ||
source | IConfigSource | |
return | void |
public LoadRegion ( |
||
scene | ||
return | void |
public LoadScene ( string name, int revision ) : void | ||
name | string | |
revision | int | |
return | void |
public SaveRegion ( |
||
scene | The scene to export | |
return | void |