You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This is used to inform the player or to ask them a question, along with buttons to cancel or do other actions.
- Replaced the main menu tutorial question and pause leave confirmation question with the modal system.
- Added modals for all sorts of "advanced..." bullet points that just unceremoniously opened the manual.
<li><spanclass="cl-a">Added</span> descriptions to the hardcoded GUI items, visible in the item list in the <ahref="gui.html">GUI editor</a>. The full lists have been removed from the manual page as a result.</li>
61
61
<li><spanclass="cl-a">Added</span> some GUI colors to the <ahref="game_config.html">game configuration</a>.</li>
62
62
<li><spanclass="cl-a">Added</span> some edge sector patching tools to the <ahref="area.html">area editor</a>. useful for when you have sectors broken beyond normal repair.</li>
63
+
<li><spanclass="cl-a">Added</span> a modal dialog <ahref="gui.html">GUI definition</a>.</li>
63
64
<li><spanclass="cl-c">Changed</span> the <code>print</code><ahref="events_and_actions.html">script action</a> to show the latest and the past lines, instead of just the latest.</li>
<li><spanclass="cl-c">Changed</span> some <ahref="gui.html">GUI</code> items that used to be hardcoded to instead be custom items.</li>
75
76
<li><spanclass="cl-c">Changed</span> the <ahref="mob_leader.html">leader's</code><code>lying</code> animation to <code>sleeping</code>.</li>
76
77
<li><spanclass="cl-c">Changed</span> the way hardcoded <ahref="gui.html">GUI items</code> are stored in GUI definitions. Instead of one property per item in a <code>positions</code> block, each item is a sub-block inside of a <code>hardcoded_items</code> block.</li>
78
+
<li><spanclass="cl-c">Changed</span> how some prompts work so that they use the modal dialog <ahref="gui.html">GUI definition</code> instead of their own definitions. The main menu tutorial question and pause menu confirmation question GUI definitions were removed.</li>
77
79
<li><spanclass="cl-d">Deprecated</span> the <code>cursor_speed</code>, <code>cursor_cam_weight</code>, <code>show_counter_on_cursor</code>, and <code>advanced</code> > <code>p*_mouse_moves_cursor</code><ahref="options.html">options</a>. Play 1.1.0 to automatically rename them to the new names <code>leader_cursor_speed</code>, <code>leader_cursor_cam_weight</code>, <code>show_leader_cursor_counter</code>, and <code>controls</code> > <code>p*_mouse_moves_leader_cursor</code>.</li>
78
80
<li><spanclass="cl-d">Deprecated</span> the <code>cursor_speed</code>, <code>cursor_cam_weight</code>, and <code>show_counter_on_cursor</code><ahref="options.html">options</a>. Play 1.1.0 to automatically rename them to the new names <code>leader_cursor_speed</code>, <code>leader_cursor_cam_weight</code>, and <code>show_leader_cursor_counter</code>.</li>
79
81
<li><spanclass="cl-d">Deprecated</span> the <code>menu_selected</code>, <code>cursor</code>, and <code>cursor_counter</code><ahref="system_content_names.html">system content</a> properties. Please rename them to <code>menu_focused</code>, <code>leader_cursor</code>, and <code>leader_cursor_counter</code>.</li>
0 commit comments