Login

Subversion Repositories NedoOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1510 2022-08-04 21:24:10 alone /src/games/smb/ *kernel: OS_GETTIMER возвращает 32-битное число в dehl, а не hlde  
930 2021-03-01 01:39:30 alone /src/games/smb/ r921  
922 2021-02-28 19:25:01 baho /src/games/smb/ + src/_sdk/: Added "config" sub-directory for easy target configuration. Placed "syssets.asm" files for targets "atm2", "atm2hd", "atm3", "atm3hd", "atm3sd", "evo", "evsd-g", "pe26", "pe26sd" in corresponding sub-directories;
+ src/_sdk/: Added "bin" sub-directory for all executables. Moved existing "convega.exe" / "convega.bin", "nedopad.exe" / "nedopad.bin", "nedores.exe" / "nedores.bin", "nedotrd.exe" / "nedotrd.bin" to "bin/";
+ src/_sdk/convega/: Added compilation of "convega" tool for GNU/Linux host using Free Pascal compiler;
+ src/_sdk/: Updated "common.mk" and "setpath.bat" to use MinGW/MSYS tools for Windows NT host. Updated "iar.mk" for Windows NT host;
+ tools/: Added "mingw" sub-directory for tools from MinGW-W64 project, moved existing "make.exe" for Windows NT 32-bit host here. Added "README_en.md" and "README_ru.md" description files;
+ tools/: Added "msys" directory for tools from MinGW/MSYS project. Added "README_en.md" and "README_ru.md" description files. Added command-line tools for Windows NT 32-bit host: cat, cp, grep, iconv, mkdir, mv, rm, rmdir, sed, xz;
* tools/: Added "vhd" sub-directory for virtual images for HDD and SD card. Added "hdd_nedo.vhd.xz" and "sd_nedo.vhd.xz" archives with prepeared empty images here. Added "b.bat" script and "vhd.zip" with another scripts and description inside;
* tools/: Replaced no longer used "chkimg.bat" and "chkimg.sh" scripts with wrappers for "dmimg" - "dmimg-adddir.bat" for Windows NT host and "dmimg-adddir.sh" for GNU/Linux host for easy adding a directory's contents to an image file;
+ us/: Added "Makefile" to auto-create "sd_nedo.vhd" and "hdd_nedo.vhd" for testing purposes;
* src/: aynet (yad), basic, bdsc, browser, cmd, demos (noise, raytrace), emptyapp, fatfs4os, games (barbaria, br, eric, hws, isitar, loyd, midnight, montana2, nedoload, net, q1, slabage, smb, snake, solkey, sprexamp, tank, tetris, untangle, vera, wolf3d, zxbattle), gfxtest, hello, kernel, more, netterm, nv, ping, pkunzip, player, playtap, pt, rdtrd, reset, scratch, setfont, tar, telnet, term, texted, tp, unrar, untr, view, wrtrd, zxrar: Modified and added missing "Makefile" and "build.bat" to use "make" to build from sources on Windows NT host using MinGW/MSYS tools in the same way as on GNU/Linux host;
* src/: Modified "Makefile" to be used on GNU/Linux in the same way as on Windows NT;
+ src/: Added "builddir.bat" to be used for fast building using "Makefile" inside a sub-directories of the project. Replaced many "build.bat" scripts with call to this script;
* src/: Modified "make.bat", "makeall.bat", "mkatm2.bat", "mkatm2hd.bat", "mkatm3.bat", "mkatm3hd.bat", "mkatm3sd.bat", "mkevo.bat", "mkevsd-g.bat", "mkpe26.bat", "mkpe26sd.bat" files to use "Makefile".
 
874 2021-01-31 17:21:40 alone /src/games/smb/ *SETPG16K и т.д. теперь называются SETPG4000, SETPG8000, SETPGC000. curpg16k и т.д. теперь называются curpg4000, curpg8000, curpgc000. GET_KEY теперь называется OS_GETKEY. PRCHAR теперь называется OS_PRCHAR.
+обновлён список изменений
 
857 2021-01-28 16:02:10 baho /src/games/smb/ + tools/src/aspp, tools/aspp.exe: added new cross-platform version of "aspp";
- tools/aspp.sh: removed old version;
* fixed broken GNU/Linux build where possible (appeared in r578 by dimkam);
* repository cleanup, added many "svn:ignore" properties where needed.
 
660 2020-09-08 18:34:12 alone /src/games/smb/ ВАЖНОЕ ИЗМЕНЕНИЕ, ВСЕ ПРОГРАММЫ ПЕРЕКОМПИЛИРОВАНЫ!!!
+stdio, term: убраны задержки и печать курсора при рисовании больших объёмов данных
*kernel: системный обработчик прерываний не восстанавливает содержимое стека, это должны делать пользовательские обработчики, которые вызывают системный (пример в nedoos.txt)
+kernel: yield не содержит di
*noise, eric, wolf3d, sprexamp, smb, br, cardgame, evsummer: исправлены обработчики прерываний
 
