Questions tagged as 'engine'

2
answers

What is a Engine?

I read an article about Razor. This article says it's an engine view , but what's an engine ? According to the article, Razor is a new syntax that works with CSS and HTML to make life easier for programmers with cleaner and more readable code....
asked by 19.03.2018 / 10:44
1
answer

How to apply / search for global / local transformations in OpenGL

I'm programming a simple Game Engine using the OpenGL graphics API. But I have a problem that I can not solve. The problem is that the transformations in the world (world) do not work correctly. The scale transformations are normal, but the...
asked by 20.04.2014 / 15:00
1
answer

Error creating foreign key in MariaDB

When trying to create the toy table, the following error appears:    ERROR 1005 (HY000): Can not create table brinquedos . brinquedo   (errno: 150 "Foreign key constraint is incorrectly formed") Follow the code: CREATE TABL...
asked by 30.12.2016 / 16:33
2
answers

How to move, rotate or scale an object on its local axis in OpenGL?

Hello, I have a HTransform class that stores an array, position, orientation, and scale for each object, this class is the base class of each object or entity. I made a function to move the objects and another to update the array when the...
asked by 02.04.2014 / 01:22
1
answer

MyISAM is the default storage engine on this MySQL server? [closed]

I saw this message today:    MyIsam is the storage engine by default in this MySQL server As so " by default "? What fault is that? I use InnoDB, and even then this message appears. Is there any problem in leaving like this? So far...
asked by 16.10.2017 / 22:00
2
answers

How do I use MySQL Federated?

I need to use the FEDERATED Engine in my MySQL database but by default it is disabled, in some forums it says that in order to enable it, go to the configuration file my.ini and add the federated line below [mysqld ], I did such a procedure but...
asked by 03.09.2014 / 06:02
0
answers

License free Contruct 2 [closed]

Finding that Construct 2 has a revenue limitation on the free version you can not make any profit from the game, but when they say that it means that the game can not generate revenue advertising?     
asked by 25.05.2015 / 21:50
1
answer

Does using engines in Rails 4 work in the same way as in Rails 3.x?

Through a number of searches over the last few days regarding application modularisation with Rails, I found extensive material on Engines in Rails 3.x, but practically nothing about Rails 4. I asked for references to a friend and he told me in...
asked by 20.02.2014 / 12:25
0
answers

help, add more fields

in this code: @for (int i = 0; i < QtdNumero; i++) { <div class="form-group"> @Html.Label("Telefone ", htmlAttributes: new { @class = "control-label col-md-2" }) <div class="col-md-10"> @Html.Edit...
asked by 06.07.2018 / 22:42
1
answer

IDE for game development [closed]

I would like to know which engines have their own IDE and if this IDE has an internal versioning system, I would also like to know which platforms they compile ...     
asked by 03.03.2016 / 15:27