Search found 351 matches
- Jul 26, 2010 14:00
- Forum: Projects
- Topic: ANSiMat - a graphical viewer of ANSI files
- Replies: 36
- Views: 4870
Hello! Just a quick note, to announce that I released ANSiMat v0.92 today! :-) ANSiMat v0.92 [26 Jul 2010] - Added support for generating FLC (FLiC) animations, - Generated TGA output files are compressed now (RLE), - On Windows, uses the GDI graphic subsystem now for compatibility reasons (instead ...
- Jul 24, 2010 11:30
- Forum: Projects
- Topic: ANSiMat - a graphical viewer of ANSI files
- Replies: 36
- Views: 4870
Couldn't you just dump un-optimized GIF's into an animated GIF? Well... In my opinion, GIF is politically wrong. So no, I don't plan GIF support in ANSiMat (plus, it's a mess to implement, which doesn't help its case) :) If it's possible for it to be done, dirtiest and messy, just so long as it CAN...
- Jul 23, 2010 10:50
- Forum: Projects
- Topic: ANSiMat - a graphical viewer of ANSI files
- Replies: 36
- Views: 4870
It has a flag to control decoding ANSI files two ways, since the way some are encoded will add extra spaces between lines, which is odd. Interesting. Could you provide me such "oddly encoded" file, so I could check if ANSiMat is handling it properly? Isn't PCX kinda outdated? So is ANSI. So what? ;...
- Jul 23, 2010 7:32
- Forum: Projects
- Topic: ANSiMat - a graphical viewer of ANSI files
- Replies: 36
- Views: 4870
How did you figure out how to generate 8-bit BMP's? Simple - you need to write the BMP header first, then the dib header (containing basic informations about the image), then you just dump your palette (BGR triplets), and follows this by the actual image data, stored upside-down. If you are curious...
- Jul 22, 2010 17:48
- Forum: Projects
- Topic: ANSiMat - a graphical viewer of ANSI files
- Replies: 36
- Views: 4870
Hi all! Nice to see that I am not the only ANSI freak out there :) Today, I released ANSiMat v0.91. Here is a quick changelog: - Fixed the interpretation of ESC[H and ESC[f commands with only one parameter, - When converting an ANSI file, graphic mode is not initiated anymore, - Added support for 8b...
- Jul 20, 2010 7:54
- Forum: Projects
- Topic: ANSiMat - a graphical viewer of ANSI files
- Replies: 36
- Views: 4870
Well done! It can be useful (and might help other people to learn about FreeBasic, too). I'm interested in the font editor... maybe it could be used also for picture made by redefined characters (do you remember MegaZeux?) Hi, The font editor which appears in the source package of ANSiMat (called "...
- Jul 19, 2010 11:27
- Forum: Projects
- Topic: ANSiMat - a graphical viewer of ANSI files
- Replies: 36
- Views: 4870
ANSiMat - a graphical viewer of ANSI files
Hi there! Today I finished my latest FreeBASIC project - ANSiMat! ANSiMat is a graphical viewer of ANSI files (if you don't know what ANSI files are about, then don't waste your time here - ANSiMat will be worthless to you anyway). It can also be used to convert ANSI files into regular (BMP, PCX, TG...
- Jul 13, 2010 7:31
- Forum: Projects
- Topic: Grumpy: a simple web & gopher server (Linux and Windows)
- Replies: 20
- Views: 7883
- Jun 30, 2010 18:11
- Forum: Beginners
- Topic: SDL_Net string data
- Replies: 10
- Views: 3064
Hi AGS, Thank you very much for your answer :) Is the content of the package at the server side correct (ie not 0) and is the only problem displaying it? Displaying the content of the packet can be done without the cast. In fact, the problem is that I can't display, or even retrieve the content of t...
- Jun 28, 2010 15:45
- Forum: Beginners
- Topic: SDL_Net string data
- Replies: 10
- Views: 3064
- Jun 02, 2010 20:20
- Forum: Community Discussion
- Topic: Google are listening on my network port's ? [solved]
- Replies: 4
- Views: 1161
Re: Google are listening on my network port's ?
if i use the command netstat -ba on my windows box i can see google are registered on my network ports (1553-1554) ... TCP 1553 http://www.google-analytics.com:http WARTEND* 0 TCP 1554 http://www.google-analytics.com:http WARTEND 0 ... * are the german word for waiting i use primary firefox for web...
- Jun 01, 2010 17:06
- Forum: Projects
- Topic: Grumpy: a simple web & gopher server (Linux and Windows)
- Replies: 20
- Views: 7883
- May 30, 2010 11:23
- Forum: Beginners
- Topic: SDL_Net string data
- Replies: 10
- Views: 3064
Hello! Using this very neat example, I got some SDL_net stuff working. That is, I am able to listen on a specific port, and when I receive a packet, I can display it on screen. However, there is a case when the example doesn't work as I would expect: when I send a UDP packet starting by the null byt...
- May 30, 2010 9:18
- Forum: DOS
- Topic: Windoze GUI in DOS --- working
- Replies: 22
- Views: 12623
angros47 wrote:New version!
Hello,
Very nice work! However, I don't see where I could get this new version? On http://qbasicgui.datacomponents.net/Windoze%203.0.html I see only the 3.0 version, which is dated 2009...
- May 29, 2010 10:01
- Forum: Projects
- Topic: chiSock FB socket library for Win/Lin
- Replies: 64
- Views: 44573
Hello! Is there any chance to perform connection-less UDP using chiSock? In fact, what I need, is just being able to send/receive single UDP packets. For example, a function like "GetPacketUDP()" Could return the received packet, with a type like this: TYPE UdpPacket SrcIP AS UINTEGER DstIP AS UINTE...