Search found 4 matches

by xasz
Sat Jun 21, 2008 9:12 pm
Forum: Code Snippets
Topic: (C++) RTSCamera
Replies: 39
Views: 32059

we working on a rts project, we used ur camera.
But i modified the camera in some ways ; some manys .
we will release an alpha soon in project announcment, i think in a week.
there u can get the source too and look what we did with ur cam.

syr for bad englisch
by xasz
Mon Jun 02, 2008 5:38 pm
Forum: Advanced Help
Topic: Irrlicht pathfinding class available
Replies: 35
Views: 6940

i have downloaded the source, but could it isnt ready to compile, i got severels failers like: J:\Entwicklung\spaceconflict\src\Airrpathfind.cpp|114|error: conversion from `irr::core::list<PathNode*>::ConstIterator' to non-scalar type `irr::core::list<PathNode*>::Iterator' requested| someone could h...
by xasz
Thu Oct 25, 2007 3:25 pm
Forum: Advanced Help
Topic: IGUIButton* -> set visible or not ?
Replies: 4
Views: 586

ty for fast answer, yes sure bool is xD normal,
i only thought its advanced help because i didnt foud a visible standart function, so i thought i had to do one byself
but ty
by xasz
Thu Oct 25, 2007 2:50 pm
Forum: Advanced Help
Topic: IGUIButton* -> set visible or not ?
Replies: 4
Views: 586

IGUIButton* -> set visible or not ?

Hi guys, I am new here, but i believe this is a good forum about Irrlicht, and so i will now spend here a lot of time :D. My first Question is, i am coding a GUI for a little game. There are many ways to create Buttons. but if i do it this way. IGUIButton* pbutton =env->addbutton(...parameters...); ...