Vadym Diachenko
Vadym Diachenko
Do I just ``` ml /c /Cx /coff gmsched.asm link gmsched.obj /DLL /NOENTRY /DEF:gmsched.def /out:gmsched.dll ``` after making sure that WinMM.lib is accessible? Seems to work but I'm uncertain
# Tag colors I've seen that tag colors are loaded from (and saved to) db, but there's no way to edit them without tinkering with the file. # Context menus...
There is currently a bunch of small issues related to GMEdit not being actively aware of nested functions: * `with` disables semantic highlighting for implicit `self` variables (`fn()` vs `self.fn()`)...
The [web demo](https://nika-begiashvili.github.io/libarchivejs/) of [libarchivejs](https://github.com/nika-begiashvili/libarchivejs) appears to successfully extract GMS1 GMZ files, therefore might be possible to integrate to support opening packaged GMS1 projects (much like how GMEdit already supports...
```haxe class Main { static function main() { var shuffle = [1, 2, 3]; var i = 0; Sys.print("Sorting..."); shuffle.sort((a, b) -> ++i == 1 ? 1 : -1); Sys.println("OK!");...
Currently there are plenty of false negatives for GM games, which is attributed to the following factors: * GMS1..GMS2.2 (or so) games compiled with YYC would embed `data.win` file into...
* Electron version: 1.7.10 * Operating system: Windows 10, build 1709 If a path contains forward slash(es) on Windows (e.g. `C:\some\app/index.html`), ~~showItemInFolder will open the containing directory but will not...
There are likely cleaner possible solutions (move now-shared table creation code to a separate JS file?), but this does work correctly.  
 
**Is your feature request related to a problem? Please describe.** Suppose I have a collection description:  Very nice. However, on profile pages these are shown as single-line plaintext snip,...