Search found 361 matches

by HerzAusGold
Sat Jan 07, 2023 11:25 am
Forum: General Discussion
Topic: HaG@HaG
Replies: 65
Views: 227903

Re: HaG@HaG

Hi, Some BD-Levels now included from various author's. RndTest is now with native loader for BD-level-files. Support Atari and BD64 files in nibble format. Intermissions are also playable. I add about 1800 levels ...(more than 10000 level's avail) Add BD native loader, BDCFF loader and BD4 native lo...
by HerzAusGold
Thu Jan 05, 2023 7:22 pm
Forum: General Discussion
Topic: HaG@HaG
Replies: 65
Views: 227903

Re: HaG@HaG

Hi, Automatic pause is now on at beginning, Add setup menu for RndTest. Key in mode and press <Return>. (no need to start from console anymore) you can find it on http://www.arthurdent.de -> rndTest-4.3.4.0-tc6 How to define learn sequence (mode=49): click with left mouse to move to location. right ...
by HerzAusGold
Wed Jan 04, 2023 7:19 pm
Forum: General Discussion
Topic: HaG@HaG
Replies: 65
Views: 227903

Re: HaG@HaG

Hi,
MiddleMouse Button handling really fixed. Now it work's ( I think ).
you can find it on http://www.arthurdent.de
-> rndTest-4.3.4.0-tc5
by HerzAusGold
Wed Jan 04, 2023 11:06 am
Forum: General Discussion
Topic: HaG@HaG
Replies: 65
Views: 227903

Re: HaG@HaG

Hi, MiddleMouse Button handling fixed. Now it work's so far ( I think ). you can find it on http://www.arthurdent.de -> rndTest-4.3.4.0-tc4 I added "rndTest-3.2.5" where all features are included. With many levels from "BD4" and "Boulderdösh" (a german clone). And a men...
by HerzAusGold
Tue Jan 03, 2023 7:16 pm
Forum: General Discussion
Topic: HaG@HaG
Replies: 65
Views: 227903

Re: HaG@HaG

Only test mousemode=1 and mousemode=49.
Maybe the other modes don't work like intended.
Apologize for this.
Hm.. the working code for version 3.2.5 is too far away ..
Holger's changes (touch and mouse) appear to be doing this.
Think of it as a concept .. I'm working on it.
by HerzAusGold
Tue Jan 03, 2023 6:51 pm
Forum: General Discussion
Topic: HaG@HaG
Replies: 65
Views: 227903

Re: HaG@HaG

Hi, I added only my "mousemode" (from scratch with Holger's version 4.3.4.0), and some code to compile with VS2019. All other things like transparent zip support aso. are not added. As far as I see (check differences of source again) nothing is removed. It's not my intention to change norm...
by HerzAusGold
Sun Jan 01, 2023 9:08 pm
Forum: General Discussion
Topic: HaG@HaG
Replies: 65
Views: 227903

Re: HaG@HaG

Border bug fixed. New version uploaded.
You can find it on http://www.arthurdent.de
Happy new year.
by HerzAusGold
Sat Dec 31, 2022 8:23 pm
Forum: General Discussion
Topic: HaG@HaG
Replies: 65
Views: 227903

Re: HaG@HaG

Update it to latest version 4.3.4.0
Only MouseMode supported: MouseMode = 1 is to play sokoban.
See Screenshot 8)
You can find it on http://www.arthurdent.de

start it with: rndtest -mousemode 1

Happy new year.
by HerzAusGold
Sat Dec 31, 2022 8:14 pm
Forum: Programmer's Corner
Topic: Compile with VS2015,VS2017,CLANG,Codeblocks, ...
Replies: 6
Views: 24721

Re: Compile with VS2015,VS2017,CLANG,Codeblocks, ...

Setup RnD for compiling with Visual Studio 2019 with CLANG for Windows 10 SDK. Because it is not easy to do, I provide a setup which include all stuff for developing with this setup. Version it's from 4.3.4.0. Add: MouseMode = 1 is to play sokoban. See Screenshot 8) You can find it on "arthurde...
by HerzAusGold
Sun Dec 18, 2022 4:06 pm
Forum: Programmer's Corner
Topic: Compile with VS2015,VS2017,CLANG,Codeblocks, ...
Replies: 6
Views: 24721

Re: Compile with VS2015,VS2017,CLANG,Codeblocks, ...

Hi, after long time I'm back again. :D Setup RnD for compiling with Visual Studio 2019 with CLANG for Windows 10 SDK. Because it is not easy to do, I provide a setup which include all stuff for developing with this setup. You can find it on "arthurdent.de". Version it's from 4.3.3.0. But I...
by HerzAusGold
Sat Jan 05, 2019 10:26 pm
Forum: Programmer's Corner
Topic: .gitignore
Replies: 4
Views: 19068

Re: .gitignore

hi here is my .gitignore <code> # ignore temporary development files *.o *.a *.dll *.png cpl/ runtime/ .depend # ignore automatically generated files src/conftime.h src/conf_gfx.h src/conf_snd.h src/conf_mus.h src/conf_chr.c src/conf_chr.h src/conf_cus.c src/conf_cus.h src/conf_grp.c src/conf_grp.h ...
by HerzAusGold
Mon Oct 22, 2018 6:30 pm
Forum: Programmer's Corner
Topic: Compile with VS2015,VS2017,CLANG,Codeblocks, ...
Replies: 6
Views: 24721

Re: Compile with VS2015,VS2017,CLANG,Codeblocks, ...

Hi, as you know (or maybe not) the download from Zomis-RND-Archive already works in a earlier version of RND-Test. But the Archive is goon and no other server exists (ok you can download from any site, but this is not implemented in the new version of RND-Test). Zip/7z support should work on android...
by HerzAusGold
Sat Aug 25, 2018 7:36 pm
Forum: Programmer's Corner
Topic: Compile with VS2015,VS2017,CLANG,Codeblocks, ...
Replies: 6
Views: 24721

Re: Compile with VS2015,VS2017,CLANG,Codeblocks, ...

RND 4.1.0.0 ZIP support is now complete. - determine Supaplex with fileSize works now. - determine modification time in Zip-File works now. .ZIP and .7z supported. On Android - I think - the above issue's don't work - I think -> Holger should fix this. Technical reason: _stat don't work in compresse...
by HerzAusGold
Sun Jul 22, 2018 3:26 pm
Forum: Programmer's Corner
Topic: Compile with VS2015,VS2017,CLANG,Codeblocks, ...
Replies: 6
Views: 24721

Re: Compile with VS2015,VS2017,CLANG,Codeblocks, ...

Hi, add ZIP-Support. Here: https://github.com/ArtsoftEntertainment/rocksndiamonds Branches: - CLANG-compilable-ZIP (only - few - source changes) - MSVC-CLANG-build-runtime (only CLANG) Copy ZIP-File or 7z-File to Levels-Directory. It work's even with EmeraldMineClub.7z file, not need to be extracted...
by HerzAusGold
Sun Jul 01, 2018 6:54 pm
Forum: Programmer's Corner
Topic: Compile with VS2015,VS2017,CLANG,Codeblocks, ...
Replies: 6
Views: 24721

Compile with VS2015,VS2017,CLANG,Codeblocks, ...

Hi, upload some branches to the repository. Here: https://github.com/ArtsoftEntertainment/rocksndiamonds Branches: - CLANG-compilable (only source changes) - MSVC-compilable (only source changes) - MSVC-CLANG-build-runtime (no source changes, build system for compilers, see below) Compilers: - VS201...