Skip to content

Commit 1768db9

Browse files
n0samuadrian17
authored andcommitted
Improve blog post formatting
- Add author - Use inline links - Link to contributors' GitHub profiles
1 parent e6e807f commit 1768db9

File tree

1 file changed

+26
-27
lines changed

1 file changed

+26
-27
lines changed

blog/_posts/2023-03-12-progress-report.markdown

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,51 +2,51 @@
22
layout: blog-post
33
title: "First post, progress report!"
44
date: 2023-03-12 01:23:00 +0100
5-
author:
5+
author: nosamu
66
categories:
77
---
88
Get ready for the biggest Ruffle announcement yet! And the first one on the blog!
99

1010
### Huge improvements to Ruffle's AVM1 engine accuracy!
11-
Thanks to a massive code refactor by @CUB3D, dozens upon dozens of ActionScript 2 games have been fixed! Here are just a few of them:
12-
- Chibi Knight: [https://www.newgrounds.com/portal/view/526470](https://www.newgrounds.com/portal/view/526470)
13-
- Xeno Tactic 2: [https://www.newgrounds.com/portal/view/438241/format/flash?emulate=flash](https://www.newgrounds.com/portal/view/438241/format/flash?emulate=flash)
14-
- Trojan War: [https://www.newgrounds.com/portal/view/604949/format/flash?emulate=flash](https://www.newgrounds.com/portal/view/604949/format/flash?emulate=flash)
15-
- Frontline Defense: [https://www.kongregate.com/games/kazama_bee/frontline-defense-first-assault](https://www.kongregate.com/games/kazama_bee/frontline-defense-first-assault)
16-
- Bubble Bobble: The Revival: [https://flasharch.com/en/archive/play/084db17094dc7452f01da0905d7eb516](https://flasharch.com/en/archive/play/084db17094dc7452f01da0905d7eb516)
17-
- Cube Colossus: [https://www.newgrounds.com/portal/view/507205/format/flash?emulate=flash](https://www.newgrounds.com/portal/view/507205/format/flash?emulate=flash)
18-
- Chronotron: [https://www.kongregate.com/games/Scarybug/chronotron](https://www.kongregate.com/games/Scarybug/chronotron)
19-
- The Powerpuff Girls: Attack of the Puppybots: [https://flasharch.com/en/archive/play/b93354279e9788b849f83ef78f52cbbb](https://flasharch.com/en/archive/play/b93354279e9788b849f83ef78f52cbbb)
20-
- Extreme Pamplona: [https://flasharch.com/en/archive/play/e36aac73914ec8672218317e000615d7](https://flasharch.com/en/archive/play/e36aac73914ec8672218317e000615d7)
11+
Thanks to a massive code refactor by [@CUB3D](https://github.com/CUB3D/), dozens upon dozens of ActionScript 2 games have been fixed! Here are just a few of them:
12+
- [Chibi Knight](https://www.newgrounds.com/portal/view/526470)
13+
- [Xeno Tactic 2](https://www.newgrounds.com/portal/view/438241/format/flash?emulate=flash)
14+
- [Trojan War](https://www.newgrounds.com/portal/view/604949/format/flash?emulate=flash)
15+
- [Frontline Defense](https://www.kongregate.com/games/kazama_bee/frontline-defense-first-assault)
16+
- [Bubble Bobble: The Revival](https://flasharch.com/en/archive/play/084db17094dc7452f01da0905d7eb516)
17+
- [Cube Colossus](https://www.newgrounds.com/portal/view/507205/format/flash?emulate=flash)
18+
- [Chronotron](https://www.kongregate.com/games/Scarybug/chronotron)
19+
- [The Powerpuff Girls: Attack of the Puppybots](https://flasharch.com/en/archive/play/b93354279e9788b849f83ef78f52cbbb)
20+
- [Extreme Pamplona](https://flasharch.com/en/archive/play/e36aac73914ec8672218317e000615d7)
2121

2222
### Incredible progress in AVM2 (ActionScript 3) support!
23-
- Our website now has a page listing exactly what ActionScript 3 APIs we have implemented, making it easy to follow our progress. It will be frequently updated! [https://ruffle.rs/avm2.html](https://ruffle.rs/avm2.html)
23+
- Our website now has [a page listing exactly what ActionScript 3 APIs we have implemented](https://ruffle.rs/avm2.html), making it easy to follow our progress. It will be frequently updated!
2424
- XML support is rapidly improving! ActionScript 3 games tend to use a wide variety of XML methods. As Ruffle gains support for these methods, games are springing to life!
2525
- Several problems that caused unresponsive buttons and menus have been fixed. Unclickable buttons in ActionScript 3 games are (mostly) a thing of the past!
2626
- Other major refactors are in progress to improve Ruffle's compatibility with ActionScript 3 frameworks like Haxe.
27-
- @Aaron1011 is working on **Stage3D support**! Thanks to his work, the gorgeous interstellar strategy game Solarmax 2 is now fully playable in Ruffle on the desktop player! Check out the video below.
27+
- [@Aaron1011](https://github.com/Aaron1011/) is working on **Stage3D support**! Thanks to his work, the gorgeous interstellar strategy game Solarmax 2 is now fully playable in Ruffle on the desktop player! Check out the video below.
2828

2929
<video muted autoplay controls>
3030
<source src="/assets/2023-03-12-progress-report/ruffle_solarmax2.mp4" type="video/mp4">
3131
</video>
3232

3333
Many of the fan-favorite **Flipline games are now playable**! Check them out:
34-
- Papa's Burgeria: [https://www.kongregate.com/games/FliplineStudios/papas-burgeria](https://www.kongregate.com/games/FliplineStudios/papas-burgeria)
35-
- Jacksmith: [https://www.kongregate.com/games/FliplineStudios/jacksmith](https://www.kongregate.com/games/FliplineStudios/jacksmith)
36-
- Papa's Cheeseria: [https://www.flipline.com/games/papascheeseria/index.html](https://www.flipline.com/games/papascheeseria/index.html) (requires the Ruffle Chrome extension)
37-
- Papa's Bakeria: [https://www.flipline.com/games/papasbakeria/index.html](https://www.flipline.com/games/papasbakeria/index.html) (requires the Ruffle Chrome extension)
34+
- [Papa's Burgeria](https://www.kongregate.com/games/FliplineStudios/papas-burgeria)
35+
- [Jacksmith](https://www.kongregate.com/games/FliplineStudios/jacksmith)
36+
- [Papa's Cheeseria](https://www.flipline.com/games/papascheeseria/index.html) (requires the Ruffle Chrome extension)
37+
- [Papa's Bakeria](https://www.flipline.com/games/papasbakeria/index.html) (requires the Ruffle Chrome extension)
3838

3939
<video muted autoplay controls>
4040
<source src="/assets/2023-03-12-progress-report/ruffle_burgeria.mp4" type="video/mp4">
4141
</video>
4242

4343
Here are just a few more of the many ActionScript 3 games that are playable today in Ruffle!
44-
- Canabalt: [https://www.newgrounds.com/portal/view/510303](https://www.newgrounds.com/portal/view/510303)
45-
- Bloons Tower Defense 3: [https://www.newgrounds.com/portal/view/463445/format/flash?emulate=flash](https://www.newgrounds.com/portal/view/463445/format/flash?emulate=flash)
46-
- Diggy: [https://www.kongregate.com/games/Vogd/diggy](https://www.kongregate.com/games/Vogd/diggy)
47-
- Wooden Path 2: [https://www.kongregate.com/games/Remivision/wooden-path-2](https://www.kongregate.com/games/Remivision/wooden-path-2)
48-
- Fracuum: [https://www.newgrounds.com/portal/view/594354](https://www.newgrounds.com/portal/view/594354)
49-
- Dino Run: Marathon of Doom: [https://www.newgrounds.com/portal/view/566176](https://www.newgrounds.com/portal/view/566176)
44+
- [Canabalt](https://www.newgrounds.com/portal/view/510303)
45+
- [Bloons Tower Defense 3](https://www.newgrounds.com/portal/view/463445/format/flash?emulate=flash)
46+
- [Diggy](https://www.kongregate.com/games/Vogd/diggy)
47+
- [Wooden Path 2](https://www.kongregate.com/games/Remivision/wooden-path-2)
48+
- [Fracuum](https://www.newgrounds.com/portal/view/594354)
49+
- [Dino Run: Marathon of Doom](https://www.newgrounds.com/portal/view/566176)
5050

5151
### Last but not least, support for **mobile devices** is improving in a big way!
5252
- **Text input boxes** are finally supported on mobile devices! Tapping on a text box within Flash content now brings up the soft keyboard, so you can type into it without using a bluetooth keyboard or other workarounds.
@@ -57,7 +57,6 @@ Here are just a few more of the many ActionScript 3 games that are playable toda
5757
</video>
5858

5959
**We have even more improvements coming very soon!**
60-
- The latest releases now have **dynamic audio buffering**, making audio playback in the most demanding content much smoother! (Thanks to @szőlő)
61-
- A bug that causes some AVM2 games' intro sounds to repeat over and over will soon be fixed. (Thanks to @Aaron1011)
62-
- @Dinnerbone is working on improving drawing accuracy for thin/hairline strokes and scaled objects. You can follow his progress here:
63-
[https://github.com/ruffle-rs/ruffle/pull/9981](https://github.com/ruffle-rs/ruffle/pull/9981)
60+
- The latest releases now have **dynamic audio buffering**, making audio playback in the most demanding content much smoother! (Thanks to [@szőlő](https://github.com/torokati44/))
61+
- A bug that causes some AVM2 games' intro sounds to repeat over and over will soon be fixed. (Thanks to [@Aaron1011](https://github.com/Aaron1011/))
62+
- [@Dinnerbone](https://github.com/Dinnerbone/) is working on improving drawing accuracy for thin/hairline strokes and scaled objects. [You can follow his progress here](https://github.com/ruffle-rs/ruffle/pull/9981).

0 commit comments

Comments
 (0)