Project

General

Profile

Activity

From 2013-11-24 to 2013-12-07

2013-12-07

22:39 Doomsday Engine Revision 2c29bd04 (github): Fixed|Stereo 3D: Warning about double to float conversion
skyjake
22:39 Doomsday Engine Revision 0a9016ab (github): Windows|Fixed|libgui: Initial GLInfo and entrypoints setup
First get entrypoints, then query extensions. skyjake
21:51 Doomsday Engine Revision 1157709d (github): Windows|Fixed: Various build errors (missing exports, name conflicts)
skyjake
16:54 Doomsday Engine Revision ba87e9c8 (github): Fixed|OS X|qmake: Library directory for libintl
skyjake
16:30 Doomsday Engine Revision 84312e98 (github): Fixed|X11: Fetching OpenGL entrypoints (wrong name)
skyjake
14:26 Doomsday Engine Revision 917ea1f9 (github): EntityDatabase|World: Throw an error if an expected map entity property value is missing
Occurred when attempting to load a "DOOM in Hexen" format map in DOOM. danij
14:21 Doomsday Engine Revision 73e2e8c0 (github): Sprite|Resources: Added support for sprites with 16 view angle rotations
Emulate ZDoom's sprite frame rotation naming extension and duplication
behavior to support sprites with up to 16 disc...
danij
12:33 Doomsday Engine Revision 8b6f020d (github): libgui: Clear GLFramebuffer when inited/resized
Canvas will always use GLFramebuffer as the framebuffer. skyjake
10:58 Doomsday Engine Revision e8e50216 (github): Fixed|Refactor|Renderer: Use GLState for color mask, fixed drawing issues
Addressed GL state and drawing issues with various combinations of
FSAA, VR mode, and postfx.
skyjake
10:55 Doomsday Engine Revision bab850fd (github): libgui|GLState: Added color mask
skyjake
06:06 Doomsday Engine Revision 6ccfbfd0 (github): ResourceSystem|Optimize: Store temporary auto-generated SpriteDefs in a QHash; cleanup
Previously an in-place O(n) algorithm was used to ensure only one
sprite definition is generated for a given name.
danij
02:37 Doomsday Engine Revision 6e9d0136 (github): Refactor|ResourceSystem: Moved mobj visualization resource selection out of ResourceSystem
Sprite and model selection logic is now handled by Mobj_Sprite() and
Mobj_ModelDef() respectively. Sprite radius calc...
danij

2013-12-06

19:30 Doomsday Engine Revision 6fc7c869 (github): libgui|GL: Perform multisampling with renderbuffers
With OpenGL 2.1, the only way to render into a texture with
multisampling is to use OpenGL extensions.
GLFramebuffer...
skyjake
17:48 Doomsday Engine Revision 74de24ca (github): ResourceSystem: Cleanup prepared GL texture release
danij
17:17 Doomsday Engine Revision 920c7600 (github): Texture|Resources: Ensure any prepared GL texture is released on Texture::Variant deletion
danij
16:55 Doomsday Engine Revision b15406e8 (github): ResourceSystem: Always respect the cacheGroups argument when caching materials
danij
13:46 Doomsday Engine Revision f5c5bb2b (github): ResourceSystem: Cleaned up the material cache queue
danij
09:40 Doomsday Engine Revision 297df8c3 (github): Fixed|OS X|qmake: Library directory for libintl
skyjake

2013-12-05

21:16 Doomsday Engine Revision 3ad58ed6 (github): libdeng2|Observers: Allow using Loop from a const object
skyjake
21:15 Doomsday Engine Revision 613aa0a2 (github): Fixed|UI|Client: Drawing game content for transition frame
skyjake
20:50 Doomsday Engine Revision 06127468 (github): libgui|Canvas: Initialize GLInfo
skyjake
18:26 Doomsday Engine Revision 17072444 (github): Refactor|GL|Client: Use libgui’s GLInfo instead of sys_opengl
Available extensions and OpenGL limits come now from libgui.
Also cleaned up old/dead code from sys_opengl.
skyjake
18:26 Doomsday Engine Revision 8065cbfd (github): libdeng2: Added ceilPow2
skyjake
18:26 Doomsday Engine Revision a72cef7f (github): libgui: Added GLInfo, moved extensions and limits from client
Moved/improved old code from sys_opengl for checking OpenGL
extensions.
Extensions are now referred to by their offi...
skyjake

