BREAKING:
The Lower House of the Romanian Parliament has passed bill starting the process of creating a unified state with Moldova.
The bill has now been sent to the Senate
@NHI1337 @GradyMusk0 @PalmerLuckey To me it is mainly the way they squeezed so much fun and creativity out of a single, simple, mechanic. And the boss fights that they achieved with it were outstanding
@lemire Used to be the only place I'd consistently see em dashes was in the Bible. But now LLMs have caused the em dash to lose its prestige.
https://t.co/YCGlx2oDlc
@theepicmap Hmm... What does the 'A' in "USA" stand for?
I'm also confused by the map in the right, the name is too ambiguous: Which "United States"? The United States of Mexico, or The United States of America?
If only one of the former two had a distinctly identifying word...
Every Resident Evil game starting from RE7 is written in C#.
I played RE4 remake last week, and got curious about RE engine and their development tools. Capcom publishes several tech talks, many with english subtitles and slides, so I had a look.
I was surprised to learn that all gameplay code is written in C#. No C++ or unsafe C# blocks are allowed in the game projects.
They are running their own VM (REVM) and own GC. They did seem to import a lot of the BCL from the official runtime and modified it to fit their needs.
They run under an interpreter during development, but for production they transpile IL to C++, much like Unity's IL2CPP.