[Freedos-devel] [FreeDOS-Devel] FOSS Game crobots

2024-05-30 Thread Richard Stoltenberg via Freedos-devel
https://tpoindex.github.io/crobots/ crobots is now FOSS opensource robot learning game for kids: gplv2 https://tpoindex.github.io/crobots/ from site: Documentation The original manual for CROBOTS is in docs/crobots_manual.html .

Re: [Freedos-devel] Back at it with DOG

2024-05-30 Thread Eric Auer via Freedos-devel
Hi and welcome back, Wolf :-) I used to map a virtual drive to a folder on Linux - but like you found, I sometimes had problems with that (not all the time, just sometimes) so I stopped doing that. When I need to get access to my virtual drive, I use guestmount from the libguestfs package to "

Re: [Freedos-devel] Back at it with DOG

2024-05-30 Thread Wolf Bergenheim via Freedos-devel
On Thu, May 30, 2024 at 4:50 PM Steve Nickolas via Freedos-devel < freedos-devel@lists.sourceforge.net> wrote: > On Thu, 30 May 2024, Wolf Bergenheim via Freedos-devel wrote: > > > I'm using Borland C++ 3.1 for now as that's the compiler I used 22 years > > ago... Looks like porting to Watcom will

Re: [Freedos-devel] Back at it with DOG

2024-05-30 Thread Wolf Bergenheim via Freedos-devel
On Thu, May 30, 2024 at 4:25 PM Jim Hall via Freedos-devel < freedos-devel@lists.sourceforge.net> wrote: > On Wed, May 29, 2024 at 9:53 PM Wolf Bergenheim via Freedos-devel > wrote: > > > > What do your dev environments look like? How do you make an efficient > > edit-build-test cycle? Has anyone

[Freedos-devel] one more proposal for upload via fdnpkg

2024-05-30 Thread Wilhelm Spiegl via Freedos-devel
Hi, its once again me. At the fd gitlab account there is a game called row4, (four in a row) see: https://gitlab.com/FreeDOS/games/row4 This version is out of date. There is an update at the programmers site, see:   https://akfoerster.de/dl/software/dos/fdos/ROW4.ZIP The game runs in english

Re: [Freedos-devel] Back at it with DOG

2024-05-30 Thread Steve Nickolas via Freedos-devel
On Thu, 30 May 2024, Wolf Bergenheim via Freedos-devel wrote: I'm using Borland C++ 3.1 for now as that's the compiler I used 22 years ago... Looks like porting to Watcom will require a bit of work... It is something I want to do eventually, I think. Just need to read up on the inline assembler

Re: [Freedos-devel] Back at it with DOG

2024-05-30 Thread Jim Hall via Freedos-devel
On Wed, May 29, 2024 at 9:53 PM Wolf Bergenheim via Freedos-devel wrote: > [..] > Now a question: > What are your dev setups like? I'm on a linux host computer and I've > been using both DOSBox and QEMU to build and test in. I find though > that it's a bit of a chore, since DOSBox crashes randomly

[Freedos-devel] ClamAV and FDT24xx

2024-05-30 Thread Wilhelm Spiegl via Freedos-devel
Hi, one more question about fixing a FDT24xx thing:   Clamav is NO part of FDT24xx, but it can be downloaded via fdnpkg: fdnpkg install clamv    (downloads in about 7 MB) fdnpkg install clamdb  (downloads in about 33 MB) --> alltogether in about 40 MB. Database Version 51 of clamdb is the lat

Re: [Freedos-devel] Back at it with DOG

2024-05-30 Thread Wolf Bergenheim via Freedos-devel
On Thu, May 30, 2024 at 11:52 AM Bernd Böckmann via Freedos-devel < freedos-devel@lists.sourceforge.net> wrote: > Hi Wolf, > > welcome to the mailing list. Great to hear you started working again on > DOG. Putting it on Github (or some other publicly accessible repo) sounds > like a good idea :) >

Re: [Freedos-devel] Back at it with DOG

2024-05-30 Thread Bernd Böckmann via Freedos-devel
Hi Wolf, welcome to the mailing list. Great to hear you started working again on DOG. Putting it on Github (or some other publicly accessible repo) sounds like a good idea :) Looking at https://gitlab.com/FreeDOS/util/dog, that seems to be version 0.83c. Is this the latest publicly available v