2013-12-04

20:35 Doomsday Engine Revision ab174623 (github): libgui|Canvas: Print supported OpenGL version to log
The information comes from Qt. skyjake
17:54 Doomsday Engine Revision bef2c51a (github): UI|Client|Stereo 3D: BusyWidget shouldn’t be among the composited widgets
In Oculus Rift mode, the UI compositor is scaled down. If the busy
widget is also included in the compositor, it mean...
skyjake
16:52 Doomsday Engine Revision 701789ec (github): ResourceSystem: Return interned texture specs by const pointer/reference
Also added a convenience header for Sprite. danij
15:37 Doomsday Engine Revision ead1ecd4 (github): ResourceSystem: Improved material and texture search APIs
danij
15:20 Doomsday Engine Revision f78ac1e7 (github): Resources: Cleanup
danij
15:13 Doomsday Engine Revision 69de1399 (github): ResourceSystem: Cleanup texture search API
danij
14:25 Doomsday Engine Revision 13bb407b (github): Resources: Cleanup
danij
14:14 Doomsday Engine Revision 97f5de3d (github): ResourceSystem: Cleanup material search API
danij
13:33 Doomsday Engine Revision 5140981e (github): ResourceSystem: Model and ModelDef searches return references
danij
08:47 Doomsday Engine Revision 7cb37862 (github): OS X|FluidSynth: Bundle the latest found version of gettext
skyjake
08:41 Doomsday Engine Revision 0c7ffe41 (github): Fixed|UI|libdeng2|Stereo 3D: Allow enabling UI composition during busy mode
Fixes an issue where the display would remain black after launching
straight into a map with -g and -warp options.
A...
skyjake
08:29 Doomsday Engine Revision 910ac37b (github): Fixed|UI|Client: Handle sidebar in the UI compositor update
When the compositor is enabled or disabled, all the relevant widgets
must be moved to the correct parent.
skyjake
08:19 Doomsday Engine Revision dcb6687b (github): Fixed|Renderer|FX: Update GL viewports for post-processing shader
Fixes the problem where the sidebar editor would cause the view to
appear squished.
skyjake
07:59 Doomsday Engine Revision 1f4a458c (github): OS X|FluidSynth: Bundle the latest found version of gettext
skyjake

2013-12-03

