Changeset 466 for branches/highdpi/LocalPlayer
- Timestamp:
- Nov 30, 2023, 10:26:23 PM (18 months ago)
- Location:
- branches/highdpi/LocalPlayer
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/LocalPlayer/Battle.pas
r465 r466 5 5 6 6 uses 7 UDpiControls, ScreenTools, Protocol, ButtonBase, ButtonA, Types, LCLIntf, LCLType,7 DpiControls, ScreenTools, Protocol, ButtonBase, ButtonA, Types, LCLIntf, LCLType, 8 8 SysUtils, Classes, Graphics, Controls, Forms, DrawDlg, IsoEngine; 9 9 -
branches/highdpi/LocalPlayer/CityScreen.pas
r465 r466 5 5 6 6 uses 7 UDpiControls, {$IFDEF UNIX}LMessages,{$ENDIF}7 DpiControls, {$IFDEF UNIX}LMessages,{$ENDIF} 8 8 Protocol, ClientTools, ScreenTools, IsoEngine, BaseWin, LCLIntf, LCLType, 9 9 Messages, SysUtils, Classes, Graphics, Controls, Forms, ExtCtrls, ButtonA, -
branches/highdpi/LocalPlayer/CityType.pas
r465 r466 5 5 6 6 uses 7 UDpiControls, Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType,7 DpiControls, Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, 8 8 SysUtils, Classes, Graphics, Controls, Forms, ButtonB, ExtCtrls; 9 9 -
branches/highdpi/LocalPlayer/Diagram.pas
r465 r466 5 5 6 6 uses 7 UDpiControls, BaseWin, LCLIntf, LCLType, SysUtils, Classes, Graphics, Controls, Forms,7 DpiControls, BaseWin, LCLIntf, LCLType, SysUtils, Classes, Graphics, Controls, Forms, 8 8 ButtonB, Menus; 9 9 -
branches/highdpi/LocalPlayer/Draft.pas
r465 r466 5 5 6 6 uses 7 UDpiControls, Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils,7 DpiControls, Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils, 8 8 Classes, Graphics, Controls, Forms, ExtCtrls, ButtonA, ButtonB, Area; 9 9 -
branches/highdpi/LocalPlayer/Enhance.pas
r465 r466 5 5 6 6 uses 7 UDpiControls, ScreenTools, BaseWin, Protocol, ClientTools, LCLIntf, LCLType, SysUtils,7 DpiControls, ScreenTools, BaseWin, Protocol, ClientTools, LCLIntf, LCLType, SysUtils, 8 8 Classes, Graphics, Controls, Forms, IsoEngine, ButtonB, ButtonC, Menus; 9 9 -
branches/highdpi/LocalPlayer/Help.pas
r465 r466 5 5 6 6 uses 7 UDpiControls, Protocol, ScreenTools, BaseWin, StringTables, Math, LCLIntf, LCLType,7 DpiControls, Protocol, ScreenTools, BaseWin, StringTables, Math, LCLIntf, LCLType, 8 8 Messages, SysUtils, Classes, Graphics, Controls, Forms, ExtCtrls, 9 9 ButtonB, PVSB, Types, Generics.Collections, IsoEngine; -
branches/highdpi/LocalPlayer/IsoEngine.pas
r465 r466 5 5 6 6 uses 7 UDpiControls, Protocol, ClientTools, ScreenTools, Tribes, LCLIntf, LCLType, SysUtils,7 DpiControls, Protocol, ClientTools, ScreenTools, Tribes, LCLIntf, LCLType, SysUtils, 8 8 Classes, Graphics, PixelPointer, GraphicSet; 9 9 -
branches/highdpi/LocalPlayer/LocalPlayer.pas
r465 r466 10 10 11 11 uses 12 UDpiControls, Term, CityScreen, Nego, BaseWin, Forms;12 DpiControls, Term, CityScreen, Nego, BaseWin, Forms; 13 13 14 14 var -
branches/highdpi/LocalPlayer/MessgEx.pas
r465 r466 5 5 6 6 uses 7 UDpiControls, Messg, Protocol, ScreenTools, Platform, DateUtils, LCLIntf, LCLType, Messages,7 DpiControls, Messg, Protocol, ScreenTools, Platform, DateUtils, LCLIntf, LCLType, Messages, 8 8 SysUtils, Classes, Graphics, Controls, Forms, ButtonA, ButtonB, StdCtrls, 9 9 DrawDlg, Help; -
branches/highdpi/LocalPlayer/NatStat.pas
r465 r466 5 5 6 6 uses 7 UDpiControls, Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils,7 DpiControls, Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils, 8 8 Classes, Graphics, Controls, Forms, ButtonB, ButtonC, Menus, EOTButton; 9 9 -
branches/highdpi/LocalPlayer/Nego.pas
r465 r466 5 5 6 6 uses 7 UDpiControls, ScreenTools, BaseWin, Protocol, LCLType, SysUtils, Classes, Graphics,7 DpiControls, ScreenTools, BaseWin, Protocol, LCLType, SysUtils, Classes, Graphics, 8 8 Controls, Forms, ButtonA, ButtonB, ButtonN; 9 9 -
branches/highdpi/LocalPlayer/PVSB.pas
r465 r466 5 5 6 6 uses 7 UDpiControls, {$IFDEF WINDOWS}Windows,{$ENDIF}7 DpiControls, {$IFDEF WINDOWS}Windows,{$ENDIF} 8 8 Classes, Controls, Forms, LCLIntf, LCLType, LMessages, Messages, SysUtils, 9 9 StdCtrls, Math; -
branches/highdpi/LocalPlayer/Rates.pas
r465 r466 5 5 6 6 uses 7 UDpiControls, Protocol, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils, Classes, Graphics,7 DpiControls, Protocol, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils, Classes, Graphics, 8 8 Controls, Forms, ButtonB, ButtonC; 9 9 -
branches/highdpi/LocalPlayer/Select.pas
r465 r466 5 5 6 6 uses 7 UDpiControls, Protocol, ClientTools, ScreenTools, PVSB, BaseWin,7 DpiControls, Protocol, ClientTools, ScreenTools, PVSB, BaseWin, 8 8 LCLIntf, LCLType, Messages, SysUtils, Classes, Graphics, Controls, Forms, 9 9 ExtCtrls, ButtonB, ButtonBase, Menus, Types; -
branches/highdpi/LocalPlayer/TechTree.pas
r465 r466 5 5 6 6 uses 7 UDpiControls, ScreenTools, LCLIntf, LCLType, SysUtils, Classes, Graphics,7 DpiControls, ScreenTools, LCLIntf, LCLType, SysUtils, Classes, Graphics, 8 8 Controls, Forms, ButtonB, DrawDlg; 9 9 -
branches/highdpi/LocalPlayer/Term.pas
r465 r466 5 5 6 6 uses 7 UDpiControls, {$IFDEF WINDOWS}7 DpiControls, {$IFDEF WINDOWS} 8 8 Windows, 9 9 {$ENDIF} -
branches/highdpi/LocalPlayer/UnitStat.pas
r465 r466 5 5 6 6 uses 7 UDpiControls, Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils,7 DpiControls, Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils, 8 8 Classes, Graphics, Controls, Forms, ButtonB, ButtonC, IsoEngine; 9 9 -
branches/highdpi/LocalPlayer/Wonders.pas
r465 r466 5 5 6 6 uses 7 UDpiControls, ScreenTools, BaseWin, Protocol, LCLIntf, LCLType, SysUtils, Classes, Graphics,7 DpiControls, 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.