Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9797 734 d 21 h dunkaist / [autobuild] Fix asm-only and no-gcc build  
9796 734 d 23 h dunkaist /kernel/trunk/docs/ Translate documentation of sf68.31 into English  
9795 735 d 2 h dunkaist /data/ [autobuild] Split command list even more to avoid 'execl: Argument list too long'  
9794 735 d 6 h Doczom /kernel/trunk/core/ fixed kernel malfunction when loading a program with mem_size > os_base .  
9793 735 d 10 h turbocat /contrib/sdk/sources/libvorbis-1.3.7/ Added libvorbis to autobuild  
9792 735 d 10 h turbocat /contrib/sdk/sources/SDL_mixer-1.2.12/ SDL_mixer added to autobuild  
9791 735 d 10 h turbocat /contrib/sdk/sources/libogg-1.3.5/ Added libogg to autobuild  
9790 735 d 11 h turbocat /contrib/games/wolf3d/ wolf3d:
- Now used standart SDL timer functions;
- Removed old files and useless functions.
 
9789 735 d 12 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL:
- Audio refactoring;
- Delete old menuetos wrappers;
- Fixed tupfile(speed ​​optimization flags) and makefile.
 
9788 735 d 12 h turbocat /contrib/sdk/sources/newlib/libc/include/sys/ ksys.h:
- Added SF 68.1 and SF 68.14 wrappers
- Added SLOT_STATE enum.
 
9787 735 d 14 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL: remove mentions of menuetos in video src  
9786 735 d 23 h turbocat /programs/develop/ktcc/trunk/libc.obj/include/sys/ ksys.h for tcc (duplicate r9784)  
9785 736 d 0 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL:
- Refactoring;
- Fixed mouse bug;
- Added middle mouse button support.
 
9784 736 d 0 h turbocat /contrib/sdk/sources/newlib/libc/include/sys/ ksys.h:
- Fixed thread info struct;
- Added SF 63.3 wrapper;
- Added SF 18.19 universal wraper;
- Fixed ksys_pos_t.
 
9783 737 d 2 h Coldy /programs/develop/ktcc/trunk/source/ fix autobuild  
9782 737 d 2 h Coldy /programs/develop/ktcc/trunk/ ktcc: added __attribute__((dllimport)) support  
9781 737 d 4 h vitalkrilov /programs/ added feature (which was expected to be) of custom HELPERDIR for some Tupfile's (btw there are still many files with same problem)  
9780 737 d 22 h Doczom /programs/system/shell/ add new function - lsmod
This function input list loaded drivers.
 
9779 737 d 22 h Doczom /kernel/trunk/docs/ Add documentation on 68.31 sysfn  
9778 739 d 22 h vitalkrilov /programs/other/graph/branches/tcc_current/ 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.
 
9777 739 d 23 h turbocat /programs/develop/ktcc/trunk/ ktcc: removed old files  
9776 739 d 23 h turbocat /programs/ c-- :
- Fixed strange Sign size.
 
9775 741 d 0 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/math/ libc.obj: added tan.asm  
9774 741 d 0 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- Added inttypes header;
- Fixed warnings in mouse api wrappers;
- Preparation for build only via tcc+fasm.
 
9773 741 d 2 h vitalkrilov /programs/develop/ktcc/trunk/ libc.obj: updated libc.def, fixed bug with log10  
9772 741 d 2 h vitalkrilov /programs/develop/ktcc/trunk/libc.obj/ libc.obj: added log2, log10, round functions  
9771 744 d 0 h Doczom /programs/system/amd_temp_view/ AMDtemp: added creating file for program "Graph". To save this file, write the path to it as a parameter.  
9770 745 d 21 h turbocat /contrib/games/opentyrian/ OpenTyrian: refactoring, fixed launch from game center.  
9769 745 d 21 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/video/ SDL: now window is always centered.  
9768 746 d 5 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL: Refactoring part1  
9767 746 d 6 h turbocat / ksys.h:
- Added to Newlib and should be in sync with the file from libc.obj;
- Added new wrappers.
 
9766 746 d 10 h turbocat /programs/develop/ktcc/trunk/ Update skipped files in previous commit  
9765 746 d 11 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/ 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.
 
9764 748 d 19 h vitalkrilov /programs/ 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(...).
 
9763 749 d 19 h vitalkrilov /programs/other/graph/branches/tcc_current/ Graph (branch: tcc_current): added missing files... (oops)  
9762 749 d 19 h vitalkrilov / 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.
 
9761 750 d 20 h vitalkrilov /programs/develop/ktcc/trunk/ libc.obj: added missing sqrt, cosh functions
libc.def: added sqrt, cosh, sin, tan functions
 
9760 752 d 13 h Doczom /programs/system/amd_temp_view/ AMDtemp: added creating file for program "Graph". File creats on ram disk.  
9759 755 d 4 h maxcodehack / Samples fix #2 + fridge makefile change  
9758 755 d 4 h maxcodehack /contrib/sdk/samples/ c/c++ samples refactoring