Changeset 80


Ignore:
Timestamp:
Mar 27, 2024, 10:48:17 AM (5 weeks ago)
Author:
chronos
Message:
  • Modified: Windows installer for version 1.0.0.
Files:
3 added
7 edited

Legend:

Unmodified
Added
Removed
  • tags/1.0.0/Engine.pas

    r74 r80  
    55uses
    66  Dialogs, Classes, SysUtils, Graphics, SpecializedMatrix, RegistryEx, Common,
    7   IntfGraphics, FPImage, LCLType, SpecializedBitmap, GraphType, Math, URectangle,
    8   Syncobjs, Threading, Forms, DateUtils, UAudioSystem, Generics.Collections,
     7  IntfGraphics, FPImage, LCLType, SpecializedBitmap, GraphType, Math, Rectangle,
     8  Syncobjs, Threading, Forms, DateUtils, AudioSystem, Generics.Collections,
    99  World, Matter, Sound;
    1010
  • tags/1.0.0/tunneler.lpi

    r77 r80  
    5050            <Debugging>
    5151              <GenerateDebugInfo Value="False"/>
     52              <RunWithoutDebug Value="True"/>
    5253              <DebugInfoType Value="dsDwarf2Set"/>
    5354              <UseLineInfoUnit Value="False"/>
     
    216217    <Linking>
    217218      <Debugging>
    218         <DebugInfoType Value="dsDwarf2Set"/>
     219        <DebugInfoType Value="dsDwarf3"/>
    219220        <UseHeaptrc Value="True"/>
    220221        <UseExternalDbgSyms Value="True"/>
  • trunk/Engine.pas

    r74 r80  
    55uses
    66  Dialogs, Classes, SysUtils, Graphics, SpecializedMatrix, RegistryEx, Common,
    7   IntfGraphics, FPImage, LCLType, SpecializedBitmap, GraphType, Math, URectangle,
    8   Syncobjs, Threading, Forms, DateUtils, UAudioSystem, Generics.Collections,
     7  IntfGraphics, FPImage, LCLType, SpecializedBitmap, GraphType, Math, Rectangle,
     8  Syncobjs, Threading, Forms, DateUtils, AudioSystem, Generics.Collections,
    99  World, Matter, Sound;
    1010
  • trunk/Install/deb/debian/control

    r63 r80  
    33Section: utils
    44Priority: optional
    5 Standards-Version: 1.0.0
     5Standards-Version: 1.1.0
    66Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8)
    77
  • trunk/Install/snap/snapcraft.yaml

    r65 r80  
    11name: tunneler
    22title: Tunneler
    3 version: '1.0.0'
     3version: '1.1.0'
    44summary: A real-time digging and shooting multi-player tank battle game
    55description: |
  • trunk/Install/win/Tunneler.iss

    r72 r80  
    44#define MyAppName "Tunneler"
    55#define MyAppNameShort "Tunneler"
    6 #define MyAppVersion "1.0.0"
     6#define MyAppVersion "1.1.0"
    77#define MyAppPublisher "Chronosoft"
    88#define MyAppPublisherShort "Chronosoft"
  • trunk/tunneler.lpi

    r77 r80  
    5050            <Debugging>
    5151              <GenerateDebugInfo Value="False"/>
     52              <RunWithoutDebug Value="True"/>
    5253              <DebugInfoType Value="dsDwarf2Set"/>
    5354              <UseLineInfoUnit Value="False"/>
     
    216217    <Linking>
    217218      <Debugging>
    218         <DebugInfoType Value="dsDwarf2Set"/>
     219        <DebugInfoType Value="dsDwarf3"/>
    219220        <UseHeaptrc Value="True"/>
    220221        <UseExternalDbgSyms Value="True"/>
Note: See TracChangeset for help on using the changeset viewer.