When will GUI-wallet and a build for Mac OS X 10.6+ be developed? I look forward for it

probably never. these guys aren't real developers and hardly understand what they are doing other than copy and paste.
yet they managed to calculate emission/reward curve and bake into the code... such an incompetence ! please stop FUD thank you
You realize that code change is exactly this right:
+#define EMISSION_SPEED_FACTOR (21)
- uint64_t base_reward = (MONEY_SUPPLY - already_generated_coins) >> 18;
+ uint64_t base_reward = (MONEY_SUPPLY - already_generated_coins) >> EMISSION_SPEED_FACTOR;
Even if you aren't a programmer you should recognize this sort of copy-paste stuff is not exactly hard core coding.