Skip to content

Releases: Brotcrunsher/BrotBoxEngine

v0.2.11

25 Feb 15:14
Compare
Choose a tag to compare

New Release

v0.2.10

03 Feb 21:41
Compare
Choose a tag to compare

New Release.

v0.2.9

11 Mar 00:58
Compare
Choose a tag to compare
Fixed missing return.

v0.2.8

08 Feb 21:12
Compare
Choose a tag to compare
Splitting frame into frameUpdate and frameDraw. That way externallyMa…

…naged games can better control when to update vs. draw.

v0.2.7

08 Feb 10:45
Compare
Choose a tag to compare
Fixed Compile Break.

v0.2.6

30 Jan 23:27
Compare
Choose a tag to compare
Fix a compile break on gcc.

v0.2.5

30 Jan 21:03
Compare
Choose a tag to compare
The BBE_RENDERER_NULL no longer includes OpenGL.

v0.2.4

30 Jan 20:08
Compare
Choose a tag to compare
Not building glfw if we are in the NullRenderer.

v0.2.3

30 Jan 19:15
Compare
Choose a tag to compare
Fixed rendering issue in OpenGL Renderer when objects got further awa…

…y from the origin by switching from world space to view space in shaders.

v0.2.2

28 Jan 00:37
Compare
Choose a tag to compare
Removed unnecessary glClearTexImage call. Checking if data in GBuffer…

… is actually present before shading.