2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Nov 19, 2024 — Nov 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Polyobject saving code and a fix to swinging doors thanks to joe.
Quasar
as James Haley
More... over 19 years ago
Several EDF problems from previous commits fixed; angle adjustment made more robust in some parameterized codepointers. Variable polyobject thrust implemented.
Quasar
as James Haley
More... over 19 years ago
Midi pausing workaround, and automatic DeHackEd number allocation for EDF.
Quasar
as James Haley
More... over 19 years ago
x and y coords were being swapped in the span drawer More... over 19 years ago
Tweaks to 3D object clipping and correction of various bitflags for Heretic thing types.
Quasar
as James Haley
More... over 19 years ago
Minor reformatting to remove unintentional tabs.
Quasar
as James Haley
More... over 19 years ago
um, forgot to check another variable as well in previous fix More... over 19 years ago
Fixed problem which caused eternity to hog CPU cycles even when paused. More... over 19 years ago
Finished up menu system redesign except for "start in textmode" option, which I seem to have no place for. Problems have been identified in 3D object clipping. I also created a hopefully temporary system to limit the number of times an anchored portal can be rendered within a single frame, called the "tainted" value. This "fixes" horrible lock-ups with 2-way portals.
Quasar
as James Haley
More... over 19 years ago
Second page of options menu started. Added user-defined custom menu. Added special color/translucency/shadow string escape support to the custom libConfuse build. Added "menus" menu, and added ability to search through selected menus to find all occurrences of a given string.
Quasar
as James Haley
More... over 19 years ago
Custom menu system for EDF and some other misc menu work.
Quasar
as James Haley
More... over 19 years ago
More menu work and some very minor predicate optimizations in r_segs.c.
Quasar
as James Haley
More... over 19 years ago
GIANT commit for new file dialog menu code, including opendir implementation for Visual C++. Had to split d_io.h into d_io and d_dwfile.h to avoid data type conflicts.
Quasar
as James Haley
More... over 19 years ago
Added i_opndir.c module to hold MinGW implementation of POSIX opendir for Visual C++.
Quasar
as James Haley
More... over 19 years ago
Optimized span drawing even further. More... over 19 years ago
Increased precision for span renderer More... over 19 years ago
Merged conflict for W_FileLength change.
Quasar
as James Haley
More... over 19 years ago
Span drawer improvements (preliminary) More... over 19 years ago
made W_FileLength not static so eternity would link. More... over 19 years ago
Found some minor bugs in ACS opcode implementation functions.
Quasar
as James Haley
More... over 19 years ago
the worm y coordinates were being stored as scaled screen values when they should have been unscaled 320x200 space coords. More... over 19 years ago
Added D_FileLength for DWFILE to fix zero-length keys.csc problems.
Quasar
as James Haley
More... over 19 years ago
Tested EV_LightTurnOnPartway, but it turned out to be a map error due to Doom Builder weirdness.
Quasar
as James Haley
More... over 19 years ago
Change to hud.inc to add _SetWidgetAbsCenter.
Quasar
as James Haley
More... over 19 years ago
Added absolute centered text drawing, and added a Small function to give that property to text widgets. Also fixed another ugly bug in polyobject doors that had them moving backward sometimes.
Quasar
as James Haley
More... over 19 years ago
Polyobject drawing and subsector link maintenance changed to allow for proper drawing order within subsectors (uses vissprite-like sorting).
Quasar
as James Haley
More... over 19 years ago
Initial polyobjects implementation is now complete, with addition of parameterized line specials matching those of Hexen. Needs significant testing, especially for drawing of multiple objects in one subsector.
Quasar
as James Haley
More... over 19 years ago
Major ACS work, interpreter is largely complete, but won't actually be functional until Hexen support is added. Also created HU_CenterMsgTimedColor.
Quasar
as James Haley
More... over 19 years ago
Yet more ACS work.
Quasar
as James Haley
More... over 19 years ago
More ACS work.
Quasar
as James Haley
More... over 19 years ago