@lapis @katrani @coriander this is one thing that Harvest Moon 64 did a lot better than Stardew
Also when you become someone's partner, they confess to you instead of the player confessing to them, which I like a lot better
@coriander wait wtf??
@cam ive seen that video lol
@coriander @cam My guess is that the developer wanted to develop Clint more as a character and wanted an excuse to do that
@amy you're 2 minutes early
@maple hellooo
@coriander if the farm grows persimmons then it is a persimmon slip
@coriander this is layered, good job
a really cool feature of stardew valley is that if you happened to have a keg on the exact spot robin stands when she upgrades your house then you can't put fucking shit in it until she's fucking done upgrading your house and also you will accidentally gift robin a blueberry while trying to use the keg
@wallhackio the whole programming language should fit on your screen at once. c++ doesn't even fit in a single brain at once
@alas having tried i can confirm you are making the right decision
@vaporeon_ its a hint to the compiler that you think a function should be "inlined" which means replacing any function invocations with the actual function body
this, theoretically, improves performance because you avoid the overhead of creating a stack. However, if a function is very lengthy, then inlining can increase the literal amount of machine instructions your program represents which might not be desirable. in general, inlining has the best chance of improving the performance of short functions that are called very often
The thing is, C++ compilers are allowed by the standard to inline functions even if they aren't given an inline command. And compilers are so damn smart nowadays that 99% of the time the compiler will automatically inline functions that get a performance benefit from being inlined. And the compiler may make the decision to not even inline a function you declare with inline if the compiler thinks it wouldn't make sense to do.
So the general advice in the modern day is not bother using the inline keyword at all unless you have profiled your program and identified a specific function as a throttle
@vaporeon_ oh this is an ancient history sitting on ti-83 and ti-84s in my dad's house, maybe, so no can do unfortunately
i go by Clodsire, Clodboy and Catwin.
videogame enjoyer. mathematics hobbyist and recovering physicist. software engineer. professional wonk. prophet of The Truth. the walking embodiment of "not diagnosed, but somethings wrong". i like animals that wear cowboy hats.
number of fat cock awards received: 56
header is by @vaporeon_
"i regret ever allowing him here" ~aescling
"oh you're one of those weird movie likers" ~Ti
"the thing you need to understand about @wallhackio is that he is utterly sick in the head. this is partially a compliment. but not entirely" ~aescling
30+
he/him