A few compiling errors

Started by Malevol3nt, April 12, 2009, 20:01:14

Previous topic - Next topic

Relabsoluness

Quote from: "Jojo"what's up, when will you give out an official release?
As usual, I don't like to give any fixed dates, but as:

-this has taken way too long already
-speaks about DN Forever aren't that humorous any more
-this is not going to be a major release with loads of new features etc.

so a tentative 'within a month' seems appropriate.

Quote from: "Malevol3nt"Maybe you guys could start updating that beta thread: http://forum.openmpt.org/index.php?topic=18.0
It seems quite up-to-date if you ask me.

Quote from: "g"EDIT: I'm pretty sure that no executables were posted at the release page after Rewbs left.
I'm pretty sure about that as well. The latest builds have been less public on purpose.

Malevol3nt

Quote from: "Relabsoluness"
It seems quite up-to-date if you ask me.
My bad, I was just looking at the post date "Posted: Tue Oct 11, 2005".

Rakib

Relabsoluness: Just to be sure when you guys release the new version, please don't forget to write down all the stuff you have fixed. If there is a lot of new functions please let us know. I wanna try out everything.
^^

Saga Musix

All changes can be seen in the SVN log.
» No support, bug reports, feature requests via private messages - they will not be answered. Use the forums and the issue tracker so that everyone can benefit from your post.

g

SVN log

Changes since 1.17.02.52:

Author:   xphanoo
Date:   Thu Sep 11 13:07:33 2008 UTC (7 months ago)
Log Message:   modifications:
-2 BITMAP files (img_list.bmp and MAINBAR.BMP). they are now in 24-bit and there are new icons inside
-maibar.cpp & mainfrm.cpp, only a few lines added, to enable the support for these new 24-bit (true color) images

Author:   relabsoluness
Date:   Tue Sep 16 16:51:25 2008 UTC (7 months ago)
Log Message:   Sequence margins
   . Accidental moving when selecting order in margins shouldn't happen anymore.
   / Default margin value and visibility of margin control in pattern control GUI can now be controlled with "DefaultSequenceMargins" and "ShowSequenceMarginsControls" ini-settings under "Pattern Editor" context. By default having hidden control and no sequence margins.
/ Changes to remove compiler warnings generated in ctrl_seq.cpp and ctrl_pat.cpp.

Author:   relabsoluness
Date:   Fri Oct 10 17:39:28 2008 UTC (6 months ago)
Log Message:   (Patch from Jojo)
/ Channel manager now shows channel numbers with named channels.

Author:   relabsoluness
Date:   Mon Oct 13 14:25:58 2008 UTC (6 months ago)
Log Message:   + Added SoundTouch library to SVN(LGPL); to be used for time stretching.

