Login

Subversion Repositories NedoOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1955 2024-02-16 16:55:49 lvd /tools/ +mhmt:
Fix a bug in megalz packer that was generating extra '1' bit for stop code.

This causes incompatibility of newer produced packed files with older C depacking code,
because that code was also expecting that extra '1' bit.

However, already existing Z80 depackers are fine.
 
1574 2022-09-26 19:20:23 salex /tools/ Добавлена сборка sdcc
make sdcc
make clean-sdcc

НО НЕ make all / make clean !
 
1538 2022-09-16 17:25:45 lvd /tools/ uzhasmplus: rebuilt sjasmplus.exe with 1.20.1  
1537 2022-09-16 16:55:01 lvd /tools/ uzhasmplus: src->1.20.1  
1495 2022-07-22 20:59:52 alone /tools/ +утилиты для сборки tap  
1434 2022-05-26 00:33:33 Kulich /tools/  
1428 2022-05-15 11:51:50 alone /tools/  
1427 2022-05-12 20:22:10 alone /tools/  
1426 2022-05-11 22:28:33 alone /tools/  
1419 2022-05-01 23:04:48 alone /tools/  
1344 2021-10-30 19:22:46 alone /tools/ *perl заменён на версию 32bit (64bit работала не везде)  
1233 2021-08-23 10:44:44 lvd /tools/ * tools/src/dmimg: fixed trivial typos in what dmimg prints  
1232 2021-08-23 10:02:50 lvd /tools/ + tools/src/mkfs.fat: port to mingw  
1231 2021-08-23 08:40:05 lvd /tools/ + tools/src/mkfs.fat: port to mingw  
1229 2021-08-22 23:22:55 lvd /tools/ + tools/src/mkfs.fat: added (unfinished) port of mkfs.fat from dosfstools  
1222 2021-08-20 18:10:25 dimkam /tools/ увеличены размеры образов sd-карты и hdd до 512мб  
1216 2021-08-19 13:33:02 lvd /tools/ nedoos: an attempt to increase image size for sd_nedo  
1094 2021-06-19 14:49:28 alone /tools/ +в репозиторий добавлены perl (для Evo SDK) и CC3250.DLL (для ufo2). Но Java, не требующую установки, найти не удалось.  
968 2021-03-25 15:45:08 alone /tools/ +nedores: добавлен импорт ч/б картинки по столбцам (W)
-не хватало images.exe (Mac Buster)
 
932 2021-03-06 23:51:11 alone /tools/ +vera: добавлено мигание стрелок в мешке  
930 2021-03-01 01:39:30 alone /tools/ r921  
923 2021-02-28 20:47:08 baho /tools/ src/: Fixed target configuration in "mkatm2.bat", "mkatm2hd.bat", "mkatm3.bat", "mkatm3hd.bat", "mkatm3sd.bat", "mkevo.bat", "mkevsd-g.bat", "mkpe26.bat", "mkpe26sd.bat" (target was not set correctly);
src/fatfs4os: Fixed "Makefile" on Windows NT (keep "fatfs.exp" and "fatfs.raw" files when performing "clean");
tools/: Modified "Makefile" (passed $(MFLAGS) to $(MAKE)).
 
922 2021-02-28 19:25:01 baho /tools/ + 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".
 
857 2021-01-28 16:02:10 baho /tools/ + 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.
 
828 2020-12-24 19:20:28 dimkam /tools/ hddfdisk добавлен инсталлятор tasis'а  
626 2020-08-23 22:18:31 lvd /tools/ added chkimg.sh by DimkaM  
625 2020-08-23 21:26:11 lvd /tools/ uzhasm: added command line argument to emit virtual address labels in LABELSLIST  
623 2020-08-23 18:26:35 dimkam /tools/ sjasm собрал exe  
622 2020-08-23 17:08:44 lvd /tools/ uzhasm: now virt labels are emitted as ':xxxx label'  
578 2020-08-01 17:10:21 dimkam /tools/ убираю костыли от baho  
557 2020-07-24 12:58:45 lvd /tools/ ujasm: reverted to using _CERR instead of cerr << termcolor::* in single forgotten place  
556 2020-07-24 09:09:33 dimkam /tools/ собрал sjasmplus.exe  
554 2020-07-23 23:06:14 lvd /tools/ ujasm: errors coloring fixes  
553 2020-07-23 22:54:35 dimkam /tools/ собрал sjasmplus.exe  
552 2020-07-23 22:39:33 lvd /tools/ ujasm: moved to termcolor library  
551 2020-07-23 21:42:52 lvd /tools/ ujasm: errors should be RED now (ansi codes used, dunno if they work in ШЫШНДОШС)  
542 2020-07-20 19:49:01 dimkam /tools/ unreal_fix(lvd): added a branch of 0.39.0 where labels loaded from user.l are now always virtual  
541 2020-07-20 18:33:43 lvd /tools/ nedoos: quick hack for uzhasm to emit user.l with 'virtual' z80 addresses  
540 2020-07-20 18:28:18 lvd /tools/ nedoos: removed older sjasm 1.13.1 from sources (use previous commit if you want it)  
539 2020-07-20 18:27:41 lvd /tools/ nedoos: upgraded sjasm to 1.15.1