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
8090 1309 d 17 h IgorA /programs/media/img_transform/ update: add vertical and horizontal lines for align image  
8088 1309 d 20 h dunkaist / Replace some hardcoded /rd/1 paths with /sys.  
8084 1310 d 1 h maxcodehack /programs/games/fridge/ Fridge
- Add victory screen, and print to board a message
- Add random restart
 
8083 1312 d 12 h IgorA /programs/develop/ update 'load_lib.mac', update 'info3ds', fix 'kol_f_edit'  
8082 1315 d 20 h maxcodehack /programs/games/fridge/ FIX 3  
8081 1315 d 20 h maxcodehack /programs/games/fridge/ FIX2
Add pictures to the game
 
8080 1315 d 20 h maxcodehack /programs/games/fridge/ Add original pictures to game  
8079 1319 d 1 h maxcodehack /programs/games/fridge/ Add screenshot and compilation script  
8078 1320 d 14 h superturbocat2001 /programs/system/shell/cmd/ Fixed build of the Russian version.  
8077 1320 d 14 h superturbocat2001 /programs/system/shell/system/ Add fs info header  
8076 1320 d 14 h superturbocat2001 /programs/system/shell/ add makefile template  
8075 1320 d 14 h superturbocat2001 /programs/system/shell/cmd/ Added info command to shell  
8074 1320 d 14 h superturbocat2001 /programs/system/shell/ Added file for build configuration in linux.  
8073 1320 d 15 h superturbocat2001 /programs/other/TinyHashView/ initial commit.  
8072 1320 d 16 h maxcodehack /programs/games/fridge/ Fix first level, colors  
8071 1320 d 23 h maxcodehack /programs/games/fridge/ Add "Pilot's fridge" game  
8069 1322 d 12 h IgorA /programs/develop/libraries/TinyGL/asm_fork/ possible smooth buffer resizing,
fix and clean code,
fix and update examples
 
8063 1326 d 1 h IgorA /programs/develop/libraries/TinyGL/asm_fork/ optimize, clean code  
8062 1327 d 11 h IgorA /programs/develop/libraries/TinyGL/asm_fork/ add function 'glOrtho', small optimize, clean code  
8059 1332 d 20 h IgorA /programs/develop/libraries/TinyGL/asm_fork/ add function 'gluPerspective',
fix function 'glFrustum'
 
8058 1351 d 16 h ConLenov /programs/games/solitaire/ Add Console Solitaire game  
8057 1351 d 18 h Boppan /programs/develop/ktcc/trunk/ Add library for importing functions from Box_lib.obj via tcc.  
8056 1353 d 20 h leency /programs/ force rebuilld  
8048 1390 d 21 h leency /programs/demos/3DS/ view3ds: fix name case  
8047 1390 d 21 h leency /programs/demos/3DS/ View3ds v0.7 by Maciej Guba  
8045 1399 d 12 h pavelyakov /programs/cmm/lib/ fix 2  
8044 1399 d 12 h pavelyakov /programs/cmm/lib/ fix  
8043 1408 d 22 h pavelyakov /programs/cmm/ fix error and add new example  
8042 1408 d 22 h pavelyakov /programs/cmm/lib/ rename file  
8040 1419 d 18 h hidnplayr /programs/network/sntp/ Fix some spelling  
8036 1423 d 17 h IgorA /programs/ t_edit: new algoritm text selection
img_transform: update program
 
8025 1426 d 11 h leency / house.3ds: smaller version by macgub
view3ds: mouse scroll support in edit mode; some keys support (+/-,up,down,left,right)
fb2read: search feature by akron1
 
8023 1428 d 11 h hidnplayr /programs/develop/libraries/http/ Always set connection closed flag after server closed connection and close from our end as well.  
8022 1430 d 10 h leency /programs/cmm/examples/ fix #2  
8021 1430 d 10 h leency /programs/cmm/menu/ fix prior  
8020 1430 d 10 h leency /programs/cmm/ Eolite: fix paste
WebView: fix space in the end of value
menu: refine params
 
8017 1432 d 10 h leency /programs/cmm/ fix build  
8016 1432 d 10 h leency /programs/cmm/ WebView:
- fix unclosed <font> tag
- use collection_int for colors
- download images, no draw yet
 
8015 1432 d 14 h leency /programs/ small fixes  
8014 1432 d 16 h leency /programs/demos/3DS/ View 3DS 0.69 by macgub:
1. 32bit vertices indexes and ability to load whole RAM limited objects. (Above 65535 vertices and triangles).
2. I switch off painters algotithm mode (depth sorting). In app impelementetion it has limited vertices count and produce less quality image than Z buffer Catmull algo. In addition this switch off reduces app size.