Changeset 117
- Timestamp:
- Aug 15, 2014, 10:26:52 PM (10 years ago)
- Location:
- binary-improvements
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/src/AssemblyInfo.cs
r114 r117 18 18 // and "{Major}.{Minor}.{Build}.*" will update just the revision. 19 19 20 [assembly: AssemblyVersion("0.0 87.*")]20 [assembly: AssemblyVersion("0.090.*")] 21 21 22 22 // The following attributes are used to specify the signing key for the assembly, -
binary-improvements/7dtd-server-fixes/src/TelnetCommands/Kill.cs
r114 r117 34 34 35 35 EntityPlayer p = CommonMappingFunctions.GetEntityPlayer (ci); 36 p.DamageEntity(new DamageSource(EnumDamageSourceType.Bullet), 9999 , false);36 p.DamageEntity(new DamageSource(EnumDamageSourceType.Bullet), 9999); 37 37 m_Console.SendResult ("Killed player " + _params [0]); 38 38 } catch (Exception e) { -
binary-improvements/7dtd-server-fixes/src/TelnetCommands/ListPlayersExtended.cs
r107 r117 34 34 ++num, 35 35 ". id=", 36 current.Value.fd008 7,36 current.Value.fd008f, 37 37 ", ", 38 38 current.Value.EntityName, … … 42 42 current.Value.rotation, 43 43 ", remote=", 44 current.Value.fd00 aa,44 current.Value.fd00b2, 45 45 ", health=", 46 46 current.Value.Health, -
binary-improvements/server-fixes.userprefs
r115 r117 1 1 <Properties> 2 <MonoDevelop.Ide.Workspace ActiveConfiguration=" Debug" />3 <MonoDevelop.Ide.Workbench ActiveDocument=" assembly-patcher/Main.cs">2 <MonoDevelop.Ide.Workspace ActiveConfiguration="Release" /> 3 <MonoDevelop.Ide.Workbench ActiveDocument="7dtd-server-fixes/src/TelnetCommands/Kill.cs"> 4 4 <Files> 5 <File FileName="7dtd-server-fixes/src/TelnetCommands/GetTime.cs" Line="9" Column="20" /> 6 <File FileName="assembly-patcher/Main.cs" Line="38" Column="1" /> 5 <File FileName="assembly-patcher/Main.cs" Line="10" Column="3" /> 6 <File FileName="7dtd-server-fixes/src/AssemblyInfo.cs" Line="20" Column="34" /> 7 <File FileName="7dtd-server-fixes/src/TelnetCommands/ListPlayersExtended.cs" Line="44" Column="25" /> 8 <File FileName="7dtd-server-fixes/src/TelnetCommands/Kill.cs" Line="36" Column="70" /> 7 9 </Files> 8 10 </MonoDevelop.Ide.Workbench> 9 11 <MonoDevelop.Ide.DebuggingService.Breakpoints> 10 <BreakpointStore> 11 <Breakpoint file="/home/ci/Development/7dtd/svn/binary-improvements/assembly-patcher/Main.cs" line="36" /> 12 </BreakpointStore> 12 <BreakpointStore /> 13 13 </MonoDevelop.Ide.DebuggingService.Breakpoints> 14 14 <MonoDevelop.Ide.DebuggingService.PinnedWatches />
Note:
See TracChangeset
for help on using the changeset viewer.