Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: [solved] Text align
Post: RE: Text align
Works like a charm. Thanks :) |
|
Azriel |
Beginner Questions |
2 |
3,917 |
12-07-2015, 01:51 PM |
|
|
Thread: [solved] Text align
Post: [solved] Text align
Hi :) Today's question is 'How to align text to right/left?'.
I have this:
Code:
. text
long... |
|
Azriel |
Beginner Questions |
2 |
3,917 |
12-07-2015, 01:09 PM |
|
|
Thread: [solved] Displaying floats
Post: RE: Displaying floats
Yup, that's exactly what I needed. No idea how I missed it reading documentation >.< Thanks :) |
|
Azriel |
Beginner Questions |
2 |
3,918 |
11-26-2015, 02:38 PM |
|
|
Thread: [solved] Displaying floats
Post: [solved] Displaying floats
Hi,
what do I have to do to limit numbers after decimal point? I want to display float like 2.50 instead of 2.500. |
|
Azriel |
Beginner Questions |
2 |
3,918 |
11-26-2015, 11:56 AM |
|
|
Thread: Hi, Esenthel will not open on Ubuntu 14.04
Post: RE: Hi, Esenthel will not open on Ubuntu 14.04
Not sure if it's same for you, but in my case it was all about old version of g++ (had 4.8.4). Once I installed the latest version (5.2) and set it as a default compiler, everything worked. |
|
Azriel |
Platforms (Windows, Mac, Linux, Android, iOS) |
6 |
8,528 |
11-25-2015, 09:49 AM |
|
|
Thread: Hi, Esenthel will not open on Ubuntu 14.04
Post: RE: Hi, Esenthel will not open on Ubuntu 14.04
(11-16-2015 11:14 AM)kevindekever Wrote:
but i am stuck in compile -.-
"collect2: error: id returned 1 exit status"
Code:
home/kever/Desktop/Esenthel/Bin/EsenthelEngine.a(libfbxsdk.a.435.o):... |
|
Azriel |
Platforms (Windows, Mac, Linux, Android, iOS) |
6 |
8,528 |
11-24-2015, 10:16 AM |
|
|
Thread: [solved] Storing UID for future use
Post: RE: Storing UID for future use
So there's no need for pointers and stuff like that? |
|
Azriel |
Beginner Questions |
3 |
4,372 |
11-18-2015, 08:37 PM |
|
|
Thread: [solved] Storing UID for future use
Post: [solved] Storing UID for future use
It's me again ;)
Code:
class A
{
soundId; //(what type to use?)
void setSoundId(const UID & id)
{
soundId=id;
&n... |
|
Azriel |
Beginner Questions |
3 |
4,372 |
11-18-2015, 02:07 PM |
|
|
Thread: [solved] std::vector problems
Post: [solved] std::vector problems
Hi :) I have some problems with std::vector. Compiler throws errors when I'm trying to make a function in a class with std::vector as a parameter.
Code:
class A
{
void foo(std::vector&l... |
|
Azriel |
Beginner Questions |
1 |
3,574 |
11-18-2015, 10:49 AM |
|
|
Thread: Game pauses when losing focus
Post: RE: Game pauses when losing focus
I'll try to make it work with views, but I have no time atm. Thanks for a suggestion tho :) |
|
Azriel |
Beginner Questions |
11 |
9,837 |
11-10-2015, 02:30 PM |
|
|
Thread: Game pauses when losing focus
Post: RE: Game pauses when losing focus
I still have problems with setting my game to run on 2 monitors (both full hd). I'm not sure whether it's Esenthel or PC setup that doesn't let the game run on both monitors. Has anyone ever done this... |
|
Azriel |
Beginner Questions |
11 |
9,837 |
11-09-2015, 12:31 PM |
|
|
Thread: [solved] UID zero
Post: RE: UID zero
Well, I'll try to change the code. Hope I don't mess it too much :D
Edit: Got it, thanks! |
|
Azriel |
Beginner Questions |
4 |
4,960 |
11-05-2015, 02:28 PM |
|
|
Thread: [solved] UID zero
Post: RE: UID zero
Uhm, but then it's a const and I cannot assign it to my UID& id.
Edit:
Is it ok to ConstCast it?
A(UID& id = ConstCast(UIDZero)) |
|
Azriel |
Beginner Questions |
4 |
4,960 |
11-05-2015, 02:14 PM |
|
|
Thread: [solved] UID zero
Post: [solved] UID zero
Hi, it's me again ;) Another day, another question.
Is the code below correct?
Code:
class A
{
A(UID& id = UID().zero())
{
&nbs... |
|
Azriel |
Beginner Questions |
4 |
4,960 |
11-05-2015, 01:09 PM |
|
|
Thread: [solved] Simple timer/alarm
Post: RE: Simple timer/alarm
Ok, I had a little mistake in my code and that's why the timer was innacurate ;) |
|
Azriel |
Beginner Questions |
7 |
6,194 |
11-05-2015, 12:08 PM |
|
|
Thread: [solved] Simple timer/alarm
Post: RE: Simple timer/alarm
Can't check the project atm, cause I'm at home already, but as far as I know that's how I did it and it didn't work as supposed. I'll double check my code tomorrow, probably some silly mistake, cause ... |
|
Azriel |
Beginner Questions |
7 |
6,194 |
11-02-2015, 09:21 PM |
|
|
Thread: [solved] Simple timer/alarm
Post: RE: Simple timer/alarm
Well, that's exactly what I have at the moment, but if I want it to count for example 1 second, what value should I set?
Edit: Now that I've read my first post again I think I might have been impreci... |
|
Azriel |
Beginner Questions |
7 |
6,194 |
11-02-2015, 04:10 PM |
|
|
Thread: [solved] Simple timer/alarm
Post: [solved] Simple timer/alarm
Hi. It's me again :P I have a very simple alarm that counts down and once it hits 0 it executes a piece of code. The problem is that I don't really know what value to substract from it on update(), so... |
|
Azriel |
Beginner Questions |
7 |
6,194 |
11-02-2015, 03:42 PM |
|
|
Thread: Mem Simple - sorting
Post: RE: Mem Simple - sorting
|
Azriel |
Beginner Questions |
2 |
3,949 |
10-29-2015, 12:36 PM |
|
|
Thread: Mem Simple - sorting
Post: Mem Simple - sorting
I've encountered a problem (well, lack of knowledge) with sorting Mems.
Code:
class A
{
public:
int x;
int getX()
 ... |
|
Azriel |
Beginner Questions |
2 |
3,949 |
10-28-2015, 03:40 PM |