Diff to HTML by rtfpessoa

Files changed (10) hide show
  1. interface/alerts.gfx +1 -1
  2. interface/countrymilitaryview.gfx +1 -1
  3. interface/countrysubjectsview.gui +1 -1
  4. interface/dlc_browser.gfx +8 -0
  5. interface/dlc_browser.gui +9 -3
  6. interface/macrobuildinterface.gui +1 -1
  7. interface/macrobuildinterface_override.gui +2 -2
  8. interface/menubar.gfx +6 -0
  9. interface/messagetypes.txt +14 -0
  10. interface/provinceview.gui +8 -1
interface/alerts.gfx CHANGED
@@ -4,7 +4,7 @@ spriteTypes = {
4
4
  spriteType = {
5
5
  name = "GFX_alerticons"
6
6
  texturefile = "gfx//interface//alerticons.dds"
7
- noOfFrames = 106
7
+ noOfFrames = 107
8
8
  loadType = "INGAME"
9
9
  alwaystransparent = yes
10
10
  }
interface/countrymilitaryview.gfx CHANGED
@@ -31,7 +31,7 @@ spriteTypes = {
31
31
  spriteType = {
32
32
  name = "GFX_naval_doctrine_icons_small"
33
33
  texturefile = "gfx//interface//naval_doctrine_icons_small.dds"
34
- noOfFrames = 29
34
+ noOfFrames = 30
35
35
  }
36
36
 
37
37
  spriteType = {
interface/countrysubjectsview.gui CHANGED
@@ -271,7 +271,7 @@ guiTypes = {
271
271
  {
272
272
  name ="merchant_icon"
273
273
  quadTextureSprite = "GFX_icon_merchant"
274
- position = { x= 381 y = 6 }
274
+ position = { x= 381 y = 9 }
275
275
  Orientation = "UPPER_LEFT"
276
276
  }
277
277
 
interface/dlc_browser.gfx CHANGED
@@ -414,4 +414,12 @@ spriteTypes = {
414
414
  name = "LANDING_dlc119_HEADER_PICTURE"
415
415
  texturefile = "gfx/dlc_pictures/dlc119_domination.dds"
416
416
  }
417
+ spriteType = {
418
+ name = "LANDING_dlc125_HEADER_PICTURE"
419
+ texturefile = "gfx/dlc_pictures/dlc125_japan_history_lessons.dds"
420
+ }
421
+ spriteType = {
422
+ name = "LANDING_dlc126_HEADER_PICTURE"
423
+ texturefile = "gfx/dlc_pictures/dlc126_china_history_lessons.dds"
424
+ }
417
425
  }
interface/dlc_browser.gui CHANGED
@@ -231,17 +231,23 @@ guiTypes = {
231
231
  instantTextBoxType = {
232
232
  name = "dlc_desc"
233
233
  position = { x=250 y=300 }
234
+ borderSize = {x = 0 y = 0}
234
235
  font = "standard_font"
235
236
  maxWidth = 430
236
- maxHeight = 330
237
+ maxHeight = 110
238
+ scrollbartype = "standardlistbox_slider"
239
+ format = left
237
240
  }
238
241
 
239
242
  instantTextBoxType = {
240
243
  name = "dlc_flavor"
241
- position = { x=250 y=400 }
244
+ position = { x=250 y=420 }
245
+ borderSize = {x = 0 y = 0}
242
246
  font = "standard_font"
243
247
  maxWidth = 430
244
- maxHeight = 330
248
+ maxHeight = 100
249
+ scrollbartype = "standardlistbox_slider"
250
+ format = left
245
251
  }
246
252
 
247
253
  instantTextBoxType = {
interface/macrobuildinterface.gui CHANGED
@@ -1579,7 +1579,7 @@ guiTypes = {
1579
1579
  name ="list_to_fill"
1580
1580
  position = { x=40 y = 0 }
1581
1581
  backGround=""
1582
- size = { x= 380 y = 600 }
1582
+ size = { x= 380 y = 800 }
1583
1583
  horizontal = 0
1584
1584
  spacing = 0
1585
1585
  scrollbartype = "standardlistbox_slider"
interface/macrobuildinterface_override.gui CHANGED
@@ -2379,7 +2379,7 @@ guiTypes = {
2379
2379
  smoothListboxType =
2380
2380
  {
2381
2381
  name ="content_list"
2382
- position = { x = 5 y = 84 }
2382
+ position = { x = 5 y = 88 }
2383
2383
  backGround=""
2384
2384
  size = { x= 400 y = 426 }
2385
2385
  horizontal = 0
@@ -2394,7 +2394,7 @@ guiTypes = {
2394
2394
  position = {x = 28 y = 526 }
2395
2395
  font = "vic_18"
2396
2396
  borderSize = {x = 0 y = 0}
2397
- maxWidth = 380
2397
+ maxWidth = 400
2398
2398
  maxHeight = 32
2399
2399
  text = "Army force limit: xx/xx"
2400
2400
  }
interface/menubar.gfx CHANGED
@@ -786,6 +786,12 @@ spriteTypes = {
786
786
  effectFile = "gfx/FX/buttonstate.lua"
787
787
  noOfFrames = 2
788
788
  }
789
+ spriteType = {
790
+ name = "GFX_mapmode_parliament_seats"
791
+ texturefile = "gfx//interface//mapmode_parliament_seats.dds"
792
+ effectFile = "gfx/FX/buttonstate.lua"
793
+ noOfFrames = 2
794
+ }
789
795
 
790
796
  spriteType = {
791
797
  name = "GFX_mapmode_bg"
interface/messagetypes.txt CHANGED
@@ -11105,3 +11105,17 @@ SLACKEN_AUTODISABLE =
11105
11105
  icon=no
11106
11106
  }
11107
11107
  }
11108
+ SIDETRUCEENDS=
11109
+ {
11110
+ msg_icontype="diplo"
11111
+ category="cat_diplomacy"
11112
+ option="no"
11113
+ to_me=
11114
+ {
11115
+ log=yes
11116
+ onmap=no
11117
+ popup=yes
11118
+ pausepopup=no
11119
+ icon=no
11120
+ }
11121
+ }
interface/provinceview.gui CHANGED
@@ -2825,7 +2825,14 @@ guiTypes = {
2825
2825
  name = "stateviews_listbox"
2826
2826
  backGround = ""
2827
2827
  position = { x = 12 y = 414 }
2828
- size = { x = 458 y = 246 }
2828
+ if_resolution = {
2829
+ max_height = 899
2830
+ size = { x = 458 y = 155 }
2831
+ }
2832
+ if_resolution = {
2833
+ min_height = 900
2834
+ size = { x = 458 y = 246 }
2835
+ }
2829
2836
  Orientation = "UPPER_LEFT"
2830
2837
  horizontal = 0
2831
2838
  scrollbartype = "standardlistbox_slider"