Changeset 467 for branches/highdpi/LocalPlayer
- Timestamp:
- Dec 1, 2023, 1:10:48 PM (18 months ago)
- Location:
- branches/highdpi/LocalPlayer
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/LocalPlayer/Battle.pas
r466 r467 5 5 6 6 uses 7 DpiControls, ScreenTools, Protocol, ButtonBase, ButtonA, Types, LCLIntf, LCLType, 7 Dpi.Graphics, Dpi.Forms, 8 ScreenTools, Protocol, ButtonBase, ButtonA, Types, LCLIntf, LCLType, 8 9 SysUtils, Classes, Graphics, Controls, Forms, DrawDlg, IsoEngine; 9 10 -
branches/highdpi/LocalPlayer/CityScreen.pas
r466 r467 5 5 6 6 uses 7 DpiControls, {$IFDEF UNIX}LMessages,{$ENDIF} 7 Dpi.Graphics, Dpi.Forms, 8 {$IFDEF UNIX}LMessages,{$ENDIF} 8 9 Protocol, ClientTools, ScreenTools, IsoEngine, BaseWin, LCLIntf, LCLType, 9 10 Messages, SysUtils, Classes, Graphics, Controls, Forms, ExtCtrls, ButtonA, -
branches/highdpi/LocalPlayer/CityType.pas
r466 r467 5 5 6 6 uses 7 DpiControls, Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, 7 Dpi.Forms, 8 Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, 8 9 SysUtils, Classes, Graphics, Controls, Forms, ButtonB, ExtCtrls; 9 10 -
branches/highdpi/LocalPlayer/Diagram.pas
r466 r467 5 5 6 6 uses 7 DpiControls, BaseWin, LCLIntf, LCLType, SysUtils, Classes, Graphics, Controls, Forms, 7 Dpi.Menus, Dpi.Graphics, Dpi.Forms, 8 BaseWin, LCLIntf, LCLType, SysUtils, Classes, Graphics, Controls, Forms, 8 9 ButtonB, Menus; 9 10 -
branches/highdpi/LocalPlayer/Draft.pas
r466 r467 5 5 6 6 uses 7 DpiControls, Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils, 7 Dpi.Graphics, Dpi.Forms, 8 Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils, 8 9 Classes, Graphics, Controls, Forms, ExtCtrls, ButtonA, ButtonB, Area; 9 10 -
branches/highdpi/LocalPlayer/Enhance.pas
r466 r467 5 5 6 6 uses 7 Dpi Controls, ScreenTools, BaseWin, Protocol, ClientTools, LCLIntf, LCLType, SysUtils,7 Dpi.Menus, ScreenTools, BaseWin, Protocol, ClientTools, LCLIntf, LCLType, SysUtils, 8 8 Classes, Graphics, Controls, Forms, IsoEngine, ButtonB, ButtonC, Menus; 9 9 -
branches/highdpi/LocalPlayer/Help.pas
r466 r467 5 5 6 6 uses 7 DpiControls, Protocol, ScreenTools, BaseWin, StringTables, Math, LCLIntf, LCLType, 7 Dpi.Graphics, Dpi.Common, 8 Protocol, ScreenTools, BaseWin, StringTables, Math, LCLIntf, LCLType, 8 9 Messages, SysUtils, Classes, Graphics, Controls, Forms, ExtCtrls, 9 10 ButtonB, PVSB, Types, Generics.Collections, IsoEngine; -
branches/highdpi/LocalPlayer/IsoEngine.pas
r466 r467 5 5 6 6 uses 7 DpiControls, Protocol, ClientTools, ScreenTools, Tribes, LCLIntf, LCLType, SysUtils, 7 Dpi.Graphics, Dpi.Common, 8 Protocol, ClientTools, ScreenTools, Tribes, LCLIntf, LCLType, SysUtils, 8 9 Classes, Graphics, PixelPointer, GraphicSet; 9 10 -
branches/highdpi/LocalPlayer/LocalPlayer.pas
r466 r467 10 10 11 11 uses 12 Dpi Controls, Term, CityScreen, Nego, BaseWin, Forms;12 Dpi.Forms, Term, CityScreen, Nego, BaseWin, Forms; 13 13 14 14 var -
branches/highdpi/LocalPlayer/MessgEx.pas
r466 r467 5 5 6 6 uses 7 DpiControls, Messg, Protocol, ScreenTools, Platform, DateUtils, LCLIntf, LCLType, Messages, 7 Dpi.StdCtrls, Dpi.Graphics, Dpi.Forms, Dpi.Common, 8 Messg, Protocol, ScreenTools, Platform, DateUtils, LCLIntf, LCLType, Messages, 8 9 SysUtils, Classes, Graphics, Controls, Forms, ButtonA, ButtonB, StdCtrls, 9 10 DrawDlg, Help; -
branches/highdpi/LocalPlayer/NatStat.pas
r466 r467 5 5 6 6 uses 7 DpiControls, Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils, 7 Dpi.Menus, Dpi.Graphics, 8 Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils, 8 9 Classes, Graphics, Controls, Forms, ButtonB, ButtonC, Menus, EOTButton; 9 10 -
branches/highdpi/LocalPlayer/Nego.pas
r466 r467 5 5 6 6 uses 7 Dpi Controls, ScreenTools, BaseWin, Protocol, LCLType, SysUtils, Classes, Graphics,7 Dpi.Graphics, ScreenTools, BaseWin, Protocol, LCLType, SysUtils, Classes, Graphics, 8 8 Controls, Forms, ButtonA, ButtonB, ButtonN; 9 9 -
branches/highdpi/LocalPlayer/PVSB.pas
r466 r467 5 5 6 6 uses 7 DpiControls, {$IFDEF WINDOWS}Windows,{$ENDIF} 7 Dpi.Controls, Dpi.StdCtrls, 8 {$IFDEF WINDOWS}Windows,{$ENDIF} 8 9 Classes, Controls, Forms, LCLIntf, LCLType, LMessages, Messages, SysUtils, 9 10 StdCtrls, Math; -
branches/highdpi/LocalPlayer/Rates.pas
r466 r467 5 5 6 6 uses 7 DpiControls, Protocol, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils, Classes, Graphics, 7 Dpi.Forms, 8 Protocol, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils, Classes, Graphics, 8 9 Controls, Forms, ButtonB, ButtonC; 9 10 -
branches/highdpi/LocalPlayer/Select.pas
r466 r467 5 5 6 6 uses 7 DpiControls, Protocol, ClientTools, ScreenTools, PVSB, BaseWin, 7 Dpi.Menus, Dpi.Graphics, Dpi.Common, Dpi.Forms, 8 Protocol, ClientTools, ScreenTools, PVSB, BaseWin, 8 9 LCLIntf, LCLType, Messages, SysUtils, Classes, Graphics, Controls, Forms, 9 10 ExtCtrls, ButtonB, ButtonBase, Menus, Types; -
branches/highdpi/LocalPlayer/TechTree.pas
r466 r467 5 5 6 6 uses 7 DpiControls, ScreenTools, LCLIntf, LCLType, SysUtils, Classes, Graphics, 7 Dpi.Graphics, Dpi.Forms, 8 ScreenTools, LCLIntf, LCLType, SysUtils, Classes, Graphics, 8 9 Controls, Forms, ButtonB, DrawDlg; 9 10 -
branches/highdpi/LocalPlayer/Term.pas
r466 r467 5 5 6 6 uses 7 DpiControls, {$IFDEF WINDOWS} 7 Dpi.Menus, Dpi.Graphics, Dpi.Forms, Dpi.Common, Dpi.Controls, 8 {$IFDEF WINDOWS} 8 9 Windows, 9 10 {$ENDIF} -
branches/highdpi/LocalPlayer/UnitStat.pas
r466 r467 5 5 6 6 uses 7 DpiControls, Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils, 7 Dpi.Graphics, Dpi.Forms, 8 Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils, 8 9 Classes, Graphics, Controls, Forms, ButtonB, ButtonC, IsoEngine; 9 10 -
branches/highdpi/LocalPlayer/Wonders.pas
r466 r467 5 5 6 6 uses 7 Dpi Controls, ScreenTools, BaseWin, Protocol, LCLIntf, LCLType, SysUtils, Classes, Graphics,7 Dpi.Common, ScreenTools, BaseWin, Protocol, LCLIntf, LCLType, SysUtils, Classes, Graphics, 8 8 Controls, Forms, ButtonB; 9 9
Note:
See TracChangeset
for help on using the changeset viewer.