exception in sdl2_ttf.lib
when I am trying to render multi lines of text I get this exception ("Exception thrown at 0x00000000710020BA (SDL2_ttf.dll) in Project16-test record.exe: 0xC0000005: Access violation reading location...
View ArticleServer Authoritative Movement Questions
Hello everyone,I am running into a problem while implementing client-side prediction in my multiplayer FPS. I'm not entirely sure if I've completely and correctly understood the concepts. I have read...
View Articlebits as float - "MOVD xmm0, eax" and MSVC nonsense
While checking out something'n'other via compiler explorer i noticed that MSVC doesmov [temp], eax movss xmm0, [temp]… instead of just …movd xmm0, eaxWon't really matter performance wise for me, but...
View ArticleLet's make an open source game engine for audio and video games!
Hello.My name is Constantine.I published here a topic about the engine for audio games for blind developers.Today, I ask for your help!I ask for help from those who are a good developer. I ask for help...
View Articleperformance drop when drawing a line in OpenGL
I tried to draw a simple line in OpenGL, the code belowvoid display(void) { glClear(GL_COLOR_BUFFER_BIT); glLoadIdentity(); gluLookAt(0.0, 50.0f , 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -1.0);...
View ArticleLost Memory
A Visual Novel style game.A game with a different immersive storyand giving you choices.This game is created by SyTax.It is forbidden to publish any content or act without license.I wish good games as...
View ArticleCoordinate system conversions
Sorry if this is the wrong place to ask this, please do tell me where a question like this is better asked.Im importing a model from another game into the video game minecraft, which uses a coordinate...
View ArticleSome ideas about a non-violence based game
Good afternoon everyone! I am rather new to this forum, so please do not punish me too harshly for posting this in the wrong forum section Once upon a time (in 2015) I've got an idea to create a...
View ArticleCorona Labs transition update 22-April-2020
Many of you are curious how our transition is going. Here is a quick update as to its status.Let’s start with rebranding…Thanks to the help of the community, as we move away from Corona Labs Inc to our...
View ArticleARPG "LifeLeech" team looking for contributors
 INTRODUCTIONHello there! We are a small but ambitious team. We are looking for self-motivated teammates. The current phase of out project is the development of a prototype of the combat system, in...
View ArticleCat Commando: Wrong Kind Of Puss
YouTube video demo:Â Download for FREE here on gamedev.net or at these...
View ArticlePointer to member function with default variable value
I'm trying to call a member function that has a default variable value, ie: void func(size_t x = 1234) { }Is there any way to omit the function parameter when called via a pointer to member...
View ArticleUI/UX Artist: Config Screen Visual Update
This is your UI/UX Artist Paul. I've been touching up the visuals on the Config Screen, which we've just seen from our coder Matt. Without further ado, here are a couple of preview...
View ArticleSynchronize Skills & Abilities between Server and Client
Hello guys, I have been working on a Co-op rpg for quite a while nowI've setup a server and client which synchronizes position and rotation very well, using a quad tree to optimize performance.And now...
View ArticleHas the coronavirus outbreak impacted you at all?
I'm sure that many of us have been facing the impact of the coronavirus, with all the closings and lockdowns. Many officers are also telling workers to go remote. What's it looking like where you live?...
View Articlewondering if this is a good game idea!!!
so im learning to code and i came up with an idea for a game that i may want to work towards. its a multiplayer game based off half life 1 with mechanics similar to scp-secret laboratory. it would be...
View ArticleMy game runs with same fps as pubg on GameLoop,but mine is so slow and not...
Hi Guys....I wonder how The well know game "Pubg mobile " runs with nearby 30fps on GameLoop ,but despite of this ,it runs very smoothly but my game runs with nearby 20pfs but it really slow and dull...
View ArticleWhich is best network for MMORPG?
hi, we are developing a mmorpg with a small team. There are 2 structures we can create on the server side for managing clients and processing packages. I wonder what structure is better. I would be...
View ArticleOTF charsets issue
Hello everyone.I am working on my own OTF parser on C# and I am currently stuck on charsets.I successfully parsed the list of charsets and found out that it contains several formats, which is not...
View ArticleAngelScript crash using disposed script function that was loaded from bytecode
This was driving me insane that Angelscript sometimes ends up with corrupted functions after module cleanup and this took me a while to get around and debug properly.There seem to be multiple things...
View Article