ダウンロードリスト

プロジェクト概要

Libfake437は、コードページ437「グラフィックス」(ANSIアート、ZZT、ドワーフ城、またはKrozの王国)をレンダリングするクロスプラットフォームライブラリです。このライブラリはCとSDLで書かれています。公開されているインターフェイスは直感的であり、ドキュメントも整備されています。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2011-10-08 19:49
0.71

新しい f437_surface_new_sized 関数が追加されました。それは F437Surface の制限を作成行と列、縮小可能と、SDL_Surface の中心としての大きさ。
タグ: Minor
A new f437_surface_new_sized function was added. It creates a F437Surface of limited rows and columns, scaled as large as possible, and centred in the SDL_Surface.

2011-10-03 01:33
0.7

このリリースはインターフェイスを少し状態を F437Surface に追加することによってトリムします。それは、F437Display の抽象化と C++ ラッパーを殺します。
This release trims the interface down by adding a little state to F437Surface. It kills the F437Display abstraction and the C++ wrapper.

2010-01-02 15:38
0.6

そこにどのように表面にAPIのメモリを解放するいくつかの変更されている。層ベースの抽象化'F437Display'、対応するCで追加されています+ +のクラスfake437::を表示します。は、C + + APIをわずかに濃縮されている。
There have been some changes to how the surface API frees memory. A layer-based abstraction called 'F437Display' has been added, with corresponding C++ class fake437::Display. The C++ API has been slightly enriched.

2009-12-28 12:58
0.5

複数の(ユーザ定義)のフォントには、F437Fontの方法構造体でのサポート。一方、表面界面の表面の作成時にフォントを保存する原始的なインターフェイスは、フォント内のすべての呼び出しに渡される必要があります。使用してf437_get_font - fontsの定義:1つ前のを取得するF437_FONT_8x8、F437_FONT_8x8_THIN、またはF437_FONT_8x14。そこの割り当て()上の失敗を中止していない新しい機能f437_surface_try_newです。
Support for multiple (and user-defined) fonts, by way of the F437Font struct. The primitive interface needs the font passed in on every call, while the surface interface saves the font at surface creation. Use f437_get_font to get one of the pre-defined fonts: F437_FONT_8x8, F437_FONT_8x8_THIN, or F437_FONT_8x14. There is a new function f437_surface_try_new that doesn't abort() on allocation failure.

2009-11-26 01:04
0.41

いくつかのtexinfoオンラインに関連するドキュメントのバグを修正した。
タグ: minor documentation
Several texinfo-related documentation bugs were fixed.

プロジェクトリソース