Changeset 80
- Timestamp:
- Mar 27, 2024, 10:48:17 AM (8 months ago)
- Files:
-
- 3 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/1.0.0/Engine.pas
r74 r80 5 5 uses 6 6 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, 9 9 World, Matter, Sound; 10 10 -
tags/1.0.0/tunneler.lpi
r77 r80 50 50 <Debugging> 51 51 <GenerateDebugInfo Value="False"/> 52 <RunWithoutDebug Value="True"/> 52 53 <DebugInfoType Value="dsDwarf2Set"/> 53 54 <UseLineInfoUnit Value="False"/> … … 216 217 <Linking> 217 218 <Debugging> 218 <DebugInfoType Value="dsDwarf 2Set"/>219 <DebugInfoType Value="dsDwarf3"/> 219 220 <UseHeaptrc Value="True"/> 220 221 <UseExternalDbgSyms Value="True"/> -
trunk/Engine.pas
r74 r80 5 5 uses 6 6 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, 9 9 World, Matter, Sound; 10 10 -
trunk/Install/deb/debian/control
r63 r80 3 3 Section: utils 4 4 Priority: optional 5 Standards-Version: 1. 0.05 Standards-Version: 1.1.0 6 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 -
trunk/Install/snap/snapcraft.yaml
r65 r80 1 1 name: tunneler 2 2 title: Tunneler 3 version: '1. 0.0'3 version: '1.1.0' 4 4 summary: A real-time digging and shooting multi-player tank battle game 5 5 description: | -
trunk/Install/win/Tunneler.iss
r72 r80 4 4 #define MyAppName "Tunneler" 5 5 #define MyAppNameShort "Tunneler" 6 #define MyAppVersion "1. 0.0"6 #define MyAppVersion "1.1.0" 7 7 #define MyAppPublisher "Chronosoft" 8 8 #define MyAppPublisherShort "Chronosoft" -
trunk/tunneler.lpi
r77 r80 50 50 <Debugging> 51 51 <GenerateDebugInfo Value="False"/> 52 <RunWithoutDebug Value="True"/> 52 53 <DebugInfoType Value="dsDwarf2Set"/> 53 54 <UseLineInfoUnit Value="False"/> … … 216 217 <Linking> 217 218 <Debugging> 218 <DebugInfoType Value="dsDwarf 2Set"/>219 <DebugInfoType Value="dsDwarf3"/> 219 220 <UseHeaptrc Value="True"/> 220 221 <UseExternalDbgSyms Value="True"/>
Note:
See TracChangeset
for help on using the changeset viewer.