Skip to content

Commit 82f6329

Browse files
committed
Implement working-tree-encoding
1 parent 9db55dd commit 82f6329

File tree

1,005 files changed

+71109
-71102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,005 files changed

+71109
-71102
lines changed

.gitattributes

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# Set Encoding to ANSI/Windows-1252
22
* encoding=Windows-1252
3+
*.txt working-tree-encoding=Windows-1252 git-encoding=Windows-1252
4+
*.csv working-tree-encoding=Windows-1252 git-encoding=Windows-1252
5+
*.info working-tree-encoding=Windows-1252 git-encoding=Windows-1252
36

47
# Auto detect text files and perform LF normalization
58
* text=auto
69

10+
# Declare files that will always have CRLF line endings on checkout.
11+
*.txt text eol=crlf
12+
*.csv text eol=crlf
13+
714
# Denote all files that are truly binary and should not be modified.
815
*.png binary
916
*.jpg binary
1017
*.bmp binary
1118
*.dds binary
1219
*.tga binary
13-
*.pdn binary
20+
*.pdn binary

CleanSlate/common/achievements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ SAXONS_UNITE = {
10191019
}
10201020
}
10211021

1022-
# "The Frisian coast is long" - Be King of Frisia and hold the Atlantic coast from L�on to Jylland.
1022+
# "The Frisian coast is long" - Be King of Frisia and hold the Atlantic coast from Léon to Jylland.
10231023
FRISIAN_COAST = {
10241024
possible = {
10251025
is_ironman = yes
@@ -2059,7 +2059,7 @@ TEN_THRONES = {
20592059
}
20602060
}
20612061

2062-
# "A Servant No More" - Starting as Munis al-Muzaffar of Galilee in 867, become an Emperor and have at least 100 realm size
2062+
# "A Servant No More" - Starting as Munis al-Muzaffar of Galilee in 867, become an Emperor and have at least 100 realm size
20632063
A_SERVANT_NO_MORE = {
20642064
possible = {
20652065
is_ironman = yes
@@ -2145,7 +2145,7 @@ CHILD_OF_THE_DRAGON = {
21452145
}
21462146
}
21472147

2148-
# "B�n Appetit" - Eat a character of the B�n religion
2148+
# "Bön Appetit" - Eat a character of the Bön religion
21492149
BON_APPETIT = {
21502150
possible = {
21512151
is_ironman = yes
@@ -2506,7 +2506,7 @@ NOT_SO_GREAT = {
25062506
}
25072507
}
25082508

2509-
# "Rise of Civilization" - In a Shattered World with Holding Types set to Tribal or Tribal & Nomadic, adopt Feudalism or Republicanism
2509+
# "Rise of Civilization" - In a Shattered World with Holding Types set to Tribal or Tribal & Nomadic, adopt Feudalism or Republicanism
25102510
RISE_OF_CIVILIZATION = {
25112511
possible = {
25122512
is_ironman = yes
@@ -2533,7 +2533,7 @@ RISE_OF_CIVILIZATION = {
25332533

25342534
# RANDOM WORLD
25352535

2536-
# "What Could Have Been" - Start a Random World with all possible settings set to Random and play for 200 years
2536+
# "What Could Have Been" - Start a Random World with all possible settings set to Random and play for 200 years
25372537
WHAT_COULD_HAVE_BEEN = {
25382538
possible = {
25392539
is_ironman = yes

CleanSlate/common/bookmarks/00_bookmarks.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ bm_the_old_gods = {
230230
### These are not shown unless the player is viewing custom bookmarks
231231

232232
selectable_character = {
233-
id = 33358 # �thelred
233+
id = 33358 # Æthelred
234234
}
235235

236236
selectable_character = {
@@ -288,7 +288,7 @@ bm_otto_the_first = {
288288
}
289289

290290
selectable_character = {
291-
id = 33350 # King �thelstan of England
291+
id = 33350 # King Æthelstan of England
292292
age = 43
293293
title = k_england
294294
title_name = k_england
@@ -325,7 +325,7 @@ bm_otto_the_first = {
325325
}
326326

327327
selectable_character = {
328-
id = 159135 # �rp�d Zolt�n
328+
id = 159135 # Árpád Zoltán
329329
age = 56
330330
title = k_hungary
331331
title_name = k_hungary
@@ -502,7 +502,7 @@ bm_fate_of_england = {
502502
}
503503

504504
selectable_character = {
505-
id = 102531 # Harald H�rdr�de
505+
id = 102531 # Harald Hårdråde
506506
}
507507

508508
selectable_character = {
@@ -750,7 +750,7 @@ bm_100_years_war = {
750750
}
751751

752752
selectable_character = {
753-
id = 480000 # �zbeg Khan of Golden Horde
753+
id = 480000 # Özbeg Khan of Golden Horde
754754
age = 55
755755
name = ERA_CHAR_NAME_480000
756756
title = e_golden_horde

CleanSlate/common/cb_types/pagan_cbs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1484,8 +1484,8 @@ tribal_invasion = {
14841484
if = {
14851485
limit = {
14861486
OR = {
1487-
character = c_159136 # �rp�d
1488-
character = c_159137 # �lmos
1487+
character = c_159136 # Árpád
1488+
character = c_159137 # Álmos
14891489
}
14901490

14911491
has_dlc = "Holy Fury"

0 commit comments

Comments
 (0)