juur
juur
Hi - any chance this can be merged?
Hmm. Actually thinking about this, if a field is set/get using `AES_ENCRYPT()` and `AES_DECRYPT()` then this won't work for the actual ORM functionality and would need some `@DatabaseField` magic also.
Well, for this specific scenario it was, although in the end I didn't use the MariaDB functions to handle the encryption. I think when I looked closer the two SQL...
As per the timestamps, it's been almost 3 years since I looked at the code, however... The problem is: your database can be +0100 and your JVM can be +0200...
Is the correct way to handle this to specify an 'override' TZ in the DatabaseConnection, then anything that 'does' time should use a Calendar object (or whatever) derived from the...
> Shouldn't this just use a ter_furn_transform? The existing code did not, I don't understand the code base well enough to guess that :) Is that linked to tranforms_into or...
> They're used by JSON mapgen and EOCs to transform terrain/furniture/fields/traps into different ones of the same category ([docs](https://docs.cataclysmdda.org/TER_FURN_TRANSFORM.html)) > I'm not entirely sure how you go about calling one...
I don't understand why adding this to the itemgroup causes the game to crash on load - am I missing something obvious?
> Ahhh this is the infamous [rock crash](https://github.com/CleverRaven/Cataclysm-DDA/issues/50493)! It's not your fault that it crashes. > > I'll try to give it a poke later today, if I can fix...
> I think your kcal value might be too high. > > https://www.outdoorlife.com/blogs/survivalist/2014/07/survival-skills-3-safe-bugs-and-how-eat-them/ says that earthworms have about 1 kcal/gram. > > Hard numbers for calorie content of actual earthworms...