Commit Graph

  • e9318b1780 ksys.h for tcc (duplicate r9784) turbocat 2022-04-25 20:05:53 +0000
  • 1d446821e9 SDL: - Refactoring; - Fixed mouse bug; - Added middle mouse button support. turbocat 2022-04-25 19:55:00 +0000
  • 2f58880d77 ksys.h: - Fixed thread info struct; - Added SF 63.3 wrapper; - Added SF 18.19 universal wraper; - Fixed ksys_pos_t. turbocat 2022-04-25 19:08:45 +0000
  • 4faa50bec6 fix autobuild Coldy 2022-04-24 17:46:31 +0000
  • db785142be ktcc: added __attribute__((dllimport)) support Coldy 2022-04-24 17:28:28 +0000
  • 3dddd1c687 added feature (which was expected to be) of custom HELPERDIR for some Tupfile's (btw there are still many files with same problem) vitalkrilov 2022-04-24 15:05:38 +0000
  • 5cbb298e24 add new function - lsmod This function input list loaded drivers. Doczom 2022-04-23 21:37:05 +0000
  • 953d47e06c Add documentation on 68.31 sysfn Doczom 2022-04-23 21:32:11 +0000
  • d02111da4f Graph (branch: tcc_current): - Code refactoring - Optimization of code (for example, log2(n) searching) and memory usage - Some possible memory corruption fixed - Previous graph will be erased from window if error occured - Fixed bug with provided array of non-sorted points: so now you can pass points in any order - Fixed important bug with graphic rendering (big thanks to turbocat for asm rounding function) - Changed error messages; now you can see line/byte of file where syntax error is; added checking if provided frame of graph is invalid - Autochoosing of an optimal single step for both axises - Added support for reading any number of different functions. You will have to end previous function with ';' if you want to pass another one. They will be rendered on a graph in order you passed them. vitalkrilov 2022-04-21 21:26:05 +0000
  • c5ebb23061 ktcc: removed old files turbocat 2022-04-21 20:50:12 +0000
  • 7b2b4533ba c-- : - Fixed strange Sign size. turbocat 2022-04-21 20:05:08 +0000
  • 2a2a059aa9 libc.obj: added tan.asm turbocat 2022-04-20 19:10:24 +0000
  • 82646d764b libc.obj: - Added inttypes header; - Fixed warnings in mouse api wrappers; - Preparation for build only via tcc+fasm. turbocat 2022-04-20 19:07:54 +0000
  • eeb3d0e5b9 libc.obj: updated libc.def, fixed bug with log10 vitalkrilov 2022-04-20 17:30:33 +0000
  • fda5ad66db libc.obj: added log2, log10, round functions vitalkrilov 2022-04-20 17:08:10 +0000
  • e7935a8fbd AMDtemp: added creating file for program "Graph". To save this file, write the path to it as a parameter. Doczom 2022-04-17 19:08:35 +0000
  • 56fdad78b4 OpenTyrian: refactoring, fixed launch from game center. turbocat 2022-04-15 22:29:16 +0000
  • bfe9af6494 SDL: now window is always centered. turbocat 2022-04-15 22:15:59 +0000
  • 635fbac815 SDL: Refactoring part1 turbocat 2022-04-15 14:05:41 +0000
  • 56ff702799 ksys.h: - Added to Newlib and should be in sync with the file from libc.obj; - Added new wrappers. turbocat 2022-04-15 14:02:43 +0000
  • 99922e4c2c Update skipped files in previous commit turbocat 2022-04-15 09:11:49 +0000
  • cde4fa851d libc.obj: - Formatted by clang-format (WebKit-style). - Removed unnecessary errno linux. - Added KOS error codes. - String functions have been replaced with more optimal ones for x86. - Changed wrappers for 70 sysfunction. turbocat 2022-04-15 09:00:55 +0000
  • dff8056cd6 Graph (branch: tcc_current): now you can provide a filename, when calling a program from shell, which should be opened on start. tcc: ksys.h: added "const" to string argument of _ksys_debug_puts(...). vitalkrilov 2022-04-13 00:31:51 +0000
  • 2e97f212ae Graph (branch: tcc_current): added missing files... (oops) vitalkrilov 2022-04-12 00:42:06 +0000
  • 7fb5d30b55 Graph: manual corrected. Graph (branch: tcc_current): - Rewritten in C so now it can be compiled with tcc. - Added functions: pow (^) and mod (%), arcctg, sgn, sec, cosec, log2, log3, log10. - Added aliases for functions: tan, cot, arctan, arccot, lg, lb, ln. - Fixed bugs with box_lib's edit_box. - Removed deprecated/potentially unused code. - Now an "Edit" button launches Cedit, not Tinypad. - Now there is a better graph rendering: fixed bugs with text drawing. - Added to autobuild list and in iso. vitalkrilov 2022-04-12 00:39:36 +0000
  • 705c0883ac libc.obj: added missing sqrt, cosh functions libc.def: added sqrt, cosh, sin, tan functions vitalkrilov 2022-04-10 23:56:16 +0000
  • 2a32cfda1d AMDtemp: added creating file for program "Graph". File creats on ram disk. Doczom 2022-04-09 06:06:55 +0000
  • 4e324c8612 Samples fix #2 + fridge makefile change maxcodehack 2022-04-06 15:32:56 +0000
  • 87d53e5e74 c/c++ samples refactoring maxcodehack 2022-04-06 15:24:16 +0000
  • 4fae618b2c Refactoring sys/kos.h maxcodehack 2022-04-06 14:37:19 +0000
  • f1b9d66b39 kernel: changed "/rd/1" to "/sys" (at least for returning normal work in UEFI mode with non-ramdisk "/sys" directory) docs of kernel (rus, SysFn68-16): changed "/rd/1" to "/sys" (like in ENG version; I guess writer meant "/sys") vitalkrilov 2022-04-02 23:04:09 +0000
  • 16a184061b exFAT_Delete - delete file/folder (F70.8) Marat Zakiyanov 2022-04-02 21:38:53 +0000
  • 3958c19fa5 KFM - fixed get_inf_dir and delete_dir for some cases Marat Zakiyanov 2022-03-30 21:55:55 +0000
  • 83209b237e Add GX_Violet skin from ConLenov ConLenov 2022-03-29 12:17:52 +0000
  • 6e21af1737 Add GX_Violet skin from ConLenov ConLenov 2022-03-29 12:15:58 +0000
  • 02ac56354e Rhine: Improved chip detection hidnplayr 2022-03-26 22:16:23 +0000
  • fb9897efe0 AR81XX: Fix chip detection hidnplayr 2022-03-26 22:03:07 +0000
  • fe6931589b KFM - fix show icon and fix key/mouse processing for dir names starting with ".." Marat Zakiyanov 2022-03-26 16:26:43 +0000
  • ed61181c2a Fix for previous revision. Marat Zakiyanov 2022-03-26 15:51:10 +0000
  • 7ee13facdf File Browser control - choosing the correct icon for dir names starting with ".." Marat Zakiyanov 2022-03-26 15:36:35 +0000
  • 69f261b5dd added program for view list working drivers Doczom 2022-03-23 14:30:52 +0000
  • 4f754c9e8a Correction of documentation for F70 Marat Zakiyanov 2022-03-20 13:09:59 +0000
  • 5d12a6e4a5 exFAT_SetFileInfo - set attributes of file/folder (F70.6) Marat Zakiyanov 2022-03-20 09:10:06 +0000
  • 0e38558cb0 fix bug in free group of port(46 sysf) in deleting thread Doczom 2022-03-19 16:20:29 +0000
  • 8708293b8f small update 46 system function(no tested!) Doczom 2022-03-18 04:09:59 +0000
  • 6c66c1519e PCIDEV: small update information Doczom 2022-03-15 04:12:55 +0000
  • 92b749efe6 Update to ver 077 - edit subbmit fixed, fire bug fixed, see readme.txt for details. macgub 2022-03-14 17:02:40 +0000
  • d9a3ea763b kernel: added struct sockaddr turbocat 2022-03-13 14:45:55 +0000
  • c99afa0b60 exFAT - support for file name hashes Marat Zakiyanov 2022-03-13 12:25:05 +0000
  • fcc5dc0546 Fix r9734 - reading content outside of the first cluster of directory Marat Zakiyanov 2022-03-12 14:30:52 +0000
  • 23097ce0e6 [KERNEL] Revert previous change Magomed Kostoev (mkostoevr) 2022-03-10 11:14:11 +0000
  • 5e82f613f7 Fix r9734 - adding the Rev parameter to the file properties. Marat Zakiyanov 2022-03-03 22:15:29 +0000
  • f8da95f800 exFAT file system support (only read) Marat Zakiyanov 2022-03-03 22:00:47 +0000
  • b39cd9e8ce Neural network perceptron library IgorA 2022-03-01 16:10:23 +0000
  • 218fd7c7b0 KFM - cleaning of graphic artifacts after trying to delete ".." Marat Zakiyanov 2022-02-26 14:35:00 +0000
  • 0ac65fda97 CEdit: minor changes Anton Krotov 2022-02-26 05:08:51 +0000
  • ae0fe17afd CEdit: close buttons on tabs, highlighting main menu items Anton Krotov 2022-02-25 14:34:18 +0000
  • e37c439eda [KERNEL] Adjust packet size calculation Magomed Kostoev (mkostoevr) 2022-02-23 15:47:10 +0000
  • 267e818f50 Opendial and File Browser control 1) Now shows the full value for the year 2) For ".." dir is not shown unnecessary data 3) Finding the end of section [icons16] for r7241 Marat Zakiyanov 2022-02-23 14:36:48 +0000
  • d9a89d8528 eolite: fixed remaining issues with call edit_box_key_safe (edit_box_key_c) cmmlib: fixed edit_box_key_safe define, now edit_box_key_с the same + edit comments Coldy 2022-02-23 13:15:01 +0000
  • 4debc9fd1b KFM 1) Now shows the full value for the year 2) Fix sort buttons 3) For ".." dir is not shown unnecessary data Marat Zakiyanov 2022-02-22 23:36:17 +0000
  • a89837dd81 libc.obj: - Added pipe example; - Fixed Makefile. turbocat 2022-02-22 22:16:42 +0000
  • e07e44044e Fix call to edit_box_key_safe in Eolite (fix r9719) Ivan Baravy 2022-02-21 15:55:35 +0000
  • 261b8cd448 eolite: initiate rebuild by new cmm Coldy 2022-02-21 13:27:41 +0000
  • 55a4e5cd76 cmm: - unused extern symbols now don't add to COFF symbol table (this reduce import table in executables) - extern symbols now also a dynamical variable (this suppress warning if variable is unused) Coldy 2022-02-21 12:27:22 +0000
  • 6cd77c47ef Update a file Magomed Kostoev (mkostoevr) 2022-02-20 16:00:47 +0000
  • bc7aa06428 KFM - small correction r7801, r7863, r7996. Now the size of the executable file has become smaller. Marat Zakiyanov 2022-02-18 21:42:21 +0000
  • 5052d133da eolite: switched to autoimport Coldy 2022-02-18 18:41:31 +0000
  • d37b797def libc.obj: Update fasm sample for auto load & linking Coldy 2022-02-15 16:43:51 +0000
  • 143d7b8027 C--: Fixed con_set_title. turbocat 2022-02-13 13:53:48 +0000
  • 4633866c71 Newlibc: Added wrapper for all console.obj functions. turbocat 2022-02-13 13:51:56 +0000
  • 182f6ade61 small update copyright year in kernel Doczom 2022-02-12 17:27:41 +0000
  • 3920d392b0 cmm: fixed bug (double free error) for #undef directive Coldy 2022-02-12 12:40:07 +0000
  • db0f7a7b77 libimg: Implement more bit depth conversion routines Ivan Baravy 2022-02-10 00:50:25 +0000
  • cde7c5bb44 fix lable name Kirill Lipatov (Leency) 2022-02-09 22:56:15 +0000
  • ef08bb2ad0 menu.dat: fix @reshare path (as @-items are parsed as section names) Kirill Lipatov (Leency) 2022-02-09 22:40:12 +0000
  • 39780d1f65 delete APPDATA.mem_start Doczom 2022-02-09 18:09:54 +0000
  • 707dc7c2e6 delete TASKDATA Doczom 2022-02-09 17:07:51 +0000
  • 1fdbd55957 CEdit: minor changes Anton Krotov 2022-02-08 21:57:18 +0000
  • 44bef28048 Updated c-- binary turbocat 2022-02-08 20:11:46 +0000
  • f816b2a086 cmm: fixed bug with searching for input files. turbocat 2022-02-08 20:08:54 +0000
  • 9d4f6fb10b сmm: fixed typo turbocat 2022-02-08 18:27:40 +0000
  • 30da4f7636 Added defines so as not to duplicate them in every tup file. turbocat 2022-02-08 17:38:15 +0000
  • 1ed46504bd Updated cmm binary turbocat 2022-02-08 17:27:49 +0000
  • a6ec339a43 cmm: - removed bad makefiles; - fixed output filename bug; - restored the processing of command line switches in windows style. turbocat 2022-02-08 17:16:25 +0000
  • b22d5729d4 cmm lib: prepare to autoimport Coldy 2022-02-08 14:04:23 +0000
  • a5713e0f60 cmm lib: fix autobuild Coldy 2022-02-08 09:51:56 +0000
  • a0ef0e0cd4 cmm lib, eolite: prepare to autoimports Coldy 2022-02-08 09:05:27 +0000
  • dac27e480b Kernel: apply security patch for 70 function(by Rgimad). Thanks Dunkaist for the corrections. turbocat 2022-02-07 21:07:07 +0000
  • 5b5a240f91 tcc: added funcs in defs, added ini.def, tiny.o Coldy 2022-02-07 16:58:03 +0000
  • 143be8c69e typo fixed turbocat 2022-02-07 14:22:52 +0000
  • 115b81881f cmm: - added __COFF__ predefined macro (for mark MSCOFF build); - edited makefiles (added compiler -fpack-struct=2 option/for correct struct packing) Coldy 2022-02-07 09:45:44 +0000
  • 28bfa13e88 fix prior Kirill Lipatov (Leency) 2022-02-06 23:22:57 +0000
  • 684ee81f3e Eolite: show correct size in bytes in Properties dialog (thanks Mario for the code snippet) Kirill Lipatov (Leency) 2022-02-06 23:16:38 +0000
  • 19347417f0 replacing TASK DATA.pid with APPDATA.tid Doczom 2022-02-06 20:33:29 +0000
  • 5f02a78eaf KFM - fixed the display of files larger than 4GB. Marat Zakiyanov 2022-02-06 20:05:54 +0000
  • 8f544cdd1d File Browser control - some code optimization for r9682 Marat Zakiyanov 2022-02-06 19:47:41 +0000
  • 2e3c29de7d Eolite: - do not autorefresh folder on FD and CD disks - if /kolibrios is mounted than set a var and do not reread it further - increase refresh disk and folder timeout to 1.5 seconds Kirill Lipatov (Leency) 2022-02-06 16:41:02 +0000
  • dd4011f6d1 use old geode binnary instead of autobuild version that is not working Kirill Lipatov (Leency) 2022-02-06 15:56:22 +0000
  • 4bd09002c4 rename binnary: geode.drv => geode.sys Kirill Lipatov (Leency) 2022-02-06 15:52:50 +0000