Ivan Baravy
66816d7a7e
More language code fixes
...
I commit in several commits to check autobuild
2024-06-02 04:51:22 +01:00
Andrew Dent
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
Ivan Baravy
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
fcfa96f74d
Optimize png files for `emulator/e80`
...
Lossless optimization of png image files, using `pngslim` and other tools.
Documentation only artwork (distributed outside of a program):
- Slimmed 52 B (~81 B kpacked), ~1% saving for 1 file.
git-svn-id: svn://kolibrios.org@10030 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-14 10:07:33 +00:00
turbocat
ef78b78d1c
DGen-SDL:
...
- The home directory is now taken from system.env;
- The original documentation was restored and converted into html;
- File path hints now work in command mode.
git-svn-id: svn://kolibrios.org@9970 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-01-20 18:10:56 +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
turbocat
b080ae7f4d
DGEN: Fix ksys.h header location
...
git-svn-id: svn://kolibrios.org@9841 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-06-15 20:09:08 +00:00
turbocat
946e1c6b5f
DGEN:
...
- Fixed create .dgen dir bug;
- Disable debug output;
- Moved all build definitions to config.h.
git-svn-id: svn://kolibrios.org@9840 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-06-15 20:06:15 +00:00
turbocat
727601bd4c
DGEN: Delete dgen.map
...
git-svn-id: svn://kolibrios.org@9839 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-06-15 18:32:21 +00:00
turbocat
6ade8f0024
DGEN: delete binary file
...
git-svn-id: svn://kolibrios.org@9838 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-06-15 18:29:04 +00:00
turbocat
ea1a60faa3
Upload DGEN port source
...
git-svn-id: svn://kolibrios.org@9837 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-06-15 18:25:17 +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
Kirill Lipatov (Leency)
bcdd96a753
appearance: WiP of adding screensaver tab
...
various small changes
git-svn-id: svn://kolibrios.org@9453 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-21 17:22:15 +00:00
Rustem Gimadutdinov (rgimad)
1c00c160a2
CHIP8: a little bit speed up graphics, update readme + small fixes
...
git-svn-id: svn://kolibrios.org@8734 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-05-23 17:10:32 +00:00
Rustem Gimadutdinov (rgimad)
c09b0569fc
chip8: fix window frame + fix two Page fault issues
...
git-svn-id: svn://kolibrios.org@8729 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-05-23 10:00:33 +00:00
Rustem Gimadutdinov (rgimad)
7e4af1f028
fix typo in readme
...
git-svn-id: svn://kolibrios.org@8727 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-05-22 22:11:17 +00:00
Rustem Gimadutdinov (rgimad)
77fdf72199
fix autobuild
...
git-svn-id: svn://kolibrios.org@8726 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-05-22 22:02:59 +00:00
Rustem Gimadutdinov (rgimad)
7f7312d98b
add chip8 emulator + to iso autobuild
...
git-svn-id: svn://kolibrios.org@8725 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-05-22 21:55:47 +00:00
Rustem Gimadutdinov (rgimad)
bdd9a3634d
KWINE v0.0.3
...
into msvcrt.dll added:
- putchar
- strchr
- strrchr
- strcpy
- strncpy
- memset
- memcpy
- memcmp
- time
- mktime
- localtime
- difftime
- srand
- rand
new samples
- rnd_arr1.exe
- string2.exe
git-svn-id: svn://kolibrios.org@7894 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-07 22:14:53 +00:00
Rustem Gimadutdinov (rgimad)
da6a4c5b74
kwine: added time function
...
git-svn-id: svn://kolibrios.org@7880 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-06 22:35:48 +00:00
Rustem Gimadutdinov (rgimad)
94487a9544
delete make_old.txt
...
git-svn-id: svn://kolibrios.org@7876 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-06 10:46:26 +00:00
Rustem Gimadutdinov (rgimad)
81120905e2
kwine v0.0.2
...
git-svn-id: svn://kolibrios.org@7873 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 22:40:04 +00:00
Kirill Lipatov (Leency)
7d89f2686a
MENU.DAT: general update of Russian version
...
UNIMG: upload binnary, add to IMG
KWINE: upload to SVN, add to ISO
git-svn-id: svn://kolibrios.org@7864 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 00:40:51 +00:00
Kirill Lipatov (Leency)
1203d7f120
compress images by Andrey Oskin
...
git-svn-id: svn://kolibrios.org@7670 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-06-10 08:44:54 +00:00
Kirill Lipatov (Leency)
33fb3deeb1
Fix FCEU save folder path and window width
...
Add 4 freeware NES games to Templates folder
Update SNTP by Coldy
git-svn-id: svn://kolibrios.org@7642 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-04-27 12:16:26 +00:00
Kirill Lipatov (Leency)
62db6511ed
Eolite 4.03: progress dialog reworked
...
git-svn-id: svn://kolibrios.org@7491 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-20 11:00:31 +00:00
Ivan Baravy
2c778124e3
Remove some duplicates: proc32.inc, macros.inc, struct.inc, etc.
...
git-svn-id: svn://kolibrios.org@7134 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-12-20 00:51:00 +00:00
Kirill Lipatov (Leency)
e1cfde849d
upload pokemini source and binary
...
git-svn-id: svn://kolibrios.org@6577 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-10-07 13:40:46 +00:00
Kirill Lipatov (Leency)
dcadbb2d08
autobuild: remove fceu folder from /common/, use /programs/emulator/fceu/ instead; rename fce binary to fceu; add e80 readme.txt to autobuild
...
git-svn-id: svn://kolibrios.org@6225 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-14 20:58:08 +00:00
Kirill Lipatov (Leency)
20ace41f1f
system_colors: global rename and change meaning of "grab_button" to "work_3d_dark", and "grab_button_text" to "work_3d_light", the legacy of new_sys_colors table
...
git-svn-id: svn://kolibrios.org@6196 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-11 10:44:47 +00:00
CleverMouse
cd74d1af33
switch build system to Tup
...
git-svn-id: svn://kolibrios.org@5098 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-09-12 15:15:23 +00:00
CleverMouse
16b277dba2
fix some include paths, remove some lang.inc and soko binary
...
git-svn-id: svn://kolibrios.org@5093 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-09-05 17:26:19 +00:00
Yogev Ezra
263f25f6cb
Move DosBox binaries to the correct /emul folder.
...
git-svn-id: svn://kolibrios.org@4954 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-05-28 19:52:59 +00:00
Albom
f657cc8f9b
kolibri.c improvements. + changes in shell, e80, console15, donkey, mcities, piton
...
git-svn-id: svn://kolibrios.org@2829 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-06-27 15:43:51 +00:00
CleverMouse
5fc7def903
removed KlbrInWin, in the main repository it is offtopic
...
git-svn-id: svn://kolibrios.org@2297 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-10-19 09:24:44 +00:00
Kirill Lipatov (Leency)
6cfca28b78
KlbrInWin src uploaded
...
git-svn-id: svn://kolibrios.org@2292 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-10-15 10:20:45 +00:00
Albom
d00a3080c6
keyZXtest (by Alver) src added.
...
git-svn-id: svn://kolibrios.org@2243 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-09-26 16:21:51 +00:00
Artem Jerdev (art_zh)
19dd2b9a34
fastcall/syscall instructions should be avoided in future
...
due to possible compatibility problems.
git-svn-id: svn://kolibrios.org@1937 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-05-24 12:30:12 +00:00
Yogev Ezra
33ec0c4a0c
fceu/FCEU_v0.2_src.7z added
...
git-svn-id: svn://kolibrios.org@1866 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-02-15 12:44:58 +00:00
Yogev Ezra
70ea410770
More Russian names fixing
...
git-svn-id: svn://kolibrios.org@1865 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-02-15 12:25:12 +00:00
Yogev Ezra
ce199e26d4
Fix some Russian file names in emulator/PrMK
...
git-svn-id: svn://kolibrios.org@1864 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-02-15 12:12:01 +00:00
Yogev Ezra
63cf01e274
Added sources: emulator/PrMK , games/klavisha
...
git-svn-id: svn://kolibrios.org@1863 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-02-15 11:55:49 +00:00
CleverMouse
09548370da
e80: multi-language build
...
git-svn-id: svn://kolibrios.org@1854 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-02-08 14:43:48 +00:00
Yogev Ezra
b2ba8d7766
Add emulators: 'DosBox' (binary only), 'e80', 'fceu' (binary only).
...
git-svn-id: svn://kolibrios.org@1814 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-01-30 14:48:24 +00:00