Commit Graph

457 Commits

Author SHA1 Message Date
1565fb3720 programs/games: Optimize GIFs invaders
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 1m7s
Build system / Build (pull_request) Successful in 9m28s
Lossless optimization of GIF image files. Selective use of `gifsicle -O3` and/or `flexigif -p -f -a=1`, ensuring optimal KPACK LZMA compression.

📦 Program graphics (compiled or included with software):
- 21 files, 1232 bytes saved total, average saving ~3%.
2025-06-17 11:22:44 +02:00
70b91611cd programs/games: Optimize GIFs almaz
Lossless optimization of GIF image file, removing excess `NETSCAPE` loop blocks. Could not use `gifsicle` due to program specific  local palettes. Did not apply `flexigif`, as this hinders KPACK LZMA compression.

📦 Program graphics (compiled or included with software):
- Slimmed `almaz/aniall.gif` from 4248 to 3868 bytes, saving 380 bytes, ~9%.
2025-06-17 11:22:44 +02:00
699e402254 programs/games: Optimize GIFs megamaze
Lossless optimization of GIF image files, with `gifsicle -O3` and `flexigif -p -f -a=1`.

📦 Program graphics (compiled or included with software):
- Slimmed `megamaze/orientg2.gif` from 3114 to 2128 bytes, saving 986 bytes, ~31%.
2025-06-17 11:22:44 +02:00
9e731fdfb2 programs/games: Optimize GIFs invaders
Lossless optimization of GIF image files, with `gifsicle -O3` and `flexigif -p -f -a=1`.

📦 Program graphics (compiled or included with software):
- 21 files, 1232 bytes saved total, average saving ~3%.
2025-06-17 11:22:44 +02:00
eace9188f9 programs/games: Optimize GIFs almaz
Lossless optimization of GIF image files, removing excess `NETSCAPE` blocks and `flexigif -p -f -a=1`.

📦 Program graphics (compiled or included with software):
- Slimmed `almaz/aniall.gif` from 4248 to 3796 bytes, saving 452 bytes, ~10%.

