Activity
From 2013-05-08 to 2013-05-21
2013-05-21
-
22:56 Revision 0b5966eb (github): Fix typo
-
22:48 Revision 989510b6 (github): Refactor|LightGrid: Renamed source files from r_lgrid.cpp/h to lightgrid.cpp/h
-
22:44 Revision 09c715b5 (github): Map Renderer|Light Grid: Updated LightGrid implementation; addressed limitations
- Revised the LightGrid, re-implementing it in C++ with Doomsday 2.0
components. The internal design of this component ... -
14:52 Revision 6a7cb9be (github): Client|Widgets: Added a console command widget
- A specialized text editor that uses a history of previous entries,
automatically gets its lexicon from the console su... -
14:50 Revision c84e73cf (github): Client|LineEditWidget: Drawing an underline for the autocompletion
-
14:49 Revision ab1b19b0 (github): Refactor|Games: ClientApp owns the Games collection
- On the server, it still exists as a static variable in dd_main as
there is no ServerApp yet. -
14:48 Revision aff1a687 (github): Client: Cleanup
-
14:48 Revision a54b169a (github): Refactor|Games: Updated for DENG2_PIMPL, added game change audience
-
14:47 Revision 90e1fbed (github): libshell|AbstractLineEditor: Added a way to determine index's position on wrapped lines
-
14:46 Revision 023a3202 (github): Refactor|Console: Moved the console lexicon collector to con_main
- It was originally located in ShellUser.
-
13:11 Revision 30754040 (github): libdeng2|RuleRectangle: Using another RuleRectangle as the input
-
13:01 Revision 516e213a (github): Refactor|libshell: Separated history from CommandLineWidget
- This refactoring allows the history buffer to be used with anything
that implements ITextEditor. -
09:18 Revision 46fbd6b6 (github): Fixed|libgui|Client: Drawing an empty line of text
- Empty lines are simply ignored in the text composer and font rasterizer.
The atlas will also ignore empty images. -
09:17 Revision 2cfe280f (github): libshell|AbstractLineEditor: Handle Return as well as Enter
-
09:05 Revision 615bc312 (github): Client|Widgets: New widgets use native keyboard repeat events
- The old key repeat system does not work when frame rate is too low.
-
09:05 Revision b9a9c946 (github): Refactor|libshell|AbstractLineEditor: Don't assume control mod is active
- Now that information about the Control modifier is included in the
event, there's no need to assume that it's active ... -
09:03 Revision 3a47df93 (github): libgui|KeyEvent: Added key modifiers into a key event
- The input source may provide information about which keyboard
modifiers were active at the time of a key press/repeat. -
08:20 Revision 95dec8e0 (github): Cleanup
-
08:17 Revision 901b2782 (github): libshell|AbstractLineEditor: Move between lines based on advance width
-
08:16 Revision 53104cbf (github): libshell|Client|LineWrapping: Determining content index at a width
- The ILineWrapping interface now contains methods that allow
determining which content index is at a given width in a ... -
08:14 Revision 7ce4769d (github): libgui|Font: Determining the advance width of a text
- The visible width and the advance width may be different, particularly
when whitespace is involved. -
08:13 Revision e4018654 (github): Client|LineEditWidget: Cursor appears on the boundary of characters
2013-05-20
-
16:07 Revision 3d294f46 (github): Merge branch 'master' into revise-map-geometry-generation
-
16:04 Revision 3f558738 (github): Fixed|Map Renderer: Skip degenerate BSP leafs when drawing surface vectors
- Degenerates have no geometry therefore there are no surfaces with
which to draw tangent space vectors. -
16:01 Revision a4d984ab (github): Sector: Ignore degenerate BSP leafs when determining bounding box/rough area
-
15:58 Revision 446e6f5c (github): Map Renderer: Degenerate BSP leafs do not require BiasSurfaces
-
09:27 Revision b9dd5caf (github): Merge branch 'master' into ui-framework
-
09:26 Revision 7f9fdc1e (github): Client|Updater: Improved readability of update notification
- Added parentheses around the build number. Also, code style cleanup.
-
08:23 Revision 30f70cdf (github): Client|Updater: Improved readability of update notification
- Added parentheses around the build number. Also, code style cleanup.
-
01:47 Revision 6030c5f1 (github): Refactor|Partitioner: Defer map line side left/right -most half-edge searching
- It is no longer necessary to do this clockwisePoly() (deferred until
after windLeafs()). Similarly, the HEdge -> Line... -
00:57 Revision 962cfd90 (github): BSP Builder: Removed "migrant half-edge" notification
- These notifications are no longer logical as the algorithm for BSP
leaf sector selection has changed.
2013-05-19
-
21:54 Revision fcac7e43 (github): Fixed|BSP Builder: Space partitioner logic error resulting in mismatched sectors
- When merging near-intercepts along the partitioning half-plane the
special case of a pair of intercepts from the same... -
20:18 Revision 7194e40d (github): Bumped version number to 1.10.3
-
16:17 Revision 030ad20c (github): Client|Widgets: Working on the LineEditWidget
- Drawing the wrapped lines and a blinking cursor.
Todo: Fix cursor position issues.
Todo for later: Apply a visual s... -
16:02 Revision 7d84e9c8 (github): libdeng2: Use App's main clock for animations
-
16:01 Revision f29a9d92 (github): libshell: Added equality operator for Range
-
15:59 Revision 7d9e6a1a (github): libgui|Drawable: Improved usability (named buffers, programs, states)
-
15:54 Revision 0040a101 (github): Fixed|Client|GLTextComposer: Fixed internal logic and unsigned math errors
- Also, allocated lines are not released if they haven't changed.
-
15:52 Revision f2fcb021 (github): Client|FontLineWrapping: Improvements and fixes
- Better adherence to the maximum line width, and determining a specific
character's position. -
07:55 Revision 43ea6c2e (github): BSP Builder: Defer creation of half-edges; replaced sector selection algorithm
- It is no longer necessary to produce half-edges from the outset as
the partitioning algorithm works primarily with Li...
2013-05-18
-
17:32 Revision 0ab2df37 (github): Client|Widgets: Added several widgets (in various states of development)
- - LabelWidget: inert widget that shows text and/or an image
- ButtonWidget: clickable button
- LineEditWidget: dynami... -
17:29 Revision a80c1512 (github): Client: Added FontLineWrapping, utility for wrapping text
-
17:28 Revision ba7f4cba (github): Client: Added GLTextComposer, utility for drawing GL text
-
17:26 Revision 901f470e (github): Client|GuiWidget: GL init/deinit mechanism, checking for widget movement
-
17:22 Revision f330060c (github): Client|GuiRootWidget: 2D projection matrix utility, widget deinit
-
17:19 Revision b3a1e67f (github): Client|Default Style: Added monospace font, widget-specific fonts
-
17:17 Revision ca59f0c1 (github): libgui|GLBuffer: Utility for concatenating triangle strips
-
17:16 Revision 35404c06 (github): libgui|GLState: Method for marking native GL state as undefined
- Utility for integrating with the old GL code.
-
17:15 Revision a8773b0f (github): libgui: Cleanup
-
17:15 Revision f386b1e9 (github): libgui|Font: Rasterizing a line of text onto an image
-
17:14 Revision 99d3aa2b (github): libdeng2|Widget: Added widget deinitialization method
-
17:13 Revision 34876fe8 (github): libdeng2|Rectangle: Added shrunk() and an inequality operator
-
10:18 Revision 8921204f (github): Fixed|BSP Builder: Space partitioner logic error resulting in duplicate line segments
- When building line segments along the partitioning half-plane care
must be taken to ensure that new segments are not ...
2013-05-17
-
22:45 Revision 82631076 (github): bsp::EdgeTip: Clarified potentially ambiguous logic in clearByLineSegment()
-
22:12 Revision 265287f0 (github): Fixed|BSP Builder: Space partitioner logic error resulting in mismatched sectors
- When building line segments along the partitioning half-plane it is
imperative that the EdgeTip sets for the respecti... -
18:36 Revision d1dc1d9b (github): Audio: Degenerate BSP leafs cannot affect sector reverb characteristics
- Degenerate BSP leafs have no geometry.
-
18:30 Revision 518b2a55 (github): BSP Builder: Cleanup
-
10:19 Revision 82f3a7b6 (github): Tests|GLSandbox: Updated for DotPath, source folder name
-
10:18 Revision 036c4a99 (github): Refactor|libdeng2|libgui: Bank uses DotPath ('.' separators) for identifiers
- Due to the close relationship (Info)Bank has with scripting/Record,
it is better to default to dots ('.') as the sepa... -
08:10 Revision 3f95232c (github): Optimize|Resources: Improved TEXTUREn lump load performance by ~14%
- When processing the 'custom' set of definitions for potential
reclassification as original game resources, first cons... -
08:09 Revision a9b6541c (github): Fixed|Resources: Stuck loading TEXTUREn lump (reclassifying "custom" resources)
- Caused by a refactoring oversight when CompositeTexture::flags()
was changed to return a copy of the value rather tha... -
07:11 Revision 0305d353 (github): BSP Builder: Discard degenerate geometries produced by the partitioner
- BspLeaf now owns a Polygon which it guarantees as both simple and
convex. This separates the concerns of a leaf node ... -
00:01 Revision b468da7b (github): Merge branch 'master' into revise-map-geometry-generation
2013-05-16
-
23:55 Revision e438fa2f (github): Optimize|Resources: Improved TEXTUREn lump load performance by ~14%
- When processing the 'custom' set of definitions for potential
reclassification as original game resources, first cons... -
21:38 Revision 143c1ee3 (github): Client: Load shader definitions, automatic GuiWidget initialization
- GuiRootWidget also owns a large atlas for all UI images.
-
21:33 Revision 33d240a9 (github): libgui: Added GLShaderBank
- Bank for storing shared GL shaders and building GL programs out of them.
-
21:31 Revision 587a15ba (github): libgui|GLTexture: Querying the maximum allowed texture size
-
21:30 Revision 152422c2 (github): libgui: Cleanup
-
21:29 Revision acc3e98a (github): Cleanup|Bank: By default Bank items have no size
- The assumption is that by default the cache is limited by number of
items rather than their size. -
21:27 Revision 6209fb43 (github): Fixed|libdeng2|Bank: Handling a failed load attempt
- The semaphore must always be posted or the loader would wait forever.
-
21:26 Revision f2b9481e (github): Refactor|Rule: Added valuei() for accessing value as integer
- Rules are floating-point, but in many cases it is more convenient
to query the value as an integer. -
21:12 Revision 9b10581f (github): Fixed|Resources: Stuck loading TEXTUREn lump (reclassifying "custom" resources)
- Caused by a refactoring oversight when CompositeTexture::flags()
was changed to return a copy of the value rather tha... -
18:42 Revision 979069bf (github): Merge branch 'master' into revise-map-geometry-generation
-
14:29 Revision 5358be61 (github): Fixed|libgui|Font: Measuring text is a const operation
-
14:29 Revision 1f348fb0 (github): Refactor|libshell: Moved MonospaceLineWrapping to its own source file
- Also, some minor cleanup.
-
13:40 Revision 211723bc (github): Optimize|Map Renderer: Merged sky-fix edge construction and tri-strip generation
- Combining these two algorithms removes the need to collate the edge
geometries when generating triangle strips. In th... -
12:10 Revision 379976bf (github): libshell: Cleanup
-
11:28 Revision ca161172 (github): libdeng2: Cleanup
-
10:42 Revision 2b3be555 (github): Refactor|libshell: Separated text editor base class (AbstractTextEditor)
- The abstract logic of a text editor is now placed in a class of its
own so it can be reused in the client's GUI. -
06:01 Revision d275bfb2 (github): SkyFixEdge: Fully encapsulate edge geometry generation; moved to new source files
- The map renderer now interprets an invalid SkyFixEdge to mean there
is no sky fix geometry necessary for the configur... -
04:39 Revision 63f88b1a (github): Refactor|Map Renderer: Continued consolidating sky-fix geometry generation
-
01:31 Revision ad702a3c (github): TriangleStripBuilder: Moved to new source files; began transition to an abstract class
2013-05-15
-
19:20 Revision 0771314d (github): Refactor|libshell|libdeng2: Added MemoryLogSink, used it in shell::LogWidget
-
18:45 Revision 2984a62e (github): Client: Relocated widgets to their own source subfolder under "ui"
-
14:13 Revision 69885af0 (github): Fixed|Info|ScriptedInfo: Minor glitches
- Initialize element line number to zero, resolving variable names when
inside a namespace (and variable doesn't exist ... -
14:10 Revision 9f868ff3 (github): Fixed|Windows|libdeng2|libgui: Exported classes
-
14:07 Revision 94a9e4bc (github): Fixed|Client: Clearing the DED database
- memset cannot be used because it contains a C++ member.
-
14:06 Revision 743b5d4c (github): Windows|Client|Default Style: Define a default font
-
14:06 Revision f451c048 (github): Fixed|Windows|qmake: VC solution generator script
- There was a problem with the GUI Shell project settings.
-
10:20 Revision 5ed02056 (github): Map Renderer: Cleanup
-
08:47 Revision 2e1c0f61 (github): Map Renderer: Began consolidating sky-fix geometry generation
- Began reworking this logic with the same edge-centric model as used
by the SectionEdge and ShadowEdge classes.
Wrapp...
2013-05-14
-
23:26 Revision 97b43295 (github): LineSegment: Cleanup
-
22:11 Revision e6718ace (github): Client|Default Style: Cleanup
-
22:11 Revision 6c4db821 (github): Client|GuiWidget: Accessing the UI style
-
17:58 Revision 9ef0064e (github): libdeng2|Math: Added a template for rounding a number
-
14:53 Revision cb0fdb47 (github): Refactor|Info: Applied a castTo<> template to avoid manual casting
-
14:40 Revision 6116f085 (github): Cleanup
-
14:40 Revision 3382544d (github): Client|Default Style: Cleanup
-
13:53 Revision 6a32ab95 (github): Client|Default Style: Cleanup
-
13:44 Revision 1db946c2 (github): Client|Default Style: Added definitions for colors, images and rules
-
13:43 Revision 15333881 (github): Fixed|RuleBank|ColorBank: Values are defined in records
- Presently InfoBank assumes everything is defined using blocks.
-
13:43 Revision ea7e3d01 (github): Fixed|ScriptedInfo: Always give a value for __file__ when running
-
13:42 Revision a965c651 (github): libdeng2|Folder: More detailed error message about files not found
-
13:41 Revision c9f29a31 (github): Refactor|InfoBank: Renamed method to be more accurate
- Also fixed InfoBank private implementation init.
-
13:39 Revision 0805d245 (github): Refactor|Info: $= parses one script statement
- While $: parses a line of text, $= now parses one complete script
statement, which may or may not span multiple lines. -
12:42 Revision c9c4696a (github): BSP Builder: Implementation improvements
- LineSegment has been revised to follow the design "pattern" of the
Line class component. All line segments in the pla... -
12:04 Revision 8e59bfaf (github): Documentation|libdeng2: Description for InfoBank
-
12:03 Revision 479031be (github): Client|Style: Load definitions, make everything visible to scripts
- The values of the definitions are available for scripting via the
native Style module. -
12:00 Revision ad5cb8cc (github): Refactor|libgui|libdeng2: Derived rule, font, color and image banks from InfoBank
-
11:59 Revision 131cf766 (github): Cleanup
-
11:58 Revision da1387b0 (github): Fixed|libdeng2: Made the protected File constructor explicit
-
11:58 Revision a3adb538 (github): Refactor|libdeng2: Added a new convenient constructor for RecordValue
-
11:57 Revision f179cf90 (github): libdeng2: Added InfoBank, an abstract base class for banks that use Info
- InfoBank handles the common plumbing of parsing an Info file and
iterating through it for creating bank sources. -
10:07 Revision 194a444c (github): Client: Added Style
- Style contains all the information about the UI style. It is owned by
WindowSystem and accessible globally inside the... -
10:06 Revision 6e2a4f21 (github): libgui|ImageBank: Loading image definitions from an Info file
-
10:05 Revision 34d8bf3d (github): libdeng2: Added RuleBank, a collection of Rules
- Used for the UI style.
-
06:19 Bug #1123: Crash in Hexen 4 level Demo (Build869)
- I believe this crash from Material::chooseVariant() has been fixed at some point during the 1.11 unstable builds. The...
-
04:34 Revision 644d1638 (github): Refactor|BspLeaf: Separated Face geometry from BspLeaf
2013-05-13
-
21:14 Revision a7443578 (github): Refactor|libgui|FontBank: Renamed some interface functions
-
21:13 Revision 78c2188c (github): libgui: Added ColorBank
- ColorBank will be used for the colors of a UI style (and any widgets
that need colors). -
20:02 Revision 7b456386 (github): Fixed: Map renderer draw state refactoring oversight
-
14:03 Revision 76d2f917 (github): libgui|FontBank: Add fonts based on definitions, load them when needed
- Also added various convenience methods for accessing data in records
and variables. -
13:01 Revision 0c781e6c (github): Documentation: More apidoc about ScriptedInfo
-
12:17 Revision 9b7ca71c (github): Client|Cleanup: Use "namespace" in fonts.dei
-
12:16 Revision e411f657 (github): libdeng2|ScriptedInfo: Added the "namespace" blocks
- While parent blocks contribute their name to the final variable name
representing an element, the "namespace" blocks ... -
12:12 Revision a9a2bb08 (github): Fixed|libdeng2|Record: Checking for existence shouldn't throw exception
-
12:11 Revision 6496fe21 (github): libdeng2|Info: Improved Info parser
- Line numbers stored in elements, configurable warnings for duplicate
blocks (so that special blocks can be disregarded). -
08:10 Revision 606df39d (github): libdeng2|scriptsys: Added the eval() function
- eval() evaluates the argument as a script in the local namespace.
Cleaned up some internal interfaces in the script ... -
08:09 Revision d247ca05 (github): Fixed|libdeng2: Parser bug related to long string literals (""")
-
07:27 Revision c1be567b (github): Cleanup
-
07:24 Revision 3200bd9e (github): libdeng2: Cleanup
-
03:52 Revision a51a60a0 (github): Fixed: LOS rays crossing into degenerate BspLeafs
- Plus some minor cleanup.
-
03:47 Revision b3c442c9 (github): Fixed: Map geometry generation near degenerate BspLeafs
- In cases where degenerate BspLeafs are the result of the map author
defining superfluous back SideDefs in id Tech 1 f...
2013-05-12
-
21:40 Revision 09b1225b (github): libgui|qmake: Fixed typo
-
21:39 Revision 8b769255 (github): Client: Added the default UI style package
- Ultimately "defaultstyle.pack" will contain all the elements of the UI
style, including images. -
21:37 Revision 7281fcde (github): libdeng2|ScriptedInfo: Locating all records with a particular type
-
21:37 Revision a96eb893 (github): Fixed|libdeng2: Path concatenation when separator is not a slash
- QDir can only be used to determine path absoluteness if the separator
is a slash or backslash. -
21:35 Revision 9790af19 (github): libgui: Added Font and FontBank
-
21:33 Revision a794cfc6 (github): Refactor|libdeng2: Use Qt containers in Record
-
12:00 Revision 1097d879 (github): BSP Builder: Produce a full complement of half-edges
- The BSP builder now produces two half-edges for every line segment
in the map, regardless of whether a map line has a... -
10:30 Revision 0b9d5b0e (github): DSSL: Added the "gui" module for GUI related utility functions
- "DSSL" means Doomsday Script Standard Library.
-
10:27 Revision 9659f9d5 (github): libdeng2|scriptsys: Added built-in function "floor"
- Rounding a number down to an integer.
-
04:47 Revision b6acfa94 (github): Fixed: Degenerate BspLeafs do not support object contact spreading
- Todo for later: Collapse degenerate leaves during BSP construction.
-
01:23 Revision 69b1eb8c (github): HEdge: API improvements
- Added a navigate() method which returns the relative neighbor of
the half-edge in the specified ClockDirection. Also ...
2013-05-11
-
21:05 Revision ec3e0582 (github): Refactor|Map Renderer: Various minor cleanup refactorings
-
17:04 Revision c7c14bb8 (github): Documentation|Fixed: Line apidoc typo fixes
-
16:49 Revision 516e8013 (github): Refactor|Map Renderer: Fix polyobj geometry generation regression
-
16:44 Revision 26b5ce54 (github): Polyobj: API improvements
- Encapsulated (un)linking of the polyobj from the owning GameMap and
revised linking so that the BSP leaf in which the... -
14:32 Revision db75647e (github): libdeng2|ScriptedInfo: Inheritance and groups
- Changed the record inheritance element to "inherits".
Group inheritance can be used for indicating that all members ... -
13:12 Revision edd24368 (github): Refactor|libdeng2|Info: Flagging attribute elements as such
- Also warning about duplicate keys in a block.
-
13:11 Revision 45043be6 (github): libdeng2|Record: Member copying behavior
- It is possible to either copy all members or just the non-underscore
members. -
05:52 Bug #1123: Crash in Hexen 4 level Demo (Build869)
- - **Priority**: 1 --> 5
-
05:38 Bug #1122 (Closed): Doomsday Engine loads only one game
- So I recently purchased a copy of Hexen: Beyond Heretic, and added it to the Doomsday Engine so I could run it withou...
2013-05-10
-
22:19 Revision 6fdb9703 (github): libdeng2|ScriptedInfo: __this__ points to Record of containing block
- When running script blocks or evaluating values of elements in
a block, the global __this__ variable points to the Re... -
20:32 Revision 55ced2c6 (github): Tests|Info: Clarified comment
-
20:08 Revision 03babecb (github): Refactor|libdeng2|ScriptedInfo: Use the semantic hint when evaluating values
- Updated the test app with more examples of scriptability.
-
20:02 Revision 3d68efb4 (github): libdeng2|Info: Added a semantic hint for script values
- A '$' token in various places now indicates that the value is intended
to be parsed as Doomsday Script.
- key $: lin... -
19:21 Revision d4ec052b (github): Fixed|Map Renderer: Dually rendered geometry with rend-dev-sky
- As far as I am aware this resolves the last known issue with the sky
fix mask geometry construction.
Todo: Cleanup. ... -
16:21 Revision 5f966595 (github): libdeng2|scriptsys: Added ScriptedInfo
- ScriptedInfo combines Info (a structured declarative document) with
Doomsday Script (procedural programming language)... -
14:50 Revision 8975fef8 (github): libdeng2|Info: Embedding Doomsday Script in Info files
- The Info parser now supports embedded blocks of Doomsday Script.
By defaults blocks with type 'block' are parsed as D... -
14:44 Revision f8a9d567 (github): libdeng2|Variable: Better error message about value type conversion failure
-
11:39 Revision b0f36ff4 (github): libdeng2|Script: Setting the source path (for __file__)
-
11:37 Revision b177245d (github): libdeng2|scriptsys: Cleanup
-
11:37 Revision c73664dd (github): libdeng2|scriptsys: Clearing the state of a Process completely
-
11:36 Revision 4023d7e3 (github): libdeng2|scriptsys: Cleanup
-
11:34 Revision 0c256ba5 (github): libdeng2|Rectangle: Constructing a Rectangle<> from QRect
-
11:34 Revision 53535058 (github): libdeng2|Record: Adding a new variable without specifying a value
-
11:33 Revision 8f401eef (github): Refactor|libdeng2|Variable: Applied de::FlagOp
-
11:33 Revision d636a480 (github): Tests: Renamed project folders and .pro files to match target names
-
10:41 Feature #1580 (New): Fix the Doom 64: Absolution TC plugin
-
09:49 Revision 13fb5b18 (github): Refactor|Map Renderer: Consolidated more geometry construction logic
- Also fixed a bunch of id Tech 1 map hacks in the process.
-
05:52 Bug #1122: Doomsday Engine loads only one game
- - **status**: open --> closed
-
05:44 Bug #1122: Doomsday Engine loads only one game
- Edit: Found the problem. Apparently the HERETIC.WAD file disappeared from the appropriate folder needed to run it, an...
-
04:55 Revision 0fe52f3d (github): Fixed: Use the appropriate map line method when querying sectors/sections
- The DENG map format separates the dual meaning of a two-sided line
in the id Tech 1 format. A line with a sector on b... -
01:12 Revision c495c979 (github): Sector: Enumerate referencing map line sides instead of lines
- Maintaining a list of map lines which reference the sector is useful.
However, more useful is a list of the referenci...
2013-05-09
-
23:02 Revision 6cd8fefb (github): Fixed|Resources: Failed offsetting sky fix planes for two sided wall sections
- After the map is loaded the sky fix plane heights are initialized by
scanning the map for certain geometry constructs... -
21:49 Bug #1121: Can't launch when blocked by firewall
- We will not make it configurable at install, because modern applications are expected to have network capabilities bu...
-
19:47 Revision 32161031 (github): Fixed|Map Renderer: Dually rendered geometry with rend-dev-sky
- When rend-dev-sky was enabled and given a particular map construct
where geometry that would usually be drawable lies... -
08:23 Revision f000d522 (github): Refactor|Map Renderer: Clarified logic in writeLeafWallSections()
-
08:12 Revision 3638af15 (github): Map Renderer: Cleanup
-
05:15 Revision ed5840b4 (github): Refactor|Map Renderer: Completed restructuring wall section drawing
-
02:39 Revision 6aefce78 (github): Refactor: Relocated more code from r_world.h to better homes
-
02:00 Revision fb2ccc3b (github): Refactor|Map Renderer: Dismantled R_MiddleMaterialCoversOpening()
- This logic should not be implemented at such a high level and with
this kind of API -- it assumes too much and is not... -
01:00 Revision 262c8b4f (github): Cleanup: Removed obsolete and unused R_Find*Neighbor functions
-
00:50 Revision 5c5a59a7 (github): Refactor: Relocated various renderer domain functions from r_world to rend_main
-
00:40 Revision c6a9341f (github): Refactor: Relocated various functions from r_world.h to better homes
-
00:23 Revision 2a56d87f (github): Server|Refactor: Server executable no longer depends on rend_main.cpp/h
- Addressed the remaining dependencies and removed said source files
from the server project.
2013-05-08
-
20:15 Revision 2b16ba01 (github): Merge branch 'master' into revise-map-geometry-generation
-
19:21 Revision c22063cc (github): Debug|libdeng2|App: Assertion for main/UI/GL thread
-
17:43 Revision bf15dd86 (github): Refactor|Models: Removed fixed submodel maximum limit (using C++ arrays)
- Model DED information and runtime modeldefs (both including submodels)
are now stored in std::vector based arrays. Th... -
17:42 Revision 3646ea1d (github): Fixed|FakeRadio: Plane shadows drawn in map hack sectors with zero height
- A fairly uncommon situation which involves the use of an unclosed
sector in combination with a "mid grate" hack. With... -
16:18 Revision 5a368bd2 (github): ShadowEdge: Use half-edges rather than map line sides
- The half-edges can be thought of as the "normalized" version of the
map geometry wrt relative sector references. The ... -
15:33 Revision e91a14c6 (github): ShadowEdge: Consolidated logic for sector openness factor determination
-
14:51 Revision a1c46fef (github): ShadowEdge: Reworking newly abstracted ShadowEdge (ironing out some obvious bugs)
-
04:04 Bug #1121: Can't launch when blocked by firewall
- - **labels**: --> Networking, Windows XP
- **status**: open --> fixed
- **Milestone**: v1.10 --> v1.11
Also available in: Atom