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 100 public repositories matching this topic...

shymega
shymega commented Aug 28, 2020

As part of the associated project here, this issue is to track the progress of creating documentation with Read the Docs. My personal preference is RTD, and that's what I'll be working with for now, and keeping subscribers to this issue updated (of course), but it isn't stuck in stone, and can be adjusted later on.

Thanks!

enhancement doc good first issue
SteveDaulton
SteveDaulton commented Feb 24, 2022

Is your feature request related to a problem? Please describe.
Some new users see the "Warning" about saving projects as an error, and get frustrated and confused that they can't save a project without getting this "error".

Describe the solution you'd like
The message about saving projects was added because many users we

Enhancement Request good first issue minor feature Help wanted
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