🥀 Old vestigial images, no longer used:
- Delete unused asset `almaz/explode1.gif`, 4865 bytes.
2025-06-17 11:22:44 +02:00
6917e833a0 programs/games: Optimize GIFs phenix
Lossless optimization of GIF image files, with `gifsicle -O3` and `flexigif -p -f -a=1`.
Program graphics (compiled or included with software):
- Slimmed `phenix/objects.gif` from 1052 to 1028 bytes, saving 24 bytes, ~2%.
2025-06-17 11:22:44 +02:00
fcb9f49785 flood-it: Fixed buttons position (#193)
Reviewed-on: #193
Reviewed-by: Max Logaev <maxlogaev@proton.me>
Co-authored-by: leency <lipatov.kiril@gmail.com>
Co-committed-by: leency <lipatov.kiril@gmail.com>
2025-04-03 12:32:18 +02:00
81dafb3025 Floot-It v3.0 (#181)
- adopt window size to screen size
- bigger fonts
- proper colored 'S' and 'L' buttons
- fix issue: after won the game clicks count always increased to max
- code refactoring, translate comments to English
- help updated

Reviewed-on: #181
Reviewed-by: Max Logaev <maxlogaev@proton.me>
Co-authored-by: leency <lipatov.kiril@gmail.com>
Co-committed-by: leency <lipatov.kiril@gmail.com>
2025-03-31 08:15:28 +02:00
5cf6c3baf9 Mine game v0.62 (#172)
- proper window rolling up fix;
- bigger cells and fonts;
- add icon to a new game button;
- better alignment of ui elements in header.

Reviewed-on: #172
Reviewed-by: Max Logaev <maxlogaev@proton.me>
Co-authored-by: leency <lipatov.kiril@gmail.com>
Co-committed-by: leency <lipatov.kiril@gmail.com>
2025-03-22 09:40:04 +01:00
6a9608c7a4 Apps/C4: Rewrite from nasm to fasm 2025-03-07 01:10:44 +01:00
leency
6301b42142 Merge branch 'main' of https://git.kolibrios.org/KolibriOS/kolibrios 2025-02-24 21:38:03 +02:00
leency
e0f45e268a flappybird renamed to floppybird
kiv fix label with green bg in fullscreen mode
2025-02-24 21:37:50 +02:00
a11466d56b Fix libimg to execute emms after mmx code
Also, remove an emms hack from Dino game.
Fix #98.
2025-02-24 01:40:31 +00:00
6933ee64cd Ger rid of some 'trunk' dirs in /programs/games 2025-01-20 14:40:21 +00:00
rgimad
cb733c6d1d update dino, add to ru game center 2025-01-12 15:50:54 +03:00
c8e9e5a2a7 Fix autobuild for dino 2025-01-11 20:32:29 +00:00
rgimad
b815aee084 fix typo in tupfile 2025-01-11 15:16:06 +03:00
rgimad
7a6d042da7 upload dino game, add to img, to game center 2025-01-11 15:14:48 +03:00
f222e98a09 All: Update locale codes (Part 2) (#76)
- Update language codes and add comments.
- Correct `en_US` translations.
- Some whitespace clean-up (mainly EOL sanitation).

Reviewed-on: #76
Co-authored-by: Andrew <dent.ace@gmail.com>
Co-committed-by: Andrew <dent.ace@gmail.com>
2024-06-14 10:35:46 +02:00
412e42a342 Most of language code fixes 2024-06-03 00:34:02 +01:00
66816d7a7e More language code fixes
I commit in several commits to check autobuild
2024-06-02 04:51:22 +01:00
a53bea545e Fix EN typos
- Corrections for en_US language.
- Some whitespace sanitation.

git-svn-id: svn://kolibrios.org@10064 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-29 21:37:05 +00:00
3997519acd [autobuild] Rename language dirs according to ISO-639 and ISO-3166-1
git-svn-id: svn://kolibrios.org@10055 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-27 17:26:00 +00:00
a7816e7613 Consistent use of KolibriOS name
- Ensure consistent naming for brand integrity.

git-svn-id: svn://kolibrios.org@10049 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-22 10:10:18 +00:00
e626066eef Convert gif to optimized png images
Conversion from gif to png. Lossless optimization of image files, using `pngslim` and other tools.
Documentation only artwork (distributed outside a program):
- Slimmed 8.6 KiB (~8.1 KiB kpacked), average ~30% saving for 9 files.

git-svn-id: svn://kolibrios.org@10046 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-21 18:04:56 +00:00
142ed3aef0 Fix autobuild for games/c4 (nasm)
git-svn-id: svn://kolibrios.org@10044 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-21 15:44:29 +00:00
8f444289e0 Trigger tup-0.8 autobuild (minor Tupfile.lua changes)
git-svn-id: svn://kolibrios.org@10043 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-21 14:55:01 +00:00
e9e08c56b6 Update Tupfile.lua's for tup-0.8
git-svn-id: svn://kolibrios.org@10042 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-21 14:45:21 +00:00
ace_dent
dc416dc668 Optimize png files for games resources
Lossless optimization of png image files, using `pngslim` and other tools.
Program graphics (compiled or included with software):
- Slimmed 526 KiB (~485 KiB kpacked), average ~39% saving for 20 files.
Source artwork material (not included in a distribution):
- Slimmed 433 B (~425 B kpacked), ~15% saving for 1 file.
Old vestigial images (may no longer be used):
- Slimmed 41.9 KiB (~16.9 KiB kpacked), average ~45% saving for 8 files.

git-svn-id: svn://kolibrios.org@10029 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-14 07:34:18 +00:00
ace_dent
857a5d17e2 Optimize png files for games
Lossless optimization of png image files, using `pngslim` and other tools.
Program graphics (compiled or included with software): 
- Slimmed 64 KiB (~64 KiB kpacked), average ~16% saving for 9 files.
Documentation only artwork (distributed outside a program):
- Slimmed 4.5 KiB (~4.6 KiB kpacked), average ~15% saving for 6 files.
Source artwork material (not directly included in a distribution):
- Slimmed 2.6 KiB (~2 KiB kpacked), average ~26% saving for 4 files.

git-svn-id: svn://kolibrios.org@10028 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-13 21:43:30 +00:00
Doczom
7f7718f532 Update headers programs : delete MENUET00 header on 2 programs.
Fixed mario2 game : delete using sysfn 6 and added constants 
Update macro.inc : Added new fields in process_information 

git-svn-id: svn://kolibrios.org@9971 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-01-21 11:23:12 +00:00
turbocat
9562f01892 NewLib:
- Duplicate functionality files removed;
- Refactoring of file handling functions;
- Removed broken impliments.
Gears (C + TinyGL):
- Removed because it duplicates an existing example on Fasm and uses unsupported wrappers on the KOS API.
KosJS:
- Removed. The MuJS port is too old and not used anywhere. Support is not profitable.
Backy:
- Removed useless GCC version. Support is not profitable.
DGen-SDL and SQLite3
- Fix after removing broken "dirent.h".
Fridge:
- Moving the KOS API wrapper to avoid compilation errors.
Udis86, uARM and 8086tiny:
- Fix after removing redundant "kos_LoadConsole.h".


git-svn-id: svn://kolibrios.org@9952 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-01-04 22:20:35 +00:00
maxcodehack
4e324c8612 Samples fix #2 + fridge makefile change
git-svn-id: svn://kolibrios.org@9759 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-04-06 15:32:56 +00:00
vitalkrilov
46d9482bb0 Fixed misuse of "/rd/1" (changed to "/sys") for all other programs
git-svn-id: svn://kolibrios.org@9587 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-07 12:42:44 +00:00
IgorA
0311a61f7f fix function name 'edit_box' to 'edit_box_draw'
git-svn-id: svn://kolibrios.org@9568 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-03 21:03:06 +00:00
Doczom
5e64693dd2 fix header
git-svn-id: svn://kolibrios.org@9345 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-28 17:21:33 +00:00
251d03d5f0 Upload optimized Phoenix and ASCL by Kolibrius
git-svn-id: svn://kolibrios.org@9241 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-03 18:23:06 +00:00
ced10e8541 flappybird: use Kolibri image
git-svn-id: svn://kolibrios.org@9046 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-07-09 15:07:50 +00:00
861708b8e9 upload flappybird by zorggish
git-svn-id: svn://kolibrios.org@9011 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-07-06 12:38:12 +00:00
maxcodehack
4657dec23b Add new syscall wrapper - sys/kos.h
Fridge: improve and move to sys/kos.h

git-svn-id: svn://kolibrios.org@8610 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-02-24 08:40:54 +00:00
maxcodehack
8ea9af305b Remove open_watcom doom
Upload gcc sdldoom

git-svn-id: svn://kolibrios.org@8546 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-01-25 09:01:40 +00:00
maxcodehack
23d2e1da69 "Fridge" game: function PlayMusic: fix strcat memory leak and optimization fix (: "memory")
git-svn-id: svn://kolibrios.org@8539 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-01-18 09:02:03 +00:00
maxcodehack
c52de00a32 Checkers: newlib
git-svn-id: svn://kolibrios.org@8501 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-01-02 18:12:08 +00:00
5cfe79a613 Revert 8485, make proper window fix, add translation
git-svn-id: svn://kolibrios.org@8488 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-27 22:40:14 +00:00
maxcodehack
cf20eabdc1 ALMAZ: window with skin
git-svn-id: svn://kolibrios.org@8485 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-27 12:11:59 +00:00
maxcodehack
fc647254c0 Fix autobuild
git-svn-id: svn://kolibrios.org@8379 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-12 16:51:50 +00:00
maxcodehack
e6e99fe316 Fridge: code refactoring
git-svn-id: svn://kolibrios.org@8378 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-12 16:49:35 +00:00
IgorA
5f41a75e27 box_lib.obj: clear code
git-svn-id: svn://kolibrios.org@8346 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-08 21:01:35 +00:00
maxcodehack
14860dd83d Add sound to 'fridge'
git-svn-id: svn://kolibrios.org@8324 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-05 09:20:50 +00:00
maxcodehack
5832951836 Replace binarie with autobuild ('fridge')
git-svn-id: svn://kolibrios.org@8318 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-04 07:34:01 +00:00