Search found 361 matches

by HerzAusGold
Sat Jan 21, 2006 12:17 am
Forum: Programmer's Corner
Topic: VisualC support and more
Replies: 7
Views: 21489

zip support runs...

ago two or three days I know nothing about the sdl-internals.. now maked a first step.... Found an other bug in zfile.c (but this time it was from me...) fgetc should return an unsigned char... Now Snake-Bit and Snake-Bit-Jue run from zip!! Only WAV-Files not loaded yet. Loading with RWops seems not...
by HerzAusGold
Fri Jan 20, 2006 10:13 pm
Forum: Programmer's Corner
Topic: VisualC support and more
Replies: 7
Views: 21489

Hi, I found the nasty bug in artwork loading (IMG_LOAD). Hmmpf. the zfile.c is from winuae and is not well documented - but the sdl and the zzlib are (and fread of course). fread reads blocks and return blocks not bytes. so i screw this (bug in zfile.c) and it works with using RWops to load directly...
by HerzAusGold
Thu Jan 19, 2006 11:51 pm
Forum: Programmer's Corner
Topic: VisualC support and more
Replies: 7
Views: 21489

Need Help

Upload a new version of unfinished work. :oops: http://www.zomis.net/rnd/info.php?f=408 Hm, it's load the some artwork but some not completly, so SnakeBite (put only the zip-File into levels-dir) is loaded but not really playable. I hope I found out this bug... but if someone want to help... please ...
by HerzAusGold
Wed Jan 18, 2006 8:13 pm
Forum: Programmer's Corner
Topic: VisualC support and more
Replies: 7
Views: 21489

Upload the interrim version of my transparent zip support. http://www.zomis.net/rnd/download.php?id=408 BE WARNED! - lost private rnd folder during developing - no guarantee to any damage. Only for discussion with Holger. *edit* uplad new rndTest05Adevel for easy compare. http://www.zomis.net/rnd/in...
by HerzAusGold
Sun Jan 15, 2006 10:10 pm
Forum: Programmer's Corner
Topic: VisualC support and more
Replies: 7
Views: 21489

I have upload a interim version of rndTest. With changes in fileScanDir and little preparation for zip support, so it's easier to compare to the version wit transparent zip-support. http://www.zomis.net/rnd/download.php?id=404 version 0.6 with transparent zip support are soon coming. cause it is not...
by HerzAusGold
Wed Jan 11, 2006 11:59 am
Forum: Programmer's Corner
Topic: 3.2.0-5 note
Replies: 9
Views: 24139

BTW: Wouldn't it work to just use d_name? I think the other fields aren't needed for parsing directories anyway? Then there wouldn't be any differences anymore... Yes,of course. But first I have a list of dirent, now only char pointers to the name. Because I read the dir in one step - my mistake. C...
by HerzAusGold
Wed Jan 04, 2006 7:51 pm
Forum: Programmer's Corner
Topic: 3.2.0-5 note
Replies: 9
Views: 24139

dirent.h and the dirty hacks

Hi Holger, I moved dirent, DIR, readdir and all directory reading stuff to fileScanDir. Now it's only return a list of dirNames. cause' of different dirent implementations. look on the dirent definition: The dirent structure is defined below. struct dirent { long d_ino; off_t d_off; unsigned short d...
by HerzAusGold
Wed Jan 04, 2006 7:10 pm
Forum: Bug Reports
Topic: Door Bug Again!
Replies: 5
Views: 11940

Hi I think this is the same as the topic 'yamyam kill player in doors'. Holger answered to this topic. Hi Zomis, good idea to collect all bugs and ideas. and thank you for doing this... But some ideas/bugs are missed or ignored. e.g. Warp to an other series and gameatwork-Mode is really a good solut...
by HerzAusGold
Tue Jan 03, 2006 10:15 am
Forum: General Discussion
Topic: C64 BoulderDash Cheat
Replies: 4
Views: 8567

I turned around my attic, but I dont found the disassembled source print out. - Snief,Snief - May be it's used by my children to paint...or Murphy strikes back-You know if you search something you never find it... Only find c64 disk's with bd1..5 and bd7,bd8,bd10. But I selled my c64 and the 1541 dr...
by HerzAusGold
Mon Jan 02, 2006 10:25 pm
Forum: New Ideas
Topic: Simplified interface for children
Replies: 25
Views: 34495

rndTest04user

Because Zomis server is down...
You can download rndTest04user.zip - with a new exe - it's more user friendly (and not only for developers) here - in the archive section:

www.horseandgroome.de

This is web-site is always under construction.
by HerzAusGold
Sun Jan 01, 2006 3:35 pm
Forum: Off Topic
Topic: Happy New Year
Replies: 6
Views: 11870

Happy New Year

Happy new year everybody! It's time to wake up... Ein gutes neues Jahr euch allen. Zeit zum Aufwachen... (German) word translated: -Bavarian- -German- -English- Oachkatzlschworf Eichkätzchenschweif animals tail Stodltoardierl Scheunentortür door English can be simple... _________________
by HerzAusGold
Sat Dec 31, 2005 10:12 pm
Forum: Off Topic
Topic: Losing the connection to the forum
Replies: 11
Views: 19467

using Opera8.5 with all cookies enabled.
cause' is may be switching between forum and babelfish or dict.leo.org
If I write first in an editor what i want to post this never happen.

*Edit*
I hear a new phpBB version is out-fixing some problems-.
by HerzAusGold
Sat Dec 31, 2005 9:31 pm
Forum: General Discussion
Topic: C64 BoulderDash Cheat
Replies: 4
Views: 8567

C64 BoulderDash Cheat

Hi, I found this source on my attic. Writing this about 20 years ago. And published to the C64-Mag. I remember I got 50 DM (25 Euro) for this... ...good old days... 10 REM BOULDER DASH 20 : 30 POKE53280,0:POKE53281,0:PRINT"hp" 40 :REM INIT 50 PRINT"sqqq" 60 PRINT,"----------...
by HerzAusGold
Fri Dec 30, 2005 10:03 pm
Forum: Off Topic
Topic: Losing the connection to the forum
Replies: 11
Views: 19467

HerzAusGold

Is there any change to get a message before submit a post.
Like: You are user <xyz> submit ? yes no
...
xyz is the user submit with generation (may be "guest" and not logged in user)
I have no idea how i should handle else connection breaks...
by HerzAusGold
Fri Dec 30, 2005 9:29 pm
Forum: Programmer's Corner
Topic: VisualC support and more
Replies: 7
Views: 21489

VisualC support and more

http://www.zomis.net/rnd/download.php?id=394 Upload rndTest-0-4.zip I tested this with Eclipse (Cygwin), MinGw and VisualC. (for Eclipse you should have 1GB Ram and a 3GHz CPU - better two) In Cygwin you have to define CYGWIN In MinGw no define to set. In VisualC you have to define TRAGET_SDL and VI...