Project

General

Profile

Activity

From 2013-10-12 to 2013-10-25

2013-10-25

20:14 Feature #1636: Support for Oculus Rift
skyjake wrote:
> cmbruns wrote:
> > For Oculus Rift and cross-eyed viewing, the aspect ratio would need to be corre...
cmbruns
13:17 Feature #1636: Support for Oculus Rift
cmbruns wrote:
> For Oculus Rift and cross-eyed viewing, the aspect ratio would need to be corrected back to normal ...
skyjake
16:17 Bug #251: [Doom] Nightmare monsters sometimes not fast
Monster behavior does fit very well into the game rules concept. skyjake
15:29 Bug #251: [Doom] Nightmare monsters sometimes not fast
Perhaps an integrated mechanism using DED 2.0 selectors and Game Rules?
Concept syntax:...
danij
13:56 Bug #251: [Doom] Nightmare monsters sometimes not fast
I'm wrote the above to suggest that Dday may actually already have the code largely ready to fix ths issue, in Hereti... vermil
13:49 Bug #251: [Doom] Nightmare monsters sometimes not fast
The Nightmare stuff not saved in save games, seems to be the same stuff that the BFG Edition is missing entirely.
...
vermil
13:04 Revision bb627ff0 (github): Cleanup
skyjake
13:01 Revision 4f582760 (github): API|GL: Public GL API now uses GLState for scissor; added push/pop state
This commit fixes scissor-related issues when drawing stuff via the
public GL API (e.g., game automap).
The public G...
skyjake
12:55 Revision 8eb49044 (github): LegacyWidget|GL: Utility for setting the viewport for legacy graphics code
LegacyWidget's glApplyViewport() sets a viewport that is automatically
normalized to the root view size.
skyjake
12:52 Revision 9de82c6f (github): libgui|GLState: Setting a normalized viewport
A normalized viewport is useful when the actual root view is larger
or smaller than the render target. A normalized v...
skyjake
11:55 Revision 6ef1860c (github): Cleanup
skyjake
11:17 Revision 20cc03c8 (github): LogWidget: Use normalized scissor for content clipping
Widgets should always use a normalized scissor rather than specifying
the window coordinates manually, as the root wi...
skyjake
10:43 Revision 99e64188 (github): ClientWindow: Compensate UI aspect ratio for side-by-side rendering
The root widget's logical size does not have to be the same as the
window size. Now for side-by-side rendering, the l...
skyjake

2013-10-24

22:33 Feature #1636: Support for Oculus Rift
skyjake wrote:
> The downside with the current renderer is that it will not be very efficient to render the same fra...
cmbruns
22:14 Feature #1636 (In Progress): Support for Oculus Rift
skyjake
21:13 Feature #1636: Support for Oculus Rift
The branch "oculus-rift" is now on GitHub. I've made some initial changes: I've verified that the entire UI can be dr... skyjake
17:53 Feature #1636: Support for Oculus Rift
cmbruns wrote:
> Would you mind thinking about how such a composition of views might work within your current archit...
skyjake
17:41 Feature #1636: Support for Oculus Rift
List of higher-level tasks needed for Oculus rift mode:
* Stereoscopic 3D (in any form)
* Side-by-side scene comp...
cmbruns
16:17 Feature #1636: Support for Oculus Rift
I brought up side-by-side scene composition in my previous comment because it is a tricky topic and deserves some cog... cmbruns
14:42 Feature #1636: Support for Oculus Rift
skyjake wrote:
> cmbruns wrote:
> > I just implemented an Oculus Rift mode for gzdoom http://rotatingpenguin.com/gz...
cmbruns
06:20 Feature #1636: Support for Oculus Rift
cmbruns wrote:
> I just implemented an Oculus Rift mode for gzdoom http://rotatingpenguin.com/gz3doom/.
> I'd like ...
skyjake
21:06 Revision b4413830 (github): ClientWindow|GuiWidget: Testing side-by-side left/right viewports
The GLState active rectangle is now used for drawing two copies of
the same frame.
While this works nicely for all w...
skyjake
21:03 Revision 33194b62 (github): LegacyWidget: Allow moving the top left corner away from (0, 0)
The scissors/viewports are set according to the actual top left
corner instead of a hardcoded (0, 0).
This is partia...
skyjake
21:01 Revision bc1953f0 (github): libgui|GLState: Specifying a subregion for drawing
Setting the "active rectangle" of GLState will cause viewport and
scissor to be transformed into that rectangle as if...
skyjake
08:37 Feature #1197: Scriptable UI
Refocusing this issue to be about scriptability of Doomsday's UI framework. The game menus are a separate (sub)topic ... skyjake
08:22 Feature #1640 (In Progress): Support for id Tech 1 audio/graphic resource hacks
skyjake
08:22 Feature #1640 (Progressed): Support for id Tech 1 audio/graphic resource hacks
skyjake
08:20 Feature #1639 (Closed): Optimize GridMap
Profiling shows one of the heaviest elements in the map renderer is lookups via GridMap. skyjake
08:18 Feature #1638 (Closed): Configure game options via Shell GUI
The Shell needs an easier way to pick basic game options such as which map to play, deathmatch/coop mode, and other M... skyjake
08:04 Bug #1590 (Closed): Cannot reshow autocompletion popup
skyjake
07:56 Revision e2cc8ed4 (github): Fixed|Console: Reshowing a previously dismissed autocompletion popup
Any popup can be manually dismissed by clicking outside it. Previously
it was not possible to restore the autocomplet...
skyjake
07:56 Revision 8d329514 (github): UI|Client|Default Style: Color for scroll bar indicator
ScrollAreaWidget now allows specifying a color to be used for the
scroll indicator.
CommandWidget now uses an "inver...
skyjake
07:55 Revision 9e6402a4 (github): UI|Client|AudioSettings: Added toggle and default for sound-overlap-stop
IssueID #1629 skyjake
07:55 Revision b32ba36e (github): qmake: Don't link libgui to the game plugins
A server build does not include libgui, so the plugins shouldn't
rely on it at this stage.
skyjake
07:55 Revision 8a926b19 (github): Fixed: Build failure (invalid operands)
gcc 4.6.3 on Raspbian says that '&&' cannot take int and va_list as
operands. The variable argument list parameter sh...
skyjake
07:55 Revision 219cfb31 (github): Fixed|libgui: Build failure in the dummy DisplayMode
The dummy version of the native DisplayMode routines had not been
updated since the latest changes to the API.
skyjake
07:54 Revision 40ef9ea2 (github): Updater: Notification uses accent color when update available
Now the small notification icon uses the accent color if an update
is available, so that it is visually distinct from...
skyjake
07:54 Revision 84b4f3e5 (github): Fixed|Hexen: Overly large hub ending messages
Scaled the hub ending messages smaller so that all the text fits
on the screen.
The font metrics are not the same as...
skyjake
07:53 Revision 9cbe25fa (github): Updater: Don't open a dialog when update available
When the automatic updater notices that an update is available, only
the small notification is now shown. The user ca...
skyjake
07:53 Revision 09a14372 (github): Fixed|Hexen: Reading a savegame with no ASEG_END (otherwise intact)
While playing through Hexen's 2nd hub, for some reason a savegame
was produced for the hub map that was otherwise fin...
skyjake
07:49 Revision 90ba5842 (github): Bumped version number to 1.12.1
skyjake
07:44 Revision 2dbf3469 (github): Fixed|Console: Reshowing a previously dismissed autocompletion popup
Any popup can be manually dismissed by clicking outside it. Previously
it was not possible to restore the autocomplet...
skyjake

