The problem with the lighting system, like so much else in HMH, is that the engine is totally divo…
Hey Nicoco! I completely agree! The team has lots of ideas about streamlining the process of acces…
I don't think Casey has done much optimizations on the lighting code. If I remember correctly, he …
Thanks everyone. After linking the shell32 lib, it runs! To develop on Windows I distribute a rea…
nj —
While not too huge, the wiki is starting to get some flesh (which is awesome!) and I think it's ti…
Ray —
Hi CaptainCraft! To develop on Windows I distribute a ready-to-use package with MinGW-w64 and Note…
There are two issues you are seeing. First are the warnings (that sometimes lead to linker errors)…
You will need to at least add a couple of Windows libraries to your linker command line:
Most of my experience programming is in Linux, so I'm trying to figure out how to setup a decent d…
Sorry to interrupt but what does TLC mean ?
Here's the one line variant without introducing new variable:
Hey Ray, One of the priorities of the new team is to give the HMN website some TLC, improving any …
khofez —
Cool! Well for me I find that the new placement is less confusing, but thats just my opinion haha,…
The difference is that it is less confusing for you :) If you do assignment, then there are no qu…
khofez —
Ummm, I see, so that is the only difference? Because I just plan to use the placement new and cons…
I already knew about the two new operators but I did not know exactly what the placement new does…
khofez —
Thank you very much! I already knew about the two new operators but I did not know exactly what th…
You must understand that there are two "type" of new operators. One is that allocates memory and "…
Given that this is a trivially destructible type just freeing is enough. However if there is a non…
khofez —
Note the following code: struct Foo { int abc = 2; float def = 3.0f; double ghi = 45.0; }; unsign…
Ray —
Hi, just thinking about some improvements on the project info section.Support Discord icon, simila…
Looking at the latest HMH episodes after the brand new lighting system has been implemented the ga…
Wojtek —
Just what I was missing. Thanks for your work! :)
Congrats, I'll be testing that :)
Hey Orion thanks for linking this information, it'll be a lot of help. It does seem like a good t…
Ray —
After 9 month of hard work and almost 5 years since it's conception, here it is . for better con…
I just compiled Casey's code for Day 22 and it appears to have the same bug. When I recompile afte…
I don't think following in pair will be a good idea, as problems with the schedule will inevitably…