Search found 6 matches

by vroad
Tue Sep 21, 2010 14:11
Forum: Bug Reports, Suggestions, Feature Requests
Topic: IrrlichtResourceProvider::loadRawDataContainer fix
Replies: 3
Views: 4090

Re: IrrlichtResourceProvider::loadRawDataContainer fix

Basically, you need to provide any modifications in unified diff format, otherwise I'm not going to bother even looking

I don't know that, sorry.
I created path using TortoiseSVN and posted(only first one). Is this OK?

http://www.cegui.org.uk/mantis/view.php?id=395
by vroad
Sun Sep 19, 2010 13:20
Forum: Bug Reports, Suggestions, Feature Requests
Topic: IrrlichtResourceProvider::loadRawDataContainer fix
Replies: 3
Views: 4090

IrrlichtResourceProvider::loadRawDataContainer fix

IrrlichtResourceProvider now use existFile() method to know whether file exists. Even if file exists, FileSystem might fail to open file. if createAndOpenFile() returns 0, application will crash. This code throws exception if the method returns 0. void IrrlichtResourceProvider::loadRawDataContainer(...
by vroad
Tue Sep 14, 2010 14:03
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Character corruption on FontDemo
Replies: 2
Views: 5710

Re: Character corruption on FontDemo

I copied original code from archive CEGUI-0.7.2, But This iisue still happen. ... 1>Sample_FontDemo.cpp 1>c:\pathToCEGUI\cegui_mk2\samples\fontdemo\sample_fontdemo.cpp : warning C4819: ファイルは、現在のコード ページ (932) で表示できない文字を含んでいます。データの損失を防ぐために、ファイルを Unicode 形式で保存してください。 1>c:\pathToCEGUI\cegui_mk2\samples\...
by vroad
Mon Sep 13, 2010 13:06
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Character corruption on FontDemo
Replies: 2
Views: 5710

Character corruption on FontDemo

Compiler is Visual Studio 2008(Japanese). CEGUI's version is 0.7.2 . By default, compiler cannot compile Sample_FontDemo.cpp. VS 2008's compiler seems to be failed to detecting encoding of this file. Compiler can compile it successfully by adding a UTF-8 BOM to this file, with 61 wornings. 1>Sample_...
by vroad
Mon Sep 13, 2010 12:35
Forum: Modifications / Integrations / Customisations
Topic: How to display text by one character per one frame?
Replies: 9
Views: 8794

Re: How to display text by one character per one frame?

:oops: I messed up! Seems I hit the 'edit' button instead of the 'quote' button. I see. First, handle OnTextChanged event and store time that the text was changed, and last text length. On update, append next character according to elapsed parameter. Is that right? Yeah, that's one way, for sure. Ho...
by vroad
Sun Sep 12, 2010 14:52
Forum: Modifications / Integrations / Customisations
Topic: How to display text by one character per one frame?
Replies: 9
Views: 8794

How to display text by one character per one frame?

Even I'm a new user of CEGUI, but I posted this topic to "Advanced Help" because I think this process may require modification of library. I'm creating visual novel game, so it is needed to displaying text by one character. Which file I should modify at first? CEGUI's Animation fucntion ma...

Go to advanced search