The Wayback Machine - https://web.archive.org/web/20211110054146/https://github.com/topics/gplv2
Skip to content
#

gplv2

GNU General Public License is a free software license published by the Free Software Foundation whose main terms guarantee users the freedom to share and change the software.

Here are 92 public repositories matching this topic...

SteveDaulton
SteveDaulton commented Oct 22, 2021

Describe the bug
The "Spectral Multi-Tool" may return an incorrect error message

To Reproduce
Steps to reproduce the behavior:

  1. Make a spectral selection from less than 10 Hz (but more than 0 Hz), up to the top of the spectral display.
  2. Apply "Spectral Multi-Tool"
  3. Note that when the lower frequency is set and the upper frequency is not set, the "Spectral Multi-Tool" acts as
zx64
zx64 commented Dec 1, 2018

From the comment in SDL_filesystem.h:
Please call SDL_free() on the pointer when you are done with it

When building the project with MSVC, I ran into some debug heap asserts early into the program startup.
The culprit appears to be the code in m_config.c that does free(prefdir) as changing these to SDL_free(prefdir) resolved the issue.

I'm not sure what to do about `GetDefaultConfi

DwarsYT
DwarsYT commented Jan 28, 2021

A few projects have been done or are in the works to replace the soundtracks for NRFTL and the Master Levels. The idea would be to have these levels have their own dedicated tracks that either default to regular tracks or can be written over with a WAD. This would be similar to how Episode 4 works in The Ultimate Doom, or how the repeat MIDIs work in Heretic.

This way, it would be possible to

flegastelois
flegastelois commented Aug 26, 2015

Hello,

Il faudrait pouvoir configurer dans les profils plusieurs droits :

  • droit de créer des formulaires
  • droit de supprimer des formulaires
  • droit de lire les config des formulaires
    etc...

Actuellement les droits d'accès à la gestion des formulaires sont positionnés sur le droit "UPDATE" d'une "entity" : ce n'est pas du tout logique.

++

Wikipedia
Wikipedia