EDGE-classic icon indicating copy to clipboard operation
EDGE-classic copied to clipboard

Cross-Platform OpenGL Doom Source Port with powerful modding features

Results 20 EDGE-classic issues
Sort by recently updated
recently updated
newest added

Our stock slider doors do block sound correctly, but the ones in WolfEC do not for some reason.

bug

Maps like Comatose (as pathological as it is) can use many vertices in rendering automap lines... and some mods allow you to view the automap while the level is rendering,...

implementation

In EC, map01 of this wad has a misaligned texture. [https://www.doomworld.com/forum/topic/128999-squenched-avacausage-bite-1a-boom-map-1-to-13/](https://www.doomworld.com/forum/topic/128999-squenched-avacausage-bite-1a-boom-map-1-to-13/) It should look like this: ![Screenshot_Doom_20241214_104317](https://github.com/user-attachments/assets/89e500d9-06cb-443f-beee-90eeab346af0) But in EC it looks like this: ![shot39](https://github.com/user-attachments/assets/6fba882d-efdf-4b77-a6e3-d4503403c19d)

bug

1. - [x] MIDI track loop points might not be accurate yet; this and other formats whose length cannot be immediately determined at song load may need tweaks to how...

implementation

This MBF21 wad: [https://www.doomworld.com/forum/topic/148433-now-on-idgames-sleepwalking-mbf21/](https://www.doomworld.com/forum/topic/148433-now-on-idgames-sleepwalking-mbf21/) gives the following error: `ERROR: Assertion 'st' failed (F:\msys64-EDGE\home\lbrennan\EDGE-classic\source_files\dehacked\deh_frames.cc:1512).`

bug

https://www.doomworld.com/forum/topic/107367-infraworld-the-hatehammer/ After approaching the pedestal of keys that are teleported away, the player is supposed to be 'launched' out of the area and into a teleporter themselves; what happens for...

bug

We have several places left in the code where we are reading or setting/unsetting the program's current working directory; this may have been needed historically but we should have no...

implementation

1. - [x] Startup parameter to automatically load save slot ## 2. - [ ] Console commands to save/load to and from slot ## 3. - [ ] Console command...

enhancement
implementation

Allocate internal IDs to mobjs. That always increment and are thus never repeated during a level. Then clear out the ID list when changing levels. This way, specific mobj can...

enhancement