PoroCYon

Results 19 issues of PoroCYon

Otherwise, it would depend on the order of the assemblies passed to the repacker. ``` csharp using System; using System.Runtime.CompilerServices; public static class Program { [MethodImpl(MethodImplOptions.ForwardRef)] public static extern int...

Great work! I've read through it and found a few typos, but I'm currently not in the best situation to actually check any meaningful parts of the text though.

Will take some effort to translate the bytecode/assembly-like instructions in a high(er)-level language, but it will probably make recompiling harder.

enhancement

See all the '_pad*' fields in [PackedStructs.cs](https://github.com/PoroCYon/Altar.NET/blob/master/Altar.NET/PackedStructs.cs) (those which aren't marked as 'unimportant' or with their constant value).

todo

* Exported symbols are now the same (as seen from C) across all (supported) platforms * Code is now always splittable into multiple sections, on all platforms, and is now...

* Use Linux-style public symbol names (sym instead of _sym@blah) * Rewrite inline assembly in v2mplayer.cpp as C++, or use GNU-style inline assembly * #define __stdcall away when WIN32 isn't...

This one should be usable as-is, but maybe the pow functions should be reworked a bit to work with LTO (cf. the cos impl.) ~~Also, do you want #37 to...

I've started splitting up my patches into usable chunks, this is the first one. Someone will have to test whether this compiles to the atomic instructions on x86 w/ MSVC,...

This one is *absolutely **not*** ready to be merged yet, but, I want to discuss a few things as I go along: * First of all, for `SongRenderer` and `CriticalSection`,...

[UTF-8 interpreted as CP437, it seems](https://www.pouet.net/party_results.php?which=1670&when=2018) (and [the html version](https://www.pouet.net/party_results.php?which=1670&when=2018&font=none) seems to be bogus as well)