21:16 Doomsday Engine Revision ebe89dca (github): Renderer|FX: Added API and todos for light source visibility marking
skyjake
21:15 Doomsday Engine Revision be28e9ec (github): Renderer|FX: Disabled the test light
skyjake
20:53 Doomsday Engine Revision 8d5c1582 (github): UI|Client: Use GLFramebuffer when rendering busy transition frame
skyjake
14:22 Doomsday Engine Revision 278dde17 (github): Refactor|Renderer|libgui: Added GLTarget::AlternativeBuffer
This is a utility for temporarily switching to an alternative
attachment.
skyjake
09:40 Doomsday Engine Revision c9853952 (github): Refactor|Model: Cleanup
danij
08:57 Doomsday Engine Revision 9e012a9e (github): Renderer|Models: Use an alternative depth buffer for 3D psprites
It is unacceptable to clear the depth buffer for 3D psprites as that
would remove the depth information required for ...
skyjake
08:00 Doomsday Engine Revision 3b665127 (github): Merge branch 'master' into gl2-lensflare
skyjake
07:37 Doomsday Engine Revision 4a355182 (github): Refactor|Renderer|FX: Use GLFramebuffer for post-processing
GLFramebuffer handles the required depth/stencil texture. skyjake
06:12 Doomsday Engine Revision 7375ae79 (github): Renderer|Client: Cleanup
danij
05:55 Doomsday Engine Revision 789816ac (github): Resources: Removed resource/models.cpp; renamed resource/models.h
Also added a convenience header for ModelDef. danij
05:31 Doomsday Engine Revision 4e590672 (github): Model: Fix model aspect-correct scaling; cleanup
All shared global resource instances are now owned by ResourceSystem.
Everything appears to be working as expected. A...
danij
04:08 Doomsday Engine Revision 640b178d (github): Refactor|Model: Cleanup
danij
03:46 Doomsday Engine Revision 380c111e (github): Refactor|Model: Integrated model resource file loading more deeply
danij
03:17 Doomsday Engine Revision 01fa7a27 (github): Refactor|Resources: Use ResourceSystem to locate model resources
Now builds without error. Testing begins... danij
03:02 Doomsday Engine Revision ecc52f01 (github): Refactor|Resources: Moved model resource loading into Model
danij
01:42 Doomsday Engine Revision cefb9ad7 (github): Refactor|Resources: Began relocation of model resources into ResourceSystem
Note this is very much a wip and does not build yet. danij
00:43 Doomsday Engine Revision 49281b5a (github): Refactor|Resources: Preparing to move the model collection into ResourceSystem
danij
00:08 Doomsday Engine Revision 7356734c (github): Refactor: Renamed gl/gl_model.h/cpp as resource/model.h/cpp respectively
A "Model" is more of a resource than a GL-domain component. Such a
resource may be contain GL components (e.g., prepa...
danij

2013-12-02

23:52 Doomsday Engine Revision b784a532 (github): Renderer: Cleanup
danij
23:13 Doomsday Engine Revision d29855e2 (github): Renderer|Model: Cleanup
danij
22:46 Doomsday Engine Revision bc247604 (github): Typo
danij
22:30 Doomsday Engine Revision 29583345 (github): libdeng2: Added template de::lerp()
danij
22:00 Doomsday Engine Revision 0bcf6737 (github): Model|Resources: Internal Model API improvements; cleanup
danij
20:44 Doomsday Engine Revision 5754d7fb (github): Refactor|Stereo 3D: Use GLFramebuffer for unwarped Oculus Rift frame buffer
skyjake
20:34 Doomsday Engine Revision dac0db66 (github): Refactor|libgui: Added GLFramebuffer
GLFramebuffer handles color/depth/stencil buffers, provides
access to the buffer textures, and does buffer swaps.
To...
skyjake
16:09 Doomsday Engine Revision c89604c7 (github): Refactor|GL|libgui: Renamed GLState::top() to GLState::current()
“top” and “pop” are too easy to confuse. skyjake
14:59 Doomsday Engine Revision 90f87a9c (github): Renderer|FX: Apply active rectangle correctly when checking depth values
skyjake

2013-12-01

16:39 Doomsday Engine Revision e962b623 (github): Model|Resources: Cleanup (method name consistency)
danij
15:53 Doomsday Engine Revision 6f4976c1 (github): Refactor|Resources: Cleaned up internal API to the model resource collection
danij
15:13 Doomsday Engine Revision 98f69b00 (github): Resources: Cleanup
danij
14:10 Doomsday Engine Revision 99ce12b0 (github): Model|Resources: Removed fixed limit Model::MAX_LODS
danij
11:29 Doomsday Engine Revision 7951b900 (github): Resources: Cleanup/typos
danij
10:25 Doomsday Engine Revision 31eb8684 (github): Refactor|Resources: Completed initial C++ translation of model_t
danij

2013-11-29

21:21 Doomsday Engine Revision 636a390d (github): Cleanup
skyjake
20:44 Doomsday Engine Revision c7f5e3e8 (github): Refactor|Stereo 3D: Use a depth/stencil texture for Oculus Rift
This allows lens flare occlusion to work in VR mode 9. skyjake
17:02 Doomsday Engine Revision ac0c06ea (github): Renderer|FX|libgui: Apply target’s active rectangle when accessing depth values
The shader has no visibility to the used GL viewport, so we must
do the transformation manually.
skyjake
16:32 Doomsday Engine Revision 6b523f73 (github): Refactor|libgui|GLTarget: Allow querying the attached depth texture
The view may be rendered to any target, so there must be a way to
access the currently used depth texture.
skyjake
13:56 Doomsday Engine Revision 9ae5d689 (github): Refactor|libgui|GLTexture: Use GLPixelFormat
skyjake
13:55 Doomsday Engine Revision af04668e (github): Refactor|libgui|Image: Use GLPixelFormat
skyjake
13:54 Doomsday Engine Revision 4696bf0f (github): libgui: Added GLPixelFormat (replaces Image::GLFormat)
skyjake
12:36 Doomsday Engine Revision 2553dc27 (github): Renderer|FX: Check 5 depth points for partial occlusion of a light
Could be improved further with resolution independence, and/or
taking into account the radius of the light source.
skyjake
12:01 Doomsday Engine Revision 4969d46c (github): Renderer|FX: Use depth buffer to occlude lens flares
Work in progress… skyjake
12:00 Doomsday Engine Revision cb6fd6cb (github): libgui|Canvas: Working on manual frame buffer mode
Canvas needs to support rendering depth values to a texture.
To accomplish this, the FBO must be configured with suit...
skyjake
11:57 Doomsday Engine Revision 896208ef (github): libgui|GLState|GLUniform: Prepare for deletion of assets
GLState must be aware that a render target might be deleted while
it is the current target.
GLUniform must be aware ...
skyjake
11:56 Doomsday Engine Revision 70ac79b0 (github): libgui|GLTexture: Setting up a depth+stencil texture
skyjake
11:55 Doomsday Engine Revision 46dbad40 (github): libgui|GLTarget: Reconfiguring an existing GLTarget instance
skyjake
09:09 Doomsday Engine Revision bf6f5e16 (github): Merge branch 'master' into resourcesystem
danij
09:03 Doomsday Engine Revision 60a8fa24 (github): Fixed|Renderer: BspLeaf::MissingClusterError drawing a particle model
Particle models are drawn from the interpolated origin, which, may
lie in a degenerate BSP leaf even though the actua...
danij

2013-11-28

16:48 Doomsday Engine Revision 23a7552b (github): Renderer|FX|libgui: Working on accessing the depth buffer from a shader
skyjake
16:48 Doomsday Engine Revision 57f2860b (github): Fixed: Abnormal shutdown causes a crash when setting up busy mode
During an abnormal shutdown, we shouldn’t allow busy mode at all.
Also, if all windows are closed, it means GL needs ...
skyjake
08:46 Doomsday Engine Revision 8727a454 (github): Renderer|FX: Revised “star” flare iamge
skyjake

2013-11-27

21:01 Doomsday Engine Revision 899f7d37 (github): Renderer|FX: Revised the “burst” flare image, improved arrangement
skyjake
18:56 Doomsday Engine Revision 4c4e2cbf (github): Merge branch 'master' into resourcesystem
danij
18:54 Doomsday Engine Revision 4bd53340 (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
danij
18:54 Doomsday Engine Revision dde557ba (github): Homepage|Style: Added support for high-DPI displays; improved forum font scaling
The homepage now rescales responsively for high-DPI and the margin
around the page is removed on smaller-display devi...
danij
18:50 Doomsday Engine Revision 1d37aa70 (github): Homepage|Style: Added support for high-DPI displays; improved forum font scaling
The homepage now rescales responsively for high-DPI and the margin
around the page is removed on smaller-display devi...
danij
12:41 Doomsday Engine Revision 4896f55d (github): Merge branch 'master' into low-latency-input
skyjake
12:39 Doomsday Engine Revision c8ea88ee (github): Merge branch 'master' into gl2-lensflare
skyjake
12:37 Doomsday Engine Revision 96531777 (github): Renderer|FX: Individual flare colors
skyjake
10:48 Doomsday Engine Revision 9d58223e (github): Renderer|FX: Using the “testlight” command to adjust test light params
skyjake

2013-11-26

20:42 Doomsday Engine Revision fe0393d2 (github): Cleanup
skyjake
20:38 Doomsday Engine Revision 545a5dfa (github): Renderer|FX: Working on lens flare arrangement; added angle condition
skyjake
19:02 Doomsday Engine Revision ceed0534 (github): Builder|Fixed: Handle error situation counting words in a log file
Also, the 'saucy' builder is now instructed to make a source package
for the PPA.
skyjake
12:37 Doomsday Engine Revision 13f1fcc1 (github): Refactor|Resources: ResourceSystem has direct ownership of material resource schemes
TODO: Cleanup danij
09:46 Doomsday Engine Revision d2e48841 (github): Refactor|Resources|Client: ResourceSystem has direct ownership of font resource schemes
TODO: Cleanup danij
07:34 Doomsday Engine Revision 5eaed479 (github): Refactor|Resources: ResourceSystem has direct ownership of texture resource schemes
TODO: Cleanup danij

2013-11-25

21:55 Doomsday Engine Revision 25cc46ef (github): Resources: Cleanup
danij
21:43 Doomsday Engine Revision 66a0adf2 (github): Refactor|Resources: ResourceSystem has ownership of texture variant specs
danij
21:18 Doomsday Engine Revision d6cef243 (github): Renderer|FX: Working on the arrangement of flares
Todo: Factor in the angle from the view center.
Todo: Add more flares.
skyjake
15:04 Doomsday Engine Revision 94bbf11f (github): Windows: Fix build (header inclusion order)
danij
14:53 Doomsday Engine Revision 08ebfa87 (github): Merge branch 'master' into resourcesystem
danij
14:52 Doomsday Engine Revision 89c3a228 (github): Homepage: Removed control panel from the engine feature summary; cleanup
danij
14:25 Doomsday Engine Revision 4a41a8fb (github): Homepage|Forums|Style: Use Open Sans for all text
danij
14:13 Doomsday Engine Revision a03e4d99 (github): Homepage|Style: Target DPI is device DPI
danij
13:57 Doomsday Engine Revision 3743991f (github): Homepage|Style: Use Open Sans for all text
danij
12:55 Doomsday Engine Revision 8301181d (github): Renderer|FX: Adding multiple flares, determining mirroring in shader
It is quite trivial to do flare mirroring after projection. skyjake
12:12 Doomsday Engine Revision cee903fd (github): Fixed: Benign compiler warning (init order)
skyjake
12:10 Doomsday Engine Revision 9346404e (github): Fixed|Updater: Downloading files from SourceForge
Apparently SourceForge now requires that the User-Agent is specified
in the GET request.
skyjake
12:10 Doomsday Engine Revision 7867443b (github): Fixed|Updater: Notification has an overly large shadow
skyjake
12:09 Doomsday Engine Revision 434c03fe (github): Fixed|Updater: Downloading files from SourceForge
Apparently SourceForge now requires that the User-Agent is specified
in the GET request.
skyjake
12:01 Doomsday Engine Revision d3371dd9 (github): Fixed|Updater: Notification has an overly large shadow
skyjake
09:54 Doomsday Engine Revision c78558d1 (github): UI|Client: Use kd-tree allocator in root widget’s atlas
skyjake
09:32 Doomsday Engine Revision 532bd753 (github): Fixed|Builder|Ubuntu: libncurses-dev is required for building
skyjake
08:59 Doomsday Engine Revision ad621c34 (github): Builder|Ubuntu: Create a separate source package for Saucy
The package version contains a distribution-specific part so
that they may coexist in the PPA.
skyjake

2013-11-24

20:40 Doomsday Engine Revision 8fc7743b (github): Renderer|FX: Use the KD-tree allocator for flare atlas
The more sophisticated algorithm allows the images to fit into a
smaller space.
skyjake
20:29 Doomsday Engine Revision 08626690 (github): libgui: Added KdTreeAtlasAllocator
KdTreeAtlasAllocator uses a 2D BSP tree to allocate space from an
atlas. Optimization is done by allocating the bigge...
skyjake
 

Also available in: Atom