Roman Chistokhodov
Roman Chistokhodov
I noticed my app crashes sometimes. Here's a related part of journalctl log: ``` Apr 11 13:26:33 server radio[26291]: core.exception.AssertError@../../.dub/packages/eventcore-0.8.34/eventcore/source/eventcore/drivers/posix/driver.d(333): Clearing referenced file descriptor slot. Apr 11 13:26:33 server radio[26291]:...
Just in case if standardpaths ever gets to Android: [Environment](http://developer.android.com/reference/android/os/Environment.html)
Does FreeBSD (and other BSD systems) have something like /run/user/$UID directory on Linux? [XDG](http://standards.freedesktop.org/basedir-spec/latest/ar01s03.html) says it's directory for runtime files, but there's no such environment variable on my freebsd installation.
Currently library has **StandardPath** enum and **writablePath** and standardPaths*\* functions. Qt QStandardPaths uses **StandardLocation**, **writableLocations** and **standardLocations**. We should choose which names are better.
[Qt5 image formats addons](http://doc.qt.io/qt-5/qtimageformats-index.html) include webp (also using the same 3party library) with writing support. This can be adopted for Qt4.
 This started happening after the commit c3d9f27bcf736a1b0494e66779e0e99e5a25c9cb
 Should we revert 2ee36b472fcb43b18fb34fe56125e9fcac74704c ?
When func_breakable is set to Trigger Only, it sets the `pev->takedamage` to `DAMAGE_NO`, but since there's no check for it in `TakeDamage` it still can take damage because some attacks...
Some attacks don't check for `pev->takedamage` and func_breakable doesn't check for it either. Example map: [func_breakable.zip](https://github.com/user-attachments/files/16637086/func_breakable.zip)
The map (for Half-Life) in attachment (source file included) crashes the engine ``` #0 SV_CreateResourceList () at ../engine/sv_main.c:6863 #1 0xf6296bb5 in SV_ActivateServer (runPhysics=runPhysics@entry=1) at ../engine/sv_main.c:7345 #2 0xf625efa4 in Host_Map (bIsDemo=false,...