Changeset 333
- Timestamp:
- Aug 27, 2024, 4:13:10 PM (2 months ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormClient.pas
r318 r333 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls, 7 7 Game, LCLType, Menus, ActnList, ComCtrls, dateutils, XMLConf, DOM, Math, 8 Geometry, GameClient, GameProtocol, Threading, Player, ClientGUI, 9 FormEx,Generics.Collections;8 Geometry, GameClient, GameProtocol, Threading, Player, ClientGUI, FormEx, 9 Generics.Collections; 10 10 11 11 const -
trunk/Forms/FormMain.pas
r331 r333 249 249 begin 250 250 Core.Core.Game.Running := False; 251 FormClient.Close; 251 252 SaveConfig(Core.Core.XMLConfig1, 'FormMain'); 252 253 Core.Core.CellGridVisible := AMapGridVisible.Checked; -
trunk/xtactics.lpi
r326 r333 110 110 </Item6> 111 111 </RequiredPackages> 112 <Units Count=" 40">112 <Units Count="39"> 113 113 <Unit0> 114 114 <Filename Value="xtactics.lpr"/> … … 248 248 </Unit24> 249 249 <Unit25> 250 <Filename Value="Forms/FormKeyShortcuts.pas"/> 251 <IsPartOfProject Value="True"/> 252 <ComponentName Value="FormKeyShortcuts"/> 253 <HasResources Value="True"/> 254 <ResourceBaseClass Value="Form"/> 250 <Filename Value="Packages/PinConnection/CommFrame.pas"/> 251 <IsPartOfProject Value="True"/> 255 252 </Unit25> 256 253 <Unit26> 257 <Filename Value=" Packages/PinConnection/CommFrame.pas"/>254 <Filename Value="MapType.pas"/> 258 255 <IsPartOfProject Value="True"/> 259 256 </Unit26> 260 257 <Unit27> 261 <Filename Value="Map Type.pas"/>258 <Filename Value="Map.pas"/> 262 259 <IsPartOfProject Value="True"/> 263 260 </Unit27> 264 261 <Unit28> 265 <Filename Value=" Map.pas"/>262 <Filename Value="Player.pas"/> 266 263 <IsPartOfProject Value="True"/> 267 264 </Unit28> 268 265 <Unit29> 269 <Filename Value=" Player.pas"/>266 <Filename Value="ClientGUI.pas"/> 270 267 <IsPartOfProject Value="True"/> 271 268 </Unit29> 272 269 <Unit30> 273 <Filename Value="ClientGUI.pas"/> 274 <IsPartOfProject Value="True"/> 270 <Filename Value="Unit.pas"/> 271 <IsPartOfProject Value="True"/> 272 <UnitName Value="&Unit"/> 275 273 </Unit30> 276 274 <Unit31> 277 <Filename Value="Unit.pas"/> 278 <IsPartOfProject Value="True"/> 279 <UnitName Value="&Unit"/> 275 <Filename Value="GameSystem.pas"/> 276 <IsPartOfProject Value="True"/> 280 277 </Unit31> 281 278 <Unit32> 282 <Filename Value=" GameSystem.pas"/>279 <Filename Value="Building.pas"/> 283 280 <IsPartOfProject Value="True"/> 284 281 </Unit32> 285 282 <Unit33> 286 <Filename Value="Building.pas"/> 287 <IsPartOfProject Value="True"/> 283 <Filename Value="Forms/FormGameSystem.pas"/> 284 <IsPartOfProject Value="True"/> 285 <ComponentName Value="FormGameSystem"/> 286 <HasResources Value="True"/> 287 <ResourceBaseClass Value="Form"/> 288 288 </Unit33> 289 289 <Unit34> 290 <Filename Value="Forms/FormGameSystem .pas"/>291 <IsPartOfProject Value="True"/> 292 <ComponentName Value="FormGameSystem "/>290 <Filename Value="Forms/FormGameSystems.pas"/> 291 <IsPartOfProject Value="True"/> 292 <ComponentName Value="FormGameSystems"/> 293 293 <HasResources Value="True"/> 294 294 <ResourceBaseClass Value="Form"/> 295 295 </Unit34> 296 296 <Unit35> 297 <Filename Value="Forms/FormGameSystems.pas"/> 298 <IsPartOfProject Value="True"/> 299 <ComponentName Value="FormGameSystems"/> 300 <HasResources Value="True"/> 301 <ResourceBaseClass Value="Form"/> 297 <Filename Value="Nation.pas"/> 298 <IsPartOfProject Value="True"/> 302 299 </Unit35> 303 300 <Unit36> 304 <Filename Value=" Nation.pas"/>301 <Filename Value="ItemList.pas"/> 305 302 <IsPartOfProject Value="True"/> 306 303 </Unit36> 307 304 <Unit37> 308 <Filename Value="ItemList.pas"/> 309 <IsPartOfProject Value="True"/> 305 <Filename Value="Forms/FormList.pas"/> 306 <IsPartOfProject Value="True"/> 307 <ComponentName Value="FormList"/> 308 <HasResources Value="True"/> 309 <ResourceBaseClass Value="Form"/> 310 310 </Unit37> 311 311 <Unit38> 312 <Filename Value="Forms/Form List.pas"/>313 <IsPartOfProject Value="True"/> 314 <ComponentName Value="Form List"/>312 <Filename Value="Forms/FormItem.pas"/> 313 <IsPartOfProject Value="True"/> 314 <ComponentName Value="FormItem"/> 315 315 <HasResources Value="True"/> 316 316 <ResourceBaseClass Value="Form"/> 317 317 </Unit38> 318 <Unit39>319 <Filename Value="Forms/FormItem.pas"/>320 <IsPartOfProject Value="True"/>321 <ComponentName Value="FormItem"/>322 <HasResources Value="True"/>323 <ResourceBaseClass Value="Form"/>324 </Unit39>325 318 </Units> 326 319 </ProjectOptions>
Note:
See TracChangeset
for help on using the changeset viewer.