kolibrios/programs
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
..
bcc32 Neural network perceptron library 2022-03-01 16:10:23 +00:00
cmm c-- : 2022-04-21 20:05:08 +00:00
demos Update to ver 077 - edit subbmit fixed, fire bug fixed, see readme.txt for details. 2022-03-14 17:02:40 +00:00
develop ktcc: removed old files 2022-04-21 20:50:12 +00:00
emulator fix function name 'edit_box' to 'edit_box_draw' 2022-01-03 21:03:06 +00:00
fs KFM - fixed get_inf_dir and delete_dir for some cases 2022-03-30 21:55:55 +00:00
games Samples fix #2 + fridge makefile change 2022-04-06 15:32:56 +00:00
hd_load fix lable name 2022-02-09 22:56:15 +00:00
media clean code 2022-01-17 20:38:59 +00:00
network Whois: Now uses auto-import. 2022-01-18 19:50:12 +00:00
other Graph (branch: tcc_current): 2022-04-21 21:26:05 +00:00
system AMDtemp: added creating file for program "Graph". To save this file, write the path to it as a parameter. 2022-04-17 19:08:35 +00:00
testing PCIDEV: small update information 2022-03-15 04:12:55 +00:00
build_all.bat
config.inc
debug-fdo.inc Unify fdo.inc and debug-fdo.inc files. 2019-05-16 00:49:45 +00:00
debug.inc 1. loaddrv: show load drv result, show hint on error 2019-04-30 11:05:08 +00:00
dll.inc add new version 'load_lib.mac', 2020-11-20 19:47:45 +00:00
encoding.inc Add encoding.inc to /programs (copy from /kernel/trunk). 2020-11-06 18:18:04 +00:00
export.inc
gui_patterns.inc Palitra: refactoring, add shared icons 2021-12-26 00:49:38 +00:00
import.inc
kglobals.inc Copy /kernel/trunk/kglobals.inc to /programs directory. 2019-10-21 22:33:27 +00:00
KOSfuncs.inc Network device error/missed/dropped packet counters. 2021-07-07 19:26:17 +00:00
load_img.inc tinygl.obj: add some functions, 2020-12-18 10:03:16 +00:00
load_lib.mac load_lib.mac: add italian language 2021-02-03 12:43:01 +00:00
macros.inc do not include config.inc into IMG, use var in macros.inc as it was before 2022-01-09 10:00:41 +00:00
network.inc
proc32.inc
shell.inc
string.inc
struct.inc
use_fasm.lua Fix autobuild. 2021-05-22 19:09:11 +00:00
use_gcc.lua Added defines so as not to duplicate them in every tup file. 2022-02-08 17:38:15 +00:00
use_menuetlibc.lua Add -fgnu89-inline to menuetlibc related files. 2017-11-18 03:24:17 +00:00
use_msvc.lua Remove more duplicates: doexe2.asm, network.ini, etc. 2017-12-20 03:45:53 +00:00
use_newlib.lua
use_sdl_newlib.lua sdlquake: newlib 2021-01-05 13:00:22 +00:00
use_sdl.lua
use_sound.lua
use_tcc.lua typo fixed 2022-02-07 14:22:52 +00:00
use_tinygl.lua