Skip to content

3.4.1 Release

Compare
Choose a tag to compare
@ivan-mogilko ivan-mogilko released this 23 Dec 19:16
· 5657 commits to master since this release

This is a stable 3.4.1 release. The contents of this update are listed in Changes.txt as usual.

People who were working on this release:
@AlanDrake
@gurok
@ivan-mogilko
@monkey0506
@persn
@rocifier
Scorpiorus (don't know if he has a github account, his code was applied by copy-pasting).

IMPORTANT NOTE
The mobile ports (Android, iOS) are currently in a non-compileable state. This is a known issue and I hope to resolve it in the nearest future. The reason is that particular additions to OpenGL renderer required use of extra OpenGL functions, and I did not know their OpenGL ES variants. This may be solved either by importing proper functions or even creating stubs (as a temporary solution).

PS. I also hoped to make OpenGL renderer work on Linux too, since currently only software renderer is available for linux users, but could not get there yet. I believe that is mainly a matter of knowing which headers and libs to include, and possibly making few corrections to make code compatible.