Activity
From 2015-04-19 to 2015-05-02
2015-05-02
- 23:12 Bug #2025 (Progressed): Doom64TC does not have a fully functional HUD
- This is likely the cause of #2019.
ST_BuildWidgets in doom64/src/st_stuff.c only initializes the automap.
It doe... - 23:10 Revision ebcd4306 (github): Remove hexen/heretic logic
- 22:49 Bug #2019: ST_UILogForPlayer returning garbage in jDoom64
- I've been debugging this, and this is what's going on:
* `UILog_Push` wants to reallocate a log message using `Z_R... - 21:46 Bug #2024 (Closed): doom64 plugin does not draw HUD
- It looks as if the HUD is not being drawn in the 64tc plugin.
I'll update with more information when I can. - 15:52 Feature #1580: Fix the Doom 64: Absolution TC plugin
- I think it is good to be clear that the current Doom 64 plugin is completely based on the "Doom 64 TC":http://doomwik...
- 15:46 Feature #2023 (New): New Doom 64 plugin (accurate gameplay, original ROM)
- Using "Doom 64 EX":http://doomwiki.org/wiki/Doom64_EX as a basis/guide, create a new (or heavily revised version of t...
- 15:20 Revision 112b1386 (github): Merge branch 'master' into cmake-build
- Conflicts:
doomsday/apps/client/include/render/projector.h
doomsday/apps/client/include/render/rend_dynlight.h
doo... - 12:02 Revision c7fc3154 (github): Renderer|Client: Cleanup
- 07:43 Revision 026ba7e6 (github): Add PT_FIRST power type to d64
- 07:40 Revision 7009e3aa (github): Fix errors in intermission
- 07:25 Revision 370f8e6b (github): Error fixing pass-thru
- 07:03 Revision 1328c465 (github): Refactor|Renderer: Restructured vector light generation
- Revised the high-level model for the generation of vector lights,
making use of C++11 lambdas to improve SoC and bett... - 06:54 Revision 3dabab92 (github): Clean up p_enemy
- 04:43 Revision 3b13dc4e (github): Rearrange actions
- 04:36 Bug #2022 (Closed): p_enemy.c in doom64 plugin uses ~15 different copies of A_KeenDie
- I am currently going through and cleaning up doom64's source.
Right now I am organizing p_enemy.c, and plan to com... - 00:27 Revision e8f8e57c (github): Use SM_HARD rather than SM_NIGHTMARE for d64
- 00:13 Revision 8e4dc38b (github): Rewrite/reorganize cheats handler
- 00:13 Revision c17c3045 (github): Major overhaul of the intermission handler to more closely resembly up-to-date jDoom
- 00:10 Revision 440d0726 (github): Add TODO note about HUD resize UX (e.g. audio)
- 00:08 Revision f5b3685b (github): Add some notes about differences between d_main and jDooms d_main
- 00:07 Revision fe9bb4a6 (github): remove redundant assignment
2015-05-01
- 21:56 Revision 935ea2dd (github): Add P_TogglePower
- 10:52 Feature #2015: Remove server-side audio system
- skyjake wrote:
> It would be nice to see some issues here in the tracker regarding that work (and other local work y... - 10:22 Feature #2015: Remove server-side audio system
- danij wrote:
> I began working on this several months back in a local branch
Ah I was unaware of that. It would be... - 06:47 Revision 6a6a7a31 (github): Renderer|Client: Cleanup
- 06:27 Revision 18ec0a83 (github): Refactor|Renderer|Client: Use Map::forAllSectorsTouchingMobj() in R_ProjectSprite()
- 04:53 Revision ccf46f60 (github): Refactor|World|Thinkers: Revised thinker list traversal mechanism
- Make use of C++11 lambdas for traversing the thinker lists for better
locality and cleaner code. - 02:38 Revision 5dcd1c3c (github): Renderer|Client: Cleanup
2015-04-30
- 23:41 Revision a4a163cf (github): Add jDoom parity todos, add Mobj_UpdateColorMap
- 19:21 Revision 1e23c595 (github): Refactor|Renderer: Restructured texture => surface projection
- Revised the high-level model for the projection of textures onto
world Surfaces, making use of C++11 lambdas to impro... - 18:52 Bug #2021 (New): Doom64's ingame music is severely broken
- Ingame music consists of static/noise that would suggest corrupt audio data. SFX are OK.
- 18:41 Feature #2015: Remove server-side audio system
- I began working on this several months back in a local branch in which I have already achieved the following:
* Intr... - 14:34 Feature #2015: Remove server-side audio system
- There is already the "logical sound manager" code that handles audio also on the server. Are you thinking of somethin...
- 17:34 Feature #1991: Qt 5.5 as minimum requirement for GUI, Qt 5.x for non-GUI build
- @cmake-build@ supports configuration for both Qt 5 and Qt 4.
- 17:31 Feature #2020 (Closed): Remove Snowberry from distribution packages
- Snowberry should be removed from all distribution packages. Installers should create shortcuts that allow launching t...
- 13:53 Feature #1580: Fix the Doom 64: Absolution TC plugin
- Good list. This should be a good basis for creating some subtasks under this issue.
- 00:31 Feature #1580: Fix the Doom 64: Absolution TC plugin
- Some notes about the plugin, for those that are interested:
I have forcibly made the plugin to accept the 33-Map (... - 13:34 Bug #2017: Build .pack/PK3 packages using CMake, with dependency tracking and automatic rebuilding
- CMake doesn't make this a nonissue as such, however it should allow properly tracking the source file dependencies fo...
- 13:30 Feature #1975: Quitting a game returns back to Home screen
- I think it's very logical that if the game was started from Ring Zero, quitting the game leads back to Ring Zero. Whe...
- 07:32 Bug #2019 (Closed): ST_UILogForPlayer returning garbage in jDoom64
- This appears to be the current _major_ crash issue in jD64.
I've been debugging it on the CMake branch using GDB,... - 06:15 Revision 7057d0bd (github): Remove preprocessor block for heretic/hexen-specific features in jDoom64
- 04:02 Feature #1887: Migrate project build system to CMake 3
- Excellent. This is great, as I can actually compile, run, and debug doomsday without having an aneurism over QMake no...
2015-04-29
- 23:38 Feature #2018 (Rejected): Textured Automap
- I think it would be pretty cool if Doomsday had the option for a textured Automap, where you could see each room/sect...
- 23:10 Bug #2017 (Progressed): Build .pack/PK3 packages using CMake, with dependency tracking and automatic rebuilding
- Hopefully the CMake migration makes this a nonissue.
As it stands right now, however, QMake appears to be the tool... - 22:55 Feature #1975: Quitting a game returns back to Home screen
- I was going to open an issue similar to this.
I think that this is a good idea, but it would perhaps be a better i... - 19:21 Revision 1ea4eab7 (github): World|Map: Cleanup
- 16:02 Revision 4b749648 (github): Homepage|Add-on Repository: Updated DHTP project homepage URI
- 02:52 Revision ee774997 (github): Fixed|World|Map|Client: Use ConvexSubspaces when building the decorated surface list
- This fix addresses an problem observed when attempting to play E1M1
of datacore's Endless Torture, Ultimate Doom mod....
2015-04-28
- 21:01 Bug #1846: [Hexen] Broken saves in the Heresiarch's Seminary hub
- skyjake wrote:
> This savegame code (@readWorldState@) is using the libcore Reader/Writer classes? Methods that writ... - 14:59 Bug #1846: [Hexen] Broken saves in the Heresiarch's Seminary hub
- This savegame code (@readWorldState@) is using the libcore Reader/Writer classes? Methods that write an "extra" 4-byt...
- 18:01 Revision 24953f1f (github): Merge branch 'master' into opengl3.3
- 17:37 Revision d0854b9b (github): Merge branch 'cmake-build' into gl2-qopenglwindow
- 15:49 Revision 328a88cd (github): Merge branch 'master' into cmake-build
- Conflicts:
doomsday/apps/client/include/render/rend_clip.h
doomsday/apps/client/src/render/rend_clip.cpp
2015-04-27
- 23:56 Bug #1846 (Closed): [Hexen] Broken saves in the Heresiarch's Seminary hub
- 23:55 Revision 1cbb03ef (github): Fixed|libcommon|ACS: ACS world state deserialization
- Somewhere a superfluous 32-bit unsigned integer is being written to
the ACS world state data...
IssueID #1846 - 19:04 Revision 3c862d19 (github): Refactor|libcommon: common::GameSession has ownership of acs::System
- 18:13 Revision 7793c094 (github): Merge pull request #10 from RomanHargrave/master
- Fixed|Doom64: Syntax error in jdoom64/text.ded
- 18:03 Feature #2016: "Portable app" package (app contained in a folder, with all user data included; e.g., for USB sticks)
- Yeah the terminology applied here truly sucks. My guess is this is a user-derived term. I don't think there is a comp...
- 17:59 Feature #2016: "Portable app" package (app contained in a folder, with all user data included; e.g., for USB sticks)
- > unpacked anywhere
Once we switch to CMake, It is pretty trivial to use CPack to generate a Zip installer, so tha... - 17:59 Revision 30f19715 (github): libcommon|GameSession: Cleanup
- 07:43 Revision 502a9e5b (github): `text.d` contained a malformed string literal on line 50
2015-04-24
- 19:42 Feature #2016 (Closed): "Portable app" package (app contained in a folder, with all user data included; e.g., for USB sticks)
- Many Windows users find installers inconvenient and in certain situations, they'd prefer a so-called "portable applic...
- 19:24 Feature #1996 (In Progress): Engine-managed "map spot / point of interest" mechanism
2015-04-23
- 21:41 Revision bb2986ef (github): libgui|Canvas|GLFramebuffer: Changing sample count at runtime
- When the Canvas frame buffer's sample count changes, the Canvas's
native window will be recreated with the updated fo... - 21:37 Revision b83c0007 (github): Debug|libcore: Added debug-only flags for Observers
- 16:28 Feature #1600: Drop Snowberry
- vermil wrote:
> I've been wondering if Dday should remove Snowberry from the very first 1.16 unstable build, irrespe... - 12:55 Feature #1600: Drop Snowberry
- danij wrote:
> The fact that several add-on formats are only understood by the front end (!) is a significant hurdle... - 02:35 Feature #1600: Drop Snowberry
- Dropping Snowberry is (IMO) the single most important near-term milestone that we've yet to reach. Its not simply a c...
- 04:53 Bug #2014 (Closed): Fatal error with light-decoration test map (orange bookkeeping error)
- 04:52 Bug #2014: Fatal error with light-decoration test map (orange bookkeeping error)
- This was caused by a logic error inadvertently introduced way back in 2006 when the MAX_POLY_SIDES static limit was r...
2015-04-22
- 19:24 Revision 5ffb93ca (github): Cleanup: Removed QtOpenGL as unnecessary; general fixes for Client
- The busy loop shouldn't be started during the window expose event,
or otherwise the window doesn't get a chance to be... - 15:13 Feature #1600: Drop Snowberry
- I've been wondering if Dday should remove Snowberry from the very first 1.16 unstable build, irrespective of whether ...
- 05:37 Feature #2015 (Progressed): Remove server-side audio system
- Servers do not need to playback audio. On server-side all audio can be boiled down to much more concise "remote event...
- 05:16 Feature #1586 (New): Load/manage add-ons from the home screen
- 05:16 Feature #1586 (Closed): Load/manage add-ons from the home screen
- (delete me)
- 04:51 Feature #1252 (In Progress): Integrate Hexen features into libcommon
- 04:32 Feature #1840 (In Progress): Support ZDoom-extended MAPINFO format
2015-04-20
- 18:54 Revision 5173e2f1 (github): Refactor: Renamed PersistentCanvasWindow to PersistentCanvas
- 18:35 Revision c5e50554 (github): Tests|libappfw: Fixed the libappfw test application
- 18:34 Revision 4e905651 (github): libgui: GLFramebuffer that represents a Canvas
- The default frame buffer, i.e., the OpenGL surface in a Canvas, can
now be represented by a GLFramebuffer. Canvas's f...
Also available in: Atom