Activity
From 2016-09-25 to 2016-10-08
2016-10-08
- 20:55 Revision 93f3a239 (github): Fixed|Windows: Calling convention in deferred GL calls
- 20:39 Revision 861f2ba6 (github): Fixed|Windows: Build errors and deferred GL calls
- Cleaned up some Windows-specific older code. The deferred OpenGL
function pointers were all nullptr. - 20:37 Bug #1589 (Resolved): [Windows] Missing icons
- 20:36 Bug #1589 (In Progress): [Windows] Missing icons
- 20:37 Revision 2a2ea087 (github): Fixed|Windows: Main window icon is missing
- IssueID #1589
2016-10-07
- 20:39 Revision 3d7fa343 (github): Widgets|libappfw: provide VRConfig::RowInterleaved implementation
- 09:02 Revision af025dc2 (github): Fixed|Renderer|FX: Game 3D view multisampling and bloom rendering
- Now using multisampling only for the 3D game view. Bloom is applied
using (and into) the resolved color texture.
Blo... - 08:59 Revision a6d5a626 (github): libgui|GL: Resolving multisampled framebuffer contents
- GLTextureFramebuffer now has methods for controlling multisampling.
The idea is to render normally into a multisample... - 08:57 Revision db3ae43f (github): Debug|GL: Disabled some debug messages
2016-10-03
- 09:52 Bug #2174 (Closed): [Doom2] Map14 uncaught exception
- 09:51 Bug #2144 (Closed): Crash when reseting engine with a map loaded
- 09:51 Feature #2172 (Closed): Bindings for the Playstation 4 controller
- 09:51 Feature #2173 (Closed): Bindings for the Xbox 360/One controller
- 09:47 Feature #1675 (In Progress): Switch to new Qt 5.4+ OpenGL APIs (from QGLWidget)
- I've been working on this recently. The remaining to-dos:
* Re-enable FSAA for player 3D view rendering (when config...
2016-10-02
- 19:50 Revision c9b440a8 (github): UI|Client: Rendering the busy transition frame
- Instead of a custom method in ClientWindow, BusyWidget can now render
its own copy of the game view into a separate f... - 17:10 Revision ff53cf3b (github): Fixed|Cleanup: Other eye missing in anaglyph stereo mode
- GameWidget needs to be aware when rendering two views per frame
so that game view texture gets redrawn when the eye c... - 16:56 Revision 5bce3e7e (github): Refactor|Cleanup|Renderer: Less complicated view rendering
- This commit fixes issues when the game widget does not cover the
entire window.
To summarize, the viewport no longer...
2016-10-01
- 14:20 Revision 0d9e8391 (github): Refactor|Client: Reduced headers included via clientapp.h
- The fewer includes, the better.
- 14:19 Revision 83e104e4 (github): Refactor|Renderer|FX: Draw camera lens effects
- The lens effects are now drawn after the 3D view into the player's
game view texture.
2016-09-30
- 10:13 Revision 1e11df72 (github): Refactor|Renderer|UI: Post-processing shader applied during view composition
- Instead of having fx::PostProcessing as a lens effect, ViewCompositor
now applies the post-processing shader when it ... - 10:08 Revision 9d942e8b (github): Client: Helper methods for accessing `ClientPlayer`s
2016-09-28
- 15:59 Revision 21260491 (github): UI|Refactor|Client: Removed GameUIWidget; view composited by ViewCompositor
- 14:29 Revision 1a526641 (github): UI|Client: Draw the game HUD layer in ViewCompositor
- 13:09 Revision eab1bebe (github): Cleanup|Renderer: Calculating a player's view rectangle
- 10:12 Revision a8df58bd (github): Client|UI|GL: Player view rendered in final size (all scaling factored in)
- Rather than using a viewport to restrict the game view to a smaller
section of the framebuffer, the player view is no... - 08:46 Revision c90e1417 (github): UI|Client: Fixed player view GL state; apply pixel density factor
- The artifacts in the world were due to alpha test being enabled during
the layer composition.
2016-09-26
- 07:54 Revision bf291d2d (github): Refactor|Client: Revising game view drawing and compositing
- The rendered game view is now drawn to the window FBO as part of
view layers composition.
Todo: Unlit floors not ren... - 07:53 Revision 8576f25d (github): Widgets|libappfw: Root widget should clear the entire framebuffer
- 07:52 Revision 21770eb9 (github): Fixed|libgui: Crash when destroying GLWindow
- Hopefully done properly now.
Also available in: Atom