Skip to content

Commit 23fd2c2

Browse files
authored
Merge branch 'master' into copilot/automate-close-pr
2 parents 29f2bd9 + 8f4b7d1 commit 23fd2c2

22 files changed

Lines changed: 330 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 165 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,171 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
# [Unreleased]
6+
7+
## Gondwana
8+
9+
### Added
10+
- Add hyperlink widget and container refactor
11+
- Add oblique left coordinate system
12+
- Add collision adjustment and persistence
13+
- Add self-contained platformer demo
14+
- Add spaceduel demo
15+
- Add collision configuration support for Frame and .gts files
16+
- Add effect subsystem
17+
- Add popup and toast overlays
18+
- Add direct light rendering
19+
- Add side scroller and zelda prototypes
20+
- Add DirectSceneLayerDarknessOverlay
21+
22+
23+
24+
### Fixed
25+
- Fix hex partial coordinate movement bug
26+
- Fix zoom calculations and movement timing
27+
- Fix sprite cloning composition
28+
- Persist engine config changes
29+
- Handle image instance layer updates
30+
- Support custom logger dependency injection
31+
- Correct view coordinate conversion on GPU path to address occasional tearing
32+
- Resolve timer edge case
33+
34+
35+
36+
### Refactoring
37+
- Tighten touch and mouse polling behavior
38+
39+
40+
41+
### Other Changes
42+
- Standardizing CollisionAdjust and Overlap values
43+
44+
## Gondwana.Avalonia
45+
46+
### Fixed
47+
- Improve bitmap render adapters
48+
49+
50+
51+
### Refactoring
52+
- Tighten touch and mouse polling behavior
53+
54+
## Gondwana.Blazor
55+
56+
### Refactoring
57+
- Tighten touch and mouse polling behavior
58+
59+
## Gondwana.Widgets
60+
61+
### Added
62+
- Add hyperlink widget and container refactor
63+
- Add menubar and dropdown menu widgets
64+
- Add spaceduel demo
65+
- Add popup and toast overlays
66+
67+
68+
69+
### Refactoring
70+
- Tighten touch and mouse polling behavior
71+
72+
## Gondwana.WinForms
73+
74+
### Fixed
75+
- Improve bitmap render adapters
76+
77+
78+
79+
### Refactoring
80+
- Tighten touch and mouse polling behavior
81+
82+
## Tooling / Gondwana.Cli
83+
84+
### Refactoring
85+
- Unify blazor detection, workload checks, and return values
86+
87+
## Tooling / Gondwana.Mcp
88+
89+
### Added
90+
- Add mcp service and ai plugins
91+
- Add agent plugin compliance docs
92+
93+
## Tooling / Gondwana.Tooling.Assets.WinForms
94+
95+
### Maintenance
96+
- Rename tooling projects and files
97+
98+
## Tooling / Gondwana.Tooling.Studio.Avalonia
99+
100+
### Maintenance
101+
- Rename tooling projects and files
102+
103+
## Tooling / Gondwana.Tooling.Studio.Core
104+
105+
### Maintenance
106+
- Rename tooling projects and files
107+
108+
## Tooling / Gondwana.Tooling.Studio.WinForms
109+
110+
### Maintenance
111+
- Rename tooling projects and files
112+
113+
## Tooling / Gondwana.Tooling.Tilesheets.WinForms
114+
115+
### Maintenance
116+
- Rename tooling projects and files
117+
118+
## Build / Repository
119+
120+
### Added
121+
- Add menubar and dropdown menu widgets
122+
- Add collision adjustment and persistence
123+
- Add self-contained platformer demo
124+
- Add spaceduel demo
125+
- Add flappy bird demo
126+
- Add mcp service and ai plugins
127+
- Add two user-generated demo games, TheGreatPlop and RageToPro
128+
- Add effect subsystem
129+
- Add side scroller and zelda prototypes
130+
131+
132+
133+
### Fixed
134+
- Add explicit permissions block
135+
136+
137+
138+
### Documentation
139+
- Simplify roadmap description
140+
- Revise roadmap wording
141+
- Refine the README content for clarity and structure
142+
- Add ai-assisted workflow section to repository README
143+
- Update game introduction duration
144+
- Add android/ios support to README Roadmap
145+
- Refresh project overview
146+
- Add support section
147+
148+
149+
150+
### Maintenance
151+
- Rename tooling projects and files
152+
153+
154+
155+
### Other Changes
156+
- Version bump
157+
- Revise README for clarity and feature updates
158+
- Rename Gondwana.Movement to Gondwana.Physics.Movement
159+
- Update GitHub Actions workflow for PR title and body
160+
- Update link text for Engine Wiki in README
161+
- Add Platformer Demo section to README
162+
- Add Space Shooter Demo to README
163+
- Add Discussions link to README
164+
- Refactor support section in README
165+
- Revise support section title and link text
166+
- Update wording in support section of README
167+
- Update funding sources in FUNDING.yml
168+
- Add buy_me_a_coffee funding option
169+
5170
# [v2.5.2] - 2026-07-26
6171

7172
## Gondwana

Gondwana.Audio.Browser/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
# [Unreleased]
7+
68
# v2.5.2 - July 26, 2026
79

810

Gondwana.Audio.Midi/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
# [Unreleased]
7+
68
# v2.5.2 - July 26, 2026
79

810

Gondwana.Avalonia.Hosting/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
# [Unreleased]
7+
68
# v2.5.2 - July 26, 2026
79

810

Gondwana.Avalonia/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
# [Unreleased]
7+
8+
9+
10+
## Fixed
11+
- Improve bitmap render adapters
12+
13+
14+
15+
## Refactoring
16+
- Tighten touch and mouse polling behavior
17+
618
# v2.5.2 - July 26, 2026
719

820

Gondwana.Blazor.Hosting/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
# [Unreleased]
7+
68
# v2.5.2 - July 26, 2026
79

810

Gondwana.Blazor/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
# [Unreleased]
7+
8+
9+
10+
## Refactoring
11+
- Tighten touch and mouse polling behavior
12+
613
# v2.5.2 - July 26, 2026
714

815

Gondwana.Hosting/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
# [Unreleased]
7+
68
# v2.5.2 - July 26, 2026
79

810

Gondwana.Input.SDL2/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
# [Unreleased]
7+
68
# v2.5.2 - July 26, 2026
79

810

Gondwana.Video/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
# [Unreleased]
7+
68
# v2.5.2 - July 26, 2026
79

810

0 commit comments

Comments
 (0)