From 11c127359297265dbd774eb502f0c7a7a31eec18 Mon Sep 17 00:00:00 2001 From: benfry Date: Fri, 14 Oct 2005 01:57:24 +0000 Subject: [PATCH] bug notes and todo items --- build/windows/launcher/launcher.cpp | 3 +-- core/todo.txt | 11 +++++++++-- todo.txt | 26 ++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 4 deletions(-) diff --git a/build/windows/launcher/launcher.cpp b/build/windows/launcher/launcher.cpp index d1c6eb7a1..02a62c92c 100644 --- a/build/windows/launcher/launcher.cpp +++ b/build/windows/launcher/launcher.cpp @@ -129,7 +129,7 @@ WinMain (HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpCmd, int nShow) } } } - + // NO! put quotes around contents of cp, because %s might have spaces in it. // don't put quotes in it, because it's setting the environment variable // for CLASSPATH, not being included on the command line. so setting the @@ -181,7 +181,6 @@ WinMain (HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpCmd, int nShow) // need to add the local jre to the path for 'java mode' in the env if (local_jre_installed) { - char *env_path = (char *)malloc(strlen(getenv("PATH")) * sizeof(char)); strcpy(env_path, getenv("PATH")); char *paf = (char *)malloc((strlen(env_path) + strlen(loaddir) + 32) * sizeof(char)); diff --git a/core/todo.txt b/core/todo.txt index da2cb5d80..be485df82 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -25,6 +25,9 @@ X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Contribution_3DOpen o noLoop() is behaving strangely o http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1116002432;start=0 +_ check to see noLoop() breakage is fixed in 92 vs 91 +_ http://dev.processing.org/bugs/show_bug.cgi?id=164 + _ STROKE_WEIGHT field in PGraphics3 is a disaster, because it's an int _ use the SW from vertex instead.. why set stroke in triangle vars at all? _ currently truncating to an int inside add_line_no_clip @@ -63,6 +66,9 @@ _ if it doesn't display to the screen, needs to never show a window _ basically if the main gfx context isn't viewable, close the window _ since it may have already been opened at 100x100 +_ clipboard implementation as example or as part of api +_ http://dev.processing.org/bugs/show_bug.cgi?id=167 + _ get creating new PGraphics/2/3 working again _ http://dev.processing.org/bugs/show_bug.cgi?id=92 _ maybe createGraphics(200, 200) to create same as source @@ -171,8 +177,6 @@ _ don't cache stuff from loadStrings and others _ mac java vm won't give up old version of file _ or use setUseCaches(false) _ 404 error because first searches applet directory on zipdecode -_ should image i/o and sound i/o be moved into PImage and PSound? -_ how to load external encoders/decoders _ placement of 100x100 items is odd _ happens with P3D and maybe also P2D? _ http://dev.processing.org/bugs/show_bug.cgi?id=128 @@ -463,7 +467,10 @@ _ if just rotate/translate, then can use SCREEN_SPACE for fonts _ dynamically load code for png and others on loadImage/saveFrame? _ updated png encoder _ http://processing.org/discourse/yabb/YaBB.cgi?board=Syntax;action=display;num=1083792994 +_ should image i/o and sound i/o be moved into PImage and PSound? +_ how to load external encoders/decoders _ more image file i/o.. more advanced in newer java +_ http://dev.processing.org/bugs/show_bug.cgi?id=165 _ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Programs;action=display;num=1120174647 _ read uncompressed tiff, read uncompressed tga files. _ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1081190619 diff --git a/todo.txt b/todo.txt index 75cca1b25..6779c0cc9 100644 --- a/todo.txt +++ b/todo.txt @@ -85,6 +85,32 @@ forum bugs X when replying, all the replies so far are listed twice o fonts are wrong all over the place (use windows to debug) +_ external apps should inherit memory settings from p5 itself +_ too confusing to set the memory in two places +_ or perhaps, have a setting in the ide for it +_ and allow a checkbox for "always run externally" +_ that way people don't have to adjust the memory settings for p5 itself +_ perhaps the memory setting should be enabled/disabled +_ that way if it's enabled, will always run externally + +board faq +_ how to put [code] around blocks of code +_ also mention contributed plugin for formatting +_ also the reference page on the bb commands +_ i don't answer to instant messages +_ i don't answer email +_ use the bugs db instead of the bugs board +_ read the faq, read the faq +_ non-processing posts will be deleted (not a java discussion board) +_ no duplicate posts - find an area and post to +_ explanation of what the areas are +_ be sure to look at the reference, especially the extended reference + +other faq +_ fastest machine possible +_ turn off hyperthreading in the bios +_ nice gfx card only helps opengl +_ dual processor not particularly useful, unless you make more threads _ save code before export, otherwise .pde exported is empty _ ask user ok or cancel to save code before exporting