Skip to content

Commit 9fcfbcf

Browse files
committed
Preparations for 0.23.2.
1 parent 57fa6b1 commit 9fcfbcf

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

Manual/content/changelog.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,23 @@
2020

2121
<p>Versions are numbered after the format <code>major.minor.revision</code>. The major number increases when the project is radically different from the major version before it. The minor number increases every time there are a bunch of changes. The revision number increases when there are bug fixes on the revision before it, and does not break compatibility unless that's necessary to fix something.</p>
2222

23+
<h2 id="0.23.1">0.23.2</h2>
24+
25+
<p><i>January 23rd, 2023</i></p>
26+
27+
<p><b>Bug fixes and improvements</b></p>
28+
29+
<ul>
30+
<li><span class="cl-f">Fixed</span> bouncers not working. (Thanks Darthvato)</li>
31+
<li><span class="cl-f">Fixed</span> Pikmin taking paths that they are vulnerable to. (Thanks Quarter C++)</li>
32+
<li><span class="cl-f">Fixed</span> the camera sometimes focusing on the wrong spot when a "get to the exit" mission is completed. (Thanks Helodity)</li>
33+
<li><span class="cl-f">Fixed</span> dropped bomb rocks not activating if the Pikmin hits an opponent mid-throw. (Thanks erdinvark)</li>
34+
<li><span class="cl-f">Fixed</span> leaders being unable to throw Pikmin if either one is under a lifted bamboo gate.</li>
35+
<li><span class="cl-f">Fixed</span> the gameplay start day time area property not being respected. (Thanks Helodity)</li>
36+
<li><span class="cl-f">Fixed</span> the weather tables needing an entry for 0. (Thanks Helodity)</li>
37+
<li><span class="cl-f">Fixed</span> the calculation for seconds remaining, in the results screen.</li>
38+
</ul>
39+
2340
<h2 id="0.23.1">0.23.1</h2>
2441

2542
<p><i>January 1st, 2023</i></p>

Source/source/Pikifen.rc

0 Bytes
Binary file not shown.

Source/source/const.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ using std::string;
2929
//update the numbers in the resouce (.rc) file.
3030
constexpr unsigned char VERSION_MAJOR = 0;
3131
constexpr unsigned char VERSION_MINOR = 23;
32-
constexpr unsigned char VERSION_REV = 1;
32+
constexpr unsigned char VERSION_REV = 2;
3333

3434
//Cross-platform way of representing an invalid index.
3535
constexpr size_t INVALID = UINT32_MAX;
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)