Project

General

Profile

Activity

From 2013-11-03 to 2013-11-16

2013-11-16

22:26 Doomsday Engine Revision fe74d700 (github): Refactor|Resources: Began remodeling ColorPalette management
danij
09:53 Doomsday Engine Revision ed5af01d (github): Refactor|ColorPalette|Resources: Translated ColorPalette to C++
danij
09:41 Doomsday Engine Revision 1265ad8e (github): Client|libdeng2: Replaced use of glFrustum with Matrix4::frustum()
In the long run, we must stop using OpenGL matrix functions as they
are not present in GLES.
skyjake
06:11 Doomsday Engine Revision dffd3728 (github): Refactor|Resources: Removed 's' suffix from animgroups.cpp/h
danij
06:01 Doomsday Engine Revision 5d9c3ffd (github): ResourceSystem: Cleanup
danij
05:37 Doomsday Engine Revision ac652618 (github): Refactor|Resources: ResourceSystem has ownership of animation groups
danij
03:27 Doomsday Engine Revision ffeee152 (github): Refactor|Resources: Moved rest of r_data.cpp to api_resource.cpp; cleanup
danij
02:18 Doomsday Engine Revision 595957d4 (github): Refactor: ResourceSystem has ownership of the Materials collection
TODO: Clear the necessary resource schemes on engine reset/game load. danij
00:54 Doomsday Engine Revision c15c6b0a (github): BitmapFont|Client: Cleanup
danij
00:27 Doomsday Engine Revision 0f552c3f (github): BitmapFont|Client: Fixed inverted glyph geometry
danij
00:09 Doomsday Engine Revision aa658567 (github): Documentation|Fonts|Textures: Minor apidoc cleanup
danij

2013-11-15