595 2020-08-07 23:29:39 alone /src/games/smb/ -stdio, term: неправильно передавались события мыши
-stdio: было паразитное нажатие 0 при скролле
+sprexamp: в карту добавлен слой с координатами объектов, можно толкать врагов кнопкой S, скорость бега снижена
 
594 2020-08-07 14:34:49 alone /src/games/smb/ *smb: поскольку записанное прохождение 8-2 не работает с MULTITASKING=1 и вообще так медленнее, возвращаем MULTITASKING=0 (задачи переключать нельзя, пока не выйдешь из игры)  
593 2020-08-06 22:37:17 alone /src/games/smb/ +cmd: поддерживаются команды типа dir |more.com
+листалка more (берёт данные из stdin до EOF)
-kernel: неправильно закрывались пайпы
 
583 2020-08-04 20:37:45 alone /src/games/smb/ +сделал вторую половинку build'ов (которая отвечает за запись при отдельном запуске) везде одинаковую, кроме games, там тоже везде одинаковая
+расставил везде HIDEFROMPARENT, где надо, в том числе в term и netterm
*sprexamp: трекинг камера получше
*убрал 3ws из автозапуска
*в версии для Pentagon2.666LE SD-карта с 4 нопами вместо одного между доступами к портам SD-карты
 
555 2020-07-24 01:22:07 alone /src/games/smb/ *autoexec.bat: возвращён nv  
524 2020-07-15 18:30:25 alone /src/games/smb/ +добавлена утилита curl для заливки приложений на Speccy на лету (DimkaM), также исправлен autoexec.bat для этого - пример использования в scratch/runcurl.bat
-smb: не игралась дема (выход из проигрывания - D, при этом включается запись новой, сохранение на диск - V)
 
507 2020-07-06 23:11:00 alone /src/games/smb/ -kernel: не помещался в 0x3b00
-br, smb: оставляли кнопку в буфере
+kernel: OS_GETKEYMATRIX возвращает nz при отсутствии фокуса
 
505 2020-07-04 20:37:01 alone /src/games/smb/ +kernel: защита экрана задач друг от друга (автоматически выключаются экранные страницы и очищаются переменные страниц экрана, а при получении фокуса включаются обратно)
+untangle, browser, scratch, smb, br: поддержана работа с защитой экрана
 
489 2020-06-19 06:43:37 baho /src/games/smb/ - fatfs4os/ff_sj.asm: Removed because of unknown license of used code;
* fatfs4os/Makefile: Switched back to use raw binary "fatfs.raw" file;
* games/Makefile: added possibility to use different installation directory;
* kernel/build.bat: Fixed local file name for target "hobeta";
* kernel/hobeta.asm: Fixed local file name for target "hobeta";
* kernel/Makefile: Added local target "hobeta";
* Makefile: Rewritten to follow dependencies correctly;
* Makefiles for basic, browser, cmd, emptyapp, modplay, nv, ping, pkunzip, player, reset, scratch, setfont, tar, telnet, texted, unrar, view, zxrar: Fixed creation of sub-directories, added possibility to use different installation directory;
* Makefiles for games (br, eric, smb, snake, tank, tetris, untangle, wolf3d): Fixed installation of resources, added possibility to use different installation directory;
* mkatm3hd.bat, mkatm3sd.bat, mkevo.bat, mkevsd-g.bat, mkpe26sd.bat: Fixed local file name for target "hobeta";
* README.linux: Updated, added description (Markdown-compatible syntax);
+ tools/Makefile: Initial commit.
 
480 2020-06-14 19:18:03 baho /src/games/smb/ + _sdk/common.mk, _sdk/iar.mk: Added common Makefile's macros;
* basic, browser, cmd, emptyapp, fatfs4os, kernel, modplay, nv, ping, pkunzip, player, reset, scratch, setfont, tar, telnet, texted, unrar, view, zxrar: Updated Makefiles to use common macros;
* games (br, eric, smb, snake, tank, tetris, untangle, wolf3d): Updated Makefiles to use common macros, fixed included filenames in source files;
* Makefile: Removed appsDM target;
* README.linux: Updated TODOs.
 
437 2020-05-12 00:54:16 alone /src/games/smb/ -smb: мог возникнуть сбой системы из-за sp<0x3b00
+wolf3d: спрайты с текстурой и прозрачностью
 
434 2020-05-09 17:53:03 alone /src/games/smb/ +current pages are kept in CURPG16K CURPG32KLOW CURPG32KHIGH  
421 2020-04-21 15:51:58 dimkam /src/games/smb/ fix make files  
414 2020-04-19 16:50:55 alone /src/games/smb/ +br: English version of Epopee added
-smb: Luigi controls fixed
 

Show All