meekee7

Results 46 issues of meekee7

All assembly code not used by the Pentium Pro variant should be removed.

Code Quality

The physics code is lacking structure, often using functions with 1000 LOC or more. Those super-long functions should be divided into one or two layers of smaller functions. Furthermore, the...

Code Quality

Most projects have one or more directories for their source code. But sometimes they own source files from other directories as well. For example, the `GeomDBase` project has most of...

Code Quality

The game and some tools, especially GUIApp, only work correctly when started with 16bit color depth. Support for 32bit color depth should be added. Support for 16bit color depth can...

Enhancement

The game and the tools should be available as both 32bit and 64bit applications.

Enhancement

It should be investigated if a suitable control scheme for gamepads can be introduced to the game. If so, support for gamepads, at least Xbox-style controllers, should be introduced.

Feature Request

The features and the fixes from the official patch should be reimplemented.

Enhancement

Hello, where is the source code for chapter V.4 (High Dynamic Range Computational Photography on Mobile GPUs)? The article mentions that the code is supposed to available on the CRC...

MTROPOLIS: detect English/French/Dutch/Catalan Albert/Ernest games Add the English, French, Dutch and Catalan Windows versions of the Onkel Albert / Uncle Ernest games to the detection tables. Correct a file name...

Recreation of PR #5834 after a rebase. Two changes related to main segment detection: # Games with multiple main segment files Numerous games have multiple MPL files (or equivalent). Switching...