Changeset 61 for trunk/release_notes.txt
- Timestamp:
- 04/28/08 11:50:30 (5 years ago)
- File:
-
- 1 edited
-
trunk/release_notes.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/release_notes.txt
r1 r61 1 - Enginuity0.4.2 Beta -2 Open-Source ECU Tuning -- www. enginuity.org1 - RomRaider 0.4.2 Beta - 2 Open-Source ECU Tuning -- www.romraider.com 3 3 4 4 5 5 PLEASE MAKE SURE TO READ RELEASE _NOTES.TXT_ EACH TIME YOU DOWNLOAD 6 A NEW VERSION OF ENGINUITY. IMPORTANT NOTICES, KNOWN ISSUES AND6 A NEW VERSION OF ROMRAIDER. IMPORTANT NOTICES, KNOWN ISSUES AND 7 7 NEW FEATURES WILL BE DISCUSSED. 8 8 9 Enginuity is a full featured Engine Control Unit editing application 9 RomRaider is a full featured Engine Control Unit editing application 10 10 for tuning virtually any manufacturer, meant to be used in conjuction 11 with ECU flash and dump utilities. Enginuity will give you full12 control over timing, fuel, boost and many other parameters in your 13 ECU, competing with very expensive and proprietary software. Enginuity14 will remove your need for piggyback systems designed to control these 15 functions, and, in most cases, work as well as or better than any 16 stand alone engine management. Reflashing your stock ECU also has the 17 added benefit of a manufacturer tested base map, giving you top notch 11 with ECU flash and dump utilities. RomRaider will give you full 12 control over timing, fuel, boost and many other parameters in your 13 ECU, competing with very expensive and proprietary software. RomRaider 14 will remove your need for piggyback systems designed to control these 15 functions, and, in most cases, work as well as or better than any 16 stand alone engine management. Reflashing your stock ECU also has the 17 added benefit of a manufacturer tested base map, giving you top notch 18 18 performance and saving time tuning idle and low throttle applications 19 19 while retaining all of the benefit of the research and development 20 20 manufacturer's spend millions of dollars on. 21 21 22 Enginuity is currently in BETA TEST status, meaning it is not 23 thoroughly tested and not intended for use by inexperienced users. In 24 addition to being incomplete and untested, only experienced tuners 25 with the required tools (ie, wideband oxygen sensor) should modify an 26 ECU image. As with any engine management, changes could result in 22 RomRaider is currently in BETA TEST status, meaning it is not 23 thoroughly tested and not intended for use by inexperienced users. In 24 addition to being incomplete and untested, only experienced tuners 25 with the required tools (ie, wideband oxygen sensor) should modify an 26 ECU image. As with any engine management, changes could result in 27 27 severe engine damage. Use at your own risk. 28 28 29 Documentation is available at http://wiki. enginuity.organd the30 official EnginuityFAQ can be found at31 http://www. enginuity.org/about444.html. Please be aware that as32 Enginuity is still in beta status and changing frequently, 29 Documentation is available at http://wiki.romraider.com and the 30 official RomRaider FAQ can be found at 31 http://www.romraider.com/about444.html. Please be aware that as 32 RomRaider is still in beta status and changing frequently, 33 33 documentation may be incomplete or out of date. 34 34 … … 48 48 - 3d graph 49 49 - Java3d over most VNC implementations will show a blank JFrame 50 - You MUST have up to date graphics drivers that support OpenGL 1.2 50 - You MUST have up to date graphics drivers that support OpenGL 1.2 51 51 - Expect ~200 megs of usage when using 3d graphing 52 52 - Expect possible memory leaks when using 3d graphing … … 66 66 67 67 --- Tuning --- 68 - Fix frame sizes too small on 2d tables 69 - Fix switch tables displaying wrong icon in table tree 68 - Fix frame sizes too small on 2d tables 69 - Fix switch tables displaying wrong icon in table tree 70 70 71 71 --- Datalogging --- 72 - Autoconnect 73 - Reset, disconnect buttons 74 - Reset data buttons per tab 72 - Autoconnect 73 - Reset, disconnect buttons 74 - Reset data buttons per tab 75 75 - Updated dash tab with warning levels (warning levels not currently 76 saved to profile) 76 saved to profile) 77 77 - Fixed "Manifold Relative Pressure (Corrected)" parameter 78 78 - Fixed profile save/load problems 79 - ECU id display in status bar 79 - ECU id display in status bar 80 80 - Updated address format in logger.xml (length attribute added to 81 replace multiple <byte> tags. length defauilts to 1 if not specified) 81 replace multiple <byte> tags. length defauilts to 1 if not specified) 82 82 - Autodetection of ecu specific parameters via new <ecuparam> tags in 83 83 logger.xml (IAM, engine load) 84 - ECU connection status indicator added to interface (stopped, 85 connecting, reading data, logging to file) 86 - Auto filtering of parameter list based on ECU init response (should 87 only display now what your car says it supports) 88 - Enable defogger switch based file logging via menu bar (don't need to 89 select it in switch list anymore) 84 - ECU connection status indicator added to interface (stopped, 85 connecting, reading data, logging to file) 86 - Auto filtering of parameter list based on ECU init response (should 87 only display now what your car says it supports) 88 - Enable defogger switch based file logging via menu bar (don't need to 89 select it in switch list anymore) 90 90 - Defogger switch is only logged to file when explicitly enabled 91 91 - Absolute timestamp option added for file logging 92 92 - Relative timestamp now reset to zero at the beginning of each log file 93 (unless absolute timestamp is selected) 94 - Graph tab color scheme updated 95 - Enhancements to the map overlay feature, including display of the live 93 (unless absolute timestamp is selected) 94 - Graph tab color scheme updated 95 - Enhancements to the map overlay feature, including display of the live 96 96 data and overlay of the live data values on the map cells. 97 97 - Tooltips added to parameter list showing parameter description (not all … … 133 133 ------------------ 134 134 - Change year attribute to string from int 135 - Fix incrementing in compare mode 136 - Fix refresh tables working improperly with multiple ROMs open 135 - Fix incrementing in compare mode 136 - Fix refresh tables working improperly with multiple ROMs open 137 137 - Update table property panel 138 138 - Fix float values not incrementing properly in axiis … … 207 207 - Fix set value not updating borders 208 208 - Reset default settings option 209 - Fix cell border not saving 209 - Fix cell border not saving 210 210 - Improve warning messages 211 211 - Fix ECU definition file settings not saving … … 253 253 - Fix vertical overhead on table size for new graphical buttons 254 254 - Fix rounding issues with set value 255 - Fix ctrl-click on tables 255 - Fix ctrl-click on tables 256 256 - Resize cells to make best use of screen 257 - Prevent simultaneous selection of axiis and table values 257 - Prevent simultaneous selection of axiis and table values 258 258 - Map copying 259 259 - Graphical icons … … 306 306 ------------------ 307 307 - Handles storage addresses that are out of range 308 - Fixed conflicting parent/child table sizes (done) 308 - Fixed conflicting parent/child table sizes (done) 309 309 - Replaced "<Table Name>" menu with "Table" -- makes it more obviously a menu 310 310 - Fixed 3D table sizing problem
Note: See TracChangeset
for help on using the changeset viewer.