HelenOS
HelenOS-doc
HelenOS-historic
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS
(root)
/
trunk
/
uspace
/
app
/
tetris
/
scores.c
@ 4692
– Rev 4573
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
4573
5605 d 21 h
svoboda
/trunk/
Automatically try to mount FAT from disk0 on /data upon boot. Save Tetris score there. Automatically create disk image in sample config files, if it does not already exist. This tentatively reaches the Milanstone (t.m.).
4565
5609 d 12 h
svoboda
/trunk/uspace/app/tetris/
Tetris high-score table now persists across multiple Tetris executions (and also propagate between concurrently running instances). It is much more stupid than the original BSD implementation, but it works.
4515
5623 d 20 h
decky
/trunk/uspace/app/tetris/
slightly cleanup the horrible mess of tetris
introduce colors
4488
5629 d 11 h
decky
/trunk/uspace/app/
update for latest I/O changes
4268
5683 d 23 h
svoboda
/trunk/uspace/
str_cpy() and str_ncpy() in userspace. Nuke strcpy() and strncpy().
4266
5684 d 8 h
svoboda
/trunk/uspace/
strdup() -> str_dup()
4264
5684 d 10 h
svoboda
/trunk/uspace/
Nuke strcpy() and strcmp().
4258
5685 d 11 h
svoboda
/trunk/uspace/app/tetris/
Allow UCS in Tetris highscores.
3088
5994 d 16 h
decky
/trunk/uspace/app/tetris/
conding style
2479
6340 d 17 h
jermar
/trunk/
New, better-structured, directory layout for uspace.
1787
6687 d 12 h
decky
/
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot
1653
6721 d 11 h
cejka
/uspace/trunk/
Doxygen comments.
1590
6723 d 10 h
cejka
/uspace/trunk/tetris/
Tetris has now a new menu.
Hiscore table added.
1466
6728 d 15 h
palkovsky
/uspace/trunk/
Fix incorrect timeout handling in async framework.
Start tweak the tetris code.
1419
6734 d 9 h
jermar
/uspace/trunk/tetris/
Import BSD tetris from OpenBSD.
Needs to be integrated and ported.