Dylan T.

Results 339 issues of Dylan T.

When two accounts on the same machine both have Minecraft installed, it has to be uninstalled from both accounts to allow the launcher to install its versions. While the launcher...

bug

Recently it's come to my attention that there are competing launchers which provide a profile switching feature. This would be useful when downgrading in case an older version doesn't support...

enhancement

This would be useful for creating desktop shortcuts to specific versions, and for other programs to directly launch specific versions (e.g. launching from inside an IDE).

enhancement

The following options are now supported by LevelDB, but not yet exposed: - [`reuse_logs`](https://github.com/pmmp/leveldb/blob/c66f4648c262dfe47ad089aa9af8156c58765c72/include/leveldb/options.h#L141) (not yet exposed to C API) - [`max_file_size`](https://github.com/pmmp/leveldb/blob/c66f4648c262dfe47ad089aa9af8156c58765c72/include/leveldb/options.h#L119) (exposed as [`leveldb_options_set_max_file_size`](https://github.com/pmmp/leveldb/blob/mojang-compatible/include/leveldb/c.h#L190))

enhancement

The current code accepts any non-zero value for `true` and 0 for `false`, but if a value outside of the range 0-1 is encountered, it most likely indicates corrupted data...

bug

A lot of types are missing signed vs unsigned readers, and it isn't clear whether the existing methods return signed or unsigned values in a lot of cases. This is...

No one expects the manipulation methods of AxisAlignedBB to alter the AABB directly. Allowing this is also a headache. We already don't use Vector3 as mutable since PM 4.0. In...

Currently they are limited to integers. There's no obvious purpose to restricting them to integers.

enhancement