2013-10-23

20:56 Feature #1636: Support for Oculus Rift
skyjake wrote:
> Oculus Rift is cool and we should have support for it in the renderer.
>
> However, having dabbl...
cmbruns
14:20 Feature #1636 (Closed): Support for Oculus Rift
Oculus Rift is cool and we should have support for it in the renderer.
However, having dabbled with stereo 3D, the...
skyjake
20:32 Feature #1637 (Closed): Switch to Qt 5
We should switch to using Qt 5 when it is stable and full-featured enough for our needs.
Current status is that al...
skyjake
20:16 Revision 76849a37 (github): Qt|OS X|qmake: Updating for Qt 5.2 (beta) on Mavericks
Hmm, the unified native toolbar API is still not working... skyjake
18:47 Bug #1127 (New): [Linux] Linking error when old libs exist in /usr/lib
skyjake
18:42 Bug #1590 (In Progress): Cannot reshow autocompletion popup
skyjake
18:41 Bug #1588 (Closed): [Console] Unclear when autocompletion popup is scrollable
skyjake
18:39 Revision 7f566e35 (github): UI|Client|Default Style: Color for scroll bar indicator
ScrollAreaWidget now allows specifying a color to be used for the
scroll indicator.
CommandWidget now uses an "inver...
skyjake
14:12 Bug #613: [InFine] Inadvertent background animation
Thanks for the correction. skyjake
13:16 Bug #613: [InFine] Inadvertent background animation
Pardon me for interfering, but I am wondering, if Skyjake is misinterpreting the issue here:
In Vanilla Heretic an...
vermil
13:07 Bug #613: [InFine] Inadvertent background animation
In the above situation InFine would opaquely generate a new material variant specific to the context/scope of the scr... danij
08:18 Bug #613: [InFine] Inadvertent background animation
I see. From an external point of view (let say in the InFine implementation), one shouldn't have to worry about this ... skyjake
12:58 Feature #1501: Non-64-pixel flats
Ah, yeah. In that case it sounds like he wants a per-surface material scaling factor (XG 2.0?) danij
07:37 Feature #1501: Non-64-pixel flats
tolwyn wrote:
> in a def file per sector number
That sounds like a different thing altogether...
Maybe we shou...
skyjake
11:41 Feature #1487 (Closed): [InFine] ximage: support for 8-bit paletted PNG images
skyjake
11:35 Feature #1487: [InFine] ximage: support for 8-bit paletted PNG images
It does appear to be fixed yes.
On another note; the Ximage command is cool and all, but it can only be used with ...
vermil
07:34 Feature #1487 (Feedback): [InFine] ximage: support for 8-bit paletted PNG images
Maybe vermil could then re-evaluate the status of this request? skyjake
10:50 Feature #438: Accurately hit testing fast projectiles (compatibility option)
I will add that yes I am aware, that rocket splash damage doesn't trigger XG. I refer to the actual rocket above. vermil
10:48 Feature #438: Accurately hit testing fast projectiles (compatibility option)
What spurred me on these issues was that I made a couple of mods/reimages of other games in the past, that I didn't q... vermil
08:12 Feature #438: Accurately hit testing fast projectiles (compatibility option)
Then we can at most add a compatibility option for enabling or disabling more accurate hit testing for fast-moving ob... skyjake
08:31 Feature #1462: Light Amp Goggles and Torches affect dynamic lights
There is now a Feature for HDR: #1635. skyjake
08:30 Feature #1635 (Resolved): HDR rendering
We should consider the role of High Dynamic Range rendering in the next-gen renderer's lighting system.
It should ...
skyjake
08:05 Bug #1634: [Hexen] Hypostyle: Death Wyvern gets stuck
I've raised the priority as this sounds reproducible.
(Also updated wiki link.)
skyjake
00:15 Bug #1634: [Hexen] Hypostyle: Death Wyvern gets stuck
Also, bad Skyjake: Wrong wiki :p
http://www.doomworld.com/vb/doom-general/52973-doom-wiki/
http://www.doomworld.c...
vermil
07:56 Feature #1577 (Rejected): Voxel models
Given that actual 3D models already exist, I don't think this would be really worth the effort. skyjake
07:52 Feature #1548: Multi-monitor support
danij wrote:
> Surely, this mandates that both monitors are exactly the same and configured in exactly the same way....
skyjake
07:31 Feature #1412: Camera effect: screen shaking
> Hexen "localized [earth]quake" effect
BTW: when playing Hexen I noticed that this effect was curiously exaggerat...
skyjake
07:24 Feature #1406: Record particles and other effects in demos
Yeah, a custom, deterministic RNG for each generator should be possible and it sounds like the preferred solution here. skyjake

2013-10-22

