Most voted "engine" questions
12 questions
Sort by count of
-
11
votes1
answer756
viewsHow does terrain generation work in a game?
The game No Man’s Sky has not yet released but I’m curious about the technique they used to generate the terrain of the planet. I believe that processing a planet on real scales would be very…
-
8
votes1
answer276
viewsCHALLENGE: Algorithm for updating rectilinear motion uniformly varied aiming inertia at a certain end point
Question I want an algorithm that updates (from an instant to another, with a certain time interval between the two) a uniformly varied movement aiming at a final value making the fastest possible…
-
5
votes1
answer445
viewsHow to apply/search for global/local transformations in Opengl
I am programming a simple Game Engine using the graphical API Opengl. But I have a problem that I can’t solve. The problem is that the transformations in world (world) do not work properly. The…
-
5
votes2
answers1194
viewsWhat is an Engine?
I read an article about Razor. That article says it’s a engine view, but what comes to be a engine? According to the article Razor is a new syntax that works with CSS and HTML to make life easier…
-
4
votes2
answers5586
viewsHow to move, rotate or scale an Object on its local axis in Opengl?
Hello, I have a class HTransform which stores a matrix, position, orientation and scale of each object, this class is the base class of each Object or entity. I made one function to move the Object…
-
3
votes1
answer257
viewsIs Myisam the default Storage engine on this Mysql server?
I saw that message today: Myisam is the Storage engine by default on this Mysql server How so "default"? What is this defect? I use Innodb, and yet this message appears. Is there a problem with…
-
3
votes1
answer3038
viewsForeign key creation error in Mariadb
When trying to create the toy table, the following error appears: ERROR 1005 (HY000): Can’t create table brinquedos.brinquedo (Rrno: 150 "Foreign key Constraint is incorrectly Formed") Follows the…
-
2
votes2
answers915
viewsHow 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 to enable it is necessary to go to my.ini configuration file and add the Federated…
-
2
votes0
answers48
viewsLicense free Contruct 2
Researching read that Construct 2 has a recipe limitation in the version free you can’t make any profit with the game, but when they say it means that the game can not generate revenue nor by…
-
1
votes1
answer149
viewsDoes the use of Engines in Rails 4 work the same way as in Rails 3.x?
Through several searches in the last few days regarding modularization of applications with Rails, I found vast material regarding Engines in Rails 3.x, but practically nothing referring to Rails 4.…
-
1
votes1
answer2176
viewsERROR 1292 (22007): Incorrect date value: '0000-00-00' when changing table engine (Mysql)
I am trying to change the engine of a table of MyISAM for InnoDB, and it occurs that the column date_install generates errors due to zero dates: 0000-00-00. In this case, I used the following query:…
-
-1
votes1
answer372
viewsIDE for game development
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 for which platforms they compile...
engineasked 8 years, 8 months ago Ricardo Dos Santos 21