Project

General

Profile

Activity

From 2015-04-18 to 2015-05-01

2015-05-01

21:56 Revision 935ea2dd (github): Add P_TogglePower
rhargrave
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...
danij
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...
skyjake
06:47 Revision 6a6a7a31 (github): Renderer|Client: Cleanup
danij
06:27 Revision 18ec0a83 (github): Refactor|Renderer|Client: Use Map::forAllSectorsTouchingMobj() in R_ProjectSprite()
danij
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.
danij
02:38 Revision 5dcd1c3c (github): Renderer|Client: Cleanup
danij

2015-04-30

23:41 Revision a4a163cf (github): Add jDoom parity todos, add Mobj_UpdateColorMap
rhargrave
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...
danij
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. rhargrave
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...
danij
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... skyjake
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. skyjake
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... skyjake
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. skyjake
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 (...
rhargrave
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... skyjake
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... skyjake
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,...
rhargrave
06:15 Revision 7057d0bd (github): Remove preprocessor block for heretic/hexen-specific features in jDoom64
rhargrave
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... rhargrave

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... sonicdoommario
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...
rhargrave
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...
rhargrave
19:21 Revision 1ea4eab7 (github): World|Map: Cleanup
danij
16:02 Revision 4b749648 (github): Homepage|Add-on Repository: Updated DHTP project homepage URI
danij
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....
danij

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...
danij
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... skyjake
18:01 Revision 24953f1f (github): Merge branch 'master' into opengl3.3
skyjake
17:37 Revision d0854b9b (github): Merge branch 'cmake-build' into gl2-qopenglwindow
skyjake
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
skyjake

2015-04-27

23:56 Bug #1846 (Closed): [Hexen] Broken saves in the Heresiarch's Seminary hub
danij
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
danij
19:04 Revision 3c862d19 (github): Refactor|libcommon: common::GameSession has ownership of acs::System
danij
18:13 Revision 7793c094 (github): Merge pull request #10 from RomanHargrave/master
Fixed|Doom64: Syntax error in jdoom64/text.ded skyjake
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... danij
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...
skyjake
17:59 Revision 30f19715 (github): libcommon|GameSession: Cleanup
danij
07:43 Revision 502a9e5b (github): `text.d` contained a malformed string literal on line 50
Roman Hargrave

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... danij
19:24 Feature #1996 (In Progress): Engine-managed "map spot / point of interest" mechanism
danij

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...
skyjake
21:37 Revision b83c0007 (github): Debug|libcore: Added debug-only flags for Observers
skyjake
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...
skyjake
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...
vermil
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... danij
04:53 Bug #2014 (Closed): Fatal error with light-decoration test map (orange bookkeeping error)
danij
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... danij

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...
skyjake
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 ... vermil
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... danij
05:16 Feature #1586 (New): Load/manage add-ons from the home screen
danij
05:16 Feature #1586 (Closed): Load/manage add-ons from the home screen
(delete me) danij
04:51 Feature #1252 (In Progress): Integrate Hexen features into libcommon
danij
04:32 Feature #1840 (In Progress): Support ZDoom-extended MAPINFO format
danij

2015-04-20

18:54 Revision 5173e2f1 (github): Refactor: Renamed PersistentCanvasWindow to PersistentCanvas
skyjake
18:35 Revision c5e50554 (github): Tests|libappfw: Fixed the libappfw test application
skyjake
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...
skyjake
 

Also available in: Atom