Hello. New release of Blassic, 0.5.3 This release has as principal enhancement the capability of using INPUT and LINE INPUT in graphics mode. A bug when...
I have tried Blassic 0.5.3. It's great in all means. I can use graphics functions from X-terminals but I can't do the same from textmode. When I use mod...
Hello. ... You can't. Graphics modes are only allowed under X. You can also use MODE with two parameters, specifying the size of the graphics window desired. ...
Hello. Time for a new release of Blassic. The command line option -x exclude keywords. You can use it to load programas that use one of the Blassic keywords as...
Hello. A new release of Blassic has come. The most importante new is the color enhancement, from 16 colors to millions. The new INK instruction can define a...
Hello. A new release of Blassic is here. New instructions: CLEAR INK, CLEAR INPUT and SET_TITLE. New functions: STRERR$, DEC$, POS and VPOS. INPUT and LINE...
Hello. Blassic 0.6.0 is out. Many changes this time. Graphics mode can use zoomed height and width of characters, in used defined modes an used in modes cpc0,...
Hello. Blassic 0.6.1 is ready. The changes are: - Underline mode added to the console emulation in graphics mode. - New instruction IF_DEBUG, to help the...
Hello. I have launched Blassic 0.7.0. Printer supoort is here! The new instructions LPRINT and LLIST sent his output to the print spooler. WIDTH LPRINT...
Hiyas (I'm new around here!). I've been trying out blassic 0.7 and it actually works very well :) . Just a couple of quick questions though. First of all does...
... It can be used on a terminal, the message "sin soporte de graficos" is showed on the standard error ("whithout graphics supoort", I don't remember never to...
Hello. I have added to the documentation in the web a printing guide, that explains briefly the printing system introduced in the last release. Ask any doubt...
Hello. New realease of Blassic. This time I improved the compatibility with the Spectrum Basic. Now the functions available in the Spectrum does not require...
Hello. New release of Blassic. Here are the news. The Spectrum compatibility is improved with: - SCREEN$ function. - BRIGHT instruction and PRINT modifier. -...
Hello, I created an adventure game in the Blassic BASIC interpreter. You can download it here: http://www.geocities.com/dunric/dforest.html Let me know what...
Hi, I present myself: Chris Guelff, 25 years old from France. I work on the CPCNG project: it is a computer, free successor of the Amstrad CPC computer. It...
Hello. ... Yes, I know the project, I have readed about it in some vintage computer sites. ... Blassic is written in C++ and makes extensive use of the C++...
Hello. ... I donwloaded and tested it. There is a little problem: on linux in text mode, pressing the enter key returns CHR$ (10), then the routine that ...
Hello. Release 0.8.0 of Blassic is out. The instructions and functions to work with random files has been corrected and enhanced, now are more compatibles with...
Hello. A new release of Blassic is coming, with few changes this time. Command line option -p to print expressions. Almost always I use the -e option in the...
Speaking of Blassic... I put up a new page for some of my smaller adventures below: http://www.geocities.com/dunric/dforest.html There is a Blassic version of...
... That's cool :) blassic's quite good really. Incidentally I found a way of very crudely playing back and recording sounds in linux using /dev/dsp. Using...
The Quest for Waitomo Cave (Version 1.01) By Paul Panks (dunric@...) Written in BLASSIC 0.8.1 The Waitomo Caves, nestled in the country of New Zealand,...
Hello, I am working to port one of my Windows and DOS games over to Linux. However, this game was not written in HLA (like my other project, HLA Adventure)....
How does HLA's random number generator differ from traditional BASIC's version? I've long based much of my adventure gaming on random numbers, especially...