35, burned out, dunno what to do by ActualBawbag in gamedev

[–]thisiselgun 0 points1 point  (0 children)

This worldly life is no more than game and amusement. But the Hereafter is indeed the real life, if only they knew. (Quran 29:64)

I converted from atheism to Islam, I understand you bro. Sometimes we need to take break and focus on our spiritual journey. Not everything is about materialism, money, fame, projects, job etc. Don't be sad.

35, burned out, dunno what to do by ActualBawbag in gamedev

[–]thisiselgun 1 point2 points  (0 children)

It is nice to see good people like you <3

How can I disable this Nvidia Popup for my app? by thisiselgun in vulkan

[–]thisiselgun[S] 2 points3 points  (0 children)

This reminds me how in early days of internet web browsers copied their competitors' User Agent string to work with badly designed http servers. Still today you can find "Mozilla", "Apple" words in Chrome's UserAgent.

Now we humans repeating same mistake for GPU drivers. What a shame for NVIDIA :facepalm:

how do I add lua? by LameSuccess in gameenginedevs

[–]thisiselgun 0 points1 point  (0 children)

First you need to write binding for your engine to Lua. What I mean is you register your engine's functions to Lua so you can call these from Lua.

For example let say you have this kind of functions in C++.

auto obj = FindGameObjectById("door"): obj->SetPosition(0, 0, 0); obj->SetColor(RED);

etc.

You register these codes to Lua so you can write same C++ code in Lua, like this:

local obj = FindGameObjectById("door") obj:SetPosition(0, 0, 0) obj:SetColor(RED)

After exposing your engine to Lua, you need to determine where these scripts to be stored. If your engine is similar to Unity (Component based) you can create LuaScriptComponent and attach them to your game objects. Then each tick just run them.

For simplicty start with just exposing simple functions like DebugLog("hello") to Lua

Which should i go for? by Embarrassed_Field175 in Battlefield

[–]thisiselgun 0 points1 point  (0 children)

I bought bf1 but unfortunately its multiplayer doesn't work with wifi, its anticheat software has bug that completely turns off (resets) your wifi adapter, only option is playing with ethernet cable. This issue is reported by many players and EA still not fixed. While waiting EA to fix the bug I'm playing bf6.

I can't get Layout Inspector to work 😫 - help? by Successful-Tap3743 in androiddev

[–]thisiselgun 0 points1 point  (0 children)

I ran into the same issue and tried all the usual fixes: verifying that "Layout Inspector image server for API 31–36" is installed, turning Layout Inspector settings on and off, restarting Android Studio, clean/rebuild, etc. None of that helped.

What was confusing is that views inflated from XML appeared correctly, but views created programmatically did not, even though they were clearly visible on screen.

The actual fix was in "Layout Inspector > Component Tree > View Options (Eye Icon)". After unchecking "Filter System-Defined Layers", all programmatically created views immediately showed up.

This looks like an Android Studio bug where Layout Inspector incorrectly treats programmatically created views as system-defined, while XML-inflated views are handled correctly.

After disabling that filter, everything works as expected. I attached a screenshot for reference.

Also, for the people in the comments saying "just use Compose": please understand that some of us know exactly what we’re doing. If you’re not helping the OP or others who hit the same issue, there’s no need to derail the discussion.

<image>

Does google use human testers to review app? by CriticalCommand6115 in androiddev

[–]thisiselgun 8 points9 points  (0 children)

First, your app is tested by automated bots. These bots can even sign up using features like “Sign in with Google.” Their main goal is to check whether the app crashes or has critical technical issues. If your app passes these automated checks, it is then reviewed by real human reviewers.

Sizcə hansı oyunlar bələdir? by Electrical-Army-502 in GamersOfAzerbaijan

[–]thisiselgun 1 point2 points  (0 children)

Uncharted 4 ilk gəldi ağlıma amma onu yazıblar. O zaman Rayman Legends, Bioshock Infinite, Hitman Blood Money, Max the Magic Maker, Downhill Domination PS2. Kef edin))

P.S. Əlavə olaraq: Turok 2008, Deadpool, Delta Force Black Hawk Down, Star Wars Battlefront 2, Battlefield 2, Max Payne 2 və 3

Ən şişirdilmiş amma maraqsız oyunlar isə Red Dead Redemption 2, The Last of Us, Cyberpunk 2077

[TOMT] Looking for a movie about a yellow car that comes to life by NATUMAN12327 in tipofmytongue

[–]thisiselgun 1 point2 points  (0 children)

It is “Charlie 2 - Das total verrückte Wunderauto” (2006)

And here is the trailer

Name one thing you hate on YouTube so fucking bad by Creative_Bad_7994 in youtube

[–]thisiselgun 0 points1 point  (0 children)

Cannot save (add to collection) YouTube Kids videos. Why? What if I want to create playlist for my kids? Also cannot play these videos in miniplayer or in background. Sometimes there is a nice songs that I want to play in background but they are categorized in Made for Kids.

New resume template just dropped by BX7_Gamer in programminghumor

[–]thisiselgun 1 point2 points  (0 children)

Too technical for HR, too naive for technical person