Activity
From 2014-08-04 to 2014-08-17
2014-08-17
- 16:30 Revision 29d2ef13 (github): Refactor|libappfw|Oculus Rift: Rewrote Oculus Rift code for LibOVR 0.4
- The LibOVR API is entirely different in this version: sensor fusion
and the screen distortion rendering are now appro... - 16:26 Revision 0865e4dc (github): libgui|GLFramebuffer: Querying sample count
- Also, automatically release the GL resources when the GLFramebuffer
is destroyed.
2014-08-16
- 14:34 Revision 1a0baae4 (github): Console|UI: Menu option for copying log file path to clipboard
- IssueID #1772
- 14:33 Revision f644af24 (github): Console|UI: Menu option for copying log file path to clipboard
- IssueID #1772
- 13:18 Revision 20ecb603 (github): Merge branch 'master' into gl2-models
- 13:15 Revision 4c8eaa02 (github): Fixed|World|Plane: Accessing plane sound origins
- The sound emitter property was being accessed as a pointer to ThinkerT
rather than a pointer to ddmobj_base_t.
Issue... - 12:35 Revision 1959d401 (github): Fixed|XG|libcommon: Misuse of dummy mobj in XG leading to a crash
- p_xgsec was converted to C++ with some minimal cleanup. XG now allocates
thinkers using ThinkerT, and does not call m... - 12:34 Revision 3734a1a3 (github): Fixed|libdoomsday|Thinker: Crash at shutdown after zapping a thinker
- Zapping should retain the malloc flag of a thinker so that it can
be later freed using the appropriate function. - 11:05 Revision 3d02028f (github): Cleanup
- 11:01 Revision ad19caec (github): libgui|ModelDrawable: Audience for impending GLInit
- Third parties may want to perform additional setup right before a
model is initialized for drawing. - 11:01 Revision bdd6bdc2 (github): Model Renderer|GL: Shader defines texture mapping for itself
- The shader definition can specify which texture map is to be bound
to which position in the vertex attributes. The mo... - 11:01 Revision 76c8053c (github): libcore|Bank|InfoBank: Multiple source files combined to a single namespace
- InfoBank now has a single namespace where all the parsed sources will
be combined. Previously the earlier Info conten... - 10:52 Revision 23b51b90 (github): libcore|ScriptedInfo: Observing newly parsed block records
- 10:50 Revision a4f87b96 (github): libcore|Variable: Added an automatic cast to non-const Record
- 10:49 Revision 554da99b (github): Fixed|libdoomsday|Thinker: Crash at shutdown after zapping a thinker
- Zapping should retain the malloc flag of a thinker so that it can
be later freed using the appropriate function. - 10:47 Revision 692bae05 (github): Fixed|XG|libcommon: Misuse of dummy mobj in XG leading to a crash
- p_xgsec was converted to C++ with some minimal cleanup. XG now allocates
thinkers using ThinkerT, and does not call m...
2014-08-15
- 23:55 Revision a96ae631 (github): Console|libcommon: Improved "warp" to auto-select the only episode
- If only a single episode is defined then select it automatically (so
that the id need not be specified explicitly). - 20:36 Revision 33c70015 (github): Cleanup
- 19:28 Revision c06b0ec7 (github): Refactor|libgui|ModelDrawable: More flexible texture mapping, cleanup
- One can specify which texture map types are given to the shader via
the GL buffer, and in what order.
Also applied s... - 17:18 Revision 0d23650d (github): libcore|Bank: Use the class name when throwing exceptions
- 17:02 Revision b8e33579 (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine into gl2-models
- 17:01 Revision 0c03b3bc (github): Cleanup
- 14:31 Revision 4798d231 (github): Merge branch 'master' into common-episode-definition
- 14:20 Revision aed3e39c (github): Windows|SDK|Fixed: SDK and dependency deployment on Windows
- The SDK build can now be deployed on Windows, too. test_appfw can now
be successfully built against a deployed SDK. D... - 13:42 Revision 36429a2d (github): Console|libcommon: Improved "warp" to support episode IDs
- One can now specify the ID of the episode to the "warp" command.
Note that the old "warp EM" form where 'EM' include... - 12:24 Revision 6c18fa40 (github): Merge branch 'master' into common-episode-definition
2014-08-14
- 21:09 Revision ff7d5739 (github): Merge branch 'master' into gl2-models
- 21:00 Revision 8592ff53 (github): qmake|Resources: Continued cleaning up package building
- The 'client' and 'base' packs are now created using buildpackage.py
in the appropriate .pro files. - 18:06 Revision b5fd96f8 (github): qmake: Deploying built packages
- Packages built with buildPackage() are now properly installed when running
"make install" in a non-SDK build. - 14:49 Revision 57acce0a (github): Fixed|SDK|X11: Various fixes for Qt 5 and X11 specific code
- These changes allow test_appfw to run on Linux (with -basedir pointed to
the right directory). - 13:41 Revision 9818b3a4 (github): libcore|App: Added utility for finding files from loaded packages
- 13:38 Revision 33b99bbb (github): Tests: Added a test application for libappfw
- See the README.md for details.
- 13:24 Revision d35a68ee (github): libcore|libgui|qmake: Building and deploying packages
- The stdlib and stdlib.gui packages are no longer built by packres.py.
The "buildPackage" macro is used to build them,... - 13:22 Revision bebf791c (github): qmake|Builder: Building and deploying packages
- Added a new Python script for building a '.pack' package. Added
qmake macros for building and deploying packages. - 13:19 Revision 85ab3991 (github): libappfw|VRConfig: Determining if VR mode displaces content on screen
- 13:18 Revision 69d186a0 (github): GL: Updated GL fog setup wrt COLORMAP selection
- Do not assume the current game supplies COLORMAP lump(s).
- 09:46 Revision f6e01a79 (github): Default Style|Client: Use gui.dpiScaledImagePath()
- 09:45 Revision 238ffa18 (github): libcore|libgui: Added more Core.String bindings, gui.dpiScaledImagePath()
- Makes it easier to use "@2x" images.
- 07:18 Revision 99543068 (github): Model Renderer|GL: Trying out the emission and specular maps
- Todo: Refactor and clean up.
- 07:18 Revision befdeacb (github): libgui|ModelDrawable: Emission and specular maps
- The emission map is simply added to the shader output. Specular map
RGB control specular reflection color and intensi... - 07:16 Revision cdc2337f (github): libgui|GLBuffer|GLProgram: Added a fourth set of texture bounds
2014-08-13
- 13:24 Revision 3b745b6d (github): Model Renderer|GL: Ambient light in the model shader
- 10:42 Revision 92affc1a (github): Model Renderer|GL: Diffuse and specular light in model shader
- 09:56 Revision 315f7494 (github): Qt|qmake: Minimum required version of Qt is now 4.8
- 09:56 Revision dc471683 (github): Cleanup
- 06:44 Revision 446d87aa (github): Merge branch 'master' into gl2-models
2014-08-12
- 22:03 Revision f361568d (github): SDK|Fixed|OS X: SDK deployment issues
- Fixed a number of issues with the new packages and OS X rpaths.
Todo: The "net.dengine" packages should be deployed ... - 21:16 Revision f5bd0f54 (github): Unix|qmake: Added build option "deng_distcc"
- Distributed gcc/clang builds.
- 20:13 Revision 237770b5 (github): libcommon: Resolve map cycle rules using "warp numbers"
- Unfortunately Hexen's map cycle rules use warp numbers. This means
that an on-going game session is a prerequisite fo... - 19:25 Revision c0aa2156 (github): API: GL fog setup for a map is now handled by the engine
- 19:18 Revision a42bee2e (github): API: GL fog setup for a map is now handled by the engine
- 18:25 Revision f64dce83 (github): libcore|Vector: Decomposing a Vector3 into an array
- 18:18 Revision 7f582f71 (github): Model Renderer|GL: Eye direction in the model shader
- 18:17 Revision d39dd526 (github): Refactor|Renderer: Renamed obscure 'gzt' parameter
- VisEntityPose now has methods for calculating the middle point or
middle Z of the entity. The 'gzt' member (global z ... - 18:13 Revision d182c484 (github): libgui|GLUniform: 3-component vector array uniform
- 17:21 Revision 4f59457d (github): libhexen: Updated line special, map warp number translation wrt episode IDs
- 17:07 Revision f818e7b2 (github): IdTech1Converter|MapInfoTranslator: Cleanup
- 16:59 Revision 8473fcaf (github): Console|libcommon: Read-only variable 'map-hub' is now a string
- 16:36 Revision 2fddb199 (github): All Games|libcommon: Improved -episode and -warp to support episode IDs
- One can now specify an episode in textual, id form to both -episode
and -warp from the command line. Note that both o... - 14:45 Revision 19e453e2 (github): External|SDK: Updated libassimp to version 3.1.1 (with deng patches)
2014-08-11
- 20:33 Revision 0f3f0234 (github): ModelRenderer: Simplified material definition structure, use @ for indices
- The # character is for Info comments, so it is cumbersome to use in
identifiers. The @ character is better as it can ... - 15:22 Revision c920d8f5 (github): Refactor|libheretic: Improved -episode and -warp to support episode IDs
- One can now specify an episode in textual, id form to both -episode
and -warp from the command line. Note that both o... - 11:32 Revision e27c51ec (github): Model Renderer: Working on normal mapping
- The generic model shader now supports normal mapping. The test model
uses a height map image that gets automatically ... - 11:30 Revision 3a08f2b0 (github): libgui|ModelDrawable: Normal and height maps
- The vertex data handled my ModelDrawable now contains information for
specifying the normal map for the geometry. Thi... - 11:26 Revision 8949227c (github): libgui: Added HeightMap
- This is a class I've written earlier for working with height maps.
Allows determining height at any point, and produc... - 11:25 Revision 426d0b0a (github): Refactor|Cleanup: Model definition identifiers
- 09:31 Revision c701f959 (github): Console|libcommon: Read-only variable "map-episode" is now a string
- 08:33 Revision 0bef1b17 (github): libcommon|GameSession: Switched GameSession to use textual episode identifiers
- A valid episode id is required in order to begin a new game session.
The GPT_GAME_STATE packet now includes the curre... - 04:08 Revision 1b5536b7 (github): Console|libcommon: Enhanced "leavemap" command
- leavemap now accepts an optional 'exit' argument, to specify the name
of the exit to lookup from the map progression ... - 01:50 Revision fd1766d5 (github): Fixed: Missing ddvalue_t for DD_NUMMUSIC (refactoring oversight)
2014-08-10
- 21:55 Revision f95c456d (github): libgui|Fixed|Atlas: Applying a border when no background store is in use
- Todo: Not a finalized implementation, but it'll do for now...
- 21:52 Revision 70e8698f (github): libgui|GLBuffer|GLProgram: Added more vertex attributes for texture bounds
- 21:40 Revision 15ce6b2f (github): Fixed|libdoomsday|DEDRegister: tryFind should not throw exceptions
- An oversight in the refactored code: when looking up values, they may
not actually exist in the dictionary. - 21:38 Revision 646bb9e2 (github): Documentation: Removed notarget.ame
- There is no such command in any of the supported games.
- 21:25 Revision c315cc7e (github): Fixed|libdoomsday|DEDRegister: tryFind should not throw exceptions
- An oversight in the refactored code: when looking up values, they may
not actually exist in the dictionary. - 21:22 Revision 72c8e7bb (github): Cleanup: Removed "notarget" from conhelp.txt
- There is no such cheat code in any of the supported games.
- 19:22 Revision 7b327f95 (github): libcommon: Use defn::Episode to test for hub changes
- 19:20 Revision 0fdf099d (github): libdoomsday|DED: Looking up Episode, Hubs by map URI
- 17:45 Revision a311e539 (github): libhexen: Cleanup
- 17:14 Revision 06ff71b8 (github): IdTech1Converter|MapInfoTranslator: Updated MAPINFO game mode specific translations
- 16:19 Revision 94db4c53 (github): libcommon: Cleanup
- 16:09 Revision 41d02195 (github): All Games: Map title banners now include the "warp number"
- 16:00 Revision 90f10cad (github): libcommon: Updated translation of map "warp numbers" to URIs
- 15:56 Revision 37e99635 (github): libdoomsday|DED: Looking up Episode, MapGraphNodes by "warp number"
- 15:25 Revision 9a3cc1a4 (github): libdoomsday|DED: Map Info definitions may now specify a COLORMAP lump name
- Functionality is unchanged from Hexen.
- 15:09 Revision 4bbec267 (github): IdTech1Converter|MapInfoTranslator: Translate MAPINFO CD track changes
- 13:24 Revision ff1fb472 (github): API: Access DED Music definitions in the database directly
- The old Def_Get/Def_Set API mechanism for manipulating the music defs
was removed as one can now access the music def... - 13:19 Revision ba3e72ad (github): Refactor|libdoomsday|DED: Store Music definitions in a DEDRegister
- Also, Music definitions may now be copied.
- 13:18 Revision 198af7ca (github): libdoomsday|DED: Added defn::Music
- 13:18 Revision fb0eea2c (github): Model Renderer: Give light vectors to the model shader
- Working on lights. Now the light vectors (up to 4) contacting the model
are applied in the shader. Note that the ligh... - 13:15 Revision 0cfe04e6 (github): Refactor|Renderer: Prepare common MVP matrix for the frame
- This is static throughout the frame, so everyone can use the same one.
- 13:13 Revision e6f9822a (github): Documentation|Client: Typos and todo notes
- 13:12 Revision 951fb4d5 (github): Refactor|Renderer: Use C++11 for iterating contacted lights list
2014-08-09
- 22:19 Revision 8285f244 (github): Model Renderer: Model's coordinate system, generic model shader
- The model definition may specify a custom coordinate system for the
model, as front/up vectors. By default, a model i... - 22:13 Revision ff84b5dd (github): Refactor|libgui|ModelBank: Storing user data in addition to the model
- 22:11 Revision f46f9523 (github): libcore|Matrix: Added Matrix4::frame()
- 16:40 Revision 0fa0dbf4 (github): Client|Model Renderer: Set up an atlas for model textures
- RenderSystem now has proper glInit/glDeinit methods. ModelRenderer
sets up a texture atlas that models share for thei... - 16:39 Revision c67d22af (github): Refactor|libdoomsday|DEDRegister: Case-insensitivity improvements
- Now uses a generic lookup method that can be used with any operation
thanks to lambdas. This fixes the handling of lo... - 16:39 Revision 288a7186 (github): Fixed|libdoomsday|DEDRegister: Finding definitions case-insensitively
- The lookup value must be converted to lower case because the values
entered into the lookup dictionary are also lower... - 16:35 Revision 56f8d909 (github): libcore|Bank: Added new priority level, isLoaded() method, iterate()
- The ImmediatelyInCurrentThread priority causes the operation to be
performed immediately in the current thread even i... - 15:54 Revision b3460c7b (github): Refactor|libdoomsday|DEDRegister: Case-insensitivity improvements
- Now uses a generic lookup method that can be used with any operation
thanks to lambdas. This fixes the handling of lo... - 14:49 Revision 430b13fe (github): Fixed|libdoomsday|DEDRegister: Finding definitions case-insensitively
- The lookup value must be converted to lower case because the values
entered into the lookup dictionary are also lower... - 10:23 Revision ce991bc3 (github): libdoom: Fix typo in Chex Quest's default Episode definition
- 09:59 Revision 27866eeb (github): API|Cleanup: Removed DD_DEF_MAP_INFO, ddmapinfo_t
- The DED database and the definitions it contains can now be accessed
directly, without the need for copying definitions. - 08:43 Revision c1b02452 (github): libcommon|GameSession: Lookup the named map exit from the current MapGraphNode
- 08:41 Revision e51d1ece (github): libdoomsday|DED: Parse Episode definition subelements; Hub, Map
- Todo: Verify that copying and modification work correctly.
2014-08-08
- 22:33 Revision a14f9dbb (github): Refactor|libdoomsday|DED: Base Episode, MapInfo and MapGraphNode on Definition
- 22:17 Revision f5e3845f (github): Merge branch 'master' into common-episode-definition
- 20:55 Revision 74a3c9f4 (github): libdoom: Define map progression in defs/<game-idkey>/episodes.ded
2014-08-07
- 20:55 Revision 843840ab (github): Merge branch 'master' into gl2-models
- 20:48 Revision eac4e2cd (github): libdoomsday: Improved documentation
- 20:39 Revision 93f954f9 (github): Refactor|Cleanup|libdoomsday: Added base class for definition records
- Various types of definitions have a number of common methods, such as
order(), so having a base class for the accesso... - 18:44 Revision d8c2361a (github): Builder|Pilot: Source packaging task
- Only the "trusty" builder is now responsible for source packaging
and the Launchpad PPA upload. "saucy" is obsolete a... - 12:17 Revision 3f5a09c3 (github): libdoom64: Define map progression in defs/episodes.ded
- 11:29 Revision 31f30fcb (github): libheretic: Define map progression in defs/heretic/episodes.ded
- 10:35 Revision 763d0ac5 (github): libdoomsday|DED: Locating MapGraphNode records from defn::Episode
- 09:00 Revision fe4263df (github): IdTech1Converter|MapInfoTranslator: Cleanup
- 08:59 Revision 6279080d (github): libdoomsday|DED: Added defaults for MapInfo.title and MapInfo.author
- Also fixed a typo in src/defs/episode.cpp
- 08:46 Revision 6f8c26ae (github): libdoomsday|DED: Added MapGraphNode (RecordAccessor)
- 08:30 Revision a912a6e0 (github): libdoomsday|DED: Episode definitions may include Hub subrecords
- 06:12 Revision 3688fd5f (github): IdTech1Converter: Cleanup
- 06:07 Revision 3963506e (github): Refactor|IdTech1Converter: Moved HexDefs, MapInfoParser to mapinfotranslator.cpp
- 05:39 Revision d8cad810 (github): IdTech1Converter: Fleshing out MAPINFO => DED translation
2014-08-06
- 22:51 Revision 0b82e303 (github): Renderer|Client: Preparing mobjs with GL2 models for rendering
- The sprite projector now checks for the presence of a GL2 mobj
animator and passes the vissprite to the v2 model rend... - 19:04 Revision e9f95bbc (github): Refactor|Client|Renderer: Common parameters of vissprites
- This is the first step toward more object-oriented vissprites. The
common parameters (positioning and lighting) were ... - 19:01 Revision 3260fab5 (github): libcore|Vector: Decomposing a Vector4 into an array
2014-08-05
- 16:38 Revision 1a74eb03 (github): Model Renderer|Client: Per-tick mobj animation
- Mobj animation is updated on sharp ticks, however the 3D model animation
sequence should advance on every frame. - 16:36 Revision 4409d6d5 (github): Refactor|libgui|ModelDrawable: Calculating animation time
- The model animator may use more advanced logic to determine the
current time of the animation, so allow overriding th... - 11:49 Revision 0a855bb3 (github): libcommon|GameSession: Cleanup
- 11:37 Revision d7fd1fee (github): Refactor|libcommon|GameSession: Moved G_NextMap into common::GameSession
- 10:02 Revision 9dae8fe2 (github): Refactor|libcore|libcommon: Removed use of auto_ptr
- std::auto_ptr is deprecated in C++11. Also, applied established
conventions when returning a MapStateReader via
Saved... - 10:02 Revision 0c31fe24 (github): Cleanup
- 10:02 Revision 2ed0f012 (github): qmake|Unix: Enable C++11
- C++11 is now enabled for all g++/clang++ builds.
- 10:02 Revision be4b7f11 (github): libcore|ScriptedInfo: Utility method for listing typed subrecords
- 10:02 Revision 816d0522 (github): Refactor|libcore|Record: Trying out C++11 for listing subrecords
- One can use a lambda function to filter out the list of subrecords.
2014-08-04
- 21:25 Revision db143ac3 (github): Cleanup
- 21:08 Revision 2c9af5f1 (github): Model Renderer|Client|Refactor: Separate class for MobjAnimator
- No need to cram everything inside ClientMobjThinkerData.
- 19:57 Revision 0b317827 (github): Refactor|libcore|libcommon: Removed use of auto_ptr
- std::auto_ptr is deprecated in C++11. Also, applied established
conventions when returning a MapStateReader via
Saved... - 19:55 Revision 3e4f87d7 (github): Cleanup
- 19:55 Revision 4421b3a2 (github): qmake|Unix: Enable C++11
- C++11 is now enabled for all g++/clang++ builds.
- 19:20 Revision 18622b52 (github): Refactor|Client|Model Renderer: Use ScriptedInfo to list sequence definitions
- 19:20 Revision 9303cefe (github): libcore|ScriptedInfo: Utility method for listing typed subrecords
- 19:19 Revision a1d72898 (github): Refactor|libcore|Record: Trying out C++11 for listing subrecords
- One can use a lambda function to filter out the list of subrecords.
- 19:04 Revision 1f0455ed (github): libcore|RecordAccessor: Utility method for accessing a subrecord
Also available in: Atom