23:29 Doomsday Engine Revision 407b71ad (github): FontManifest|Client: Cleanup
danij
23:17 Doomsday Engine Revision 4862b082 (github): Cleanup|Fonts|Client: Cleanup
danij
23:07 Doomsday Engine Revision 0c5991a4 (github): Refactor|Fonts|Client: Superficial generalization of Fonts resource collection components
These components are (now) very similar to those used by the other
resource collections (i.e., Materials and Textures...
danij
22:46 Doomsday Engine Revision 8df8fd3e (github): Fonts|Client: The Fonts collection now operates only with AbstractFonts
danij
22:43 Doomsday Engine Revision 59b84f28 (github): libgui|GLBuffer: Added vertex formats with more texture coordinates
skyjake
22:42 Doomsday Engine Revision 6584f1c8 (github): Refactor|Fonts|Client: Moved linked-definition clearing from Fonts to ResourceSystem
It is no longer necessary to implement this logic with the resource
collection itself.
danij
22:32 Doomsday Engine Revision dba57b31 (github): Cleanup
skyjake
22:23 Doomsday Engine Revision 6cd880b5 (github): Fonts|Resources|Client: Relocated API documentation to more appropriate places
danij
19:54 Doomsday Engine Revision 9ee0af2a (github): Renderer|FX: Added some API documentation
skyjake
19:53 Doomsday Engine Revision b1a0552b (github): Renderer: Added an interface for point light sources
skyjake
14:27 Doomsday Engine Revision 6964e8ad (github): Amethyst: Imported latest library files
skyjake
14:12 Doomsday Engine Revision 614a8c6e (github): Console: Improved output after invalid use of command arguments
The message can be more specific as to what was the problem. skyjake
12:14 Doomsday Engine Revision 03ce79a7 (github): Documentation|Console: Help for “postfx”
skyjake
11:48 Doomsday Engine Revision 46f4f844 (github): Renderer|FX|Console: Animation duration is optional for “postfx”
Also printing more log messages from fx::PostProcessing. skyjake
11:46 Doomsday Engine Revision afe89149 (github): Fixed|libgui|GLProgram: Rebuilding a program
The state of the GLProgram was not properly updated when its was
rebuilt. The existing uniform bindings are retained,...
skyjake
11:03 Doomsday Engine Revision 10c60ab2 (github): Merge branch 'master' into resourcesystem
danij
10:59 Doomsday Engine Revision afc6483d (github): Fonts|Resources|Console: Reinstated Font resource search commands; cleanup
danij
10:26 Doomsday Engine Revision 34cedf0f (github): Refactor|FontManifest|FontScheme: Applied pimpl idiom; cleanup
danij
10:05 Doomsday Engine Revision 6978d775 (github): Refactor|Fonts|Resources|Client: Split up fonts.cpp/h; added convenience headers
danij
09:53 Doomsday Engine Revision bf039d45 (github): Fixed|DialogWidget: Modal dialog should not flash when Shift pressed
As far as the UI is concerned, Shift and other modifiers should not
be considered actionable input.
skyjake
09:53 Doomsday Engine Revision 61e50ace (github): Fixed|DialogWidget: Modal dialog should not flash when Shift pressed
As far as the UI is concerned, Shift and other modifiers should not
be considered actionable input.
skyjake
09:30 Doomsday Engine Revision d0f6f716 (github): Renderer|FX: Monochrome shaders for frame post-processing
“fx.post.monochrome.inverted” replicates the original Doom
invulnerability effect.
skyjake
09:29 Doomsday Engine Revision 5fd6348c (github): Renderer|FX|Console: Added cmd ‘postfx’ for setting the post-processing shader
The ‘postfx’ command can start a shader fade-in animation, or fade
out the current shader. Each console is treated se...
skyjake
09:27 Doomsday Engine Revision 2f1db96f (github): Renderer|FX: Post-processing animations
There is now a queue of animation tasks in fx::PostProcessing, for
fading shaders in and out.
skyjake
09:26 Doomsday Engine Revision c78cf163 (github): libgui|GLProgram: Rebuilding the program forces update of uniforms
skyjake
09:19 Doomsday Engine Revision 775efc3e (github): Builder|OS X|Fixed: Detecting OS X 10.9 (log filenames)
skyjake
08:15 Doomsday Engine Revision 2740cbbd (github): Font Renderer|Client: Font id=0 is never used so don't search
Evidently the game HUD drawer repeatedly attempts to set the current
font with id #0, resulting in a performance issu...
danij
07:48 Doomsday Engine Revision 7597bcea (github): Fonts|Resources|Client: Fixed BitmapFont::glInit() and "runtime" font scheme clearing
danij
07:26 Doomsday Engine Revision bf96265b (github): Fonts|Resources|Client: Removed unnecessary dependencies
danij
07:10 Doomsday Engine Revision d0d211ac (github): Refactor|Fonts|Resources|Client: Continued remodeling Fonts collection
Now builds without error. Testing begins... danij
05:54 Doomsday Engine Revision 66ce9a3f (github): Refactor|Fonts|Resources|Client: Continued remodeling Fonts collection
Note that it does not yet build and is presently a rather messy... danij

2013-11-14

23:32 Doomsday Engine Revision de7f9f0e (github): Debug|Map Renderer|Client: Investigating further vertex color clamping issues
danij
23:07 Doomsday Engine Revision 33fc1570 (github): Qt 4.7|Client: Fixed Qt 4.7 compatibility (no foreach with QVarLengthArray)
danij
18:21 Doomsday Engine Revision c388eadb (github): Cleanup
skyjake
18:20 Doomsday Engine Revision 5aa73869 (github): Documentation: Description of LensFx
skyjake
18:15 Doomsday Engine Revision 8bde4654 (github): Refactor|Renderer: Post-processing is now a console effect
fx::PostProcessing will cause the frame to be rendered to a texture,
which will then be drawn to the normal target wh...
skyjake
16:01 Doomsday Engine Revision ca95681d (github): Client|Added: Frame post-processing effect as part of LensFx
This hard-coded test shader flips the frame upside down. skyjake
16:00 Doomsday Engine Revision fc0dd45f (github): libgui: GLES2 preprocessor definition; colorless makeQuad
skyjake
15:59 Doomsday Engine Revision 57e234d5 (github): libgui: Resizing a GLTarget
Internally, this will replace attached texture contents using the
same image format as was used previously. Render bu...
skyjake
11:10 Doomsday Engine Revision 191b2b7f (github): Client: Removed the “rend-info-tris” cvar
IssueID #723 skyjake
03:37 Doomsday Engine Revision 488563ec (github): Refactor|Fonts|Resources|Client: Split up more Fonts collection logic
danij
01:53 Doomsday Engine Revision d9922a84 (github): Refactor|AbstractFont|Resources|Client: Relocated more functionality out of AbstractFont
danij
01:51 Doomsday Engine Revision 5fdd9d19 (github): Refactor|GL|Client: Updated use of GL_DrawRect()
danij

2013-11-13

20:36 Doomsday Engine Revision cd53124d (github): Refactor|Fonts|Resources|Client: Continued remodeling the Fonts collection
danij
18:03 Doomsday Engine Revision 0938c980 (github): Cleanup|Fonts|Resources|Client: Cleanup
danij
17:06 Doomsday Engine Revision 0d1e452b (github): Refactor|Fonts|Resources|Client: Continued revising bitmap font representation
danij
14:44 Doomsday Engine Revision 308c43f8 (github): Cleanup
skyjake
14:17 Doomsday Engine Revision d95b8216 (github): Refactor|Fonts|Resources|Client: Continued updating bitmap implementation to use libdeng2 components
danij
13:12 Doomsday Engine Revision c812b9ab (github): Cleanup
Using de::Shared. skyjake
13:09 Doomsday Engine Revision da1161c7 (github): libdeng2: Added template for creating shared, reference-counted objects
de::Shared automatically creates and destroys the shared payload type
when acquiring and releasing references to the ...
skyjake
03:18 Doomsday Engine Revision 4ffb3491 (github): Add oculus libraries line for Mac. Still get RTTI related link errors
C Bruns
03:14 Doomsday Engine Revision 149c5c63 (github): Merge branch 'oculus-rift' of https://github.com/skyjake/Doomsday-Engine into oculus-rift
C Bruns

2013-11-12

21:12 Doomsday Engine Revision aa098ef1 (github): Renderer: Added console effect for lens flares
fx::LensFlares instances use a shared data instance for common GL
resources: texture atlas for flare images and a sha...
skyjake
19:57 Doomsday Engine Revision ff1f6ffa (github): Refactor|Renderer: Object-oriented camera lens effects
Added ConsoleEffect classes for the color filter and vignette. skyjake
14:33 Doomsday Engine Revision 07ca3fac (github): Renderer: Added stub for camera lens effects
cameralensfx is (will be) responsible for frame post-processing and
overlaid effects such as color filter, vignette, ...
skyjake
13:12 Doomsday Engine Revision d1ad10f0 (github): Refactor|libcommon: Unified view port drawing, moved crosshair to HUD layer
Also, in Oculus Rift mode, don’t assume that automap covers the full
view.
skyjake
13:11 Doomsday Engine Revision fc170c4c (github): Refactor|libcommon: Unified view port drawing, moved crosshair to HUD layer
Also, in Oculus Rift mode, don’t assume that automap covers the full
view.
skyjake
13:07 Doomsday Engine Revision 4fb0bad9 (github): Refactor|Renderer: Separated view border from player 3D view layer
For future reasons: the main 3D layer could go through a shader for
effects.
skyjake
10:12 Doomsday Engine Revision ab9625fe (github): Refactor|Client|Server: Split client-specific code from r_main.cpp
Most of r_main.cpp is client-specific, so all of that was moved to
render/viewports.cpp.
skyjake
03:18 Doomsday Engine Revision ac6fe9f5 (github): Default rend-vr-rift-fovx to computed value.
cmbruns
03:16 Doomsday Engine Revision 7bfd9dd3 (github): Populate VR::riftState during loadRiftParams()
Finally computing correct rift field of view during loadRiftParams()
Remove CVAR rend-vr-rift-aspect in favor of VR::...
cmbruns

2013-11-11

00:31 Doomsday Engine Revision 8cb79fa3 (github): Refactor Rift barrel shader to take uniform parameters from new VR::riftState instance.
cmbruns

2013-11-10

21:02 Doomsday Engine Revision 2548c5f0 (github): Kludge to avoid path find error crash from latest update.
cmbruns
20:20 Doomsday Engine Revision 3e5017b4 (github): Merge branch 'oculus-rift' into gl2-lensflare
skyjake
20:20 Doomsday Engine Revision 253da69f (github): Merge branch 'oculus-rift' into low-latency-input
skyjake
20:15 Doomsday Engine Revision f18e71ab (github): Merge branch 'oculus-rift' of https://github.com/skyjake/Doomsday-Engine into oculus-rift
cmbruns
20:15 Doomsday Engine Revision d0953e9d (github): Refactor|Renderer: Draw HUD layer as a separate pass
The HUD layer is now drawn as a separate pass. Drawing of the view
HUD layer is now done from GameUIWidget, which mea...
skyjake
20:15 Doomsday Engine Revision 949d3a84 (github): Failed to even start setting warp shader uniform parameters.
cmbruns
20:05 Doomsday Engine Revision f46de54f (github): Fixed|Client: Don’t try to update root in busy mode
The busy mode currently uses a separate UI root. skyjake
18:25 Doomsday Engine Revision 7d19505a (github): UI|Client|Task Bar: Responsive layout (rudimentary)
Applied a simple method of making the task bar’s layout responsive,
based on the space left for the command line.
Th...
skyjake
18:12 Doomsday Engine Revision 1a82f6a2 (github): UI|Client: Only use offscreen composition with Oculus Rift
skyjake
15:13 Doomsday Engine Revision e9782b14 (github): Merge branch 'oculus-rift' of https://github.com/skyjake/Doomsday-Engine into oculus-rift
cmbruns
13:34 Doomsday Engine Revision 09853c32 (github): Stereo 3D|Client: Oculus Rift mode projects composited UI as smaller
The window can now tell the UI compositor how to project the composited
view. The default is the entire view area.
skyjake
13:33 Doomsday Engine Revision 946887be (github): Fixed|Stereo 3D: Update viewport for the high-res Rift frame buffer
skyjake
13:24 Doomsday Engine Revision 0d99555d (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
danij
13:23 Doomsday Engine Revision 99cf08cf (github): Homepage|Build Repository: Source code packages now available in the repository
Doomsday Source code packages produced by the auto builder are now
made available from the build repository.
As usua...
danij
12:52 Doomsday Engine Revision b7f75d78 (github): Merge branch 'master' into oculus-rift
skyjake
12:52 Doomsday Engine Revision 6d4375a6 (github): Fixed|Client: Build error and a warning
According to ISO C++, enums cannot be forward-declared. skyjake
11:11 Doomsday Engine Revision 4043e831 (github): Refactor|AbstractFont|Resources|Client: Removed obsolete fonttype_t
danij
10:45 Doomsday Engine Revision a300d1b0 (github): Refactor|CompositeBitmapFont|Client: Applied pimpl idiom; cleanup
danij
10:27 Doomsday Engine Revision 0f3190d9 (github): Builder: Include source tarball in RSS/XML feeds
In the XML feed, the source package uses the platform identifier
"source".
skyjake
10:17 Doomsday Engine Revision d91ec88c (github): Refactor|BitmapFont|Client: Applied pimpl idiom; cleanup
danij
09:57 Doomsday Engine Revision e351b5a3 (github): Builder: Cleanup
skyjake
09:50 Doomsday Engine Revision 4f2cc2ff (github): Refactor|Fonts|Client: Renamed font components following deng naming conventions
danij
09:42 Doomsday Engine Revision 2141c06c (github): Refactor|Fonts|Client: Added convenience headers for font components
danij
09:28 Doomsday Engine Revision 5a945749 (github): Refactor|Fonts|Client: Relocated font components to new source files
danij
09:10 Doomsday Engine Revision 677f2605 (github): Refactor|Fonts|Client: Completed initial C++ translation of (composite) bitmap fonts
Todo: Cleanup. danij
08:23 Doomsday Engine Revision c3ff0e89 (github): Refactor|Fonts|Client: Began cleanup of (composite) bitmap fonts
Obviously the ultimate goal here is a representation which can be
integrated with/on-top-of de::Font in libgui. I won...
danij
03:53 Doomsday Engine Revision 1ac294c0 (github): Refactor|ResourceSystem|Fonts|Client: Cleanup of Font resource management continues
danij
02:44 Doomsday Engine Revision 1c2a92ca (github): Refactor|Server|ResourceSystem: The server does not need a Fonts collection
The collection is no longer initialized and no logical Font resources
are instantiated on server side (Font definitio...
danij
02:24 Doomsday Engine Revision d96a1fbb (github): Refactor|Fonts|Resources: Continued overhauling the Fonts resource collection
Now builds and links. Printing/querying of font resources from the
console is presently disabled (todo).
danij
01:16 Doomsday Engine Revision 3ee51a46 (github): Refactor|Fonts|Resources: Began overhauling the Fonts resource collection
Note that it does not build yet. Still lots more work to do... danij
01:15 Doomsday Engine Revision f0f3d5de (github): Refactor|ResourceSystem|Client|Server: ResourceSystem has ownership of the Fonts collection
danij

2013-11-09

22:27 Doomsday Engine Revision eaf3a678 (github): Merge branch 'oculus-rift' into gl2-lensflare
skyjake
22:26 Doomsday Engine Revision 48330bcf (github): Merge branch 'oculus-rift' into low-latency-input
skyjake
22:26 Doomsday Engine Revision 05c32b14 (github): Merge branch 'master' into oculus-rift
Manually merged the added glColorMask push/pop during sky drawing.
Conflicts:
doomsday/client/src/render/rend_list.cpp
skyjake
22:10 Doomsday Engine Revision 31361e49 (github): Merge branch 'oculus-rift' into low-latency-input
skyjake
22:01 Doomsday Engine Revision cd981115 (github): Refactor|Fonts|Resources: Minor Fonts collection cleanup
danij
21:22 Doomsday Engine Revision e4039541 (github): Builder|Pilot: After binary build, package the source
The source package will be included in the signed files and will then
be published to SourceForge. The source package...
skyjake
21:04 Doomsday Engine Revision 4603d576 (github): Builder|Debian|Ubuntu: Set a fixed build number in the build rules
By default the rules are set to build for today's number, but a packaged
source should use a fixed build number.
skyjake
20:37 Doomsday Engine Revision d45a473b (github): Fixed|Builder|Debian|Ubuntu: Version number of source package
The Debian convention is that a version number suffix is used for the
Debian-specific version number and it is not pa...
skyjake
18:57 Doomsday Engine Revision e4c43e28 (github): Builder|Debian|Ubuntu: Create a source package and upload it to Launchpad
After putting together a tarball, also create a Debian source package
and upload it to a Launchpad PPA (ppa:sjke/doom...
skyjake
15:50 Doomsday Engine Revision 10800cc3 (github): Merge branch 'master' of ssh://git.code.sf.net/p/deng/code into builder-src-package
skyjake
15:04 Doomsday Engine Revision a40b31c3 (github): Builder: Cleanup
skyjake
14:58 Doomsday Engine Revision 99ba5989 (github): Builder: Added autobuild command to package the source tarball
The tarball is then copied to the build directory.
Next: Publish .tar.gz files.
skyjake
08:20 Doomsday Engine Revision 9a235120 (github): Refactor|Client|Server: Relocated most of r_data.cpp into ResourceSystem
danij
06:54 Doomsday Engine Revision 0667e799 (github): Refactor|Client|Server: ResourceSystem has ownership of ResourceClasses
danij
06:22 Doomsday Engine Revision c5d40b73 (github): Merge remote-tracking branch 'remotes/origin/master' into resourcesystem
danij
06:17 Doomsday Engine Revision 71b5676c (github): Refactor|Client|GL: Use GL2 filter/wrap identifiers for (tiled) Patch drawers
danij
06:07 Doomsday Engine Revision 9c68439a (github): Refactor|Client|Server: Initialize ResourceSystem; take ownership of de::Textures
danij
05:09 Doomsday Engine Revision 72ae2cba (github): Added: ResourceSystem (stub)
danij
05:06 Doomsday Engine Revision 13454a68 (github): Add command for loading VR parameters (IPD & aspect) from Oculus Rift SDK
Add CVAR for whether to automatically load VR parameters from SDK
But don't load field of view, because result does n...
cmbruns
04:38 Doomsday Engine Revision c0c753bb (github): Started branch for resource system refactoring
The goal of the 'resourcesystem' branch is to establish a framework
for all resource system components including Mate...
danij
03:53 Doomsday Engine Revision 164ad04b (github): Added hooks for maintaining separate Rift/non-Rift field of view (see below)
CVAR rend-camera-fov always represents the current field of view, whether in Rift mode or not (so culling can work co... cmbruns
02:09 Doomsday Engine Revision f343501d (github): Refactor|Client|GL: Use GL2 filter/wrap identifiers with unmanaged textures
danij
01:23 Doomsday Engine Revision e8d4e8c4 (github): Fix build (missing headers)
danij
01:13 Doomsday Engine Revision d9b9cd3d (github): Refactor|Client|GL: GLTextureUnit uses GL2 filter/wrap identifiers; relocated
danij

2013-11-08

06:32 Doomsday Engine Revision ecb5eb31 (github): Client|Map Renderer: Cleanup
danij
06:29 Doomsday Engine Revision c9bf885f (github): Fixed|Client|Map Renderer: Various GL state mismanagement issues
Changes to the GL state made during drawAllLists() (rend_main.cpp)
are now explicitly reverted when the relevant draw...
danij
04:04 Doomsday Engine Revision d43756b3 (github): Stereo 3D|Client: Expose rend-vr-hud-distance as a CVAR, and set its default to 20 (map units)
cmbruns
04:00 Doomsday Engine Revision 0950aefc (github): Client|Map Renderer: Explicitly revert all GL state changes made in DrawList::draw()
danij
02:42 Doomsday Engine Revision 44d9d7d6 (github): Request a stereo OpenGL context in clientwindow.cpp, so rend-vr-mode 13 could work.
cmbruns
02:28 Doomsday Engine Revision 8c16bab8 (github): Debug|Client|DrawList|Map Renderer: Trying to make sense of DrawMode <> draw list relationship
danij
02:02 Doomsday Engine Revision 7fd8f161 (github): Refactor|Client|Map Renderer: Relocated draw list GL state setup into DrawList
This setup should presently be done internally within DrawList. danij
01:02 Doomsday Engine Revision 3edf36db (github): Cleanup|Client|MaterialSnapshot|Map Renderer: Minor MaterialSnapshot cleanup
danij
00:05 Doomsday Engine Revision 6816d2d5 (github): Fixed|Client|Map Renderer: Further vertex color clamping fixes; cleanup
danij

2013-11-07

23:19 Doomsday Engine Revision a2d62743 (github): Fixed|Client|Map Renderer: Rend_AttenuateLightLevel() returns values > 1.f
The rest of the map renderer expects [0..1] normalized light levels. danij
22:55 Doomsday Engine Revision 8527700b (github): Refactor|Client|Map Renderer: Began dismantling/remodeling GLTextureUnit
This component does not make sense in its current form. danij
05:16 Doomsday Engine Revision e6f1c34f (github): Refactor|Client|GLTextureUnit|Map Renderer: Removed property GLTextureUnit::blendMode
danij
04:26 Doomsday Engine Revision f6001699 (github): Refactor|Client|Map Renderer: Removed the old "RTU map" mechanism
Now that we have an object-oriented interface to the draw lists this
sort of a mechanism is no longer useful.
danij
02:42 Doomsday Engine Revision bdd6a90a (github): Client|Map Renderer: Continued remodeling draw list specification/draw-state management
Explicitly specify per-primitive GL draw state change properties at
DrawList::write() time, rather than copying them ...
danij

2013-11-06

22:46 Doomsday Engine Revision 8e58d706 (github): Client|Map Renderer: Began remodeling draw list specification/draw-state management
danij
18:48 Doomsday Engine Revision c4937af9 (github): Merge branch 'master' into gl2-drawlists
danij
18:44 Doomsday Engine Revision 0c9e9398 (github): Refactor|Client: RenderSystem has ownership of renderer/renderer-appearance settings
danij
18:24 Doomsday Engine Revision 695300fe (github): Refactor|Client|Map Renderer: Relocated RL_RenderAllLists() to rend_main.cpp
There is no longer any real benefit in separating this from the rest
of the map renderer logic.
danij
18:17 Doomsday Engine Revision 22a1cc0d (github): Client|Map Renderer: Cleanup
danij
18:03 Doomsday Engine Revision ae664d02 (github): Refactor|Map Renderer: RenderSystem has ownership of the primary geometry buffer
danij
17:49 Doomsday Engine Revision d17e0f39 (github): Refactor|Client|Map Renderer|DrawLists: Clear/reset draw lists and vertex buffer from RenderSystem
Also store a pointer to the vertex buffer internally within DrawList. danij
17:12 Doomsday Engine Revision fe63c036 (github): Refactor|Client|Map Renderer: Split NormalGeom into two separate groups
danij
11:49 Doomsday Engine Revision 83a61256 (github): Merge branch 'oculus-rift' of github.com:skyjake/Doomsday-Engine into oculus-rift
skyjake
11:49 Doomsday Engine Revision ad44ce86 (github): UI|Client: Working on the busy mode transition
Todo: To make this work correctly, the untransformed UI content needs
to be frozen at the window level.
skyjake

2013-11-05

14:06 Doomsday Engine Revision 6d192975 (github): Fixed|libdeng2: Partially notifying a widget tree
When notifying a widget tree and stopping halfway, one has to make
sure the appropriate pre/post notifications still ...
skyjake
14:06 Doomsday Engine Revision 3e69a4c3 (github): UI|AboutDialog: Changed date format to use system locale
skyjake
14:03 Doomsday Engine Revision e4153bf5 (github): GL|CompositorWidget: Adjusting blending for offscreen composition
The crucial thing is how the alpha channel information is written
in the render target. Normally this can be ignored,...
skyjake
14:00 Doomsday Engine Revision 6598bd83 (github): Stereo 3D: Added GPL banner
skyjake
14:00 Doomsday Engine Revision 9e95b49c (github): UI|AboutDialog: Changed date format to use system locale
skyjake
12:53 Doomsday Engine Revision 32dc142f (github): Fixed|VR: Use correct macro to register a change callback
skyjake
05:19 Doomsday Engine Revision 45bbbc2e (github): Merge pull request #6 from cmbruns/oculus-rift
Oculus rift skyjake
04:53 Doomsday Engine Revision 9f493cba (github): Client|Map Renderer: Cleanup
danij
04:09 Doomsday Engine Revision 860746a9 (github): Refactor|Client|Map Renderer: Updated RL_RenderAllLists() to use DrawLists; cleanup
TODO: Redesign DrawList specification/"RTU map" stuff.
TODO: Revise plane geometry generation to build tristrips.
TOD...
danij
04:04 Doomsday Engine Revision a6782e6d (github): Refactor|Client|Map Renderer: Updated all drawing to use DrawLists
danij
04:02 Doomsday Engine Revision 39ac6fba (github): Client|Map Renderer: Began dismantling of the old render lists module
danij
03:55 Doomsday Engine Revision 9c2ee909 (github): Client: Added RenderSystem
Presently this merely acts as the owner of the DrawLists. danij
03:50 Doomsday Engine Revision 71795d3d (github): Client|Map Renderer: Added DrawLists
Encapsulates DrawList management. danij
03:49 Doomsday Engine Revision e2c75aed (github): Client|Map Renderer: Added DrawList
Provides a drawable list of buffered GL primitives/or GL commands. danij
01:20 Doomsday Engine Revision 8628ae26 (github): Merge branch 'oculus-rift' of https://github.com/skyjake/Doomsday-Engine into oculus-rift
Conflicts:
doomsday/client/src/ui/vrcontenttransform.cpp
cmbruns

2013-11-04

20:54 Doomsday Engine Revision a0aaa4c7 (github): UI|Client: Drawing the game UI in the GameUIWidget
skyjake
20:09 Doomsday Engine Revision 7f66d94b (github): Cleanup
skyjake
18:47 Doomsday Engine Revision 090a3e36 (github): Client: Added CompositorWidget, testing it in ClientWindow
CompositorWidget uses a texture target for all its children.
ClientWindow is now set up to use a compositor for ever...
skyjake
18:31 Doomsday Engine Revision d22f97ac (github): Client|Cleanup: Apply revised GLTarget active rectangle
skyjake
18:26 Doomsday Engine Revision 27bc0a18 (github): Refactor|libgui: Moved the active rectangle from GLState to GLTarget
GLTarget is a more appropriate place for specifying which portion
of the target should be used for all operations. It...
skyjake
18:23 Doomsday Engine Revision 371e0f4d (github): Fixed|libdeng2: Partially notifying a widget tree
When notifying a widget tree and stopping halfway, one has to make
sure the appropriate pre/post notifications still ...
skyjake

2013-11-03

21:00 Doomsday Engine Revision 52bd22ee (github): Merge branch 'oculus-rift' of https://github.com/skyjake/Doomsday-Engine into oculus-rift
cmbruns
19:32 Doomsday Engine Revision b4c3e75e (github): Stereo 3D|Oculus Rift|Client|Renderer: Modify TODO comment
cmbruns
18:30 Doomsday Engine Revision bce99251 (github): Refactor|UI|Client: Split GameUIWidget from GameWidget
The new widget handles the drawing of all overlaid UI elements
visible on top of the game's 3D world.
skyjake
17:38 Doomsday Engine Revision 91686925 (github): Refactor|UI: Renamed LegacyWidget to GameWidget
This widget's job is to draw the 3D game world. All overlaid UI
elements will be split to another widget.
skyjake
12:12 Doomsday Engine Revision 283a4ae7 (github): Cleanup
skyjake
12:08 Doomsday Engine Revision 7a027006 (github): Cleanup
skyjake
10:54 Doomsday Engine Revision 7d524186 (github): Merge branch 'oculus-rift' into gl2-lensflare
skyjake
10:53 Doomsday Engine Revision c52a5c81 (github): Merge branch 'oculus-rift' into low-latency-input
skyjake
10:53 Doomsday Engine Revision c3159859 (github): Fixed|Input: Don't pass invalid events to the game
Some events do not have a game-side equivalent, so those should not
be passed to the game via any responder.
skyjake
10:39 Doomsday Engine Revision e160b5a9 (github): Renderer: Disabled old code for halo/flare rendering completely
The objective of this branch is to recreate halo/flare rendering
using GL2.
After that is done, we should evaluate h...
skyjake
10:24 Doomsday Engine Revision a8135491 (github): Documentation|libgui: Improved GLState apidocs
skyjake
10:24 Doomsday Engine Revision b9400a15 (github): Fixed|libcommon: Warnings about signed/unsigned comparisons
skyjake
 

Also available in: Atom