Skip to content

Commit

Permalink
Merge pull request #29 from FoxAhead/dev-iota
Browse files Browse the repository at this point in the history
Dev iota
  • Loading branch information
FoxAhead authored Dec 6, 2024
2 parents ebcba1f + 98acd76 commit f1c0fdd
Show file tree
Hide file tree
Showing 74 changed files with 9,428 additions and 5,691 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# Diagram Portfolio file. Used by the diagram editor up to Delphi 7.
# Uncomment this if you are not using diagrams or use newer Delphi version.
#*.ddp
*.ddp
#
# Visual LiveBindings file. Added in Delphi XE2.
# Uncomment this if you are not using LiveBindings Designer.
Expand Down Expand Up @@ -68,3 +68,6 @@ __recovery/
*.lnk

Civ2UIALauncher.ini

# GExperts
*.gex
6 changes: 1 addition & 5 deletions src/CIV2UIA_FormStrings.pas
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,9 @@ interface

uses
Windows,
Messages,
SysUtils,
Variants,
Classes,
Graphics,
Controls,
Forms,
Dialogs,
StdCtrls;

type
Expand Down Expand Up @@ -46,3 +41,4 @@ procedure TFormStrings.Memo1KeyDown(Sender: TObject; var Key: Word; Shift: TShif
end;

end.

Binary file modified src/Civ2 with UI Additions - Debug.lnk
Binary file not shown.
Binary file modified src/Civ2 with UI Additions.lnk
Binary file not shown.
Loading

0 comments on commit f1c0fdd

Please sign in to comment.