Author:   relabsoluness
Date:   Mon Oct 13 15:19:08 2008 UTC (6 months ago)
Log Message:   / PitchShift and time stretching are back. PitchShift wasn't affected by the license problem so its back as it was, and time stretching is now implemented with SoundTouch-library. SoundTouch is used from delay loaded DLL so the main program should work even if the library is not available.
/ Pitchshifting/Time Stretching of 8-bit samples is now disabled (didn't seem to work).
+ A few new methods added to MODINSTRUMENT for readability and easier usage.
/ Restored default orderlist margins to two.
+ Added new inisetting that can be used to show/hide some hack GUI controls.
/ Rearranged control tab order in sample control to make tooltips work in it(don't know why it matters).
/ mptrack now produces program database(pdb-file) also on release build.

Author:   relabsoluness
Date:   Mon Oct 13 15:53:01 2008 UTC (6 months ago)
Log Message:   (Patch from Jojo)
. Disabled special handling of '&'-character when drawing texts to various components where the special handling should not take place. (http://forum.openmpt.org/index.php?topic=1962.0)

Author:   relabsoluness
Date:   Mon Oct 13 17:28:21 2008 UTC (6 months ago)
Log Message:   (Patch from Jojo)
/ Sample editing: If possible, use loop points as trim limits if there's no selection chosen.

Author:   relabsoluness
Date:   Sat Oct 18 12:35:46 2008 UTC (5 months, 4 weeks ago)
Log Message:   Patches from Jojo (with small modifications)
. File name in treeview wasn't updated when saving with new file name (bug 1731)
. BPM approximation showed wrong rows per beat in some cases (bug 2532)
. Playing sample selection didn't work properly in all cases (bug 1700).
. Setting loop points could affect playing of sample even if loop was disabled (bug 1874)
/ Play sample button now stops previous note even if mod is playing (bug 1366)
/ Sustain loop will now be enabled when setting it to sample selection.

Author:   relabsoluness
Date:   Sat Oct 18 21:21:29 2008 UTC (5 months, 4 weeks ago)
Log Message:   (Patches from Jojo, merged with some fixes)
+ In sample view: Status bar now displays offset value at given sample point.
. Small fixes to sample trimming usability.

Author:   relabsoluness
Date:   Fri Oct 24 18:33:16 2008 UTC (5 months, 3 weeks ago)
Log Message:   . When loading S3M files which contain Zxx-effects, user is now asked how to process them. (bug 2166)

Author:   relabsoluness
Date:   Sat Oct 25 19:06:55 2008 UTC (5 months, 3 weeks ago)
Log Message:   + Sample amplify now accepts negative values(inverts sample phase) (request 2219)
. Fixed a typo in Setup->Colors

Author:   relabsoluness
Date:   Mon Nov 3 21:30:18 2008 UTC (5 months, 1 week ago)
Log Message:   (Patch from Jojo, merged with some addition and modifications)
+ Sample tab: Signed/unsigned sample conversion.

+ Sample tab: Added button for phase invert to toolbar.

Author:   relabsoluness
Date:   Sun Dec 7 23:59:12 2008 UTC (4 months, 1 week ago)
Log Message:   (Patches from Jojo, merged slightly modified)
/ Instrument tab: Sample map can now map "No sample".
+ Sample tab: Ability to save sample as raw.
/ Setup: Updated directory browsing dialogs.
. Misc: When adding channels from song properties, initialize new channels properly (bug 1814).

Author:   relabsoluness
Date:   Thu Dec 11 01:33:04 2008 UTC (4 months ago)
Log Message:   (Patches from Jojo, merged somewhat modified)
/ Setup: Added notification about equalizer.
/ Sequence view: Sequence scrolling won't no longer be cut on first '---' item on IT/MPTM/XM.

Author:   relabsoluness
Date:   Thu Dec 11 19:53:02 2008 UTC (4 months ago)
Log Message:   / Changed default instrument plug volume command handling from Dry/Wet to none. Also added ini-setting with which one can set the default value used for new instruments.
/ Added notifications when trying to load unsupported number of patterns or sequence items in mptm.
. Tuning collection didn't get marked modified when a tuning was moved to it.
. Loading certain old tuning objects didn't work.
/ Sample tab: Increased possible size of time stretched sample because it may longer than what stretch ratio would suggest.
/ Sample tab: Time stretch parameter edit is now visible.

Author:   relabsoluness
Date:   Sun Dec 21 13:30:05 2008 UTC (3 months, 3 weeks ago)
Log Message:   . Plugins: When playing with MIDI keyboard, plugins got a constant note velocity, not the actual velocity (bug 2754)
. File opening: Added a couple of return value checks to reduce the change of crash when opening lots of files (bug 2546)
. Pattern cleanup: Sequence wasn't in some cases cleaned properly for mptm.
/ Pattern cleanup: Clearing sequence after first '---' item is now optional.
. S3M saving: Sequence of length 241-255 should now be cut to length 240 instead of ~16.
/ S3M saving: Saved sequence is no longer cut on first '---' item.
/ Sequence: Sequence scrolling behavior for S3M is now the same as for XM/IT/MPTM.
/ Song properties: Minor rephrasing in flag descriptions.

Author:   relabsoluness
Date:   Sat Jan 3 13:36:02 2009 UTC (3 months, 1 week ago)
Log Message:   + Pattern: MIDI controllers can now be used to input smooth MIDI macro commands to pattern (setup->MIDI).

Author:   relabsoluness
Date:   Sat Jan 3 13:57:22 2009 UTC (3 months, 1 week ago)
Log Message:   (Patches from Jojo)
. XM player: Fix to handling a special case of Bxx and Dxx (bug 2769)
/ Updated DE_jojo-keymap.


Author:   relabsoluness
Date:   Sun Jan 4 10:29:46 2009 UTC (3 months, 1 week ago)
Log Message:   / General: Added a note to be shown when opening a file fails.
/ About box: Some changes.
/ SVN: Removed some include files.
/ PackageTemplate: Updated tuning file, added SoundTouch related files.

Author:   relabsoluness
Date:   Sat Jan 10 07:52:25 2009 UTC (3 months ago)
Log Message:   Pattern, minor fixes and tweaks:
 . Undo fixes (didn't properly handle playback positions/multichannel record, set redundant undo points)
 . Fixes to macro command recording (see rev. 240) (didn't set modified, didn't update GUI)
 . Param record in plugs GUI wrote commands even when pattern record was off.
 . Fixed chord detection when row spacing was enabled.
 / Some refactoring.

MIDI/plug
/ When passing MIDI to plug, documents will now be set modified since MIDI data may change parameters.
. Modifying plug params with MIDI mapping didn't set document modified.

/ Misc: Changes to internet links.
. Misc: Fix to possible crash when closing modified document between timer ticks (very rare).

(patch from Jojo)
/ Minor GUI tweaks especially in the setup dialogs.

Author:   relabsoluness
Date:   Sat Jan 10 11:10:49 2009 UTC (3 months ago)
Log Message:   / Pattern: The keyboard split 'feature' when entering chords is removed (bug 2790).
. Pattern: Undo should now work with chords.

Author:   relabsoluness
Date:   Mon Jan 12 20:03:26 2009 UTC (3 months ago)
Log Message:   ? Added NO_VST option to make build possible without VST SDK (and VST support); see Stdafx.h.

Author:   relabsoluness
Date:   Sat Jan 17 21:37:21 2009 UTC (2 months, 4 weeks ago)
Log Message:   (Patches from Jojo, merged somewhat modified)
+ Pattern tab: Ability to start playback with incoming MIDI note (see setup->MIDI)
+ Pattern tab: Duplicate channel (see channel header context menu).
/ General tab: VST volume slider is now disabled for S3M.
/ General tab: Initial channel volume controls are now enabled only for IT and MPTM.
/ Sample tab: Notes from MIDI should now be played like notes from keyboard.
/ Setup->MIDI: Minor text format changes.

Author:   relabsoluness
Date:   Fri Jan 23 18:49:52 2009 UTC (2 months, 3 weeks ago)
Log Message:   ? Minor internal tweaks.

Author:   relabsoluness
Date:   Thu Jan 29 20:46:51 2009 UTC (2 months, 2 weeks ago)
Log Message:   (Patches from Jojo, merged somewhat modified)
+ General: With additional DLL(not included), can now import MO3 files.
+ Pattern: Descriptions to tremor and retrigger note command parameters in note properties dialog.
/ Pattern: When applying "change instrument", won't add instrument number to note off/cut if the note doesn't have instrument already.
/ Menu: Goto dialog can now be opened from Edit-menu.
. Song Cleanup: Sample cleanup should no longer remove data after sustain loop end point.
. GUI: Minor tweaks (changes to MIDI mapping dialog, Channelmanager window should no longer be visible in taskbar, text format changes)

Author:   relabsoluness
Date:   Sat Feb 14 16:22:07 2009 UTC (2 months ago)
Log Message:   (Patch from Jojo, merged somewhat modified)
+ Can now optionally normalize all samples instead of just one (click normalize with shift down)

Author:   relabsoluness
Date:   Sat Feb 14 19:45:18 2009 UTC (2 months ago)
Log Message:   / SoundTouch: Updated to SoundTouch 1.4.0

Author:   relabsoluness
Date:   Sat Mar 7 21:24:44 2009 UTC (5 weeks, 6 days ago)
Log Message:   (Patch from Jojo, merged slightly modified)
+ Added descriptions of SBx, S3x, S4x and S5x command parameters to note properties dialog.

Author:   relabsoluness
Date:   Mon Mar 30 22:41:07 2009 UTC (2 weeks, 4 days ago)
Log Message:   Instrument tuning related changes:
   . Creating 'group geometric' was broken.
   / Return-key won't now close the dialog.
   / Added index in front of note names.
   / groupsize and groupratio edits are now enabled with general types.

Author:   relabsoluness
Date:   Sat Apr 4 19:09:48 2009 UTC (13 days, 4 hours ago)
Log Message:   / Small tweaks(ctrl_smp, setup dialog).

Author:   relabsoluness
Date:   Sat Apr 4 20:15:12 2009 UTC (13 days, 2 hours ago)
Log Message:   (Patches from Jojo, merged slightly modified)
+ Sample tab: Can now normalize sample selections.
. Envelope view: Middle line will now be drawn in panning and pitch/filter envelopes even if row guidelines are enabled.
/ PackageTemplate:: Update to DE_jojo-keymap

Rakib

Thanks, looks like its been a lot of minor changes. No big ground breaking things.
^^

Saga Musix

Did you really expect that?
» No support, bug reports, feature requests via private messages - they will not be answered. Use the forums and the issue tracker so that everyone can benefit from your post.

Rakib

Isn't it better to hape big hopes and be crushed rather than having small expectations and be pleasantly suprised? :p
^^

residentgrey

I see Relabs and Jojo are the heavies now, keep up the good work! Does the source compile with GCC or you HAVE to have VS? I may take a stab at it for an odd hour or so over the next couple months, see what happens.
No two people are not on fire...AWWW!

Web and Graphic Design just for you!
I r GhostMech on there, forever scouting.

Relabsoluness

Quote from: "residentgrey"Does the source compile with GCC or you HAVE to have VS?
VS is needed, standard version or above; can't be compiled with the VC++ express edition.

Rxn

Quote from: "Relabsoluness"
Quote from: "residentgrey"Does the source compile with GCC or you HAVE to have VS?
VS is needed, standard version or above; can't be compiled with the VC++ express edition.

I tried to compile it just now with Express Edition just to see what happens, it didn't work. It said that some header file was missing.