The main KolibriOS repository
Go to file
vitalkrilov 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.

git-svn-id: svn://kolibrios.org@9778 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-04-21 21:26:05 +00:00
_tools [WS] Inform about unexisting compilers and qemu 2021-12-08 16:15:21 +00:00
contrib OpenTyrian: refactoring, fixed launch from game center. 2022-04-15 22:29:16 +00:00
data Graph: manual corrected. 2022-04-12 00:39:36 +00:00
drivers Rhine: Improved chip detection 2022-03-26 22:16:23 +00:00
kernel kernel: changed "/rd/1" to "/sys" (at least for returning normal work in UEFI mode with non-ramdisk "/sys" directory) 2022-04-02 23:04:09 +00:00
programs Graph (branch: tcc_current): 2022-04-21 21:26:05 +00:00
skins Add GX_Violet skin from ConLenov 2022-03-29 12:17:52 +00:00
build.txt Fixed all misuse of "/rd/1" (changed to "/sys"; all except "/programs/*" and "/kernel/*") 2022-01-06 19:34:04 +00:00
tup.config.template - Added teatool to autobuild 2020-12-24 22:38:37 +00:00