23:59 Bug #1634: [Hexen] Hypostyle: Death Wyvern gets stuck
I've just tested the Wyvern battle and after killing the Ettin in the middle it dropped down to the floor and stayed ... vermil
23:59 Bug #1634: [Hexen] Hypostyle: Death Wyvern gets stuck
I suspect that specific behavior (flying down to the floor) is a actually a symptom of a more general broken flier be... danij
23:45 Bug #1634: [Hexen] Hypostyle: Death Wyvern gets stuck
I believe the Death Wyvern's flight AI does have a flaw that can cause it to fly into the middle pillar under some ci... vermil
23:40 Bug #1634: [Hexen] Hypostyle: Death Wyvern gets stuck
I've seen this happen a few times, though I can't be certain whether its not also present in vanilla (needs testing). danij
16:03 Bug #1634 (Closed): [Hexen] Hypostyle: Death Wyvern gets stuck
While playing through Hypostyle's boss battle (flying dragon thing in big lava room), it got stuck in the base of the... skyjake
23:54 Bug #251: [Doom] Nightmare monsters sometimes not fast
Yep, its certainly not specific to our port. danij
23:33 Bug #251: [Doom] Nightmare monsters sometimes not fast
This is actually a carry over from Vanilla Doom.
http://doomwiki.org/wiki/Some_game_options_not_preserved_in_saved...
vermil
23:26 Bug #251: [Doom] Nightmare monsters sometimes not fast
The underlying cause of this is that game rules are not handled correctly, neither serialized properly to saved games... danij
14:41 Bug #251 (In Progress): [Doom] Nightmare monsters sometimes not fast
skyjake
23:52 Bug #877: Texture offset anomaly
Yes, the two are intrinsically related. danij
19:08 Bug #877: Texture offset anomaly
Does this have anything to do with #1078? skyjake
23:48 Bug #613: [InFine] Inadvertent background animation
My long term plan for the material system is to allow new materials to be defined on the fly and not just during star... danij
18:41 Bug #613: [InFine] Inadvertent background animation
danij wrote:
> As materials are animated automatically, without the game knowing about it there is no way for the ga...
skyjake
23:43 Feature #438: Accurately hit testing fast projectiles (compatibility option)
Yep, that is precisely the cause. Its a flaw in the vanilla algorithm for detecting crossed lines, which, we can't ch... danij
18:23 Feature #438: Accurately hit testing fast projectiles (compatibility option)
Perhaps occurs when a missile travels so fast that the hit testing range skips over some line? skyjake
23:38 Bug #346: Overriding Map Info in addons (level par time; jdep)
No, presently the DED parser does not support the "mods" directive on MapInfo definitions (it should...). danij
15:44 Bug #346: Overriding Map Info in addons (level par time; jdep)
Is there support for, e.g.:... skyjake
23:37 Feature #1546: Option for particle generator to hide sprite
The issue with using a blank model definition, is that it requires the user to have turned models on.
I'm also ima...
vermil
23:07 Feature #1546: Option for particle generator to hide sprite
Note that in the past mod authors have used a "null model" definition for this purpose. danij
11:52 Feature #1546: Option for particle generator to hide sprite
Is the objective to effectively completely replace a sprite with particles? If so, would this only affect sprites or ... skyjake
23:35 Bug #216: Wrong model rendered (Model Selector/DED reader)
I'll need to retest this but OTOMH this was fixed some time ago, along with the related issues of models facing the w... danij
15:37 Bug #216 (Feedback): Wrong model rendered (Model Selector/DED reader)
skyjake
23:31 Bug #1064: [Hexen] Interludes can no longer be moved (MAPINFO vs. Infine)
Perhaps a mechanism that interprets Hexen's MAPINFO data into Doomsday MapInfo definition patches which can be applie... danij
14:58 Bug #1064: [Hexen] Interludes can no longer be moved (MAPINFO vs. Infine)
I suspect solving this properly would require a system that fully ties together Hexen's MAPINFO and the Map Info defi... skyjake
23:24 Bug #1631: Doom 2 finale: animation speeds for the Cast
This sounds like a caching issue to me. danij
13:33 Bug #1631: Doom 2 finale: animation speeds for the Cast
Is one example of this how you notice the Arachnotron and Spider Mastermind immediately drop down to the side and ont... sonicdoommario
12:44 Bug #1631 (New): Doom 2 finale: animation speeds for the Cast
The first death state of each mobj in the cast call at the end of Doom2 (and Final Doom), appears to be being display... vermil
23:22 Feature #1369: Dynamic map lists (episode structure)
The same mechanism should also integrate Hexen's concept of "hubs" alongside Doom's "episodes". Conceptually the two ... danij
13:13 Feature #1369: Dynamic map lists (episode structure)
Note that multiplayer map cycling should use the same underlying mechanism as the regular map progression, the differ... skyjake
23:15 Feature #1577: Voxel models
See: http://www.youtube.com/watch?v=8VHGBxgBitc
Doing voxels properly in GL is actually quite complicated.
danij
12:54 Feature #1577 (Feedback): Voxel models
Please provide more information / links / diagrams / etc. to describe your idea in more detail. As it is, I don't rea... skyjake
23:10 Feature #1548: Multi-monitor support
I question whether sharing of a GL-context is possible. Surely, this mandates that both monitors are exactly the same... danij
12:09 Feature #1548 (In Progress): Multi-monitor support
Proper multi-monitor support implies support for multiple/split game windows. In recent times Doomsday's window manag... skyjake
23:04 Feature #1540: Smaller near clip distance
We already have issues due to depth buffer precision in large maps, where the sky stops rendering correctly. Before d... danij
11:25 Feature #1540: Smaller near clip distance
The thing to watch out for is loss of Z precision in far distances, though. skyjake
22:47 Feature #1501: Non-64-pixel flats
We do indeed already support using any texture type on any surface. This is implemented opaquely via the Material mec... danij
10:39 Feature #1501 (Feedback): Non-64-pixel flats
skyjake
10:38 Feature #1501: Non-64-pixel flats
@danij, do we already support regular textures on planes, and if so, they must tile in a non-64x64 size? skyjake
22:45 Feature #1624: Render particles to textures
For instance, generating a normal map dynamically based on objects contacting the surface: water ripples, etc. Likely... skyjake
22:08 Feature #1624: Render particles to textures
Can you give an example of where such an effect would be used? danij
07:56 Feature #1624 (Rejected): Render particles to textures
Particles rendered to textures, for e.g. fire/water effects ala Unreal.
@libgui@ has @GLTarget@ for managing offsc...
skyjake
22:38 Feature #1487: [InFine] ximage: support for 8-bit paletted PNG images
The texture manager should already support this, yes. danij
09:56 Feature #1487 (In Progress): [InFine] ximage: support for 8-bit paletted PNG images
I'm not sure if this actually implemented already? skyjake
22:35 Feature #1469: Changing the blood sprite's color
Perhaps the translation could be specified with an inline Doomsday Script? danij
09:30 Feature #1469: Changing the blood sprite's color
Maybe using some sort of palette translation? skyjake
22:33 Feature #1468: Sky layers seperate vertical offset
No, it has not been merged. However, I would now prefer to re-implement this rather than attempt to merge in that old... danij
09:28 Feature #1468 (In Progress): Sky layers seperate vertical offset
Has the aforementioned work actually been merged into the master? skyjake
22:29 Feature #1462: Light Amp Goggles and Torches affect dynamic lights
I believe what vermil was looking for is a way to apply dynamic lightings to a surface that is already "fully bright"... danij
09:21 Feature #1462 (Rejected): Light Amp Goggles and Torches affect dynamic lights
I can't really grasp what is being suggested here; closing. skyjake
22:23 Feature #1447: Co-op player actions (giving, healing)
In my opinion this is something I would expect to see in a mod rather than an explicit feature. Once Doomsday Script ... danij
08:57 Feature #1447: Co-op player actions (giving, healing)
Might be included in the MP game rule set, however requires some new game logic. Perhaps could be done entirely with ... skyjake
22:16 Feature #1627: Render game view to a texture
The more important use case here is the portal effects as this enables all manner of algorithms which are presently b... danij
08:05 Feature #1627 (Closed): Render game view to a texture
Drawing a client window or any camera view to a texture, for example for security camera's and portal effects.
Als...
skyjake
22:09 Feature #1626: Area-based fog
Open question: Should fog "volumes" be defined using map geometry primitives (i.e., lines and vertexes) or via some o... danij
08:02 Feature #1626 (New): Area-based fog
Area based fog, for instance using XG sectors.
Quite important for submersed environments, e.g., underwater.
skyjake
22:05 Feature #1414: Generate particles when touching a plane
We need to carefully consider the logically separation between mobj and particle generator. Particles which affect th... danij
07:40 Feature #1414: Generate particles when touching a plane
Given that Heretic/Hexen's mechanism for splashes is game-side and involves mobjs and sprites not present in Doom, th... skyjake
21:59 Feature #1412: Camera effect: screen shaking
Note that Hexen already implements a basic version of this for use with the "localized [earth]quake" effect. The "pro... danij
07:33 Feature #1412: Camera effect: screen shaking
I like this idea. It is similar to camera vignette in that it brings some extra realism. However, it should be reserv... skyjake
21:54 Feature #1406: Record particles and other effects in demos
Can't we seed the RNG used for particle effect randomization? This would mean that provided the same generators are u... danij
07:24 Feature #1406: Record particles and other effects in demos
While it is not feasible to record all the individual particles into a demo, the particle generator definition and an... skyjake
21:42 Revision 8858cec1 (github): Homepage|Add-on Repository: Updated pack details for Hexen Mage Weapons Pack and jXCCP
Now at versions 1.2 and 1.31 respectively. danij
21:38 Revision d474f5cb (github): libdoom64: Cleanup
danij
21:37 Revision f9d9536e (github): libcommon: Cleanup
danij
21:35 Revision 8c98f625 (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
danij
19:52 Bug #966 (In Progress): [Doom] Use of CWILV graphics on automap
skyjake
19:06 Bug #874 (In Progress): [Hexen] Stalker gib levitates
skyjake
18:53 Bug #684: Sprites moving up if their bottom intersects the floor
To make this appear more similar to vanilla, one would have to fudge the Z values at the floor height because in the ... skyjake
18:47 Bug #645 (Rejected): Fatal error "R_InitSprites: No patches found" (unknown IWAD)
Closing this; the matter should be dealt with in feature #1458. skyjake
18:33 Bug #606: Shiny texture coordinate issues
Shininess/reflections should definitely be handled with shaders and reflection/cube maps. skyjake
18:28 Feature #553: Performance of many scrolling surface materials
See: "Map update agents":http://dengine.net/dew/index.php?title=Map_update_agents proposal skyjake
18:21 Feature #390: Alignpitch/yaw flags for model particles
Presumably needed for creating billboard-like particle models? skyjake
18:07 Bug #208 (Closed): Shiny texture mapping on models with shiny reaction < 1
Closing this as obsolete. All future effort should instead be put into shader-based shiny/reflection mapping. skyjake
16:51 Bug #566 (Feedback): [Resampler] Low quality sound samples play distorted
skyjake
16:00 Bug #753: [Hexen] Invincible Afrits
Could just be a vanilla Hexen bug? skyjake
15:32 Feature #1633 (New): Console commands and Doomsday Script
The interactive console is intended to be a nice and easy way to modify engine configuration and execute certain comm... skyjake
15:09 Feature #1632 (New): InFine 2.0 (on top of Doomsday Script)
InFine is a specialized language for specifying UI animation scripts. It also has some features for interactivity, ho... skyjake
14:51 Bug #921 (In Progress): Blockmap-defined Linedef crossing order
skyjake
13:03 Feature #1575: Support Doom 2 IWAD in "Doom 3 BFG Edition" (including "No Rest for the Living")
http://doomwiki.org/wiki/Doom_3:_BFG_Edition
This page contains a comprehensive list of changes to Doom1 and Doom2...
vermil
12:51 Feature #1575: Support Doom 2 IWAD in "Doom 3 BFG Edition" (including "No Rest for the Living")
Sounds like it would make sense to add a new game mode "doom2-bfg" for this purpose. skyjake
12:48 Feature #1574 (In Progress): Native 64-bit Windows build
This is definitely in progress, however no one has had the time to actually try to collect 64-bit versions of all the... skyjake
12:38 Feature #1208: Game extension plugins
In Doomsday 2, this sort of things should be possible to do via scripting. Even so, some native functionality may be ... skyjake
12:34 Feature #1563: Weapon text defs affect the Controls menu
It makes sense that if a weapon name is defined, it should be used in all the places that refer to that weapon. skyjake
12:26 Feature #1558: [Hexen] Smooth Reivers Z movement
I must say that during my recent playthrough of Hexen, I did not notice this at all and thus I wonder if it is very b... skyjake
12:06 Feature #1547: Command for manipulating numeric controls
This is because the Attack control is not implemented as an impulse (which does not have a time duration component), ... skyjake
11:50 Feature #1545: Limit removal for MD2Tool
Doing this would entail slightly rewriting md2tool with dynamic arrays etc.
Hopefully, going forward, MD2s will be...
skyjake
11:35 Feature #1544: Support for ZDoom's Decorate function
> Question : Is jDoom capable of understanding ACS?
Not presently; see #1252.
skyjake
11:29 Feature #1541 (In Progress): Joystick axis settings (sensitivity, max speed)
skyjake
11:19 Feature #1536 (Closed): In map Infine pauses when the menu is open?
skyjake
11:16 Feature #1535: Option for fullbright textures affected by colored sectors
This should be considered in the larger context of the lighting system for the next-gen renderer (#7). skyjake
11:15 Feature #1533: Decoration light color from sector
Sounds pretty easy to implement though (provide a patch?). skyjake
11:06 Feature #1529: Sound affected by the world
On a general level, this is important for realism of sound effects in a 3D setting. Fortunately, FMOD should provide ... skyjake
11:04 Feature #1528 (Closed): A distance field for sound defs
skyjake
11:03 Feature #1527 (Rejected): Warn users about using a wrapper (jdoom.exe etc.)
Closing as obsolete. skyjake
10:45 Feature #1507: [InFine] Option to pause playing script if the game is paused
Could simply be a flag in the InFine definition (pause when game paused). skyjake
10:43 Feature #1506 (Closed): The ability to scroll the auto map whilst paused
skyjake
10:20 Feature #1630 (New): Implement game menus with InFine (InfineWidget)
It is not ideal that game menus are completely hard-coded into the game plugins. Also, implementing the game menus di... skyjake
10:12 Feature #1494: InFine script for "MapTitle" display
On a general level, it would make a lot of sense to have InFine draw the map title, however this requires serious upg... skyjake
09:52 Feature #1486 (In Progress): UI language translation/localization
Thanks to Qt's built-in mechanisms for this, the new UI framework is already going towards this direction. However, t... skyjake
09:33 Feature #1471: Standard definitions should conform to vanilla
"Standard definitions" are the ones included in the official Doomsday distribution packages.
Once Doomsday support...
skyjake
09:26 Feature #1467: [XG] Incorporate vanilla line/sector types
XG 2.0 needs to include the vanilla types in the standard library of XG line/sector types. skyjake
09:18 Feature #1461: Separate chain/event derived/driven behaviour for XG
I have a feeling XG 2.0 will not retain the chain mechanism as-is, however thanks to scripting there will be proper d... skyjake
09:16 Feature #1460: Remember the playing music in save game
To do this correctly, one would have to save the time elapsed since the start of the music and then after loading, se... skyjake
09:00 Feature #1600 (In Progress): Drop Snowberry
skyjake
08:59 Feature #1448 (Rejected): .box zip file to automatically extract .box addon
Closing this as obsolete. @libdeng2@ already has the ability to treat .zips just like ordinary folders, and resource ... skyjake
08:52 Feature #1443: Fog options should be available in UI
Maybe in Renderer Settings → Developer popup? skyjake
08:42 Revision d373c200 (github): UI|Client|AudioSettings: Added toggle and default for sound-overlap-stop
IssueID #1629 skyjake
08:37 Feature #1629 (Closed): Add toggle for "sound-overlap-stop"
The Audio Settings dialog should contain a toggle for stopping overlapping sounds from the same origin. In the origin... skyjake
08:31 Feature #1435 (Closed): Old-style sound queing
This can be done with @"sound-overlap-stop 1"@. skyjake
08:26 Feature #1432 (Closed): OPL emu ala ZDoom
Closing as obsolete, since one can now use fluidsynth with a suitable soundfont to produce similar end result on Linu... skyjake
08:09 Feature #1199 (Closed): Shaders, Texture Maps + other ver.2 features.
This composite issue has been split into separate ones under Issue #7. skyjake
08:07 Feature #1628 (New): Surface meshes
Instead of a simple flat surface with a couple of triangles, a surface could be created using a mesh which could be s... skyjake
07:59 Feature #1625 (Progressed): Per-pixel surface shading (bump/specular/reflection etc. mapping)
Bump/Specular/Enviroment/Reflection/Procedural mapping for models/walls/flats.
Would greatly enhance the look of ...
skyjake
07:53 Feature #1623 (Progressed): Shaders
Support for vertex and fragment shaders for surfaces, objects, and UI.
@libgui@ already implements the basic suppo...
skyjake
07:46 Feature #1622 (New): Vanilla depth shading
We should replicate the original games' depth shading as closely as possible.
In practice, the depth shading gradi...
skyjake
07:29 Feature #1407 (In Progress): Customizable console keys
This is partially implemented in the form of @WidgetActions@. In @ConsoleWidget@, we could capture non-text inserting... skyjake

2013-10-21

21:45 Feature #1338 (Rejected): Particles that inflict damage
skyjake
21:15 Feature #1338: Particles that inflict damage
I personally think this should be ignored because it would result in dependencies between the playsim and graphics sy... danij
17:03 Feature #1338: Particles that inflict damage
In practice this would require the particle logic to make hit tests against mobjs, which may be difficult to pull off... skyjake
21:04 Feature #1305: Particle generator flag: instantly kill generator
Actually that would probably be a better solution anyway, given that mobjs can be reanimated (e.g., Archvile in DOOM). danij
16:14 Feature #1305: Particle generator flag: instantly kill generator
Might be more elegant to set a scope condition (or some kind of selector) that says the target must be a mobj with he... skyjake
21:02 Feature #1398 (Rejected): No Blood?
The request is a bit vague, but it sounds more like an idea for a mod than something we should do in the engine or th... skyjake
20:58 Feature #1394: Consistent map scoping in definitions
While the example case is a bit outdated, I fully agree a scoping mechanism must be consistent in syntax and semantics. skyjake
20:55 Feature #1393: "version" should print IWAD info/version
It is true that this information is already available, however accessing it easily would not hurt. skyjake
20:50 Feature #1199: Shaders, Texture Maps + other ver.2 features.
Maybe this should just be merged into Feature #7? skyjake
20:41 Feature #1379: XG refs: evaluate params at runtime
The basic idea is good and should be elegantly addressable with Doomsday Script expressions and longer scripts embedd... skyjake
20:36 Feature #1378 (Rejected): DED ver 6 syntax for XG Definitions
Closing this as obsolete, as (Scripted) Info will be used as a basis for definitions in the future. skyjake
20:31 Feature #1376: Externally spawned mobjs
This is already almost possible with a Map Info definition that executes a bunch of spawnmobj commands. The caveat is... skyjake
17:22 Feature #1369: Dynamic map lists (episode structure)
There should be a way to specify the map/hub progression in a completely unlimited way using definitions.
This cou...
skyjake
17:16 Feature #1361: Rotation of objects away from walls during map load
The "done" portion refers to the existing logic for doing this sort of tuning of objects (statues, torches). skyjake
17:15 Feature #1361 (In Progress): Rotation of objects away from walls during map load
skyjake
17:14 Feature #1358 (Rejected): Object oriented fog
Not enough information. skyjake
17:13 Feature #1357: [InFine] More blending modes (add/mul/inv etc)
Also, shaders should be supported. skyjake
17:12 Feature #1356 (Rejected): MP3 Playlists
skyjake
17:06 Feature #1341 (In Progress): Soft edges for sector lighting
skyjake
16:57 Feature #1621 (Closed): Evaluation of runtime conditions
Some conditions (e.g., scopes) can only be determined at runtime as the game world is dynamically changing. This mean... skyjake
16:41 Feature #1620 (Progressed): XG 2.0
XG 1.0 is quite limited and contains plenty of hard-coded functionality. It needs to be integrated with Doomsday Scri... skyjake
16:33 Feature #1619 (Rejected): Adaptive LOD for models
As mentioned in #1319, having massive amounts of objects on the screen will make it difficult to draw all as 3D objec... skyjake
16:28 Feature #1314: Particle spawn rate affected by mobj visibility
Changed title to more accurately describe what is being discussed here. skyjake
16:20 Feature #1312: Stereo sound effects
Stereo sound effects are a bit problematic in a 3D setting like Doom where the left and right channels are mostly det... skyjake
16:17 Feature #1308 (In Progress): Splitscreen multiplayer
Marking this as "in progress" because some work has been done toward multiple simultaneous viewports and separate bin... skyjake
16:16 Feature #1307 (Rejected): Melee damage
Closing as incomplete (request is just a question). skyjake
16:11 Feature #1303 (Rejected): Weapon Recoil
skyjake
12:42 Feature #1265: Map-specific definitions in a WAD lump
This might have some value as a compatibility feature, assuming the lump was being used for some Doomsday-specific ni... skyjake
12:34 Feature #1265: Map-specific definitions in a WAD lump
Given a scoping mechanism is in place, I don't see any need for a map-specific definition set. All such a feature wou... danij
07:34 Feature #1265: Map-specific definitions in a WAD lump
> If this lump is found then obviously the Wad Interpretation Conditions should not be used.
I'm not sure why, thoug...
skyjake
08:49 Feature #1302 (Rejected): Ability to define dynamic Lights from a Map definition
This is should be taken care of via feature #1264 and related features. skyjake
08:40 Feature #1617: Scoped definitions and variables
In practice, libdeng2's @Record@ could play a major role in resolving these scopes. Similarly to how Doomsday Script ... skyjake
07:43 Feature #1617 (New): Scoped definitions and variables
Often it is necessary to limit the effect of some definition or variable to a specific map, episode, game, global var... skyjake
08:32 Feature #1618: Decorations/effects for game events (power up, damage, etc.)
Essentially there should be a mechanism that enables one to set up a trigger condition and then start various effects... skyjake
08:28 Feature #1618 (New): Decorations/effects for game events (power up, damage, etc.)
Creation of an external definition to govern the visual effects of power-ups, damage, killed etc.
Maybe a standard...
skyjake
08:00 Feature #1299 (Closed): Lights attached to (sub)models
skyjake
07:52 Feature #1274: Projectiles meet sky
Fading the projectiles away should be a suitable solution here. skyjake
07:50 Feature #1269 (Rejected): WAD Prioritized music over external
skyjake
07:23 Feature #1244: Scripting in model definitions (e.g., dependent on player health)
> selector for sprites
That's a nice idea; added feature #1616.
skyjake
00:32 Feature #1244: Scripting in model definitions (e.g., dependent on player health)
I don't know if this is appropriate to post in this issue, but it might also be interesting to see the selector mecha... vermil
07:23 Feature #1616 (New): Selector for sprites
_(suggested by vermil)_
It might also be interesting to see the selector mechanism of models extended to sprites...
skyjake

2013-10-20

21:34 Feature #1244: Scripting in model definitions (e.g., dependent on player health)
This use case requires runtime evaluation of condition expressions instead of the basic load-time execution that @Scr... skyjake
21:28 Feature #1615 (Progressed): Sloped planes
Floor/ceiling (or other) planes that have a freely chosen normal vector. skyjake
21:20 Feature #1222 (Closed): 5.1 Digital sound
I believe FMOD takes care of this with 3D sounds and the appropriate speakermode option (-speaker51). skyjake
21:16 Feature #1220: Cutscenes
This sounds like something that's perfectly doable with InFine and demos. skyjake
21:06 Feature #1229: Input plugins: generate events from connected controllers
There is a related proposal: "Input drivers":http://dengine.net/dew/index.php?title=Input_drivers skyjake
21:03 Feature #1503: [Unix] Basic command line options (e.g., help, version)
This is actually quite important because users sometimes rely on --help/-h and --version/-v to query basic usage info... skyjake
21:00 Feature #1517 (In Progress): Autoselect missing interfaces from other audio plugins
This is partially done now: one can select specific interfaces with command line options. skyjake
20:53 Feature #1325 (In Progress): Boom line types and sectors
skyjake
20:41 Feature #1199 (In Progress): Shaders, Texture Maps + other ver.2 features.
skyjake
20:29 Bug #856 (Rejected): Demo playback issues
Closing as obsolete (see #1614). skyjake
20:09 Feature #1193: recorddemo needs clarification
I closed this old RFE because it was worded more like a support request. The presented idea itself is now essentially... skyjake
19:17 Feature #1193: recorddemo needs clarification
My apologies, I now see that yourself is trying to consolidate a list of features for the new demo recording system u... vermil
19:01 Feature #1193: recorddemo needs clarification
Apologies for interfering, but why close what could still be considered an RFE for the new demo recording system in f... vermil
18:09 Feature #1193 (Rejected): recorddemo needs clarification
The old demo recording implementation will be replaced, so this is now obsolete. skyjake
18:13 Feature #1614 (New): Improved demo recording and playback
The demo recording and playback system needs to be completely revised.
Features:
* Recording a demo on the server...
skyjake
00:32 Feature #1471: Standard definitions should conform to vanilla
There is also the anomaly of the 'chgun' sound def in Doom's sounds.ded. I'm not sure if it was in Vanilla Doom or no... vermil

2013-10-19

21:21 Revision d0e12b3a (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
danij
18:57 Feature #1608 (Progressed): Integrate Doomsday Script
"Doomsday Script":http://dengine.net/dew/index.php?title=Doomsday_Script_reference should be integrated into all rele... skyjake
18:51 Feature #1187 (Rejected): Force feedback
skyjake
18:44 Feature #1607 (New): Reset settings to defaults
There should be a way to reset any settings to defaults.
In practice, this could be done by utilizing @SettingsReg...
skyjake
16:53 Bug #1606 (Progressed): M_THERMM and HUD message font replacement
_(original issue reported by vermil)_
Not version specific (i've tested it in 1.8.6 and beta4).
Not so much a b...
skyjake
16:43 Feature #1162 (In Progress): Global engine configuration
This is effectively implemented by @SettingsRegister@, for instance the renderer appearance profiles are "global", i.... skyjake
12:45 Bug #1593: [Doom] Excess state in rocket explosion
This one?... skyjake
12:13 Bug #1125: Handling missing OpenGL support during launch
Changed priority to Low because the OpenGL version check must be manually disabled for this situation to occur. skyjake

2013-10-18

21:46 Feature #1604: Game rules (1p and MP)
Interpreting the rule set as a hierarchy would seem to be the correct solution here. In fact I wonder whether game ru... danij
21:31 Feature #1604: Game rules (1p and MP)
Hmm, in the context of MP it makes more sense than in 1p to have the map cycle as part of rules...
Maybe this coul...
skyjake
21:23 Feature #1604: Game rules (1p and MP)
Should a map cycle be incorporated into the game rules?
It occurs to me that a map cycle is outside the scope of a...
danij
15:34 Feature #1604 (New): Game rules (1p and MP)
All the game plugins have a number of cvars that affect how gameplay behaves (either in 1p or MP). Instead/additional... skyjake
21:39 Feature #1157 (Rejected): Auto-adjust brightness and contrast
I'd prefer to have actual HDR rendering... skyjake
21:37 Feature #1580: Fix the Doom 64: Absolution TC plugin
This plugin is also far from feature complete. It was built by extracting the DOOM64 specific logic from the Absoluti... danij
20:34 Feature #1580: Fix the Doom 64: Absolution TC plugin
The doom64 plugin has been kept around and compiles fine, but likely needs plenty of fixing. skyjake
21:19 Feature #1482: Indication of scrolling menus
The implementation of menu scrolling definitely needs improvement, but so does the entire game-side UI mechanism. Ult... skyjake
21:08 Feature #1566: [Automap] Reset line colors
In the future, as more and more options are brought under @SettingsRegister@'s control, reseting to defaults will be ... skyjake
21:05 Feature #1567: [Automap] Quick hide/show markers
This might already be doable by binding different things to "down" and "up" key events. skyjake
20:57 Feature #1484: [MP] Bindings for group chat
Added relation to #1604 because the game rules define who is a friendly and who is the enemy. skyjake
20:27 Bug #1132: Rendering slow - slow graphics (1.11.0 => 1.11.2)
We should try to figure out what changed between 1.11.0 and 1.11.2 that might affect performance in this case. skyjake
16:30 Feature #1150 (Rejected): Duke Nukem 3D Support
Closed because in any realistic view, Duke Nukem 3D is outside the scope of the project. Besides, there already are s... skyjake
16:15 Feature #1605 (Closed): Tutorial
On the first launch, or afterwards if requested, the user should be guided through a short tutorial.
# Introduce the...
skyjake
15:46 Feature #1415: [Master Server] Allow specifying server IP manually
If provided a manual IP, the master server should ensure that there actually is a Doomsday server running at the prov... skyjake
15:41 Feature #1466 (Rejected): Multiplayer map select limitation
Closed because the reported issue relates to UI that has since been removed. skyjake
14:30 Feature #1197 (In Progress): Scriptable UI
skyjake
14:28 Feature #1197: Scriptable UI
The new UI framework being built for Doomsday 2.0 (UI migration started in 1.11) will be scriptable through Doomsday ... skyjake
14:05 Feature #1603 (Progressed): Support for id Tech 1 map hacks
With carefully manipulated map data, the original DOOM engine could be tricked into rendering special effects like de... skyjake
13:56 Feature #1602 (New): Improvements for map title in automap
* add "map-title" cvar to enable automap title specifically
* make display of map number optional
* Doom: option to...
skyjake
13:41 Feature #1601 (In Progress): Package management
Doomsday should have an internal package manager for managing the installed addons and for accessing online repositor... skyjake
13:27 Feature #1600 (Closed): Drop Snowberry
Doomsday should not need a separate launcher once the Home screen (Ring Zero GUI) has been improved enough to support... skyjake
13:24 Feature #1594: [Audio] Default number of sound channels should be "max"
There are actually two, separate limits:
* Doomsday's own logical sound channels, controlled with "-sfxchan"
* A po...
skyjake
12:33 Feature #1594: [Audio] Default number of sound channels should be "max"
It is my understanding that if a user tries to launch Dday with a number of sound channels greater than what their sy... vermil
11:00 Feature #1594 (Rejected): [Audio] Default number of sound channels should be "max"
Should the default number of audio channels be set to maximum available? (In Snowberry also.)
skyjake
13:18 Feature #1404: Stopping time, while allowing camera movement
There could be factor similar to "settics" that controls how long game world ticks are. Pausing everything would be a... skyjake
12:48 Bug #1599 (Closed): Double Quit sound
A tiny little thing that affects all games in modern Dday.
Normally, if one selects quit game from the main menu, ...
vermil
12:28 Bug #1598: Strange vertical view bobbing when running into walls
I would like to challenge this being ignored, as it seems to actually be a symptom of another issue.
Dday acts lik...
vermil
11:08 Bug #1598 (New): Strange vertical view bobbing when running into walls
Strange vertical view-bob behavior when running into walls (bob delta differs for vertical and horizontal walls?)
skyjake
11:06 Bug #1597 (New): [HUD] Psprite positioning too low
Psprites are positioned slightly too low (8-10 virtual pixels) (dependent on display aspect ratio; positions correct ... skyjake
11:03 Feature #1596 (Closed): [Updater] Notify when network connection fails
A message or a notification should be displayed when dengine.net cannot be reached due to a network failure.
skyjake
11:01 Feature #1595 (Closed): [Updater] Separate channels for unstable, stable, and RC+stable releases
Now that the Build Database is available on api.dengine.net, query unstable and stable builds separately. Add an "RC+... skyjake
10:58 Bug #1593 (New): [Doom] Excess state in rocket explosion
There is a superflous extra state in rocket explosion that breaks some DEH patches.
skyjake
10:57 Bug #1592 (New): [HUD] Weapon lower animation briefly restarts
With HUD 3D models, the weapon lower animation briefly restarts.
See veirdo's "HUD_Mage" add-on available in the ...
skyjake
10:55 Bug #1591 (Progressed): [BSP] Fully overlapped map geometry is not always split
Fully overlapped map geometry is not always split when building the BSP (partial overlaps are split correctly). skyjake
10:54 Bug #1590 (Closed): Cannot reshow autocompletion popup
Once dismissed the autocompletion popup can't be reshown until cursor moves: pressing Tab again completes rather than... skyjake
10:53 Bug #1589 (Closed): [Windows] Missing icons
On Windows 7, icons for the main window and Add/Remove Programs are missing. skyjake
10:51 Bug #1588 (Closed): [Console] Unclear when autocompletion popup is scrollable
The color of the autocompletion popup indicator is not visible enough on the inverted background. skyjake
08:44 Feature #1301 (In Progress): Redesigned DED Reader
skyjake
07:59 Revision dd7f0ec8 (github): Documentation: Fixed some warnings from Doxygen
A missing reference and an obsolete config setting. skyjake

2013-10-17

12:43 Bug #1128 (Closed): Some of the textures and parts of GUI missing
I'm closing this as it sounds more like an OpenGL driver issue related to texture compression.
Texture compression...
skyjake

2013-10-16

14:52 Feature #1362: Smoothing of dynlights & halos
Indeed I expect this can be implemented by removing the regenerating and instead updating lumobj properties if/when n... danij
14:38 Feature #1362: Smoothing of dynlights & halos
For the new lens flare drawing code, it is quite important that luminous objects are tracked across frames. I suppose... skyjake
14:34 Feature #1362: Smoothing of dynlights & halos
As of 1.12 luminous objects are now owned by the de::Map instance. However they currently cleared and regenerated at ... danij
14:20 Feature #1370 (In Progress): Halos with fading trails (to go with the slowed occlusion)
skyjake
12:52 Feature #1587: 3D weapon behaviour
Sorry, I meant to write 'stream', not 'steam', in reference to the Phoenix Rod above. vermil

2013-10-14

13:17 Revision 6c4531e8 (github): Refactor|libcommon: Pass sector-plane-impacted arguments via Sector_TouchingMobjsIterator
danij
11:07 Revision a20f18b2 (github): Refactor|libdoom: Pass mobj-avoid-dropoff arguments via Mobj_TouchedLinesIterator
Also fixed a potential bug here, where the bounding box of the mobj
attempted to avert the drop off was not initializ...
danij
09:30 Revision 7b748ea2 (github): Refactor|libcommon: Pass mobj-torque arguments via Mobj_TouchedLinesIterator
danij
08:44 Revision d88f846c (github): libcommon: Fix monster teleport behavior (refactoring oversight)
danij
08:01 Revision 3b756987 (github): libcommon: Cleaned up mobj teleporting/telefragging
danij
06:07 Revision dd99f584 (github): Refactor|libcommon: Pass spike-thrust/lostsoul-cross arguments via Mobj_BoxIterator
danij
05:21 Revision d1ed2056 (github): Refactor|libcommon: Pass radius-attack traverser arguments via Mobj_BoxIterator
danij
04:19 Revision c85a816e (github): Refactor|libcommon: Pass player-bounce/slide traverser arguments via the Interceptor
danij
03:46 Revision 70699afc (github): Refactor|libcommon: Pass player-use traverser arguments via the Interceptor
It is no longer necessary to use global variables for this purpose. danij
02:51 Revision 44a2367c (github): World|Interceptor: Cleanup
danij
01:55 Revision 53292642 (github): API|Map: Revised Intercept representation
One can now reference the Interceptor from which an Intercept was
produced via the Intercept info if needed, simplify...
danij

2013-10-13

20:31 Revision dd889e99 (github): Fixed|libdeng1|Reader: Reading 16/32-bit values
An incorrect return type for Reader_8() caused the higher bytes of
16/32-bit values to be truncated to zero.
skyjake
19:12 Revision 6742dd2d (github): Fixed|libdeng1|Reader: Possibly undefined operation
Attempting to fix a warning about post-increments. skyjake
19:05 Revision d4c7ba91 (github): Fixed|libdeng1|Reader|Writer: Avoiding pointer alignment issues
Some CPU architectures do not look kindly upon pointer misalignment. skyjake
14:13 Revision 7cf66dba (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
skyjake
14:09 Revision 88376fa0 (github): qmake: Don't link libgui to the game plugins
A server build does not include libgui, so the plugins shouldn't
rely on it at this stage.
skyjake
14:02 Revision abfc2a10 (github): Fixed|libcommon: Build errors and warnings in p_map.cpp
Jumping over variable initialization with goto is illegal. Moved
the variables before the gotos.
Also, fixed warning...
skyjake
08:50 Revision 94990248 (github): libcommon: Updated wrt intercept_t changes
danij
08:39 Revision 544470cb (github): Refactor|World|Map|Interceptor: Relocated intercept list functionality into Interceptor
Still global/shared, though. danij
07:47 Revision cf1468d9 (github): API|Map: Cleanup
danij
07:38 Revision 17b5d982 (github): World|Map: Derived Interceptor from previously global path traversal logic
Interceptor instances are visible publicly as opaque pointers. danij
04:34 Revision 77119471 (github): libcommon: Further cleaned up common/src/p_map.cpp
danij
03:47 Revision def81556 (github): libcommon: Cleanup
danij
03:26 Revision 59fd4753 (github): Refactor|libcommon: Switched common/src/p_map to C++
danij
01:49 Revision 0469da54 (github): World|Map: Defined missing Map::lumobj(int index) lookup method
danij
01:42 Revision 86eb38c6 (github): API|Map: Removed divline_t
danij
00:39 Revision ec3c3002 (github): API|Map: Unused functions removed; P_PathTraverse reformatted
danij

2013-10-12

20:41 Revision 76c5eef3 (github): Fixed: Build failure (invalid operands)
gcc 4.6.3 on Raspbian says that '&&' cannot take int and va_list as
operands. The variable argument list parameter sh...
skyjake
20:00 Revision a604b47d (github): Fixed|libgui: Build failure in the dummy DisplayMode
The dummy version of the native DisplayMode routines had not been
updated since the latest changes to the API.
skyjake
03:13 Revision f10c62d6 (github): API: Revised mechanism for map element interception traces
Each trace now uses a TraceState which passed as an argument to the
path trace callback function. The old global vari...
danij
00:20 Revision 14d39567 (github): World|Map: Removed unnecessary sector filter from Map::bspLeafBoxIterator()
The caller can just as easily implement this in the callback. danij
 

Also available in: Atom