Changeset 297 for binary-improvements


Ignore:
Timestamp:
Oct 26, 2016, 11:37:58 AM (8 years ago)
Author:
alloc
Message:

Fixes

Location:
binary-improvements
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/AllocsCommands/Commands/ShowInventory.cs

    r273 r297  
    6767                                        SdtdConsole.Instance.Output ("Equipment of player " + p.Name + ":");
    6868                                PrintEquipment (inv.equipment, p.EntityID, "equipment", tag);
     69
     70                                if (tag != null)                {
     71                                        SdtdConsole.Instance.Output ("tracker_item id=" + p.EntityID + ", tag=" + tag + ", SHOWINVENTORY DONE");
     72                                }
    6973
    7074                        } catch (Exception e) {
  • binary-improvements/AllocsCommands/ModInfo.xml

    r292 r297  
    55                <Description value="Additional commands for server operation" />
    66                <Author value="Christian 'Alloc' Illy" />
    7                 <Version value="10" />
     7                <Version value="11" />
    88                <Website value="http://7dtd.illy.bz" />
    99        </ModInfo>
  • binary-improvements/MapRendering/ModInfo.xml

    r292 r297  
    55                <Description value="Render the game map to image map tiles as it is uncovered" />
    66                <Author value="Christian 'Alloc' Illy" />
    7                 <Version value="17" />
     7                <Version value="18" />
    88                <Website value="http://7dtd.illy.bz" />
    99        </ModInfo>
  • binary-improvements/webserver/index.html

    r279 r297  
    33<head>
    44        <meta charset="UTF-8">
     5        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    56        <title>7 Days to Die Map</title>
    67
Note: See TracChangeset for help on using the changeset viewer.