- Timestamp:
- May 10, 2013, 4:42:11 PM (11 years ago)
- Location:
- xmlTools/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
xmlTools/trunk/posUpdate.sln
r714 r868 28 28 HideSolutionNode = FALSE 29 29 EndGlobalSection 30 GlobalSection(Performance) = preSolution31 HasPerformanceSessions = true32 EndGlobalSection33 30 GlobalSection(MonoDevelopProperties) = preSolution 34 31 StartupItem = src\demo\CommandLine.Demo.csproj -
xmlTools/trunk/posUpdate/Program.cs
r867 r868 11 11 class Program 12 12 { 13 public static readonly string toolsVersion = "0.8 f";13 public static readonly string toolsVersion = "0.8g"; 14 14 private static appErrors lastError = appErrors.NO_ERROR; 15 15 … … 44 44 Environment.Exit(1); 45 45 } 46 47 46 lastError = error; 48 47 } -
xmlTools/trunk/posUpdate/XmlPatch.cs
r867 r868 280 280 try 281 281 { 282 if ( forceFiles != null)282 if (!String.IsNullOrEmpty(forceFiles)) 283 283 { 284 284 string paramType = ""; … … 306 306 { 307 307 endIdx = command.IndexOf("\n", startIdx); // or with endline 308 if(endIdx==-1){ // Filename parameters is the last one in the file (file ends with this parameter) 309 endIdx=command.Length-1; 310 } 308 311 } 309 312 string currFilename = command.Substring(startIdx, endIdx - startIdx); -
xmlTools/trunk/posUpdate/xmlTools.csproj.user
r861 r868 2 2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 4 <StartArguments>updatechainvalues -filename:OBANheli_body_center.xml -newvalue:"20 10 30" -element:Translation -parelement:OBANKeyFrameversions</StartArguments> 5 <StartWorkingDirectory>C:\games\Oni\AE\Tools</StartWorkingDirectory> 4 <StartArguments>patchfile -filename:"C:\games\Oni\AE\AEInstaller\packages\05000Unlock_All_Moves\patches\common\level0_Final\TRAMKONCOMbk_fw_kick.oni-patch"</StartArguments> 5 <StartWorkingDirectory> 6 </StartWorkingDirectory> 6 7 </PropertyGroup> 7 8 <PropertyGroup>
Note:
See TracChangeset
for help on using the changeset viewer.