Update firework demo #151

Merged
mxlgv merged 2 commits from update-firework into main 2025-03-15 21:59:30 +01:00
Member

Apps/firework: Improved code style and readability
Apps/firework: Added support for window resizing

Apps/firework: Improved code style and readability Apps/firework: Added support for window resizing
IgorA added 2 commits 2025-03-15 18:56:29 +01:00
Apps/firework: Added support for window resizing
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 40s
Build system / Build (pull_request) Successful in 5m35s
10efb47ee8
mxlgv changed title from update-firework to Update firework demo 2025-03-15 21:02:59 +01:00
mxlgv requested changes 2025-03-15 21:07:24 +01:00
Dismissed
@@ -0,0 +1,2 @@
@fasm.exe -m 16384 firework.asm firework.kex
Owner

Let's not add our own build scripts. Tup file solves this

Please do this using git commit --amend to avoid creating unnecessary commits.

Let's not add our own build scripts. Tup file solves this Please do this using `git commit --amend` to avoid creating unnecessary commits.
mxlgv marked this conversation as resolved
@@ -0,0 +1,520 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; A firework demo
; Copyright (C) 2010-2025 KolibriOS team
Owner

Please correct this:

; SPDX-License-Identifier: GPL-2.0-only
; A firework demo
; Copyright (C) 2010-2025 KolibriOS team

Please do this using git commit --amend to avoid creating unnecessary commits.

Please correct this: ``` ; SPDX-License-Identifier: GPL-2.0-only ; A firework demo ; Copyright (C) 2010-2025 KolibriOS team ``` Please do this using `git commit --amend` to avoid creating unnecessary commits.
mxlgv marked this conversation as resolved
IgorA force-pushed update-firework from 10efb47ee8 to 20aba254bc 2025-03-15 21:40:45 +01:00 Compare
mxlgv approved these changes 2025-03-15 21:59:18 +01:00
mxlgv merged commit 20aba254bc into main 2025-03-15 21:59:30 +01:00
mxlgv deleted branch update-firework 2025-03-15 21:59:31 +01:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#151
No description provided.