Search found 11 matches

by Valerious
Fri Jun 18, 2010 6:23 pm
Forum: Your projects
Topic: Crystal Planet
Replies: 8
Views: 11793

Image

Fly pixels=) Is this a bug?)
by Valerious
Wed May 26, 2010 3:30 pm
Forum: Feature requests
Topic: BitmapFromFile
Replies: 12
Views: 28043

Without function:

Code: Select all

float rr,gg,bb;
rr=this.Pixel.R;  gg=this.Pixel.G;  bb=this.Pixel.B;
this.Pixel.A = 1-(rr==0 && gg==1 && bb==1); // 0,1,1 RGB(0,255,255)
by Valerious
Mon May 17, 2010 12:06 am
Forum: Bug reports
Topic: caption of project tree item
Replies: 0
Views: 6119

caption of project tree item

caption value change after change property only
by Valerious
Sat May 08, 2010 1:58 pm
Forum: Feature requests
Topic: BitmapFromFile -> png
Replies: 3
Views: 5440

transparency in model not work... is this a bug?
by Valerious
Sat May 08, 2010 10:59 am
Forum: Feature requests
Topic: text editor
Replies: 1
Views: 3850

text editor

Maybe use a text editor scintilla in code editor? Very nice open source component with highlighting syntax, and much more...

http://www.scintilla.org/
by Valerious
Sat May 08, 2010 10:41 am
Forum: Feature requests
Topic: BitmapFromFile -> png
Replies: 3
Views: 5440

BitmapFromFile -> png

why not support png format in BitmapFromFile?
it small, nice format with alpha layer...
by Valerious
Fri May 07, 2010 3:14 pm
Forum: Bug reports
Topic: panel not hide
Replies: 4
Views: 6520

regular zip file around - 4MB
7z LZMA2 file - 381.52 KB

Upload limit 1 MB...
by Valerious
Fri May 07, 2010 2:37 pm
Forum: Bug reports
Topic: panel not hide
Replies: 4
Views: 6520

panel not hide

Panel not hide.
OS - Windows 7 Ultimate, x64.
For unpack archive- http://www.7-zip.org/
Add *.7z extension to allowed upload extensions=)
Thanks!
by Valerious
Wed May 05, 2010 3:51 am
Forum: Feature requests
Topic: Mouse Wheel
Replies: 5
Views: 6716

Thanks!
by Valerious
Mon May 03, 2010 9:31 pm
Forum: Feature requests
Topic: Mouse Wheel
Replies: 5
Views: 6716

Mouse Wheel

Hi!
it would be nice to make the implementation of processing mouse wheel.
For example:

Code: Select all

int tmp=App.MouseWheelDelta;
App.CameraRotation.X +=tmp;