Skip to content

Commit f2e10c3

Browse files
authored
Merge branch 'master' into geldfix
2 parents 4062ac8 + d61fc69 commit f2e10c3

File tree

7 files changed

+14
-3437
lines changed

7 files changed

+14
-3437
lines changed

changelog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ Template for new versions:
4141
- `control-panel`: fix setting numeric preferences from the commandline
4242
- `gui/quickfort`: fix build mode evluation rules to allow placement of various furniture and constructions on tiles with stair shapes or without orthagonal floor.
4343
- `emigration`: save-and-reload no longer resets the emigration cycle timeout, making gameplay more consistent
44-
- `geld`/`ungeld`: fix permanence of gelding/ungelding status
44+
- `geld`, `ungeld`: fix gelding/ungelding being undone for units who are historical figures when reloading a game
45+
- `rejuvenate`: fix error when specifying ``--age`` parameter
4546

4647
## Misc Improvements
4748
- `control-panel`: Add realistic-melting tweak to control-panel registry

gui/journal.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ local gui = require 'gui'
55
local widgets = require 'gui.widgets'
66
local utils = require 'utils'
77
local json = require 'json'
8-
local text_editor = reqscript('internal/journal/text_editor')
98
local shifter = reqscript('internal/journal/shifter')
109
local table_of_contents = reqscript('internal/journal/table_of_contents')
1110

@@ -113,7 +112,7 @@ function JournalWindow:init()
113112
interior_b=true,
114113
frame_style_t=false,
115114
},
116-
text_editor.TextEditor{
115+
widgets.TextArea{
117116
view_id='journal_editor',
118117
frame={t=1, b=3, l=25, r=0},
119118
resize_min={w=30, h=10},

0 commit comments

Comments
 (0)