Detail
2020.07.27.Log1850.txt
No SVN revisions parsed. Raw content is shown below.
Raw Content
commit 74f7b0da9fb301d86c4aa763542fd82c2495df3e
Author: Dino Bollinger <dino.bollinger@gmail.com>
Date: Mon Jul 27 22:33:52 2020 +0200
Mapster32: Fix tilescreen drawing for Polymer renderer.
According to pogo in a previous commit, GL_TEXTURE_2D is deprecated.
However, polymer cannot draw the tiles in the tilescreen correctly
without enabling it first, else it shows white boxes instead.
This fixes terminx/eduke32#93
commit 7c3b3e67a4696627024a89d6e59d54bbfe099806
Author: Dino Bollinger <dino.bollinger@gmail.com>
Date: Mon Jul 27 09:34:16 2020 +0200
Duke3D: prevent hash lookup on empty keybinds
This fixes terminx/eduke32#98
See https://voidpoint.io/terminx/eduke32 for more details.