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
9354 904 d 5 h turbocat /contrib/sdk/sources/newlib/libc/ Newlibc: Added con_set_title wrapper  
9346 907 d 12 h Coldy /contrib/sdk/sources/newlib/libc/sys/ newlib: fixed incorrect work with relative path
(previously /sys/open.c buildpath added an extra slash
after the current working directory)
 
9288 917 d 1 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/ SDL: Rollback to stable revision 9172.  
9244 933 d 2 h turbocat /contrib/games/opentyrian/src/ OpenTyrian: Fixed VERSION and disabled exit, on unsupported scaling  
9214 963 d 5 h turbocat /contrib/sdk/sources/PDCurses/ Added PDCurses library(uses SDL)  
9213 963 d 7 h turbocat /contrib/games/wolf3d/ Wolf3D: uSDL is no longer needed.  
9212 963 d 7 h turbocat /contrib/games/opentyrian/SDL/ OpenTyrian:
- uSDL_Delay is no longer needed.
 
9211 963 d 7 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL:
- Fixed SDL_Delay.
- Refactoring
 
9203 971 d 6 h turbocat /contrib/sdk/sources/sound/ libsound: Added build for TCC  
9202 971 d 7 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL: Adapted for building with TCC. Refactoring  
9172 996 d 1 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/ SDL for NewLibc:
- Updated Hermes library (from SDL 1.2.15) to fix SDL_Flip crash when using bpp = 32.
- Updated example
 
9171 997 d 3 h turbocat /contrib/games/opentyrian/ OpenTyrian: Added to autobuild  
9170 997 d 4 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/video/menuetos/ SDL for NewLibc: Added fake conversion to utf8 for compatibility.  
9169 997 d 6 h turbocat /contrib/games/opentyrian/ OpenTyrian: Sources uploaded  
9133 1017 d 2 h turbocat /contrib/games/wolf3d/ Wolf3d:
- Does not terminate if there is no sound.
- Added --nosound parameter.
- Fixed uSDL_Delay again.
 
9124 1022 d 5 h turbocat /contrib/games/wolf3d/ Wolf3D:
- Added automatic adjustment to the screen
 
9123 1022 d 22 h turbocat /contrib/games/wolf3d/SDL/ Wolf3D:
- Fixed in-game time.
- Fixed incorrect implementation of SDL_Delay.
- Achieved maximum smoothness.
 
9097 1030 d 4 h turbocat /contrib/games/wolf3d/ Wolf3D:
- Fixed speed.
- Fixed lags.
- Returned --res parameter
 
9041 1051 d 3 h turbocat /contrib/media/fplay/ Fplay:
Deleted Tupfile.lua
 
9040 1051 d 3 h turbocat /contrib/media/fplay/ Fplay:
Added to autobuild.
 
9025 1051 d 9 h turbocat /contrib/media/fplay/ Fixed Fplay opendialog crash  
8941 1065 d 1 h turbocat /contrib/sdk/sources/sqlite3/shell/ SQLite3
Disable con_init_opt(causes strange console behavior)
 
8939 1065 d 2 h turbocat /contrib/sdk/sources/sqlite3/ SQLite3:
an attempt to fix an autobuild (2)
 
8938 1065 d 2 h turbocat /contrib/sdk/sources/sqlite3/ SQLite3:
an attempt to fix an auto assembly
 
8937 1065 d 3 h turbocat /contrib/sdk/sources/sqlite3/ SQLite3:
removed unnecessary define during compilation
 
8935 1065 d 3 h turbocat /contrib/sdk/sources/sqlite3/ SQLite3:
- shell and library added to autobuild
 
8931 1066 d 2 h turbocat /contrib/sdk/sources/sqlite3/ SQLite3:
Porting completed (demo VFS adapted for KolibriOS).
Now it can be used)
 
8930 1066 d 3 h turbocat /contrib/sdk/sources/newlib/libc/sys/ Newlibc:
- Added a wrapper over con_init (for set console title);
 
8880 1070 d 4 h turbocat /contrib/sdk/sources/newlib/libc/ Newlibc:
Update Tupfile
 
8879 1070 d 4 h turbocat /contrib/sdk/sources/newlib/libc/ Newlibc:
Added getcwd and dirname
 
8777 1082 d 7 h turbocat /contrib/sdk/sources/newlib/libc/ Newlibc:
- Fixed bug with input to the console (when clicking on "backspace" characters were not deleted).
- Added _NO_STDERR macro for redirecting "stderr" to the console
 
8771 1083 d 22 h dunkaist /contrib/sdk/sources/zlib/ Fix autobuild.  
8770 1084 d 2 h turbocat /contrib/sdk/sources/zlib/ Trying to fix the ZLIB build  
8769 1084 d 3 h turbocat /contrib/other/jumpnbump/ Jumpnbump:
- Now uses zlib dynamically
 
8768 1084 d 3 h turbocat /contrib/sdk/sources/zlib/ ZLIB:
- Fixed typo
 
8767 1084 d 3 h turbocat /contrib/sdk/sources/zlib/ ZLIB:
Fix lib path
 
8766 1084 d 3 h turbocat /contrib/sdk/sources/zlib/ ZLIB:
- It is now autobuild as a dynamic library(PE DLL).
 
8760 1086 d 8 h turbocat /contrib/sdk/sources/sqlite3/ Added libsqlite3:
Attention! The port is not currently working! SQLITE VFS must be adapted!
(The commit was made so as not to lose progress)
 
8759 1087 d 23 h turbocat /contrib/sdk/sources/newlib/libc/ newlibc:
Added new functions:
- dir.h: mkdir, rmdir, chdir
- dirent.h: alphasort, opendir, closedir, readdir, rewinddir, seekdir, telldir, scandir
 
8758 1088 d 6 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL:
- Can be compiled as a PE DLL