Tube: fix crash at some window sizes, remove outdated code with palette #164

Merged
mxlgv merged 1 commits from tube-fix-optimize into main 2025-03-17 22:21:50 +01:00
Member

Tube: fix crash at some window sizes, remove outdated code with palette

Tube: fix crash at some window sizes, remove outdated code with palette
IgorA added 1 commit 2025-03-17 21:11:06 +01:00
Tube: fix crash at some window sizes, remove outdated code with palette
All checks were successful
Build system / Build (pull_request) Successful in 5m48s
Build system / Check kernel codestyle (pull_request) Successful in 30s
bfdb42c91f
dunkaist reviewed 2025-03-17 21:24:18 +01:00
@@ -28,7 +28,8 @@ START:
mcall SF_SYS_MISC,SSF_HEAP_INIT
call OnResize
call draw_window
call init_tube
Owner

Why is this function not needed anymore?

Why is this function not needed anymore?
Author
Member

It was used in the DOS version of the program to create a palette. In our program, the image is formed from an 8-bit buffer without a palette.

It was used in the DOS version of the program to create a palette. In our program, the image is formed from an 8-bit buffer without a palette.
Owner

Got it, thank you!

Got it, thank you!
dunkaist approved these changes 2025-03-17 22:01:56 +01:00
mxlgv approved these changes 2025-03-17 22:20:56 +01:00
mxlgv merged commit bfdb42c91f into main 2025-03-17 22:21:50 +01:00
mxlgv deleted branch tube-fix-optimize 2025-03-17 22:21:51 +01:00
mxlgv added the
PR
Ready to merge
label 2025-03-17 22:21:57 +01:00
Sign in to join this conversation.
No Reviewers
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#164
No description provided.