publish changes

This commit is contained in:
Archie 2024-09-29 02:04:03 +00:00
parent afc5064a7b
commit ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions

View file

@ -21,7 +21,7 @@
good luck and have fun!
**/
#include <windows.h>
#include <arch.h>
#include "resource.h"
#include "avs_ape.h"
@ -130,7 +130,7 @@ static BOOL CALLBACK g_DlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam,LPARAM lPa
cs.lpCustColors = custcolors;
cs.Flags = CC_RGBINIT|CC_FULLOPEN;
// go to windows color selection screen
// go to arch color selection screen
if (ChooseColor(&cs))
{
*a = ((cs.rgbResult>>16)&0xff)|(cs.rgbResult&0xff00)|((cs.rgbResult<<16)&0xff0000);

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include "../ns-eel2/ns-eel-int.h"
#include "../ns-eel2/ns-eel-addfuncs.h"
#include "avs_eelif.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include <math.h>
#include <stdio.h>

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <stdio.h>
#include <commctrl.h>
#include "r_defs.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <ddraw.h>
#include "draw.h"
#include <stdio.h>

View file

@ -1,4 +1,4 @@
#include <windows.h>
#include <arch.h>
#include <stdio.h>
#include "Compiler.h"
#include "eval.h"

View file

@ -1,4 +1,4 @@
#include <windows.h>
#include <arch.h>
#include <stdio.h>
#include <math.h>
#include "Compiler.h"

View file

@ -1,4 +1,4 @@
#include <windows.h>
#include <arch.h>
#include <stdio.h>
#include <math.h>
#include "Compiler.h"

View file

@ -1,4 +1,4 @@
#include <windows.h>
#include <arch.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>

View file

@ -97,8 +97,8 @@ typedef struct {
// -----------------------------------------------------------------------------------------------
#define IPC_FF_ONCOLORTHEMECHANGED IPC_FF_FIRST + 3 // data = name of the new color theme (const char *)
#define IPC_FF_ISMAINWND IPC_FF_FIRST + 4 // data = hwnd, returns 1 if hwnd is main window or any of its windowshade
#define IPC_FF_GETCONTENTWND IPC_FF_FIRST + 5 // data = HWND, returns the wa2 window that is embedded in the window's container (ie if hwnd is the pledit windowshade hwnd, it returns the wa2 pledit hwnd). if no content is found (ie, the window has nothing embedded) it returns the parameter you gave it
#define IPC_FF_ISMAINWND IPC_FF_FIRST + 4 // data = hwnd, returns 1 if hwnd is main window or any of its archhade
#define IPC_FF_GETCONTENTWND IPC_FF_FIRST + 5 // data = HWND, returns the wa2 window that is embedded in the window's container (ie if hwnd is the pledit archhade hwnd, it returns the wa2 pledit hwnd). if no content is found (ie, the window has nothing embedded) it returns the parameter you gave it
#define IPC_FF_NOTIFYHOTKEY IPC_FF_FIRST + 6 // data = const char * to hotkey description
#endif

View file

@ -28,7 +28,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifdef LASER
#include <windows.h>
#include <arch.h>
extern "C" {
#include "ld32.h"
};

View file

@ -28,7 +28,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifdef LASER
#include <windows.h>
#include <arch.h>
#include <math.h>
#include "../r_defs.h"
extern "C" {

View file

@ -28,7 +28,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifdef LASER
#include <windows.h>
#include <arch.h>
#include "ld32.h"

View file

@ -28,7 +28,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifdef LASER
#include <windows.h>
#include <arch.h>
#include "linelist.h"
class C_LineList : public C_LineListBase

View file

@ -28,7 +28,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifdef LASER
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "../r_defs.h"
#include "../resource.h"

View file

@ -28,7 +28,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifdef LASER
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "../r_defs.h"
#include "../resource.h"

View file

@ -28,7 +28,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifdef LASER
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "../r_defs.h"
#include "../resource.h"

View file

@ -28,7 +28,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifdef LASER
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "../r_defs.h"
#include "../resource.h"

View file

@ -28,7 +28,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifdef LASER
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "../r_defs.h"
#include "../resource.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include "r_defs.h"
#include <math.h>

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <math.h>
#include <process.h>
#include "draw.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <math.h>
#include "r_defs.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <stdlib.h>
#include <vfw.h>
#include <commctrl.h>

View file

@ -30,7 +30,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// alphachannel safe 11/21/99
// highly optimized on 10/10/00 JF. MMX.
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "r_defs.h"
#include "resource.h"

View file

@ -29,7 +29,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// alphachannel safe 11/21/99
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "r_defs.h"
#include "resource.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <stdlib.h>
#include <vfw.h>
#include <commctrl.h>

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <stdlib.h>
#include <vfw.h>
#include <commctrl.h>

View file

@ -29,7 +29,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// alphachannel safe (sets alpha to 0 on rendered portions) 11/21/99
#include <windows.h>
#include <arch.h>
#include <math.h>
#include "r_defs.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <stdlib.h>
#include <vfw.h>
#include <commctrl.h>

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include <time.h>
#include "resource.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <stdlib.h>
#include <vfw.h>
#include <commctrl.h>

View file

@ -28,7 +28,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// alphachannel safe 11/21/99
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "r_defs.h"
#include "resource.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "resource.h"
#include "r_defs.h"

View file

@ -28,7 +28,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// alphachannel safe 11/21/99
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "r_defs.h"
#include "resource.h"

View file

@ -28,7 +28,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// alphachannel safe 11/21/99
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "r_defs.h"
#include "resource.h"

View file

@ -28,7 +28,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// alphachannel safe 11/21/99
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "r_defs.h"
#include "resource.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include <math.h>
#include "r_defs.h"

View file

@ -29,7 +29,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#define M_PI 3.14159265358979323846
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include <math.h>
#include "r_defs.h"

View file

@ -29,7 +29,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#define M_PI 3.14159265358979323846
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include <math.h>
#include "r_defs.h"

View file

@ -28,7 +28,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// alphachannel safe 11/21/99
#include <windows.h>
#include <arch.h>
#include <stdio.h>
#include <math.h>
#include <commctrl.h>

View file

@ -28,7 +28,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// alphachannel safe 11/21/99
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "r_defs.h"

View file

@ -28,7 +28,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// alphachannel safe 11/21/99
#include <windows.h>
#include <arch.h>
#include <math.h>
#include <commctrl.h>
#include "resource.h"

View file

@ -28,7 +28,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// alphachannel safe 11/21/99
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "r_defs.h"
#include "resource.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "r_defs.h"
#include "resource.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <stdlib.h>
#include <vfw.h>
#include <commctrl.h>

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <stdlib.h>
#include <commctrl.h>
#include <math.h>

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <stdlib.h>
#include <vfw.h>
#include <commctrl.h>

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <stdlib.h>
#include <vfw.h>
#include <commctrl.h>

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "r_defs.h"
#include "resource.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <stdio.h>
#include <commctrl.h>
#include "resource.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "resource.h"
#include "r_defs.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <stdlib.h>
#include <vfw.h>
#include <commctrl.h>

View file

@ -31,7 +31,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// copyright tom holden, 2002
// mail: cfp@myrealbox.com
#include <windows.h>
#include <arch.h>
#include "resource.h"
#include "r_defs.h"
#include "../Agave/Language/api_language.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "resource.h"
#include "r_defs.h"

View file

@ -28,7 +28,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// alphachannel safe 11/21/99
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "r_defs.h"
#include "resource.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <stdlib.h>
#include <vfw.h>
#include <commctrl.h>

View file

@ -29,7 +29,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// alphachannel safe 11/21/99
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include <math.h>
#include "r_defs.h"

View file

@ -29,7 +29,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// alphachannel safe 11/21/99
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include <math.h>
#include "r_defs.h"

View file

@ -28,7 +28,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// alphachannel safe 11/21/99
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include <math.h>
#include "r_defs.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <stdlib.h>
#include <commctrl.h>
#include "resource.h"

View file

@ -28,7 +28,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// alphachannel safe 11/21/99
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "r_defs.h"
#include "resource.h"

View file

@ -28,7 +28,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// alphachannel safe 11/21/99
#include <windows.h>
#include <arch.h>
#include "r_defs.h"
#include <math.h>

View file

@ -28,7 +28,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// alphachannel safe 11/21/99
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "r_defs.h"
#include "resource.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include <math.h>
#include "r_defs.h"

View file

@ -28,7 +28,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// alphachannel safe 11/21/99
#include <windows.h>
#include <arch.h>
#include "r_defs.h"
#include "resource.h"

View file

@ -29,7 +29,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#define M_PI 3.14159265358979323846
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include <math.h>
#include "r_defs.h"

View file

@ -28,7 +28,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// alphachannel safe 11/21/99
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "r_defs.h"
#include "resource.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <stdlib.h>
#include <math.h>
#include <commctrl.h>

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "r_defs.h"
#include "resource.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <stdio.h>
#include <memory.h>
#include <stdlib.h>

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <stdlib.h>
#include <vfw.h>
#include <commctrl.h>

View file

@ -30,7 +30,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// alphachannel safe 11/21/99
#define M_PI 3.14159265358979323846
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "r_defs.h"
#include "resource.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <stdio.h>
#include <commctrl.h>
#include <process.h>

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "r_defs.h"
#include "resource.h"

View file

@ -31,7 +31,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// copyright tom holden, 2002
// mail: cfp@myrealbox.com
#include <windows.h>
#include <arch.h>
#include "resource.h"
#include "r_defs.h"
#include "../Agave/Language/api_language.h"

View file

@ -29,7 +29,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// alphachannel safe 11/21/99
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "r_defs.h"
#include "resource.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <stdlib.h>
#include <vfw.h>
#include <commctrl.h>

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include "render.h"
#include "timing.h"
#include "undo.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include "r_defs.h"
#include "r_unkn.h"
#include "r_list.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include "undo.h"
#include "render.h"

View file

@ -27,7 +27,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISI
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "r_defs.h"
#include "resource.h"

View file

@ -96,26 +96,26 @@
</VcpkgInstalledDir>
<VcpkgUseStatic>true</VcpkgUseStatic>
<VcpkgConfiguration>Debug</VcpkgConfiguration>
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
</PropertyGroup>
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<VcpkgInstalledDir>
</VcpkgInstalledDir>
<VcpkgUseStatic>true</VcpkgUseStatic>
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
</PropertyGroup>
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<VcpkgInstalledDir>
</VcpkgInstalledDir>
<VcpkgUseStatic>true</VcpkgUseStatic>
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
<VcpkgConfiguration>Debug</VcpkgConfiguration>
</PropertyGroup>
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<VcpkgInstalledDir>
</VcpkgInstalledDir>
<VcpkgUseStatic>true</VcpkgUseStatic>
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>

View file

@ -309,8 +309,8 @@ do not use :)
#define IPC_ENABLEDISABLE_ALL_WINDOWS 259 // 0xdeadbeef to disable
/* (requires Winamp 2.9+)
** SendMessage(hwnd_winamp,WM_WA_IPC,enable?0:0xdeadbeef,IPC_MBOPENREAL);
** sending with 0xdeadbeef as the param disables all winamp windows,
** any other values will enable all winamp windows.
** sending with 0xdeadbeef as the param disables all winamp arch,
** any other values will enable all winamp arch.
*/
@ -446,7 +446,7 @@ do not use :)
** 0 : main popup menu
** 1 : main menubar file menu
** 2 : main menubar options menu
** 3 : main menubar windows menu
** 3 : main menubar arch menu
** 4 : main menubar help menu
** other values will return NULL.
*/
@ -861,8 +861,8 @@ class ITrackSelector
#define IPC_ADJUST_FFWINDOWSMENUPOS 606
/* (requires Winamp 2.9+)
** int newpos=SendMessage(hwnd_winamp,WM_WA_IPC,(WPARAM)adjust_offset,IPC_ADJUST_FFWINDOWSMENUPOS);
** moves where winamp expects the freeform windows in the menubar windows main menu. Useful if you wish to insert a
** menu item above extra freeform windows.
** moves where winamp expects the freeform arch in the menubar arch main menu. Useful if you wish to insert a
** menu item above extra freeform arch.
*/
#define IPC_ISDOUBLESIZE 608
@ -870,7 +870,7 @@ class ITrackSelector
#define IPC_ADJUST_FFOPTIONSMENUPOS 609
/* (requires Winamp 2.9+)
** int newpos=SendMessage(hwnd_winamp,WM_WA_IPC,(WPARAM)adjust_offset,IPC_ADJUST_FFOPTIONSMENUPOS);
** moves where winamp expects the freeform preferences item in the menubar windows main menu. Useful if you wish to insert a
** moves where winamp expects the freeform preferences item in the menubar arch main menu. Useful if you wish to insert a
** menu item above preferences item.
*/

View file

@ -28,8 +28,8 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <stdio.h>
#include <windows.h>
#include <windowsx.h>
#include <arch.h>
#include <archx.h>
#include "vis.h"
#include "draw.h"
#include "wnd.h"

View file

@ -97,11 +97,11 @@ Required software
1. Nullsoft Winamp 2.X (~1 MB)
http://www.winamp.com/
2. Microsoft DirectX 8.0+ - (~11 MB)
http://www.microsoft.com/windows/directx/
http://www.microsoft.com/arch/directx/
3. Microsoft Developer Studio (Visual C++) 6.0
(a retail product)
4. Microsoft DirectX 8.0 SDK (Software Development Kit) - (~173 MB)
http://www.microsoft.com/windows/directx/
http://www.microsoft.com/arch/directx/
(then click the 'msdn' icon in the lower right, under
"info for developers")
*** NOTE that you can use a later SDK, such as 8.1b; but if you
@ -707,7 +707,7 @@ Version History
'integrate with winamp' checkbox and the plugin [when running in
windowed mode] will be skinned just like Winamp. The integrated
window works just like any other Winamp window; it docks with
other windows, CTRL+TAB cycles between them all, and lots of new
other arch, CTRL+TAB cycles between them all, and lots of new
keys work (J, L, CTRL+P, ALT+E, etc.).
-fixed bug (or error in judgment?) where fake fullscreen mode window
would actually run at the *bottom* of the Z order when running
@ -717,7 +717,7 @@ Version History
(before) to just stick the plugin at the bottom of the Z order in
this case. Well, this is now fixed; the plugin tries its best
to stay on top, but watch out - if you try and click on any other
windows, the taskbar WILL pop up. If you want to avoid that,
arch, the taskbar WILL pop up. If you want to avoid that,
you'll have to run in true fullscreen mode.
-improved audio and video synchronization
-the current framerate is now used to tell Winamp, each frame,
@ -960,7 +960,7 @@ Version History
destroyed (by Windows, it seems).
-fixed a bug in config panel, where list of video modes wasn't updating
when you changed the fullscreen adapter.
-fixed a bug where DXContext was remembering the native windows display
-fixed a bug where DXContext was remembering the native arch display
mode for the first monitor that the window was created on, only.
This was a problem because if two monitors had different bit depths,
and you ran it and switched to another monitor by toggling fullscreen,

View file

@ -1081,7 +1081,7 @@ NOTES LOG
-> fixed if you get rid of m_desktop_focuswnd and
don't block WM_MOUSEACTIVATE.
-> but doing this causes a flash when you click on
the real desktop (in multimon setup) of any windows
the real desktop (in multimon setup) of any arch
that are overtop of the fake desktop, since the
fake desktop rises up in the Z order (activates)
and then, next frame, gets pushed back again.

View file

@ -30,7 +30,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef __NULLSOFT_DX9_PLUGIN_SHELL_DXCONTEXT_H__
#define __NULLSOFT_DX9_PLUGIN_SHELL_DXCONTEXT_H__ 1
#include <windows.h>
#include <arch.h>
#include "shell_defines.h"
#ifdef _DEBUG

View file

@ -8,7 +8,7 @@
// sytactically the same (usage-wise) as std::string.
// Written by Ryan Geiss.
#include <windows.h>
#include <arch.h>
class GString
{

View file

@ -30,7 +30,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef __ICON_T_H__
#define __ICON_T_H__ 1
#include <windows.h>
#include <arch.h>
#include <shlobj.h> // for ITEMIDLIST
typedef struct

View file

@ -32,7 +32,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//----------------------------------------
#include <windows.h>
#include <arch.h>
//----------------------------------------

View file

@ -25,7 +25,7 @@
#define __NS_EELINT_H__
#ifdef _WIN32
#include <windows.h>
#include <arch.h>
#else
#include "../wdltypes.h"
#endif

View file

@ -119,7 +119,7 @@ Order of Function Calls
(i.e. for wave's y position, 0=bottom and 1=top, which is opposite
to the convention in the rest of milkdrop. decided to keep the
'bug' so presets don't need modified.)
d -fixed: Krash: Inconsistency bug - pressing Escape while in the code windows
d -fixed: Krash: Inconsistency bug - pressing Escape while in the code arch
for custom waves completely takes you out of the editing menus,
rather than back to the custom wave menu
d -when editing code: fix display of '&' character
@ -399,7 +399,7 @@ Order of Function Calls
(was 24x18, now 32x24)
-fixed aspect ratio for final display
-auto-texsize is now computed slightly differently; for vertically or horizontally-stretched
windows, the texsize is now biased more toward the larger dimension (vs. just the
arch, the texsize is now biased more toward the larger dimension (vs. just the
average).
-added anisotropic filtering (for machines that support it)
-fixed bug where the values of many variables in the preset init code were not set prior
@ -6771,7 +6771,7 @@ BOOL CPlugin::MyConfigTabProc(int nPage, HWND hwnd,UINT msg,WPARAM wParam,LPARAM
// 'nPage' indicates which tab (aka 'property page') is currently showing: 2 through 5.
// 'hwnd' is the window handle of the property page (which is a dialog of its own,
// embedded in the config dialog).
// 'msg' is the windows message being sent. The main ones are:
// 'msg' is the arch message being sent. The main ones are:
//
// 1) WM_INITDIALOG: This means the page is being initialized, because the
// user clicked on it. When you get this message, you should initialize

View file

@ -1281,7 +1281,7 @@ BEGIN
"This lets you select which display adapter (video card) you'd like to\nrun the plug-in on, when it runs in a window. If you only have one video\ncard and monitor in your system, you will only have one choice here; but\nif you have multiple video cards, or a multi-head video card (one card\nthat drives multiple monitors), there should be two or more choices here.\n\nThe default window position will be somewhere on the monitor for the\ndisplay adapter you choose here. You can drag the window to a different\nmonitor, but it is likely to be very slow, because the pixels will have\nto be copied, via Windows, from one display to the next, each frame.\n\nSo, for best performance in windowed mode, be sure to select the monitor\nyou want it to run on here, in advance, and avoid dragging the window to\nanother monitor at runtime."
IDS_DESKTOP_ADAPTER "Help on desktop-mode display adapter selection"
IDS_DESKTOP_ADAPTER_HELP
"This lets you select which display adapter (video card & monitor) you'd like to\nrun the plug-in on, when it runs in desktop mode, replacing your windows wallpaper.\nIf you only have one video card and monitor in your system, you will only have\none choice here; but if you have multiple video cards, or a multi-head video card\n(one card that drives multiple monitors), there should be two or more choices here."
"This lets you select which display adapter (video card & monitor) you'd like to\nrun the plug-in on, when it runs in desktop mode, replacing your arch wallpaper.\nIf you only have one video card and monitor in your system, you will only have\none choice here; but if you have multiple video cards, or a multi-head video card\n(one card that drives multiple monitors), there should be two or more choices here."
IDS_HELP_ON_X_CHECKBOX "Help on '%s' checkbox"
IDS_HELP_ON_X_CHECKBOX_HELP
"When a new frame of animation is ready for display, the plug-in\nhas a choice of whether or not to synchronize the new frame to the\nmonitor's next vertical scan.\n\nIf there is no synchronization and the new frame is shown immediately,\nthen the update might occure in 'mid-scan', so for that 1/60th of a second,\nyou'll see the old frame toward the top of the monitor, and the new frame\ntoward the bottom, with a sharp line ('tear') somewhere in between. This\nis especially visible when solid objects on the screen are changing or\nmoving rapidly, from frame to frame.\n\nHowever, if the plug-in waits until the vertical scan is complete to update\nthe image, then at the start of the next vertical scan, the entire image\nwill be ready and will (hopefully) be presented without any tearing.\n\nAlthough page tearing will often cause visible artifacts, it will allow\nthe plug-in to run at its maximum possible framerate. Generally, though,\npage tearing is considered a bad thing, to be avoided when possible.\n\nNote that this synchronization (done by DirectX and your video driver)\nis usually approximate when running in windowed (or fake fullscreen) modes;\nthus, page tearing is often minimized but can't always be completely eliminated.\n\nNote that multisampling is usually only available when page tearing is\nallowed, due to limitations of the DirectX 8 API. The one exception is\n'true' fullscreen mode; there, you can disable page tearing and still use\nmultisampling. (But not in fake fullscreen, windowed, or desktop modes.)"
@ -1291,7 +1291,7 @@ BEGIN
"Enable this to force the plug-in to start in desktop mode."
IDS_HELP_ON_F1 "Help on 'Press F1...' checkbox"
IDS_HELP_ON_F1_HELP "Disable this to prevent the 'Press F1 for Help' message\nfrom appearing when the plug-in starts."
IDS_CB_SKIN_HELP "Check this box to 'skin' the plug-in's window frame when it runs\nin a window, so that it looks like the rest of the windows that\nmake up Winamp's interface.\n\nThis feature requires Winamp 2.90 or later; if the box is greyed\nout, it means you need a newer version of Winamp."
IDS_CB_SKIN_HELP "Check this box to 'skin' the plug-in's window frame when it runs\nin a window, so that it looks like the rest of the arch that\nmake up Winamp's interface.\n\nThis feature requires Winamp 2.90 or later; if the box is greyed\nout, it means you need a newer version of Winamp."
IDS_SAVE_CPU_CHECKBOX "Help on 'Save CPU' checkbox"
IDS_SAVE_CPU_CHECKBOX_HELP
"Check this box to lower the amount of CPU (processor) that the plug-in uses\nto monitor and limit the framerate.\n\nWhen this box is unchecked, the plug-in will extremely accurately limit the\nframerate, resulting in ultra-smooth animation. However, there is some cost\nin terms of CPU time - usually in the range of 0-20%%.\n\nWhen this box is checked, though, the plug-in uses a more lenient algorithm to\nlimit the framerate, which uses virtually no CPU time. However, the framerate\nwill not be as accurately limited (it might vary over time), and animation is\nnot guaranteed to be perfectly smooth.\n\nNote that you can further decrease CPU usage by:\n 1) decreasing the maximum framerate (via the 'Max Framerate' options)\n 2) allowing page tearing (via the 'Allow Page Tearing' checkboxes)"

View file

@ -97,26 +97,26 @@
</VcpkgInstalledDir>
<VcpkgUseStatic>false</VcpkgUseStatic>
<VcpkgConfiguration>Debug</VcpkgConfiguration>
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
</PropertyGroup>
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<VcpkgInstalledDir>
</VcpkgInstalledDir>
<VcpkgUseStatic>false</VcpkgUseStatic>
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
</PropertyGroup>
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<VcpkgInstalledDir>
</VcpkgInstalledDir>
<VcpkgUseStatic>false</VcpkgUseStatic>
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
<VcpkgConfiguration>Debug</VcpkgConfiguration>
</PropertyGroup>
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<VcpkgInstalledDir>
</VcpkgInstalledDir>
<VcpkgUseStatic>false</VcpkgUseStatic>
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>

View file

@ -40,12 +40,12 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-make an 'advanced view' button on config panel; hide complicated stuff
til they click that.
-put an asterisk(*) next to the 'max framerate' values that
are ideal (given the current windows display mode or selected FS dispmode).
are ideal (given the current arch display mode or selected FS dispmode).
-or add checkbox: "smart sync"
-> matches FPS limit to nearest integer divisor of refresh rate.
-debug.txt/logging support!
-audio: make it a DSP plugin? then we could get the complete, continuous waveform
and overlap our waveform windows, so we'd never miss a brief high note.
and overlap our waveform arch, so we'd never miss a brief high note.
-bugs:
-vms plugins sometimes freeze after a several-minute pause; I've seen it
with most of them. hard to repro, though.
@ -100,9 +100,9 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
and we have to cleanup & reallocate everything, b/c we
can't tell when the resize begins & ends.
[justin said he'd fix in wa5, though]
-kiv: with embedded windows of any type (plugin, playlist, etc.)
-kiv: with embedded arch of any type (plugin, playlist, etc.)
you can't place the winamp main wnd over them.
-kiv: embedded windows are child windows and don't get the
-kiv: embedded arch are child arch and don't get the
WM_SETFOCUS or WM_KILLFOCUS messages when they get or lose
the focus. (For a workaround, see milkdrop & scroll lock key.)
-kiv: tiny bug (IGNORE): when switching between embedwnd &
@ -1684,7 +1684,7 @@ void CPluginShell::DrawAndDisplay(int redraw)
// but it's like this for code simplicity.]
int taskbar_is_above_plugin_window = 1;
HWND h = FindWindow("Shell_TrayWnd", NULL);
while (h) //(..shouldn't be very many windows to iterate through here)
while (h) //(..shouldn't be very many arch to iterate through here)
{
h = GetWindow(h, GW_HWNDPREV);
if (h == GetPluginWindow())
@ -2586,7 +2586,7 @@ LRESULT CPluginShell::PluginShellWindowProc(HWND hWnd, unsigned uMsg, WPARAM wPa
// in the Z order! (i.e., keep it on the bottom)
// without this code, when you click on the 'real' desktop
// in a multimon setup, any windows that are overtop of the
// in a multimon setup, any arch that are overtop of the
// 'fake' desktop will flash, since they'll be covered
// up by the fake desktop window (but then shown again on
// the next frame, when we detect that the fake desktop
@ -3636,7 +3636,7 @@ LRESULT CPluginShell::PluginShellVJModeWndProc(HWND hwnd, UINT message, WPARAM w
// in the Z order! (i.e., keep it on the bottom)
// without this code, when you click on the 'real' desktop
// in a multimon setup, any windows that are overtop of the
// in a multimon setup, any arch that are overtop of the
// 'fake' desktop will flash, since they'll be covered
// up by the fake desktop window (but then shown again on
// the next frame, when we detect that the fake desktop

View file

@ -268,7 +268,7 @@ public:
void READ_FONT(int n);
void WRITE_FONT(int n);
// config panel / windows messaging processes:
// config panel / arch messaging processes:
static LRESULT CALLBACK WindowProc(HWND hWnd, unsigned uMsg, WPARAM wParam, LPARAM lParam);
static LRESULT CALLBACK DesktopWndProc(HWND hWnd, unsigned uMsg, WPARAM wParam, LPARAM lParam);
static LRESULT CALLBACK VJModeWndProc(HWND hWnd, unsigned uMsg, WPARAM wParam, LPARAM lParam);

View file

@ -30,7 +30,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef __NULLSOFT_DX9_PLUGIN_SHELL_SHELL_DEFINES_H__
#define __NULLSOFT_DX9_PLUGIN_SHELL_SHELL_DEFINES_H__ 1
#include <windows.h>
#include <arch.h>
#define DEFAULT_FULLSCREEN_WIDTH 640
#define DEFAULT_FULLSCREEN_HEIGHT 480

View file

@ -33,7 +33,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "ns-eel2/ns-eel.h"
#include "plugin.h"
#include "utility.h"
#include <windows.h>
#include <arch.h>
#include <locale.h>
#include "resource.h"
#include <vector>

View file

@ -31,7 +31,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "utility.h"
#include <math.h>
#include <locale.h>
#include <windows.h>
#include <arch.h>
#ifdef _DEBUG
#define D3D_DEBUG_INFO // declare this before including d3d9.h
#endif

View file

@ -30,7 +30,7 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef __NULLSOFT_DX9_PLUGIN_SHELL_UTILITY_H__
#define __NULLSOFT_DX9_PLUGIN_SHELL_UTILITY_H__ 1
#include <windows.h>
#include <arch.h>
#include <crtdefs.h>
#include <d3d9.h>
#include <d3dx9.h>

Some files were not shown because too many files have changed in this diff Show more