1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Nov 28, 2022 — Nov 28, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Enhanced CNestedDataFile with some more features - save on each edit - parse not just on construction - simple method to save back to the file it wrote (careful, all expressions and comments are stripped) - ability to construct from no file at all More... almost 23 years ago
Made the CSoundListWindow not show until there is more than one sound loaded and made it hide when all but one is closed More... almost 23 years ago
Made the CSoundListWindow not show until there is more than one sound loaded and made it hide when all but one is closed More... almost 23 years ago
Added some TODOs for pasting More... almost 23 years ago
Added some TODOs for pasting More... almost 23 years ago
Now the presets.dat file is touched when the program starts so it will at least always be there when other functions try to open it More... almost 23 years ago
Now the presets.dat file is touched when the program starts so it will at least always be there when other functions try to open it More... almost 23 years ago
Fixed a little bug where something wasn't getting initialized to NULL in FXConstantParamValue More... almost 23 years ago
Fixed a little bug where something wasn't getting initialized to NULL in FXConstantParamValue More... almost 23 years ago
*** empty log message *** More... almost 23 years ago
*** empty log message *** More... almost 23 years ago
Made the user preset managment buttons the same width More... almost 23 years ago
Made the user preset managment buttons the same width More... almost 23 years ago
Added my first go at letting users save/use presets. There are two sections: one native list of presets that is stored in share/rezound/presets.dat and one that is stored in the users home directory The native list cannot be modified by the user and the user's custom list can. Perhaps if you're running in development mode I should add buttons for adding and removing on the native list too Added some methods in FXConstantParamValue to accomplish this. Currently, the only saved values are the constant param values. I plan to also store any other type of widgets supported in CConstantParamActionDialog I think what I need to do is generalize CConstantParamActionDialog into something which has methods for adding constant parameter sliders and graphs and whatever else I come up with later. This way I would have one class that can be used to easily generate dialogs for actions. More... almost 23 years ago
Added my first go at letting users save/use presets. More... almost 23 years ago
Added an item to the TODO list More... almost 23 years ago
Added an item to the TODO list More... almost 23 years ago
Added FXModalDialogBox::disableFrameDecor() More... almost 23 years ago
Added FXModalDialogBox::disableFrameDecor() More... almost 23 years ago
I added two globals gUserDataDirectory and gSystemDataDirectory which point to locations of where to read/write that sort of information More... almost 23 years ago
I added two globals gUserDataDirectory and gSystemDataDirectory which point to locations of where to read/write that sort of information More... almost 23 years ago
Changed an error message in CChangeAmplitudeEffect.cpp More... almost 23 years ago
Changed an error message in CChangeAmplitudeEffect.cpp More... almost 23 years ago
Removed an #include that was unecessary in CFlangeEffect.cpp More... almost 23 years ago
Removed an #include that was unecessary in CFlangeEffect.cpp More... almost 23 years ago
Added another hint to a would-be developer into CStubAction.cpp More... almost 23 years ago
Added another hint to a would-be developer into CStubAction.cpp More... almost 23 years ago
Changed ClibaudiofileSound to use libaudiofile's functions for reading and writing cues. The current cvs version of libaudiofile does not actually have cues (markers) implemented fully. But I patched libaudiofile to support loading and saving cues for the wave format and submitted the patch to them. Changed ClibaudiofileSound to go ahead and handle libaudiofile's other supported formats. libaudiofile seems to be further along about loading cues and other miscellaneous data than the other audio file libs I'm considering More... almost 23 years ago
Changed ClibaudiofileSound to use libaudiofile's functions for reading and writing cues. More... almost 23 years ago
Fixed a little bug in CCueListDialog which caused a segfault in fox More... almost 23 years ago