Ivan B dunkaist
  • Joined on 2024-03-04
dunkaist pushed to pr-kpack-welcome-htm at dunkaist/kolibrios 2025-03-19 00:29:23 +00:00
66661184b7 welcome.htm: kpack it and add to the img (en_US)
92f9d76f14 welcome.htm and related stuff (fix #20)
Compare 2 commits »
dunkaist created branch pr-kpack-welcome-htm in dunkaist/kolibrios 2025-03-19 00:29:23 +00:00
dunkaist pushed to pr-update-shell-for-git at dunkaist/kolibrios 2025-03-17 22:05:42 +00:00
6b80899bcf programs/shell: Show new fields of the sf18.13 struct
dunkaist pushed to pr-update-shell-for-git at dunkaist/kolibrios 2025-03-17 21:54:19 +00:00
e62e3f7526 programs/shell: Show new fields of the sf18.13 struct
4e903ce12b kiv: show image bpp in win header
bfdb42c91f Tube: fix crash at some window sizes, remove outdated code with palette
Compare 3 commits »
dunkaist commented on pull request KolibriOS/kolibrios#164 2025-03-17 21:01:32 +00:00
Tube: fix crash at some window sizes, remove outdated code with palette

Got it, thank you!

dunkaist commented on pull request KolibriOS/kolibrios#164 2025-03-17 20:24:18 +00:00
Tube: fix crash at some window sizes, remove outdated code with palette

Why this function isn't needed anymore?

dunkaist commented on pull request KolibriOS/kolibrios#146 2025-03-17 18:30:25 +00:00
kernel: Clean up svn-related code and data

I have checked the CI build, it has both the git-hash and release offset in it. The kernel ABI is printed to the log too. Looks good to me.

dunkaist commented on pull request KolibriOS/kolibrios#160 2025-03-17 18:22:38 +00:00
Movback: Added support window resizing

Thank you

dunkaist commented on pull request KolibriOS/kolibrios#160 2025-03-17 18:21:33 +00:00
Movback: Added support window resizing

I see two issues here

  1. Your patch changes the whole file now, which is not necessary.
  2. You converted the existing indent style to what you like with no reason. What if the next developer…
dunkaist commented on pull request KolibriOS/kolibrios#161 2025-03-17 15:32:50 +00:00
CI: Setup environment variables

@Sweetbread, #146 builds as expected now. Thank you

dunkaist commented on pull request KolibriOS/kolibrios#161 2025-03-17 11:31:58 +00:00
CI: Setup environment variables

It is not specific to win32. Therefore it should go to tools/bin, I believe.

dunkaist commented on pull request KolibriOS/kolibrios#160 2025-03-17 00:03:58 +00:00
Movback: Added support window resizing

You removed this include directive, but the file 'lang.inc' is still generated in Tupfile.lua. Please, change the two last lines in Tupfile.lua with the following one:

dunkaist commented on pull request KolibriOS/kolibrios#160 2025-03-16 23:55:15 +00:00
Movback: Added support window resizing

This file uses spaces for indentation. You added tabs. Mixing tabs and spaces in one file is bad. Please, keep the indentation style used in the file, i.e. spaces. Thank you.

dunkaist commented on pull request KolibriOS/kolibrios#146 2025-03-16 03:45:04 +00:00
kernel: Clean up svn-related code and data

To use the environment variables mentioned in this PR we need to export them. E.g. by calling such a script just before calling tup:

$ cat /path/to/kos32-export-env_vars
#!/bin/bash

REPO=…
dunkaist commented on pull request KolibriOS/kolibrios#146 2025-03-16 03:30:31 +00:00
kernel: Clean up svn-related code and data

I updated these two fasm binaries on the server:

/home/autobuild/tools/bin/fasm
/home/autobuild/tools/win32/bin/fasm

$ whoami
autobuild

$ fasm
flat assembler  version 1.73.32
usage:…
dunkaist commented on pull request KolibriOS/kolibrios#124 2025-03-15 16:14:34 +00:00
Docs: Added README and contributing guide

If commit messages are descriptive, follow a consistent format, and include meaningful context, the generated changelog can be more useful.

I wish we could eventually motivate people to write…

dunkaist commented on pull request KolibriOS/kolibrios#124 2025-03-15 15:11:54 +00:00
Docs: Added README and contributing guide

I might be wrong but this looks like whishful thinking to me.

Automatically generating CHANGELOGs.

All the automatically generated changelogs I have seen are unreadable because you have to…