Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
8088 1304 d 6 h dunkaist / Replace some hardcoded /rd/1 paths with /sys.  
/data/common/settings/system.ini
/kernel/trunk/data32.inc
/kernel/trunk/docs/sysfuncs.txt
/programs/develop/libraries/box_lib/asm/trunk/data.inc
/programs/develop/libraries/box_lib/load_lib.mac
/programs/system/icon_new/icon.asm
/programs/system/os/kolibri.asm
/programs/system/os/modules.inc
/programs/system/skincfg/trunk/idata.inc
/programs/system/taskbar/trunk/MOI.INC
8087 1304 d 6 h dunkaist /kernel/trunk/ Initialize APPDATA.{fd,bk}_ev fields for kernel threads.

This prevents crash in event.inc:RemoveEventTo because of
zero pointer dereference.
 
/kernel/trunk/kernel.asm
8086 1304 d 7 h dunkaist /kernel/trunk/ Fix random boot issue: 'Failed to start first app'

Access to BOOT.dev variable was sometimes done with obsolete
offset from non-flat-kernel ages. If you are unlucky, the ramdisk
is not loaded and launcher app is not started.
 
/kernel/trunk/boot/rdload.inc
/kernel/trunk/kernel.asm
8085 1304 d 7 h dunkaist /kernel/trunk/ Edit memmap to increase space for the kernel.

Move TMP_STACK_TOP and sys_proc higher.
Add a static assert to save some time in the future.
 
/kernel/trunk/const.inc
/kernel/trunk/data32.inc
/kernel/trunk/memmap.inc
8084 1304 d 12 h maxcodehack /programs/games/fridge/ Fridge
- Add victory screen, and print to board a message
- Add random restart
 
/programs/games/fridge/fridge.c
/programs/games/fridge/how_to_compile.txt
8083 1306 d 23 h IgorA /programs/develop/ update 'load_lib.mac', update 'info3ds', fix 'kol_f_edit'  
/programs/develop/info3ds/info3ds.asm
/programs/develop/info3ds/info3ds_u.asm
/programs/develop/info3ds/info_o3d.inc
/programs/develop/kol_f_edit/kol_f_edit.asm
/programs/develop/libraries/box_lib/load_lib.mac
8082 1310 d 6 h maxcodehack /programs/games/fridge/ FIX 3  
/programs/games/fridge/how_to_compile.txt
/programs/games/fridge/kolibri_libimg.h
8081 1310 d 6 h maxcodehack /programs/games/fridge/ FIX2
Add pictures to the game
 
/programs/games/fridge/h.png
/programs/games/fridge/kolibri_libimg.h
/programs/games/fridge/v.png
/programs/games/fridge/fridge.kex
/programs/games/fridge/fridge.c
8080 1310 d 7 h maxcodehack /programs/games/fridge/ Add original pictures to game  
/programs/games/fridge/compile.sh
/programs/games/fridge/fridge.c
/programs/games/fridge/screen.png
8079 1313 d 12 h maxcodehack /programs/games/fridge/ Add screenshot and compilation script  
/programs/games/fridge/compile.sh
/programs/games/fridge/screen.png
8078 1315 d 1 h superturbocat2001 /programs/system/shell/cmd/ Fixed build of the Russian version.  
/programs/system/shell/cmd/cmd_rmdir.c
8077 1315 d 1 h superturbocat2001 /programs/system/shell/system/ Add fs info header  
/programs/system/shell/system/fs.h
8076 1315 d 1 h superturbocat2001 /programs/system/shell/ add makefile template  
/programs/system/shell/.makefile
8075 1315 d 1 h superturbocat2001 /programs/system/shell/cmd/ Added info command to shell  
/programs/system/shell/cmd/cmd_info.c
8074 1315 d 1 h superturbocat2001 /programs/system/shell/ Added file for build configuration in linux.  
/programs/system/shell/configure
8073 1315 d 1 h superturbocat2001 /programs/other/TinyHashView/ initial commit.  
/programs/other/TinyHashView
/programs/other/TinyHashView/BUILD_KEX.SH
/programs/other/TinyHashView/LICENSE
/programs/other/TinyHashView/algorithms
/programs/other/TinyHashView/algorithms/md5.c
/programs/other/TinyHashView/algorithms/md5.h
/programs/other/TinyHashView/algorithms/sha1.c
/programs/other/TinyHashView/algorithms/sha1.h
/programs/other/TinyHashView/algorithms/sha256.c
/programs/other/TinyHashView/algorithms/sha256.h
/programs/other/TinyHashView/build_kex_kossdk.bat
/programs/other/TinyHashView/installer
/programs/other/TinyHashView/installer/ASSOC.INI
/programs/other/TinyHashView/installer/SETUP.SH
/programs/other/TinyHashView/installer/icons32.png
/programs/other/TinyHashView/kos32sys.h
/programs/other/TinyHashView/makefile
/programs/other/TinyHashView/notify.h
/programs/other/TinyHashView/thashview.c
8072 1315 d 2 h maxcodehack /programs/games/fridge/ Fix first level, colors  
/programs/games/fridge/fridge.c
/programs/games/fridge/fridge.kex
8071 1315 d 10 h maxcodehack /programs/games/fridge/ Add "Pilot's fridge" game  
/programs/games/fridge
/programs/games/fridge/fridge.c
/programs/games/fridge/fridge.kex
8070 1316 d 14 h ConLenov /skins/ConLenov/Guzel_magic/ Fix color to Guzel_magic skin  
/skins/ConLenov/Guzel_magic/oper.bmp
8069 1316 d 23 h IgorA /programs/develop/libraries/TinyGL/asm_fork/ possible smooth buffer resizing,
fix and clean code,
fix and update examples
 
/programs/develop/libraries/TinyGL/asm_fork/clip.asm
/programs/develop/libraries/TinyGL/asm_fork/examples/gears.asm
/programs/develop/libraries/TinyGL/asm_fork/examples/test0.asm
/programs/develop/libraries/TinyGL/asm_fork/examples/test1.asm
/programs/develop/libraries/TinyGL/asm_fork/examples/test2.asm
/programs/develop/libraries/TinyGL/asm_fork/examples/test3.asm
/programs/develop/libraries/TinyGL/asm_fork/examples/test_glu0.asm
/programs/develop/libraries/TinyGL/asm_fork/init.asm
/programs/develop/libraries/TinyGL/asm_fork/kosgl.asm
/programs/develop/libraries/TinyGL/asm_fork/list.asm
/programs/develop/libraries/TinyGL/asm_fork/misc.asm
/programs/develop/libraries/TinyGL/asm_fork/tinygl.asm
/programs/develop/libraries/TinyGL/asm_fork/vertex.asm
/programs/develop/libraries/TinyGL/asm_fork/zbuffer.asm
/programs/develop/libraries/TinyGL/asm_fork/zbuffer.inc
/programs/develop/libraries/TinyGL/asm_fork/zgl.inc
/programs/develop/libraries/TinyGL/asm_fork/zline.asm
/programs/develop/libraries/TinyGL/asm_fork/zline.inc
/programs/develop/libraries/TinyGL/asm_fork/zline_r.inc
/programs/develop/libraries/TinyGL/asm_fork/ztriangle.asm
/programs/develop/libraries/TinyGL/asm_fork/ztriangle.inc

Show All