package enginuity -> com.romraider

git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@61 38686702-15cf-42e4-a595-3071df8bf5ea
This commit is contained in:
kascade 2008-04-28 11:50:30 +00:00
parent 37af4af939
commit 77a3bd5641
405 changed files with 2047 additions and 3546 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>enginuity</name> <name>romraider</name>
<comment></comment> <comment></comment>
<projects> <projects>
</projects> </projects>

View File

@ -1,21 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><head>
<STYLE TYPE="text/css" media=screen,print>
h1{
font-size: 100%;
margin: 1em 0 0 0;
padding: 0;
}
div.body {
font-size: 100%;
margin: 0mm 2mm 0 8mm;
padding: 0;
}
</STYLE>
</head>
<body>
<h1>Installation Path</h1>
<div class="body">D:\work\eclipse_workspace\enginuity\3rdparty\IzPack</div><h1>Chosen Installation Packs</h1>
<div class="body">Core<br>Utilities</div></body>
</html>

View File

@ -212,7 +212,7 @@
<mkdir dir="${build.dir}/classes"/> <mkdir dir="${build.dir}/classes"/>
<mkdir dir="${build.dir}/lib"/> <mkdir dir="${build.dir}/lib"/>
<!-- generate the Version class --> <!-- generate the Version class -->
<copy overwrite="true" tofile="${src.dir}/enginuity/Version.java" file="${src.dir}/enginuity/Version.java.template"> <copy overwrite="true" tofile="${src.dir}/com/romraider/Version.java" file="src/com/romraider/Version.java.template">
<filterset refid="version.filterset"/> <filterset refid="version.filterset"/>
</copy> </copy>
@ -253,7 +253,7 @@
<javadoc windowtitle="${name.package}" header="${javadoc.header}" sourcepath="${src.dir}" author="yes" version="yes" destdir="${javadoc.dir}" <javadoc windowtitle="${name.package}" header="${javadoc.header}" sourcepath="${src.dir}" author="yes" version="yes" destdir="${javadoc.dir}"
breakiterator="yes" maxmemory="96m"> breakiterator="yes" maxmemory="96m">
<packageset dir="src"> <packageset dir="src">
<include name="enginuity/**"/> <include name="**"/>
</packageset> </packageset>
<bottom>${javadoc.footer}</bottom> <bottom>${javadoc.footer}</bottom>
<classpath refid="classpath"/> <classpath refid="classpath"/>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

View File

Before

Width:  |  Height:  |  Size: 1022 B

After

Width:  |  Height:  |  Size: 1022 B

View File

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -1,346 +1,346 @@
GNU GENERAL PUBLIC LICENSE GNU GENERAL PUBLIC LICENSE
Version 2, June 1991 Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc. Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed. of this license document, but changing it is not allowed.
Preamble Preamble
The licenses for most software are designed to take away your The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by using it. (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.) You can apply it to the GNU Library General Public License instead.) You can apply it to
your programs, too. your programs, too.
When we speak of free software, we are referring to freedom, not When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things. in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights. anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it. distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their source code. And you must show them these terms so they know their
rights. rights.
We protect your rights with two steps: (1) copyright the software, and We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy, (2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software. distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original that any problems introduced by others will not reflect on the original
authors' reputations. authors' reputations.
Finally, any free program is threatened constantly by software Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all. patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and The precise terms and conditions for copying, distribution and
modification follow. modification follow.
GNU GENERAL PUBLIC LICENSE GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains 0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below, under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program" refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law: means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it, that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you". the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program). Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does. Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's 1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty; notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License and give any other recipients of the Program a copy of this License
along with the Program. along with the Program.
You may charge a fee for the physical act of transferring a copy, and You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee. you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion 2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1 distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions: above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change. stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License. parties under the terms of this License.
c) If the modified program normally reads commands interactively c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on does not normally print such an announcement, your work based on
the Program is not required to print an announcement.) the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program, identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it. entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or exercise the right to control the distribution of derivative or
collective works based on the Program. collective works based on the Program.
In addition, mere aggregation of another work not based on the Program In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under a storage or distribution medium does not bring the other work under
the scope of this License. the scope of this License.
3. You may copy and distribute the Program (or a work based on it, 3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following: Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or, 1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or, customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such received the program in object code or executable form with such
an offer, in accord with Subsection b above.) an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component operating system on which the executable runs, unless that component
itself accompanies the executable. itself accompanies the executable.
If distribution of executable or object code is made by offering If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not distribution of the source code, even though third parties are not
compelled to copy the source along with the object code. compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program 4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License. void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such this License will not have their licenses terminated so long as such
parties remain in full compliance. parties remain in full compliance.
5. You are not required to accept this License, since you have not 5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying all its terms and conditions for copying, distributing or modifying
the Program or works based on it. the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the 6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein. restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to You are not responsible for enforcing compliance by third parties to
this License. this License.
7. If, as a consequence of a court judgment or allegation of patent 7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues), infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program. refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other apply and the section as a whole is intended to apply in other
circumstances. circumstances.
It is not the purpose of this section to induce you to infringe any It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is integrity of the free software distribution system, which is
implemented by public license practices. Many people have made implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot to distribute software through any other system and a licensee cannot
impose that choice. impose that choice.
This section is intended to make thoroughly clear what is believed to This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License. be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in 8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License. the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions 9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to be similar in spirit to the present version, but may differ in detail to
address new problems or concerns. address new problems or concerns.
Each version is given a distinguishing version number. If the Program Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software this License, you may choose any version ever published by the Free Software
Foundation. Foundation.
10. If you wish to incorporate parts of the Program into other free 10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally. of promoting the sharing and reuse of software generally.
NO WARRANTY NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION. REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES. POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms. free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found. the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.> <one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author> Copyright (C) <year> <name of author>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or the Free Software Foundation; either version 2 of the License, or
(at your option) any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Also add information on how to contact you by electronic and paper mail. Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this If the program is interactive, make it output a short notice like this
when it starts in an interactive mode: when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) year name of author Gnomovision version 69, Copyright (C) year name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details. under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program. mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names: necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker. `Gnomovision' (which makes passes at compilers) written by James Hacker.
<signature of Ty Coon>, 1 April 1989 <signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice Ty Coon, President of Vice
This General Public License does not permit incorporating your program into This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Library General library. If this is what you want to do, use the GNU Library General
Public License instead of this License. Public License instead of this License.
----- -----
Enginuity is created for FREE without any sort of guarantee. The RomRaider is created for FREE without any sort of guarantee. The
developers cannot be held liable for any damage incurred as a result of developers cannot be held liable for any damage incurred as a result of
using Enginuity. USE AT YOUR OWN RISK. using RomRaider. USE AT YOUR OWN RISK.

View File

@ -5,6 +5,6 @@ log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%-5r %-5p [%t] - %m%n log4j.appender.stdout.layout.ConversionPattern=%-5r %-5p [%t] - %m%n
log4j.appender.file=org.apache.log4j.FileAppender log4j.appender.file=org.apache.log4j.FileAppender
log4j.appender.file.File=enginuity.log log4j.appender.file.File=romraider.log
log4j.appender.file.layout=org.apache.log4j.PatternLayout log4j.appender.file.layout=org.apache.log4j.PatternLayout
log4j.appender.file.layout.ConversionPattern=%-5r %-5p [%t] - %m%n log4j.appender.file.layout.ConversionPattern=%-5r %-5p [%t] - %m%n

View File

@ -1,30 +1,30 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.5 Ant-Version: Apache Ant 1.6.5
Created-By: 1.5.0_07-b03 (Sun Microsystems Inc.) Created-By: 1.5.0_07-b03 (Sun Microsystems Inc.)
Main-Class: enginuity.ECUExec Main-Class: com.romraider.ECUExec
Class-Path: Class-Path:
lib/BareBonesBrowserLaunch.jar lib/BareBonesBrowserLaunch.jar
lib/jep.jar lib/jep.jar
lib/log4j-1.2.14.jar lib/log4j-1.2.14.jar
lib/Jama.jar lib/Jama.jar
lib/jamlab.jar lib/jamlab.jar
lib/JFontChooser.jar lib/JFontChooser.jar
lib/swing-layout-1.0.jar lib/swing-layout-1.0.jar
lib/jcommon-1.0.7.jar lib/jcommon-1.0.7.jar
lib/jfreechart-1.0.3.jar lib/jfreechart-1.0.3.jar
lib/RXTXcomm.jar lib/RXTXcomm.jar
lib/jdic.jar lib/jdic.jar
lib/jama-1.0.2.jar lib/jama-1.0.2.jar
lib/Graph3d.jar lib/Graph3d.jar
lib/j3dcore.jar lib/j3dcore.jar
lib/j3dutils.jar lib/j3dutils.jar
lib/vecmath.jar lib/vecmath.jar
lib/swing-layout-1.0.jar lib/swing-layout-1.0.jar
lib/jdic_stub.jar lib/jdic_stub.jar
lib/log4j-1.2.14.jar lib/log4j-1.2.14.jar
lib/cmu_time_awb.jar lib/cmu_time_awb.jar
lib/cmu_us_kal.jar lib/cmu_us_kal.jar
lib/cmutimelex.jar lib/cmutimelex.jar
lib/en_us.jar lib/en_us.jar
lib/freetts.jar lib/freetts.jar
X-COMMENT: Main-Class will be added automatically by build X-COMMENT: Main-Class will be added automatically by build

View File

@ -1 +1 @@
datasource.class=enginuity.logger.aem.plugin.AemDataSource datasource.class=com.romraider.logger.aem.plugin.AemDataSource

View File

@ -1 +1 @@
datasource.class=enginuity.logger.innovate.lc1.plugin.Lc1DataSource datasource.class=com.romraider.logger.innovate.lc1.plugin.Lc1DataSource

View File

@ -1 +1 @@
datasource.class=enginuity.logger.innovate.lm1.plugin.Lm1DataSource datasource.class=com.romraider.logger.innovate.lm1.plugin.Lm1DataSource

View File

@ -1 +1 @@
datasource.class=enginuity.logger.utec.plugin.UtecDataSource datasource.class=com.romraider.logger.utec.plugin.UtecDataSource

View File

@ -1,354 +1,354 @@
- Enginuity 0.4.2 Beta - - RomRaider 0.4.2 Beta -
Open-Source ECU Tuning -- www.enginuity.org Open-Source ECU Tuning -- www.romraider.com
PLEASE MAKE SURE TO READ RELEASE _NOTES.TXT_ EACH TIME YOU DOWNLOAD PLEASE MAKE SURE TO READ RELEASE _NOTES.TXT_ EACH TIME YOU DOWNLOAD
A NEW VERSION OF ENGINUITY. IMPORTANT NOTICES, KNOWN ISSUES AND A NEW VERSION OF ROMRAIDER. IMPORTANT NOTICES, KNOWN ISSUES AND
NEW FEATURES WILL BE DISCUSSED. NEW FEATURES WILL BE DISCUSSED.
Enginuity is a full featured Engine Control Unit editing application RomRaider is a full featured Engine Control Unit editing application
for tuning virtually any manufacturer, meant to be used in conjuction for tuning virtually any manufacturer, meant to be used in conjuction
with ECU flash and dump utilities. Enginuity will give you full with ECU flash and dump utilities. RomRaider will give you full
control over timing, fuel, boost and many other parameters in your control over timing, fuel, boost and many other parameters in your
ECU, competing with very expensive and proprietary software. Enginuity ECU, competing with very expensive and proprietary software. RomRaider
will remove your need for piggyback systems designed to control these will remove your need for piggyback systems designed to control these
functions, and, in most cases, work as well as or better than any functions, and, in most cases, work as well as or better than any
stand alone engine management. Reflashing your stock ECU also has the stand alone engine management. Reflashing your stock ECU also has the
added benefit of a manufacturer tested base map, giving you top notch added benefit of a manufacturer tested base map, giving you top notch
performance and saving time tuning idle and low throttle applications performance and saving time tuning idle and low throttle applications
while retaining all of the benefit of the research and development while retaining all of the benefit of the research and development
manufacturer's spend millions of dollars on. manufacturer's spend millions of dollars on.
Enginuity is currently in BETA TEST status, meaning it is not RomRaider is currently in BETA TEST status, meaning it is not
thoroughly tested and not intended for use by inexperienced users. In thoroughly tested and not intended for use by inexperienced users. In
addition to being incomplete and untested, only experienced tuners addition to being incomplete and untested, only experienced tuners
with the required tools (ie, wideband oxygen sensor) should modify an with the required tools (ie, wideband oxygen sensor) should modify an
ECU image. As with any engine management, changes could result in ECU image. As with any engine management, changes could result in
severe engine damage. Use at your own risk. severe engine damage. Use at your own risk.
Documentation is available at http://wiki.enginuity.org and the Documentation is available at http://wiki.romraider.com and the
official Enginuity FAQ can be found at official RomRaider FAQ can be found at
http://www.enginuity.org/about444.html. Please be aware that as http://www.romraider.com/about444.html. Please be aware that as
Enginuity is still in beta status and changing frequently, RomRaider is still in beta status and changing frequently,
documentation may be incomplete or out of date. documentation may be incomplete or out of date.
----------------------------- -----------------------------
- 0.4.1b Notes (2/8/2007) - - 0.4.1b Notes (2/8/2007) -
----------------------------- -----------------------------
This release includes a couple minor fixes to the tuning interface and This release includes a couple minor fixes to the tuning interface and
major enhancements to the datalogger. major enhancements to the datalogger.
----------------------- -----------------------
- 0.4.1b Known Issues - - 0.4.1b Known Issues -
----------------------- -----------------------
- 3d graph - 3d graph
- Java3d over most VNC implementations will show a blank JFrame - Java3d over most VNC implementations will show a blank JFrame
- You MUST have up to date graphics drivers that support OpenGL 1.2 - You MUST have up to date graphics drivers that support OpenGL 1.2
- Expect ~200 megs of usage when using 3d graphing - Expect ~200 megs of usage when using 3d graphing
- Expect possible memory leaks when using 3d graphing - Expect possible memory leaks when using 3d graphing
- There are some problems with cell selection in 3d graphs - There are some problems with cell selection in 3d graphs
- Numerical interpolation can take some time on slower machines - Numerical interpolation can take some time on slower machines
- Other - Other
- File associations will work only in Windows systems - File associations will work only in Windows systems
-------------- --------------
- Change Log - - Change Log -
-------------- --------------
0.4.1b (2/8/2007) 0.4.1b (2/8/2007)
----------------- -----------------
--- Tuning --- --- Tuning ---
- Fix frame sizes too small on 2d tables - Fix frame sizes too small on 2d tables
- Fix switch tables displaying wrong icon in table tree - Fix switch tables displaying wrong icon in table tree
--- Datalogging --- --- Datalogging ---
- Autoconnect - Autoconnect
- Reset, disconnect buttons - Reset, disconnect buttons
- Reset data buttons per tab - Reset data buttons per tab
- Updated dash tab with warning levels (warning levels not currently - Updated dash tab with warning levels (warning levels not currently
saved to profile) saved to profile)
- Fixed "Manifold Relative Pressure (Corrected)" parameter - Fixed "Manifold Relative Pressure (Corrected)" parameter
- Fixed profile save/load problems - Fixed profile save/load problems
- ECU id display in status bar - ECU id display in status bar
- Updated address format in logger.xml (length attribute added to - Updated address format in logger.xml (length attribute added to
replace multiple <byte> tags. length defauilts to 1 if not specified) replace multiple <byte> tags. length defauilts to 1 if not specified)
- Autodetection of ecu specific parameters via new <ecuparam> tags in - Autodetection of ecu specific parameters via new <ecuparam> tags in
logger.xml (IAM, engine load) logger.xml (IAM, engine load)
- ECU connection status indicator added to interface (stopped, - ECU connection status indicator added to interface (stopped,
connecting, reading data, logging to file) connecting, reading data, logging to file)
- Auto filtering of parameter list based on ECU init response (should - Auto filtering of parameter list based on ECU init response (should
only display now what your car says it supports) only display now what your car says it supports)
- Enable defogger switch based file logging via menu bar (don't need to - Enable defogger switch based file logging via menu bar (don't need to
select it in switch list anymore) select it in switch list anymore)
- Defogger switch is only logged to file when explicitly enabled - Defogger switch is only logged to file when explicitly enabled
- Absolute timestamp option added for file logging - Absolute timestamp option added for file logging
- Relative timestamp now reset to zero at the beginning of each log file - Relative timestamp now reset to zero at the beginning of each log file
(unless absolute timestamp is selected) (unless absolute timestamp is selected)
- Graph tab color scheme updated - Graph tab color scheme updated
- Enhancements to the map overlay feature, including display of the live - Enhancements to the map overlay feature, including display of the live
data and overlay of the live data values on the map cells. data and overlay of the live data values on the map cells.
- Tooltips added to parameter list showing parameter description (not all - Tooltips added to parameter list showing parameter description (not all
parameters have a description yet though) parameters have a description yet though)
- General logger parameter updates/additions - General logger parameter updates/additions
0.4.0b (11/10/2006) 0.4.0b (11/10/2006)
------------------- -------------------
- Add file associations - Add file associations
- Ability to view (but not modify) tables above userlevel - Ability to view (but not modify) tables above userlevel
- Add link to latest ECU definitions - Add link to latest ECU definitions
- Fix switch (CEL fix) inheritance - Fix switch (CEL fix) inheritance
- Fix table ordering in child ROMs - Fix table ordering in child ROMs
- Fix table level display in property panel - Fix table level display in property panel
- Fix label fonts on 3D tables - Fix label fonts on 3D tables
- Logging - Logging
- 3D graphing - 3D graphing
- Interpolating (map smoothing) - Interpolating (map smoothing)
0.3.2b (8/12/2006) 0.3.2b (8/12/2006)
------------------ ------------------
- Installer/Shortcuts - Installer/Shortcuts
- Add status bar - Add status bar
- Add support for hex ID strings for Mitsubishi support - Add support for hex ID strings for Mitsubishi support
- Fix goofy behavior of increase/decrease at limits - Fix goofy behavior of increase/decrease at limits
- Add multiply values function - Add multiply values function
- Improve exception handling in XML parser - Improve exception handling in XML parser
- Add lockable tables via ECU definitions - Add lockable tables via ECU definitions
- Rearrange 3D table labels - Rearrange 3D table labels
- Improve datacell colorize method - Improve datacell colorize method
- Add limits to table values in XML - Add limits to table values in XML
- Fix exiting through menu not saving settings - Fix exiting through menu not saving settings
- Add ECU Definition Manager - Add ECU Definition Manager
0.3.1b (7/11/2006) 0.3.1b (7/11/2006)
------------------ ------------------
- Change year attribute to string from int - Change year attribute to string from int
- Fix incrementing in compare mode - Fix incrementing in compare mode
- Fix refresh tables working improperly with multiple ROMs open - Fix refresh tables working improperly with multiple ROMs open
- Update table property panel - Update table property panel
- Fix float values not incrementing properly in axiis - Fix float values not incrementing properly in axiis
- Fix values not incrementing if increment amount is less than LSB - Fix values not incrementing if increment amount is less than LSB
- Add option whether to display tables higher than userlevel - Add option whether to display tables higher than userlevel
- Add option whether to save changes made to debug tables - Add option whether to save changes made to debug tables
- Fix clicking on ROM tree opening/closing wrong tables - Fix clicking on ROM tree opening/closing wrong tables
- Fix switch tables not compensating for RAM - Fix switch tables not compensating for RAM
- Fix many memory leak problems - Fix many memory leak problems
- List tables above userlevel, but disabled - List tables above userlevel, but disabled
- Color debug tables red - Color debug tables red
- Add "version" tag to settings - Add "version" tag to settings
- Show release notes on first run - Show release notes on first run
- Remove unnecessary variables from settings XML - Remove unnecessary variables from settings XML
- Add name and description to CEL/checksum fix tables - Add name and description to CEL/checksum fix tables
- Fix "(null)" text on static 2D axiis - Fix "(null)" text on static 2D axiis
- Remove table name from bottom of 2D table - Remove table name from bottom of 2D table
- Allow single clicking to open tables (via settings) - Allow single clicking to open tables (via settings)
- Add fine adjustment values to ECU definition - Add fine adjustment values to ECU definition
- Fix map copy/paste - Fix map copy/paste
- Increment affects real instead of binary value - Increment affects real instead of binary value
- User levels - User levels
- Fix definition parser rounding incrementby values - Fix definition parser rounding incrementby values
- Improve table properties display - Improve table properties display
- Fix byte/real conversion validation - Fix byte/real conversion validation
0.3.0b (7/2/2006) 0.3.0b (7/2/2006)
--------------------------------------- ---------------------------------------
- Finish map comparing implementation - Finish map comparing implementation
0.2.93a Private Test Release (7/1/2006) 0.2.93a Private Test Release (7/1/2006)
--------------------------------------- ---------------------------------------
- Added "switch" table type - Added "switch" table type
0.2.92a Private Test Release (7/1/2006) 0.2.92a Private Test Release (7/1/2006)
---------------------------------------- ----------------------------------------
- Fixed squares appearing instead of some float values - Fixed squares appearing instead of some float values
- Fixed exception when entering decimals in coarse value - Fixed exception when entering decimals in coarse value
- Fixed set value field being cast to integer instead of decimal - Fixed set value field being cast to integer instead of decimal
- Fixed progress bar not closing on errors - Fixed progress bar not closing on errors
- Pressing "." now focuses set value field - Pressing "." now focuses set value field
0.2.91a Private Test Release (6/30/2006) 0.2.91a Private Test Release (6/30/2006)
---------------------------------------- ----------------------------------------
- Fixed memory usage issues - Fixed memory usage issues
- Added performance and other memory optimizations - Added performance and other memory optimizations
0.2.90a Private Test Release (6/30/2006) 0.2.90a Private Test Release (6/30/2006)
---------------------------------------- ----------------------------------------
- Added 32-bit ECU (float) support - Added 32-bit ECU (float) support
0.2.7.4b (5/09/2006) 0.2.7.4b (5/09/2006)
-------------------- --------------------
- Fixed 16-bit 3D tables saving improperly - Fixed 16-bit 3D tables saving improperly
- Added compare to original value function - Added compare to original value function
0.2.7.3b (4/17/2006) 0.2.7.3b (4/17/2006)
-------------------- --------------------
- Fix border colors not showing changes from keyboard - Fix border colors not showing changes from keyboard
- Add progress indicators - Add progress indicators
- Remove table definition generator - Remove table definition generator
- Fix refresh button closing images with same filename - Fix refresh button closing images with same filename
- Fix border/background of static axiis - Fix border/background of static axiis
- Fix rounding problems causing false conflicts for conversion expressions - Fix rounding problems causing false conflicts for conversion expressions
- Fix set value not updating borders - Fix set value not updating borders
- Reset default settings option - Reset default settings option
- Fix cell border not saving - Fix cell border not saving
- Improve warning messages - Improve warning messages
- Fix ECU definition file settings not saving - Fix ECU definition file settings not saving
- Fix last image directory resetting - Fix last image directory resetting
- Fix updated cell border not updating - Fix updated cell border not updating
0.2.7.2b (4/12/2006) 0.2.7.2b (4/12/2006)
-------------------- --------------------
- Fixed close all images - Fixed close all images
0.2.7.1b (4/12/2006) 0.2.7.1b (4/12/2006)
-------------------- --------------------
- Fixed ECU definitions not saving - Fixed ECU definitions not saving
- Fixed last image directory not saving - Fixed last image directory not saving
- Fixed colors not saving - Fixed colors not saving
- Fixed increased/decreased cell borders not updating - Fixed increased/decreased cell borders not updating
0.2.7b (4/12/2006) 0.2.7b (4/12/2006)
------------------ ------------------
- Replace serialized settings object with XML - Replace serialized settings object with XML
- Settings panel - Settings panel
- Custom sizes/fonts/colors for tables - Custom sizes/fonts/colors for tables
- Fix blue 2D table axiis - Fix blue 2D table axiis
- Fix exception when clicking on table list - Fix exception when clicking on table list
- Expression/to_byte conflict warning - Expression/to_byte conflict warning
- Rename packages to conventional lowercase - Rename packages to conventional lowercase
- Improve refresh method when saving - Improve refresh method when saving
- Improve exception reporting - Improve exception reporting
- Implement "obsolete" tag -- set up wiki with ROM revision info - Implement "obsolete" tag -- set up wiki with ROM revision info
- Group tables by category - Group tables by category
- Fix descriptions not working - Fix descriptions not working
- Fix 2D table navigation - Fix 2D table navigation
0.2.6b (4/5/2006) 0.2.6b (4/5/2006)
----------------- -----------------
- Shortcut keys - Shortcut keys
- Improve display of tables too large for window (MDI) - Improve display of tables too large for window (MDI)
- Improve exception reporting - Improve exception reporting
- Improve saved window position on exit (panel size, maximized) - Improve saved window position on exit (panel size, maximized)
- Remove "copy" from table menu -- its in the edit menu - Remove "copy" from table menu -- its in the edit menu
- Fix vertical overhead on table size for new graphical buttons - Fix vertical overhead on table size for new graphical buttons
- Fix rounding issues with set value - Fix rounding issues with set value
- Fix ctrl-click on tables - Fix ctrl-click on tables
- Resize cells to make best use of screen - Resize cells to make best use of screen
- Prevent simultaneous selection of axiis and table values - Prevent simultaneous selection of axiis and table values
- Map copying - Map copying
- Graphical icons - Graphical icons
- Cascade windows (MDI) - Cascade windows (MDI)
- Fix table frame JScrollPane (MDI) - Fix table frame JScrollPane (MDI)
0.2.5b (3/28/2006) 0.2.5b (3/28/2006)
------------------ ------------------
- Import tables by single address - Import tables by single address
- Refresh image button - Refresh image button
- Table properties - Table properties
- Add "obsolete" tag for images with more recent revisions - Add "obsolete" tag for images with more recent revisions
- Fix application not closing files after reading - Fix application not closing files after reading
- Add file extensions to open/save dialog (HEX, BIN) - Add file extensions to open/save dialog (HEX, BIN)
- Fix parser searching by XML ID instead of internal storage ID - Fix parser searching by XML ID instead of internal storage ID
- Image properties - Image properties
- Show positive (red) and negative (blue) value changes on tables - Show positive (red) and negative (blue) value changes on tables
BUG FIXES: BUG FIXES:
- Decrement (fine) increments - Decrement (fine) increments
- Files not closing after being read - Files not closing after being read
- Set value rounds goofy - Set value rounds goofy
- 1D tables not colorizing properly - 1D tables not colorizing properly
- 2D tables not working properly - 2D tables not working properly
- Set value field shows negative numbers - Set value field shows negative numbers
0.2.4a (3/21/2006) 0.2.4a (3/21/2006)
------------------ ------------------
- "Base" attribute for extending/duplicating tables - "Base" attribute for extending/duplicating tables
- "Omit" attribute not required to omit tables -- just set storageaddress to "0" - "Omit" attribute not required to omit tables -- just set storageaddress to "0"
- Fine and coarse adjustment of values - Fine and coarse adjustment of values
- Direct value input - Direct value input
- Support for ROMs with or without RAM sectors - Support for ROMs with or without RAM sectors
0.2.3a (2/27/2006) 0.2.3a (2/27/2006)
------------------ ------------------
- ECU definitions including each other (endless loop) is now handled - ECU definitions including each other (endless loop) is now handled
- "Omit" attribute allows incomplete tables to be removed from inheriting definitions - "Omit" attribute allows incomplete tables to be removed from inheriting definitions
- Nested includes (includes more than 1 definition deep) tested and working properly - Nested includes (includes more than 1 definition deep) tested and working properly
0.2.2a (2/26/2006) 0.2.2a (2/26/2006)
------------------ ------------------
- Include support in XML definitions (exception handling not yet implemented!) - Include support in XML definitions (exception handling not yet implemented!)
0.2.1a (2/13/2006) 0.2.1a (2/13/2006)
------------------ ------------------
- Handles storage addresses that are out of range - Handles storage addresses that are out of range
- Fixed conflicting parent/child table sizes (done) - Fixed conflicting parent/child table sizes (done)
- Replaced "<Table Name>" menu with "Table" -- makes it more obviously a menu - Replaced "<Table Name>" menu with "Table" -- makes it more obviously a menu
- Fixed 3D table sizing problem - Fixed 3D table sizing problem
- Fixed colorizing exception - Fixed colorizing exception
- Fixed backwards endians - Fixed backwards endians
- Fixed storage address out of range exception - Fixed storage address out of range exception
- Improved close image method - Improved close image method
.20a (2/11/2006) .20a (2/11/2006)
---------------- ----------------
-Completely rewritten -Completely rewritten
-XML ECU definitions -XML ECU definitions
-View multiple images and tables -View multiple images and tables
.14a (11/26/2005) .14a (11/26/2005)
------------------ ------------------
-Improved axis cell modification -Improved axis cell modification
-Fixed absolute value calculations -Fixed absolute value calculations
.13a .13a
----- -----
-Revised text entry of values -Revised text entry of values
-Added EUDM WRX support -Added EUDM WRX support
-Improved multiple cell selection -Improved multiple cell selection
-Improved axis cell modification -Improved axis cell modification
-Axis cell changes can be saved -Axis cell changes can be saved
Supported ECU Versions/Version Added - Deprecated as of version .20a. ECU versions are now defined in ecu_defs.xml. Supported ECU Versions/Version Added - Deprecated as of version .20a. ECU versions are now defined in ecu_defs.xml.
---------------------- ----------------------
2004/2005 USDM WRX: 2004/2005 USDM WRX:
-A4TF300E .13a -A4TF300E .13a
-A4TF400E .13a -A4TF400E .13a
-A4TF800E .13a -A4TF800E .13a
-A4TF500F .13a -A4TF500F .13a
-A4TF510F .13a -A4TF510F .13a
-A4TF800F .13a -A4TF800F .13a
2002/2003 USDM WRX: 2002/2003 USDM WRX:
-A4TC300L .13a -A4TC300L .13a
-A4SGC00C .13a -A4SGC00C .13a
-A4SGD10C .13a -A4SGD10C .13a
-A4SG900C .13a -A4SG900C .13a
2003 EUDM WRX: 2003 EUDM WRX:
-A4TE001G .13a -A4TE001G .13a

View File

@ -19,27 +19,26 @@
* *
*/ */
package enginuity; package com.romraider;
import com.romraider.logger.ecu.ui.handler.table.TableUpdateHandler;
import com.romraider.maps.Rom;
import com.romraider.maps.Table;
import com.romraider.net.URL;
import com.romraider.swing.ECUEditorMenuBar;
import com.romraider.swing.ECUEditorToolBar;
import com.romraider.swing.JProgressPane;
import com.romraider.swing.MDIDesktopPane;
import com.romraider.swing.RomTree;
import com.romraider.swing.RomTreeNode;
import com.romraider.swing.RomTreeRootNode;
import com.romraider.swing.TableFrame;
import com.romraider.util.SettingsManager;
import com.romraider.util.SettingsManagerImpl;
import com.romraider.xml.DOMRomUnmarshaller;
import com.romraider.xml.RomNotFoundException;
import com.sun.org.apache.xerces.internal.parsers.DOMParser; import com.sun.org.apache.xerces.internal.parsers.DOMParser;
import com.sun.org.apache.xerces.internal.xni.parser.XMLParseException; import com.sun.org.apache.xerces.internal.xni.parser.XMLParseException;
import enginuity.logger.ecu.ui.handler.table.TableUpdateHandler;
import enginuity.Version; // this is a generated class - see build.xml
import enginuity.maps.Rom;
import enginuity.maps.Table;
import enginuity.net.URL;
import enginuity.swing.ECUEditorMenuBar;
import enginuity.swing.ECUEditorToolBar;
import enginuity.swing.JProgressPane;
import enginuity.swing.MDIDesktopPane;
import enginuity.swing.RomTree;
import enginuity.swing.RomTreeNode;
import enginuity.swing.RomTreeRootNode;
import enginuity.swing.TableFrame;
import enginuity.util.SettingsManager;
import enginuity.util.SettingsManagerImpl;
import enginuity.xml.DOMRomUnmarshaller;
import enginuity.xml.RomNotFoundException;
import org.w3c.dom.Document; import org.w3c.dom.Document;
import org.xml.sax.InputSource; import org.xml.sax.InputSource;
import javax.swing.ImageIcon; import javax.swing.ImageIcon;
@ -123,7 +122,7 @@ public class ECUEditor extends JFrame implements WindowListener, PropertyChangeL
this.add(statusPanel, BorderLayout.SOUTH); this.add(statusPanel, BorderLayout.SOUTH);
//set remaining window properties //set remaining window properties
setIconImage(new ImageIcon("./graphics/enginuity-ico.gif").getImage()); setIconImage(new ImageIcon("./graphics/romraider-ico.gif").getImage());
setDefaultCloseOperation(EXIT_ON_CLOSE); setDefaultCloseOperation(EXIT_ON_CLOSE);
addWindowListener(this); addWindowListener(this);
setTitle(titleText); setTitle(titleText);
@ -155,7 +154,7 @@ public class ECUEditor extends JFrame implements WindowListener, PropertyChangeL
releaseNotes.setText(sb.toString()); releaseNotes.setText(sb.toString());
JOptionPane.showMessageDialog(this, scroller, JOptionPane.showMessageDialog(this, scroller,
Version.PRODUCT_NAME + Version.VERSION + " Release Notes", JOptionPane.INFORMATION_MESSAGE); Version.PRODUCT_NAME + Version.VERSION + " Release Notes", JOptionPane.INFORMATION_MESSAGE);
} finally { } finally {
br.close(); br.close();
} }

View File

@ -19,8 +19,9 @@
* *
*/ */
package enginuity; package com.romraider;
import com.romraider.ECUEditor;
import javax.swing.SwingUtilities; import javax.swing.SwingUtilities;
public class ECUEditorManager { public class ECUEditorManager {

View File

@ -19,10 +19,11 @@
* *
*/ */
package enginuity; package com.romraider;
import enginuity.swing.LookAndFeelManager; import com.romraider.swing.LookAndFeelManager;
import enginuity.util.LogManager; import com.romraider.util.LogManager;
import com.romraider.ECUEditor;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
import java.io.BufferedReader; import java.io.BufferedReader;
import java.io.File; import java.io.File;

View File

@ -1,15 +1,15 @@
package enginuity.NewGUI; package com.romraider.NewGUI;
import enginuity.NewGUI.data.ApplicationStateManager; import com.romraider.NewGUI.data.ApplicationStateManager;
import enginuity.NewGUI.data.TableMetaData; import com.romraider.NewGUI.data.TableMetaData;
import enginuity.NewGUI.desktop.EDesktopPane; import com.romraider.NewGUI.desktop.EDesktopPane;
import enginuity.NewGUI.etable.EInternalFrame; import com.romraider.NewGUI.etable.EInternalFrame;
import enginuity.NewGUI.interfaces.TuningEntity; import com.romraider.NewGUI.interfaces.TuningEntity;
import enginuity.NewGUI.interfaces.TuningEntityListener; import com.romraider.NewGUI.interfaces.TuningEntityListener;
import enginuity.NewGUI.tree.ETree; import com.romraider.NewGUI.tree.ETree;
import enginuity.NewGUI.tree.ETreeNode; import com.romraider.NewGUI.tree.ETreeNode;
import enginuity.logger.utec.impl.UtecTuningEntityImpl; import com.romraider.logger.utec.impl.UtecTuningEntityImpl;
import enginuity.swing.LookAndFeelManager; import com.romraider.swing.LookAndFeelManager;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
import javax.swing.JFrame; import javax.swing.JFrame;
import javax.swing.JInternalFrame; import javax.swing.JInternalFrame;
@ -35,7 +35,7 @@ import java.util.Vector;
public class NewGUI extends JFrame implements WindowListener, ActionListener, public class NewGUI extends JFrame implements WindowListener, ActionListener,
TreeSelectionListener, TuningEntityListener { TreeSelectionListener, TuningEntityListener {
private static final Logger LOGGER = Logger.getLogger(NewGUI.class); private static final Logger LOGGER = Logger.getLogger(NewGUI.class);
private final String engninuityVersionTitle = "RomRaider v0.5.0 alpha 1"; private final String romRaiderVersionTitle = "RomRaider v0.5.0 alpha 1";
private JPanel mainJPanel = new JPanel(); private JPanel mainJPanel = new JPanel();
@ -61,11 +61,11 @@ public class NewGUI extends JFrame implements WindowListener, ActionListener,
} }
public static NewGUI getInstance() { public static NewGUI getInstance() {
if (ApplicationStateManager.getEnginuityInstance() == null) { if (ApplicationStateManager.getRomRaiderInstance() == null) {
ApplicationStateManager.setEnginuityInstance(new NewGUI()); ApplicationStateManager.setRomRaiderInstance(new NewGUI());
} }
return ApplicationStateManager.getEnginuityInstance(); return ApplicationStateManager.getRomRaiderInstance();
} }
private void initData() { private void initData() {
@ -81,11 +81,11 @@ public class NewGUI extends JFrame implements WindowListener, ActionListener,
// Set the frame icon // Set the frame icon
Image img = Toolkit.getDefaultToolkit().getImage( Image img = Toolkit.getDefaultToolkit().getImage(
"graphics/enginuity-ico.gif"); "graphics/romraider-ico.gif");
setIconImage(img); setIconImage(img);
// Set frame title // Set frame title
this.setTitle(this.engninuityVersionTitle); this.setTitle(this.romRaiderVersionTitle);
// Set main JFrame size // Set main JFrame size
this.setSize(800, 600); this.setSize(800, 600);
@ -159,7 +159,7 @@ public class NewGUI extends JFrame implements WindowListener, ActionListener,
} }
public void addTuningGroupNameToTitle(String titleAppend) { public void addTuningGroupNameToTitle(String titleAppend) {
this.setTitle(this.engninuityVersionTitle + ": " + titleAppend); this.setTitle(this.romRaiderVersionTitle + ": " + titleAppend);
} }
/** /**
@ -243,7 +243,7 @@ public class NewGUI extends JFrame implements WindowListener, ActionListener,
/* /*
* Helper method that returns the number of maps that have had their data changed. * Helper method that returns the number of maps that have had their data changed.
* (non-Javadoc) * (non-Javadoc)
* @see enginuity.NewGUI.interfaces.TuningEntityListener#getMapChangeCount(enginuity.NewGUI.interfaces.TuningEntity, java.lang.String) * @see com.romraider.NewGUI.interfaces.TuningEntityListener#getMapChangeCount(com.romraider.NewGUI.interfaces.TuningEntity, java.lang.String)
*/ */
public int getMapChangeCount(TuningEntity tuningEntity, String tableGroup) { public int getMapChangeCount(TuningEntity tuningEntity, String tableGroup) {
JInternalFrame[] allFrames = this.rightDesktopPane.getAllFrames(); JInternalFrame[] allFrames = this.rightDesktopPane.getAllFrames();
@ -267,7 +267,7 @@ public class NewGUI extends JFrame implements WindowListener, ActionListener,
* Method walks through all opened JInternalFrames in right pane. If an InternFrame claims its * Method walks through all opened JInternalFrames in right pane. If an InternFrame claims its
* data has been changed, the tuning entity parent is notified. * data has been changed, the tuning entity parent is notified.
* (non-Javadoc) * (non-Javadoc)
* @see enginuity.NewGUI.interfaces.TuningEntityListener#saveMaps() * @see com.romraider.NewGUI.interfaces.TuningEntityListener#saveMaps()
*/ */
public void saveMaps() { public void saveMaps() {
JInternalFrame[] allFrames = this.rightDesktopPane.getAllFrames(); JInternalFrame[] allFrames = this.rightDesktopPane.getAllFrames();
@ -286,18 +286,18 @@ public class NewGUI extends JFrame implements WindowListener, ActionListener,
} }
/** /**
* Getter that returns the title of Enginuity * Getter that returns the title of RomRaider
* *
* @return * @return
*/ */
public String getEngninuityTitle() { public String getRomRaiderTitle() {
return engninuityVersionTitle; return romRaiderVersionTitle;
} }
/* /*
* Tuning entity in scope will call this when it is ready to exit. Some entities might need to cleanup connections or save files. * Tuning entity in scope will call this when it is ready to exit. Some entities might need to cleanup connections or save files.
* (non-Javadoc) * (non-Javadoc)
* @see enginuity.NewGUI.interfaces.TuningEntityListener#readyForExit() * @see com.romraider.NewGUI.interfaces.TuningEntityListener#readyForExit()
*/ */
public void readyForExit() { public void readyForExit() {
LOGGER.info("RomRaider is now exiting as per tuning entity notification: " + ApplicationStateManager.getCurrentTuningEntity().getName()); LOGGER.info("RomRaider is now exiting as per tuning entity notification: " + ApplicationStateManager.getCurrentTuningEntity().getName());

View File

@ -1,6 +1,6 @@
package enginuity.NewGUI; package com.romraider.NewGUI;
import enginuity.util.LogManager; import com.romraider.util.LogManager;
public class TestNewGUI { public class TestNewGUI {
public static void main(String[] args) { public static void main(String[] args) {

View File

@ -1,8 +1,8 @@
package enginuity.NewGUI.data; package com.romraider.NewGUI.data;
import enginuity.NewGUI.NewGUI; import com.romraider.NewGUI.NewGUI;
import enginuity.NewGUI.interfaces.TuningEntity; import com.romraider.NewGUI.interfaces.TuningEntity;
import enginuity.NewGUI.interfaces.TuningEntityListener; import com.romraider.NewGUI.interfaces.TuningEntityListener;
import java.util.Iterator; import java.util.Iterator;
import java.util.Vector; import java.util.Vector;
@ -18,7 +18,7 @@ public class ApplicationStateManager {
private static TuningEntity currentTuningEntity; private static TuningEntity currentTuningEntity;
private static int currentUserLevel = ApplicationStateManager.USER_LEVEL_1; private static int currentUserLevel = ApplicationStateManager.USER_LEVEL_1;
private static NewGUI enginuityInstance = null; private static NewGUI romRaiderInstance = null;
private static String selectedTuningGroup = ""; private static String selectedTuningGroup = "";
@ -61,12 +61,12 @@ public class ApplicationStateManager {
return currentTuningEntity; return currentTuningEntity;
} }
public static NewGUI getEnginuityInstance() { public static NewGUI getRomRaiderInstance() {
return enginuityInstance; return romRaiderInstance;
} }
public static void setEnginuityInstance(NewGUI enginuityInstance) { public static void setRomRaiderInstance(NewGUI romRaiderInstance) {
ApplicationStateManager.enginuityInstance = enginuityInstance; ApplicationStateManager.romRaiderInstance = romRaiderInstance;
} }
public static String getSelectedTuningGroup() { public static String getSelectedTuningGroup() {

View File

@ -1,6 +1,6 @@
package enginuity.NewGUI.data; package com.romraider.NewGUI.data;
import enginuity.NewGUI.interfaces.TuningEntity; import com.romraider.NewGUI.interfaces.TuningEntity;
import java.awt.Dimension; import java.awt.Dimension;
import java.text.DecimalFormat; import java.text.DecimalFormat;

View File

@ -1,7 +1,7 @@
package enginuity.NewGUI.desktop; package com.romraider.NewGUI.desktop;
import enginuity.NewGUI.data.TableMetaData; import com.romraider.NewGUI.data.TableMetaData;
import enginuity.NewGUI.etable.EInternalFrame; import com.romraider.NewGUI.etable.EInternalFrame;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
import javax.swing.DefaultDesktopManager; import javax.swing.DefaultDesktopManager;
import javax.swing.JComponent; import javax.swing.JComponent;

View File

@ -1,9 +1,9 @@
package enginuity.NewGUI.etable; package com.romraider.NewGUI.etable;
import enginuity.NewGUI.data.TableMetaData; import com.romraider.NewGUI.data.TableMetaData;
import enginuity.NewGUI.etable.dataJPanel.DataJPanel1DString; import com.romraider.NewGUI.etable.dataJPanel.DataJPanel1DString;
import enginuity.NewGUI.etable.dataJPanel.DataJPanel3DDouble; import com.romraider.NewGUI.etable.dataJPanel.DataJPanel3DDouble;
import enginuity.NewGUI.etable.dataJPanel.DataJPanelInterface; import com.romraider.NewGUI.etable.dataJPanel.DataJPanelInterface;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
import javax.swing.ImageIcon; import javax.swing.ImageIcon;
import javax.swing.JInternalFrame; import javax.swing.JInternalFrame;
@ -54,7 +54,7 @@ public class EInternalFrame extends JInternalFrame implements InternalFrameListe
// ***************************** // *****************************
// Build up final internal frame // Build up final internal frame
// ***************************** // *****************************
Image img = Toolkit.getDefaultToolkit().getImage("graphics/enginuity-ico.gif"); Image img = Toolkit.getDefaultToolkit().getImage("graphics/romraider-ico.gif");
ImageIcon imgIcon = new ImageIcon(img); ImageIcon imgIcon = new ImageIcon(img);
this.setFrameIcon(imgIcon); this.setFrameIcon(imgIcon);
this.setVisible(true); this.setVisible(true);

View File

@ -1,7 +1,7 @@
package enginuity.NewGUI.etable; package com.romraider.NewGUI.etable;
import enginuity.NewGUI.data.TableMetaData; import com.romraider.NewGUI.data.TableMetaData;
import enginuity.NewGUI.tools.FitData; import com.romraider.NewGUI.tools.FitData;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
import javax.swing.JTable; import javax.swing.JTable;
import javax.swing.ListSelectionModel; import javax.swing.ListSelectionModel;

View File

@ -1,4 +1,4 @@
package enginuity.NewGUI.etable; package com.romraider.NewGUI.etable;
import com.ecm.graphics.tools.ColorTable; import com.ecm.graphics.tools.ColorTable;
import javax.swing.JTable; import javax.swing.JTable;

View File

@ -1,6 +1,6 @@
package enginuity.NewGUI.etable; package com.romraider.NewGUI.etable;
import enginuity.NewGUI.etable.dataJPanel.DataJPanelInterface; import com.romraider.NewGUI.etable.dataJPanel.DataJPanelInterface;
import javax.swing.JMenu; import javax.swing.JMenu;
import javax.swing.JMenuBar; import javax.swing.JMenuBar;
import javax.swing.JMenuItem; import javax.swing.JMenuItem;

View File

@ -1,6 +1,6 @@
package enginuity.NewGUI.etable; package com.romraider.NewGUI.etable;
import enginuity.NewGUI.data.TableMetaData; import com.romraider.NewGUI.data.TableMetaData;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
import javax.swing.table.AbstractTableModel; import javax.swing.table.AbstractTableModel;
import java.text.DecimalFormat; import java.text.DecimalFormat;

View File

@ -1,4 +1,4 @@
package enginuity.NewGUI.etable; package com.romraider.NewGUI.etable;
import javax.swing.table.AbstractTableModel; import javax.swing.table.AbstractTableModel;

View File

@ -1,4 +1,4 @@
package enginuity.NewGUI.etable; package com.romraider.NewGUI.etable;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;

View File

@ -1,4 +1,4 @@
package enginuity.NewGUI.etable; package com.romraider.NewGUI.etable;
import javax.swing.event.TableModelEvent; import javax.swing.event.TableModelEvent;
import javax.swing.event.TableModelListener; import javax.swing.event.TableModelListener;

View File

@ -1,6 +1,6 @@
package enginuity.NewGUI.etable; package com.romraider.NewGUI.etable;
import enginuity.NewGUI.data.TableMetaData; import com.romraider.NewGUI.data.TableMetaData;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
import javax.swing.AbstractAction; import javax.swing.AbstractAction;
import javax.swing.Action; import javax.swing.Action;

View File

@ -1,6 +1,6 @@
package enginuity.NewGUI.etable.dataJPanel; package com.romraider.NewGUI.etable.dataJPanel;
import enginuity.NewGUI.data.TableMetaData; import com.romraider.NewGUI.data.TableMetaData;
import javax.swing.JMenuBar; import javax.swing.JMenuBar;
import javax.swing.JPanel; import javax.swing.JPanel;
import javax.swing.JScrollPane; import javax.swing.JScrollPane;

View File

@ -1,13 +1,13 @@
package enginuity.NewGUI.etable.dataJPanel; package com.romraider.NewGUI.etable.dataJPanel;
import enginuity.NewGUI.data.TableMetaData; import com.romraider.NewGUI.data.TableMetaData;
import enginuity.NewGUI.etable.ETable; import com.romraider.NewGUI.etable.ETable;
import enginuity.NewGUI.etable.ETableMenuBar; import com.romraider.NewGUI.etable.ETableMenuBar;
import enginuity.NewGUI.etable.ETableRowLabel; import com.romraider.NewGUI.etable.ETableRowLabel;
import enginuity.NewGUI.etable.ETableSaveState; import com.romraider.NewGUI.etable.ETableSaveState;
import enginuity.NewGUI.etable.ETableToolBar; import com.romraider.NewGUI.etable.ETableToolBar;
import enginuity.NewGUI.etable.text.RotatedLabel; import com.romraider.NewGUI.etable.text.RotatedLabel;
import enginuity.NewGUI.tools.ClipBoardCopy; import com.romraider.NewGUI.tools.ClipBoardCopy;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
import javax.swing.JLabel; import javax.swing.JLabel;
import javax.swing.JMenuBar; import javax.swing.JMenuBar;

View File

@ -1,4 +1,4 @@
package enginuity.NewGUI.etable.dataJPanel; package com.romraider.NewGUI.etable.dataJPanel;
import javax.swing.JMenuBar; import javax.swing.JMenuBar;
import javax.swing.JToolBar; import javax.swing.JToolBar;

View File

@ -1,4 +1,4 @@
package enginuity.NewGUI.etable.text; package com.romraider.NewGUI.etable.text;
import javax.swing.Icon; import javax.swing.Icon;
import javax.swing.JLabel; import javax.swing.JLabel;

View File

@ -1,4 +1,4 @@
package enginuity.NewGUI.interfaces; package com.romraider.NewGUI.interfaces;
import javax.swing.JMenu; import javax.swing.JMenu;
import javax.swing.JToolBar; import javax.swing.JToolBar;

View File

@ -1,6 +1,6 @@
package enginuity.NewGUI.interfaces; package com.romraider.NewGUI.interfaces;
import enginuity.NewGUI.tree.ETreeNode; import com.romraider.NewGUI.tree.ETreeNode;
import javax.swing.JMenu; import javax.swing.JMenu;
import javax.swing.JToolBar; import javax.swing.JToolBar;
import java.util.Vector; import java.util.Vector;

View File

@ -1,6 +1,6 @@
package enginuity.NewGUI.tools; package com.romraider.NewGUI.tools;
import enginuity.NewGUI.etable.ETable; import com.romraider.NewGUI.etable.ETable;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
import javax.swing.JComponent; import javax.swing.JComponent;
import javax.swing.JOptionPane; import javax.swing.JOptionPane;

View File

@ -1,4 +1,4 @@
package enginuity.NewGUI.tools; package com.romraider.NewGUI.tools;
import Jama.Matrix; import Jama.Matrix;

View File

@ -0,0 +1,5 @@
package com.romraider.NewGUI.tools;
public class RomRaiderDataTools {
}

View File

@ -1,7 +1,7 @@
package enginuity.NewGUI.tree; package com.romraider.NewGUI.tree;
import enginuity.NewGUI.data.ApplicationStateManager; import com.romraider.NewGUI.data.ApplicationStateManager;
import enginuity.NewGUI.data.TableMetaData; import com.romraider.NewGUI.data.TableMetaData;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
import javax.swing.JTree; import javax.swing.JTree;
import java.awt.Font; import java.awt.Font;
@ -37,7 +37,7 @@ public class ETree extends JTree implements MouseListener {
if (selectedObject instanceof ETreeNode) { if (selectedObject instanceof ETreeNode) {
ETreeNode theNode = (ETreeNode) selectedObject; ETreeNode theNode = (ETreeNode) selectedObject;
ApplicationStateManager.getEnginuityInstance().addTuningGroupNameToTitle(theNode.getTableMetaData().getTableGroup()); ApplicationStateManager.getRomRaiderInstance().addTuningGroupNameToTitle(theNode.getTableMetaData().getTableGroup());
String tableGroup = theNode.getTableMetaData().getTableGroup(); String tableGroup = theNode.getTableMetaData().getTableGroup();
if (tableGroup != null && tableGroup != "") { if (tableGroup != null && tableGroup != "") {
ApplicationStateManager.setSelectedTuningGroup(tableGroup); ApplicationStateManager.setSelectedTuningGroup(tableGroup);
@ -48,7 +48,7 @@ public class ETree extends JTree implements MouseListener {
LOGGER.debug("ETree Table data:" + theNode.getTableMetaData().getTableIdentifier()); LOGGER.debug("ETree Table data:" + theNode.getTableMetaData().getTableIdentifier());
Object[][] tableData = ApplicationStateManager.getCurrentTuningEntity().getTableData(theNode.getTableMetaData().getTableIdentifier()); Object[][] tableData = ApplicationStateManager.getCurrentTuningEntity().getTableData(theNode.getTableMetaData().getTableIdentifier());
LOGGER.debug("ETree size:" + tableData.length); LOGGER.debug("ETree size:" + tableData.length);
ApplicationStateManager.getEnginuityInstance().displayInternalFrameTable(tableData, theNode.getTableMetaData()); ApplicationStateManager.getRomRaiderInstance().displayInternalFrameTable(tableData, theNode.getTableMetaData());
} }
} }

View File

@ -1,7 +1,7 @@
package enginuity.NewGUI.tree; package com.romraider.NewGUI.tree;
import enginuity.NewGUI.data.ApplicationStateManager; import com.romraider.NewGUI.data.ApplicationStateManager;
import enginuity.NewGUI.data.TableMetaData; import com.romraider.NewGUI.data.TableMetaData;
import static javax.swing.BorderFactory.createLineBorder; import static javax.swing.BorderFactory.createLineBorder;
import javax.swing.ImageIcon; import javax.swing.ImageIcon;
import javax.swing.JLabel; import javax.swing.JLabel;

View File

@ -1,7 +1,7 @@
package enginuity.NewGUI.tree; package com.romraider.NewGUI.tree;
import enginuity.NewGUI.data.ApplicationStateManager; import com.romraider.NewGUI.data.ApplicationStateManager;
import enginuity.NewGUI.data.TableMetaData; import com.romraider.NewGUI.data.TableMetaData;
import javax.swing.tree.DefaultMutableTreeNode; import javax.swing.tree.DefaultMutableTreeNode;
public class ETreeNode extends DefaultMutableTreeNode { public class ETreeNode extends DefaultMutableTreeNode {

View File

@ -19,11 +19,11 @@
* *
*/ */
package enginuity; package com.romraider;
import enginuity.io.connection.ConnectionProperties; import com.romraider.io.connection.ConnectionProperties;
import enginuity.logger.ecu.definition.EcuDefinition; import com.romraider.logger.ecu.definition.EcuDefinition;
import static enginuity.util.ParamChecker.checkNotNullOrEmpty; import static com.romraider.util.ParamChecker.checkNotNullOrEmpty;
import java.awt.Color; import java.awt.Color;
import java.awt.Dimension; import java.awt.Dimension;
import java.awt.Font; import java.awt.Font;

View File

@ -21,7 +21,7 @@
* *
*/ */
package enginuity; package com.romraider;
public final class Version { public final class Version {
public static final String PRODUCT_NAME = "@name.package@"; public static final String PRODUCT_NAME = "@name.package@";

View File

@ -19,7 +19,7 @@
* *
*/ */
package enginuity.io.connection; package com.romraider.io.connection;
public interface ConnectionProperties { public interface ConnectionProperties {

View File

@ -1,4 +1,4 @@
package enginuity.io.connection; package com.romraider.io.connection;
public final class ConnectionPropertiesImpl implements ConnectionProperties { public final class ConnectionPropertiesImpl implements ConnectionProperties {
private final int baudRate; private final int baudRate;

View File

@ -19,7 +19,7 @@
* *
*/ */
package enginuity.io.connection; package com.romraider.io.connection;
public interface EcuConnection { public interface EcuConnection {

View File

@ -19,12 +19,12 @@
* *
*/ */
package enginuity.io.connection; package com.romraider.io.connection;
import enginuity.logger.ecu.exception.SerialCommunicationException; import com.romraider.logger.ecu.exception.SerialCommunicationException;
import static enginuity.util.ParamChecker.checkNotNull; import static com.romraider.util.ParamChecker.checkNotNull;
import static enginuity.util.ParamChecker.checkNotNullOrEmpty; import static com.romraider.util.ParamChecker.checkNotNullOrEmpty;
import static enginuity.util.ThreadUtil.sleep; import static com.romraider.util.ThreadUtil.sleep;
public final class EcuConnectionImpl implements EcuConnection { public final class EcuConnectionImpl implements EcuConnection {
private final long sendTimeout; private final long sendTimeout;

View File

@ -19,7 +19,7 @@
* *
*/ */
package enginuity.io.connection; package com.romraider.io.connection;
import java.io.IOException; import java.io.IOException;

View File

@ -19,15 +19,15 @@
* *
*/ */
package enginuity.io.connection; package com.romraider.io.connection;
import enginuity.logger.ecu.exception.NotConnectedException; import com.romraider.logger.ecu.exception.NotConnectedException;
import enginuity.logger.ecu.exception.PortNotFoundException; import com.romraider.logger.ecu.exception.PortNotFoundException;
import enginuity.logger.ecu.exception.SerialCommunicationException; import com.romraider.logger.ecu.exception.SerialCommunicationException;
import enginuity.logger.ecu.exception.UnsupportedPortTypeException; import com.romraider.logger.ecu.exception.UnsupportedPortTypeException;
import static enginuity.util.HexUtil.asHex; import static com.romraider.util.HexUtil.asHex;
import static enginuity.util.ParamChecker.checkNotNull; import static com.romraider.util.ParamChecker.checkNotNull;
import static enginuity.util.ParamChecker.checkNotNullOrEmpty; import static com.romraider.util.ParamChecker.checkNotNullOrEmpty;
import gnu.io.CommPortIdentifier; import gnu.io.CommPortIdentifier;
import static gnu.io.CommPortIdentifier.PORT_SERIAL; import static gnu.io.CommPortIdentifier.PORT_SERIAL;
import static gnu.io.CommPortIdentifier.getPortIdentifier; import static gnu.io.CommPortIdentifier.getPortIdentifier;

View File

@ -1,27 +1,27 @@
package enginuity.io.connection; package com.romraider.io.connection;
import static enginuity.io.protocol.SSMChecksumCalculator.calculateChecksum; import static com.romraider.io.protocol.SSMChecksumCalculator.calculateChecksum;
import static enginuity.io.protocol.SSMProtocol.ADDRESS_SIZE; import static com.romraider.io.protocol.SSMProtocol.ADDRESS_SIZE;
import static enginuity.io.protocol.SSMProtocol.DATA_SIZE; import static com.romraider.io.protocol.SSMProtocol.DATA_SIZE;
import static enginuity.io.protocol.SSMProtocol.DIAGNOSTIC_TOOL_ID; import static com.romraider.io.protocol.SSMProtocol.DIAGNOSTIC_TOOL_ID;
import static enginuity.io.protocol.SSMProtocol.ECU_ID; import static com.romraider.io.protocol.SSMProtocol.ECU_ID;
import static enginuity.io.protocol.SSMProtocol.ECU_INIT_COMMAND; import static com.romraider.io.protocol.SSMProtocol.ECU_INIT_COMMAND;
import static enginuity.io.protocol.SSMProtocol.HEADER; import static com.romraider.io.protocol.SSMProtocol.HEADER;
import static enginuity.io.protocol.SSMProtocol.READ_ADDRESS_COMMAND; import static com.romraider.io.protocol.SSMProtocol.READ_ADDRESS_COMMAND;
import static enginuity.io.protocol.SSMProtocol.READ_ADDRESS_RESPONSE; import static com.romraider.io.protocol.SSMProtocol.READ_ADDRESS_RESPONSE;
import static enginuity.io.protocol.SSMProtocol.READ_MEMORY_COMMAND; import static com.romraider.io.protocol.SSMProtocol.READ_MEMORY_COMMAND;
import static enginuity.io.protocol.SSMProtocol.READ_MEMORY_RESPONSE; import static com.romraider.io.protocol.SSMProtocol.READ_MEMORY_RESPONSE;
import static enginuity.io.protocol.SSMProtocol.REQUEST_NON_DATA_BYTES; import static com.romraider.io.protocol.SSMProtocol.REQUEST_NON_DATA_BYTES;
import static enginuity.io.protocol.SSMProtocol.RESPONSE_NON_DATA_BYTES; import static com.romraider.io.protocol.SSMProtocol.RESPONSE_NON_DATA_BYTES;
import static enginuity.io.protocol.SSMProtocol.WRITE_MEMORY_COMMAND; import static com.romraider.io.protocol.SSMProtocol.WRITE_MEMORY_COMMAND;
import static enginuity.io.protocol.SSMProtocol.WRITE_MEMORY_RESPONSE; import static com.romraider.io.protocol.SSMProtocol.WRITE_MEMORY_RESPONSE;
import enginuity.logger.ecu.exception.SerialCommunicationException; import com.romraider.logger.ecu.exception.SerialCommunicationException;
import static enginuity.util.ByteUtil.asInt; import static com.romraider.util.ByteUtil.asInt;
import static enginuity.util.HexUtil.asBytes; import static com.romraider.util.HexUtil.asBytes;
import static enginuity.util.HexUtil.asHex; import static com.romraider.util.HexUtil.asHex;
import static enginuity.util.ParamChecker.checkNotNull; import static com.romraider.util.ParamChecker.checkNotNull;
import static enginuity.util.ParamChecker.checkNotNullOrEmpty; import static com.romraider.util.ParamChecker.checkNotNullOrEmpty;
import static enginuity.util.ThreadUtil.sleep; import static com.romraider.util.ThreadUtil.sleep;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
import java.util.Random; import java.util.Random;

View File

@ -19,7 +19,7 @@
* *
*/ */
package enginuity.io.port; package com.romraider.io.port;
import gnu.io.CommPortIdentifier; import gnu.io.CommPortIdentifier;
import java.util.List; import java.util.List;

View File

@ -19,7 +19,7 @@
* *
*/ */
package enginuity.io.port; package com.romraider.io.port;
import gnu.io.CommPortIdentifier; import gnu.io.CommPortIdentifier;
import static gnu.io.CommPortIdentifier.PORT_SERIAL; import static gnu.io.CommPortIdentifier.PORT_SERIAL;

View File

@ -19,7 +19,7 @@
* *
*/ */
package enginuity.io.port; package com.romraider.io.port;
import java.util.Set; import java.util.Set;

View File

@ -19,10 +19,10 @@
* *
*/ */
package enginuity.io.port; package com.romraider.io.port;
import static enginuity.util.ParamChecker.checkNotNull; import static com.romraider.util.ParamChecker.checkNotNull;
import static enginuity.util.ThreadUtil.sleep; import static com.romraider.util.ThreadUtil.sleep;
import gnu.io.CommPortIdentifier; import gnu.io.CommPortIdentifier;
import javax.swing.SwingUtilities; import javax.swing.SwingUtilities;
import java.util.List; import java.util.List;

View File

@ -19,10 +19,10 @@
* *
*/ */
package enginuity.io.protocol; package com.romraider.io.protocol;
import enginuity.io.connection.ConnectionProperties; import com.romraider.io.connection.ConnectionProperties;
import enginuity.logger.ecu.comms.query.EcuInit; import com.romraider.logger.ecu.comms.query.EcuInit;
public interface Protocol { public interface Protocol {

View File

@ -19,9 +19,9 @@
* *
*/ */
package enginuity.io.protocol; package com.romraider.io.protocol;
import enginuity.logger.ecu.exception.UnsupportedProtocolException; import com.romraider.logger.ecu.exception.UnsupportedProtocolException;
public final class ProtocolFactory { public final class ProtocolFactory {
private static final ProtocolFactory INSTANCE = new ProtocolFactory(); private static final ProtocolFactory INSTANCE = new ProtocolFactory();

View File

@ -19,10 +19,10 @@
* *
*/ */
package enginuity.io.protocol; package com.romraider.io.protocol;
import static enginuity.util.ByteUtil.asByte; import static com.romraider.util.ByteUtil.asByte;
import static enginuity.util.ByteUtil.asInt; import static com.romraider.util.ByteUtil.asInt;
public final class SSMChecksumCalculator { public final class SSMChecksumCalculator {

View File

@ -19,21 +19,21 @@
* *
*/ */
package enginuity.io.protocol; package com.romraider.io.protocol;
import enginuity.io.connection.ConnectionProperties; import com.romraider.io.connection.ConnectionProperties;
import static enginuity.io.protocol.SSMChecksumCalculator.calculateChecksum; import static com.romraider.io.protocol.SSMChecksumCalculator.calculateChecksum;
import static enginuity.io.protocol.SSMResponseProcessor.extractResponseData; import static com.romraider.io.protocol.SSMResponseProcessor.extractResponseData;
import static enginuity.io.protocol.SSMResponseProcessor.filterRequestFromResponse; import static com.romraider.io.protocol.SSMResponseProcessor.filterRequestFromResponse;
import static enginuity.io.protocol.SSMResponseProcessor.validateResponse; import static com.romraider.io.protocol.SSMResponseProcessor.validateResponse;
import enginuity.logger.ecu.comms.query.EcuInit; import com.romraider.logger.ecu.comms.query.EcuInit;
import enginuity.logger.ecu.comms.query.SSMEcuInit; import com.romraider.logger.ecu.comms.query.SSMEcuInit;
import enginuity.logger.ecu.exception.InvalidResponseException; import com.romraider.logger.ecu.exception.InvalidResponseException;
import static enginuity.util.ByteUtil.asByte; import static com.romraider.util.ByteUtil.asByte;
import static enginuity.util.HexUtil.asHex; import static com.romraider.util.HexUtil.asHex;
import static enginuity.util.ParamChecker.checkGreaterThanZero; import static com.romraider.util.ParamChecker.checkGreaterThanZero;
import static enginuity.util.ParamChecker.checkNotNull; import static com.romraider.util.ParamChecker.checkNotNull;
import static enginuity.util.ParamChecker.checkNotNullOrEmpty; import static com.romraider.util.ParamChecker.checkNotNullOrEmpty;
public final class SSMProtocol implements Protocol { public final class SSMProtocol implements Protocol {
public static final byte HEADER = (byte) 0x80; public static final byte HEADER = (byte) 0x80;

View File

@ -19,23 +19,23 @@
* *
*/ */
package enginuity.io.protocol; package com.romraider.io.protocol;
import static enginuity.io.protocol.SSMChecksumCalculator.calculateChecksum; import static com.romraider.io.protocol.SSMChecksumCalculator.calculateChecksum;
import static enginuity.io.protocol.SSMProtocol.DIAGNOSTIC_TOOL_ID; import static com.romraider.io.protocol.SSMProtocol.DIAGNOSTIC_TOOL_ID;
import static enginuity.io.protocol.SSMProtocol.ECU_ID; import static com.romraider.io.protocol.SSMProtocol.ECU_ID;
import static enginuity.io.protocol.SSMProtocol.ECU_INIT_RESPONSE; import static com.romraider.io.protocol.SSMProtocol.ECU_INIT_RESPONSE;
import static enginuity.io.protocol.SSMProtocol.HEADER; import static com.romraider.io.protocol.SSMProtocol.HEADER;
import static enginuity.io.protocol.SSMProtocol.READ_ADDRESS_RESPONSE; import static com.romraider.io.protocol.SSMProtocol.READ_ADDRESS_RESPONSE;
import static enginuity.io.protocol.SSMProtocol.READ_MEMORY_RESPONSE; import static com.romraider.io.protocol.SSMProtocol.READ_MEMORY_RESPONSE;
import static enginuity.io.protocol.SSMProtocol.RESPONSE_NON_DATA_BYTES; import static com.romraider.io.protocol.SSMProtocol.RESPONSE_NON_DATA_BYTES;
import static enginuity.io.protocol.SSMProtocol.WRITE_ADDRESS_RESPONSE; import static com.romraider.io.protocol.SSMProtocol.WRITE_ADDRESS_RESPONSE;
import static enginuity.io.protocol.SSMProtocol.WRITE_MEMORY_RESPONSE; import static com.romraider.io.protocol.SSMProtocol.WRITE_MEMORY_RESPONSE;
import enginuity.logger.ecu.exception.InvalidResponseException; import com.romraider.logger.ecu.exception.InvalidResponseException;
import static enginuity.util.ByteUtil.asByte; import static com.romraider.util.ByteUtil.asByte;
import static enginuity.util.HexUtil.asHex; import static com.romraider.util.HexUtil.asHex;
import static enginuity.util.ParamChecker.checkNotNull; import static com.romraider.util.ParamChecker.checkNotNull;
import static enginuity.util.ParamChecker.checkNotNullOrEmpty; import static com.romraider.util.ParamChecker.checkNotNullOrEmpty;
public final class SSMResponseProcessor { public final class SSMResponseProcessor {

View File

@ -1,4 +1,4 @@
package enginuity.logger.aem.io; package com.romraider.logger.aem.io;
public interface AemConnection { public interface AemConnection {
byte[] read(); byte[] read();

View File

@ -1,13 +1,13 @@
package enginuity.logger.aem.io; package com.romraider.logger.aem.io;
import enginuity.io.connection.ConnectionProperties; import com.romraider.io.connection.ConnectionProperties;
import enginuity.io.connection.SerialConnection; import com.romraider.io.connection.SerialConnection;
import enginuity.io.connection.SerialConnectionImpl; import com.romraider.io.connection.SerialConnectionImpl;
import enginuity.logger.ecu.exception.SerialCommunicationException; import com.romraider.logger.ecu.exception.SerialCommunicationException;
import static enginuity.util.HexUtil.asHex; import static com.romraider.util.HexUtil.asHex;
import static enginuity.util.ParamChecker.checkNotNull; import static com.romraider.util.ParamChecker.checkNotNull;
import static enginuity.util.ParamChecker.checkNotNullOrEmpty; import static com.romraider.util.ParamChecker.checkNotNullOrEmpty;
import static enginuity.util.ThreadUtil.sleep; import static com.romraider.util.ThreadUtil.sleep;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
import static java.lang.System.currentTimeMillis; import static java.lang.System.currentTimeMillis;
import java.util.ArrayList; import java.util.ArrayList;

View File

@ -1,6 +1,6 @@
package enginuity.logger.aem.io; package com.romraider.logger.aem.io;
import enginuity.io.connection.ConnectionProperties; import com.romraider.io.connection.ConnectionProperties;
public final class AemConnectionProperties implements ConnectionProperties { public final class AemConnectionProperties implements ConnectionProperties {
public int getBaudRate() { public int getBaudRate() {

View File

@ -1,4 +1,4 @@
package enginuity.logger.aem.io; package com.romraider.logger.aem.io;
public interface AemRunner extends Runnable { public interface AemRunner extends Runnable {
void stop(); void stop();

View File

@ -1,7 +1,7 @@
package enginuity.logger.aem.io; package com.romraider.logger.aem.io;
import enginuity.logger.aem.plugin.AemSettings; import com.romraider.logger.aem.plugin.AemSettings;
import enginuity.logger.aem.plugin.DataListener; import com.romraider.logger.aem.plugin.DataListener;
public final class AemRunnerImpl implements AemRunner { public final class AemRunnerImpl implements AemRunner {
private final AemConnection connection; private final AemConnection connection;

View File

@ -1,4 +1,4 @@
package enginuity.logger.aem.plugin; package com.romraider.logger.aem.plugin;
public interface AemConvertor { public interface AemConvertor {
double convert(byte[] bytes); double convert(byte[] bytes);

View File

@ -1,6 +1,6 @@
package enginuity.logger.aem.plugin; package com.romraider.logger.aem.plugin;
import static enginuity.util.HexUtil.asHex; import static com.romraider.util.HexUtil.asHex;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
public final class AemConvertorImpl implements AemConvertor { public final class AemConvertorImpl implements AemConvertor {

View File

@ -1,6 +1,6 @@
package enginuity.logger.aem.plugin; package com.romraider.logger.aem.plugin;
import enginuity.logger.ecu.external.ExternalDataItem; import com.romraider.logger.ecu.external.ExternalDataItem;
public final class AemDataItem implements ExternalDataItem, DataListener { public final class AemDataItem implements ExternalDataItem, DataListener {
private final AemConvertor convertor = new AemConvertorImpl(); private final AemConvertor convertor = new AemConvertorImpl();

View File

@ -1,11 +1,11 @@
package enginuity.logger.aem.plugin; package com.romraider.logger.aem.plugin;
import enginuity.logger.aem.io.AemRunnerImpl; import com.romraider.logger.aem.io.AemRunnerImpl;
import enginuity.logger.ecu.EcuLogger; import com.romraider.logger.ecu.EcuLogger;
import enginuity.logger.ecu.external.ExternalDataItem; import com.romraider.logger.ecu.external.ExternalDataItem;
import enginuity.logger.ecu.external.ExternalDataSource; import com.romraider.logger.ecu.external.ExternalDataSource;
import enginuity.logger.ecu.ui.swing.menubar.action.GenericPluginMenuAction; import com.romraider.logger.ecu.ui.swing.menubar.action.GenericPluginMenuAction;
import static enginuity.util.ThreadUtil.runAsDaemon; import static com.romraider.util.ThreadUtil.runAsDaemon;
import javax.swing.Action; import javax.swing.Action;
import static java.util.Arrays.asList; import static java.util.Arrays.asList;
import java.util.List; import java.util.List;

View File

@ -1,4 +1,4 @@
package enginuity.logger.aem.plugin; package com.romraider.logger.aem.plugin;
public interface AemSettings { public interface AemSettings {
void setPort(String port); void setPort(String port);

View File

@ -1,4 +1,4 @@
package enginuity.logger.aem.plugin; package com.romraider.logger.aem.plugin;
public final class AemSettingsImpl implements AemSettings { public final class AemSettingsImpl implements AemSettings {
private String port; private String port;

View File

@ -1,4 +1,4 @@
package enginuity.logger.aem.plugin; package com.romraider.logger.aem.plugin;
public interface DataListener { public interface DataListener {
void setBytes(byte[] bytes); void setBytes(byte[] bytes);

View File

@ -19,69 +19,69 @@
* *
*/ */
package enginuity.logger.ecu; package com.romraider.logger.ecu;
import enginuity.ECUEditor; import com.romraider.ECUEditor;
import enginuity.Settings; import com.romraider.Settings;
import enginuity.io.port.SerialPortRefresher; import com.romraider.io.port.SerialPortRefresher;
import enginuity.logger.ecu.comms.controller.LoggerController; import com.romraider.logger.ecu.comms.controller.LoggerController;
import enginuity.logger.ecu.comms.controller.LoggerControllerImpl; import com.romraider.logger.ecu.comms.controller.LoggerControllerImpl;
import enginuity.logger.ecu.comms.query.EcuInit; import com.romraider.logger.ecu.comms.query.EcuInit;
import enginuity.logger.ecu.comms.query.EcuInitCallback; import com.romraider.logger.ecu.comms.query.EcuInitCallback;
import enginuity.logger.ecu.comms.reset.ResetManager; import com.romraider.logger.ecu.comms.reset.ResetManager;
import enginuity.logger.ecu.comms.reset.ResetManagerImpl; import com.romraider.logger.ecu.comms.reset.ResetManagerImpl;
import enginuity.logger.ecu.definition.EcuDataLoader; import com.romraider.logger.ecu.definition.EcuDataLoader;
import enginuity.logger.ecu.definition.EcuDataLoaderImpl; import com.romraider.logger.ecu.definition.EcuDataLoaderImpl;
import enginuity.logger.ecu.definition.EcuDefinition; import com.romraider.logger.ecu.definition.EcuDefinition;
import enginuity.logger.ecu.definition.EcuParameter; import com.romraider.logger.ecu.definition.EcuParameter;
import enginuity.logger.ecu.definition.EcuSwitch; import com.romraider.logger.ecu.definition.EcuSwitch;
import enginuity.logger.ecu.definition.ExternalData; import com.romraider.logger.ecu.definition.ExternalData;
import enginuity.logger.ecu.definition.ExternalDataImpl; import com.romraider.logger.ecu.definition.ExternalDataImpl;
import enginuity.logger.ecu.definition.LoggerData; import com.romraider.logger.ecu.definition.LoggerData;
import enginuity.logger.ecu.external.ExternalDataItem; import com.romraider.logger.ecu.external.ExternalDataItem;
import enginuity.logger.ecu.external.ExternalDataSource; import com.romraider.logger.ecu.external.ExternalDataSource;
import enginuity.logger.ecu.external.ExternalDataSourceLoader; import com.romraider.logger.ecu.external.ExternalDataSourceLoader;
import enginuity.logger.ecu.external.ExternalDataSourceLoaderImpl; import com.romraider.logger.ecu.external.ExternalDataSourceLoaderImpl;
import enginuity.logger.ecu.profile.UserProfile; import com.romraider.logger.ecu.profile.UserProfile;
import enginuity.logger.ecu.profile.UserProfileImpl; import com.romraider.logger.ecu.profile.UserProfileImpl;
import enginuity.logger.ecu.profile.UserProfileItem; import com.romraider.logger.ecu.profile.UserProfileItem;
import enginuity.logger.ecu.profile.UserProfileItemImpl; import com.romraider.logger.ecu.profile.UserProfileItemImpl;
import enginuity.logger.ecu.profile.UserProfileLoader; import com.romraider.logger.ecu.profile.UserProfileLoader;
import enginuity.logger.ecu.profile.UserProfileLoaderImpl; import com.romraider.logger.ecu.profile.UserProfileLoaderImpl;
import enginuity.logger.ecu.ui.DataRegistrationBroker; import com.romraider.logger.ecu.ui.DataRegistrationBroker;
import enginuity.logger.ecu.ui.DataRegistrationBrokerImpl; import com.romraider.logger.ecu.ui.DataRegistrationBrokerImpl;
import enginuity.logger.ecu.ui.EcuDataComparator; import com.romraider.logger.ecu.ui.EcuDataComparator;
import enginuity.logger.ecu.ui.MessageListener; import com.romraider.logger.ecu.ui.MessageListener;
import enginuity.logger.ecu.ui.SerialPortComboBox; import com.romraider.logger.ecu.ui.SerialPortComboBox;
import enginuity.logger.ecu.ui.StatusIndicator; import com.romraider.logger.ecu.ui.StatusIndicator;
import enginuity.logger.ecu.ui.handler.DataUpdateHandlerManager; import com.romraider.logger.ecu.ui.handler.DataUpdateHandlerManager;
import enginuity.logger.ecu.ui.handler.DataUpdateHandlerManagerImpl; import com.romraider.logger.ecu.ui.handler.DataUpdateHandlerManagerImpl;
import enginuity.logger.ecu.ui.handler.dash.DashboardUpdateHandler; import com.romraider.logger.ecu.ui.handler.dash.DashboardUpdateHandler;
import enginuity.logger.ecu.ui.handler.file.FileLoggerControllerSwitchHandler; import com.romraider.logger.ecu.ui.handler.file.FileLoggerControllerSwitchHandler;
import enginuity.logger.ecu.ui.handler.file.FileLoggerControllerSwitchMonitorImpl; import com.romraider.logger.ecu.ui.handler.file.FileLoggerControllerSwitchMonitorImpl;
import enginuity.logger.ecu.ui.handler.file.FileUpdateHandlerImpl; import com.romraider.logger.ecu.ui.handler.file.FileUpdateHandlerImpl;
import enginuity.logger.ecu.ui.handler.graph.GraphUpdateHandler; import com.romraider.logger.ecu.ui.handler.graph.GraphUpdateHandler;
import enginuity.logger.ecu.ui.handler.injector.InjectorUpdateHandler; import com.romraider.logger.ecu.ui.handler.injector.InjectorUpdateHandler;
import enginuity.logger.ecu.ui.handler.livedata.LiveDataTableModel; import com.romraider.logger.ecu.ui.handler.livedata.LiveDataTableModel;
import enginuity.logger.ecu.ui.handler.livedata.LiveDataUpdateHandler; import com.romraider.logger.ecu.ui.handler.livedata.LiveDataUpdateHandler;
import enginuity.logger.ecu.ui.handler.maf.MafUpdateHandler; import com.romraider.logger.ecu.ui.handler.maf.MafUpdateHandler;
import enginuity.logger.ecu.ui.handler.table.TableUpdateHandler; import com.romraider.logger.ecu.ui.handler.table.TableUpdateHandler;
import enginuity.logger.ecu.ui.paramlist.ParameterListTable; import com.romraider.logger.ecu.ui.paramlist.ParameterListTable;
import enginuity.logger.ecu.ui.paramlist.ParameterListTableModel; import com.romraider.logger.ecu.ui.paramlist.ParameterListTableModel;
import enginuity.logger.ecu.ui.paramlist.ParameterRow; import com.romraider.logger.ecu.ui.paramlist.ParameterRow;
import enginuity.logger.ecu.ui.playback.PlaybackManagerImpl; import com.romraider.logger.ecu.ui.playback.PlaybackManagerImpl;
import enginuity.logger.ecu.ui.swing.menubar.EcuLoggerMenuBar; import com.romraider.logger.ecu.ui.swing.menubar.EcuLoggerMenuBar;
import enginuity.logger.ecu.ui.swing.menubar.action.ToggleButtonAction; import com.romraider.logger.ecu.ui.swing.menubar.action.ToggleButtonAction;
import enginuity.logger.ecu.ui.tab.injector.InjectorTab; import com.romraider.logger.ecu.ui.tab.injector.InjectorTab;
import enginuity.logger.ecu.ui.tab.injector.InjectorTabImpl; import com.romraider.logger.ecu.ui.tab.injector.InjectorTabImpl;
import enginuity.logger.ecu.ui.tab.maf.MafTab; import com.romraider.logger.ecu.ui.tab.maf.MafTab;
import enginuity.logger.ecu.ui.tab.maf.MafTabImpl; import com.romraider.logger.ecu.ui.tab.maf.MafTabImpl;
import static enginuity.util.ParamChecker.checkNotNull; import static com.romraider.util.ParamChecker.checkNotNull;
import static enginuity.util.ParamChecker.isNullOrEmpty; import static com.romraider.util.ParamChecker.isNullOrEmpty;
import enginuity.util.SettingsManagerImpl; import com.romraider.util.SettingsManagerImpl;
import enginuity.util.ThreadUtil; import com.romraider.util.ThreadUtil;
import static enginuity.util.ThreadUtil.runAsDaemon; import static com.romraider.util.ThreadUtil.runAsDaemon;
import static enginuity.util.ThreadUtil.sleep; import static com.romraider.util.ThreadUtil.sleep;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
import static javax.swing.BorderFactory.createLoweredBevelBorder; import static javax.swing.BorderFactory.createLoweredBevelBorder;
import javax.swing.ImageIcon; import javax.swing.ImageIcon;
@ -149,7 +149,7 @@ TODO: Add log analysis tab (or maybe new window?), including log playback, custo
public final class EcuLogger extends JFrame implements WindowListener, PropertyChangeListener, MessageListener { public final class EcuLogger extends JFrame implements WindowListener, PropertyChangeListener, MessageListener {
private static final Logger LOGGER = Logger.getLogger(EcuLogger.class); private static final Logger LOGGER = Logger.getLogger(EcuLogger.class);
private static final String ENGINUITY_ECU_LOGGER_TITLE = "RomRaider ECU Logger"; private static final String ECU_LOGGER_TITLE = "RomRaider ECU Logger";
private static final String HEADING_PARAMETERS = "Parameters"; private static final String HEADING_PARAMETERS = "Parameters";
private static final String HEADING_SWITCHES = "Switches"; private static final String HEADING_SWITCHES = "Switches";
private static final String HEADING_EXTERNAL = "External"; private static final String HEADING_EXTERNAL = "External";
@ -202,12 +202,12 @@ public final class EcuLogger extends JFrame implements WindowListener, PropertyC
private List<EcuParameter> ecuParams; private List<EcuParameter> ecuParams;
public EcuLogger(Settings settings) { public EcuLogger(Settings settings) {
super(ENGINUITY_ECU_LOGGER_TITLE); super(ECU_LOGGER_TITLE);
construct(settings); construct(settings);
} }
public EcuLogger(ECUEditor ecuEditor) { public EcuLogger(ECUEditor ecuEditor) {
super(ENGINUITY_ECU_LOGGER_TITLE); super(ECU_LOGGER_TITLE);
this.ecuEditor = ecuEditor; this.ecuEditor = ecuEditor;
construct(ecuEditor.getSettings()); construct(ecuEditor.getSettings());
} }
@ -272,7 +272,7 @@ public final class EcuLogger extends JFrame implements WindowListener, PropertyC
injectorTab = new InjectorTabImpl(injectorTabBroker, ecuEditor); injectorTab = new InjectorTabImpl(injectorTabBroker, ecuEditor);
injectorUpdateHandler.setInjectorTab(injectorTab); injectorUpdateHandler.setInjectorTab(injectorTab);
resetManager = new ResetManagerImpl(settings, this); resetManager = new ResetManagerImpl(settings, this);
messageLabel = new JLabel(ENGINUITY_ECU_LOGGER_TITLE); messageLabel = new JLabel(ECU_LOGGER_TITLE);
calIdLabel = new JLabel(buildEcuInfoLabelText(CAL_ID_LABEL, null)); calIdLabel = new JLabel(buildEcuInfoLabelText(CAL_ID_LABEL, null));
ecuIdLabel = new JLabel(buildEcuInfoLabelText(ECU_ID_LABEL, null)); ecuIdLabel = new JLabel(buildEcuInfoLabelText(ECU_ID_LABEL, null));
statsLabel = buildStatsLabel(); statsLabel = buildStatsLabel();
@ -1008,8 +1008,8 @@ public final class EcuLogger extends JFrame implements WindowListener, PropertyC
public void setTitle(String title) { public void setTitle(String title) {
if (title != null) { if (title != null) {
if (!title.startsWith(ENGINUITY_ECU_LOGGER_TITLE)) { if (!title.startsWith(ECU_LOGGER_TITLE)) {
title = ENGINUITY_ECU_LOGGER_TITLE + (title.length() == 0 ? "" : " - " + title); title = ECU_LOGGER_TITLE + (title.length() == 0 ? "" : " - " + title);
} }
super.setTitle(title); super.setTitle(title);
} }
@ -1047,7 +1047,7 @@ public final class EcuLogger extends JFrame implements WindowListener, PropertyC
// set remaining window properties // set remaining window properties
ecuLogger.pack(); ecuLogger.pack();
ecuLogger.setSize(settings.getLoggerWindowSize()); ecuLogger.setSize(settings.getLoggerWindowSize());
ecuLogger.setIconImage(new ImageIcon("./graphics/enginuity-ico.gif").getImage()); ecuLogger.setIconImage(new ImageIcon("./graphics/romraider-ico.gif").getImage());
ecuLogger.addWindowListener(ecuLogger); ecuLogger.addWindowListener(ecuLogger);
// display the window // display the window

View File

@ -19,12 +19,12 @@
* *
*/ */
package enginuity.logger.ecu; package com.romraider.logger.ecu;
import enginuity.Settings; import com.romraider.Settings;
import enginuity.swing.LookAndFeelManager; import com.romraider.swing.LookAndFeelManager;
import enginuity.util.LogManager; import com.romraider.util.LogManager;
import enginuity.util.SettingsManagerImpl; import com.romraider.util.SettingsManagerImpl;
import static javax.swing.WindowConstants.EXIT_ON_CLOSE; import static javax.swing.WindowConstants.EXIT_ON_CLOSE;
public final class EcuLoggerExec { public final class EcuLoggerExec {

View File

@ -19,11 +19,11 @@
* *
*/ */
package enginuity.logger.ecu.comms.controller; package com.romraider.logger.ecu.comms.controller;
import enginuity.logger.ecu.definition.LoggerData; import com.romraider.logger.ecu.definition.LoggerData;
import enginuity.logger.ecu.ui.StatusChangeListener; import com.romraider.logger.ecu.ui.StatusChangeListener;
import enginuity.logger.ecu.ui.handler.file.FileLoggerControllerSwitchMonitor; import com.romraider.logger.ecu.ui.handler.file.FileLoggerControllerSwitchMonitor;
public interface LoggerController { public interface LoggerController {

View File

@ -19,19 +19,19 @@
* *
*/ */
package enginuity.logger.ecu.comms.controller; package com.romraider.logger.ecu.comms.controller;
import enginuity.Settings; import com.romraider.Settings;
import enginuity.logger.ecu.comms.manager.QueryManager; import com.romraider.logger.ecu.comms.manager.QueryManager;
import enginuity.logger.ecu.comms.manager.QueryManagerImpl; import com.romraider.logger.ecu.comms.manager.QueryManagerImpl;
import enginuity.logger.ecu.comms.query.EcuInitCallback; import com.romraider.logger.ecu.comms.query.EcuInitCallback;
import enginuity.logger.ecu.definition.LoggerData; import com.romraider.logger.ecu.definition.LoggerData;
import enginuity.logger.ecu.ui.MessageListener; import com.romraider.logger.ecu.ui.MessageListener;
import enginuity.logger.ecu.ui.StatusChangeListener; import com.romraider.logger.ecu.ui.StatusChangeListener;
import enginuity.logger.ecu.ui.handler.DataUpdateHandler; import com.romraider.logger.ecu.ui.handler.DataUpdateHandler;
import enginuity.logger.ecu.ui.handler.file.FileLoggerControllerSwitchMonitor; import com.romraider.logger.ecu.ui.handler.file.FileLoggerControllerSwitchMonitor;
import static enginuity.util.ParamChecker.checkNotNull; import static com.romraider.util.ParamChecker.checkNotNull;
import static enginuity.util.ThreadUtil.runAsDaemon; import static com.romraider.util.ThreadUtil.runAsDaemon;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
public final class LoggerControllerImpl implements LoggerController { public final class LoggerControllerImpl implements LoggerController {

View File

@ -19,9 +19,9 @@
* *
*/ */
package enginuity.logger.ecu.comms.io.connection; package com.romraider.logger.ecu.comms.io.connection;
import enginuity.logger.ecu.comms.query.EcuQuery; import com.romraider.logger.ecu.comms.query.EcuQuery;
import java.util.Collection; import java.util.Collection;
public interface LoggerConnection { public interface LoggerConnection {

View File

@ -19,10 +19,10 @@
* *
*/ */
package enginuity.logger.ecu.comms.io.connection; package com.romraider.logger.ecu.comms.io.connection;
import enginuity.io.connection.ConnectionProperties; import com.romraider.io.connection.ConnectionProperties;
import enginuity.logger.ecu.exception.UnsupportedProtocolException; import com.romraider.logger.ecu.exception.UnsupportedProtocolException;
public final class LoggerConnectionFactory { public final class LoggerConnectionFactory {
private static final LoggerConnectionFactory INSTANCE = new LoggerConnectionFactory(); private static final LoggerConnectionFactory INSTANCE = new LoggerConnectionFactory();

View File

@ -19,19 +19,19 @@
* *
*/ */
package enginuity.logger.ecu.comms.io.connection; package com.romraider.logger.ecu.comms.io.connection;
import enginuity.io.connection.ConnectionProperties; import com.romraider.io.connection.ConnectionProperties;
import enginuity.io.connection.SerialConnection; import com.romraider.io.connection.SerialConnection;
import enginuity.io.connection.SerialConnectionImpl; import com.romraider.io.connection.SerialConnectionImpl;
import enginuity.logger.ecu.comms.io.protocol.LoggerProtocol; import com.romraider.logger.ecu.comms.io.protocol.LoggerProtocol;
import enginuity.logger.ecu.comms.io.protocol.SSMLoggerProtocol; import com.romraider.logger.ecu.comms.io.protocol.SSMLoggerProtocol;
import enginuity.logger.ecu.comms.query.EcuQuery; import com.romraider.logger.ecu.comms.query.EcuQuery;
import enginuity.logger.ecu.exception.SerialCommunicationException; import com.romraider.logger.ecu.exception.SerialCommunicationException;
import static enginuity.util.HexUtil.asHex; import static com.romraider.util.HexUtil.asHex;
import static enginuity.util.ParamChecker.checkNotNull; import static com.romraider.util.ParamChecker.checkNotNull;
import static enginuity.util.ParamChecker.checkNotNullOrEmpty; import static com.romraider.util.ParamChecker.checkNotNullOrEmpty;
import static enginuity.util.ThreadUtil.sleep; import static com.romraider.util.ThreadUtil.sleep;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
import java.util.Collection; import java.util.Collection;

View File

@ -19,9 +19,9 @@
* *
*/ */
package enginuity.logger.ecu.comms.io.protocol; package com.romraider.logger.ecu.comms.io.protocol;
import enginuity.logger.ecu.comms.query.EcuQuery; import com.romraider.logger.ecu.comms.query.EcuQuery;
import java.util.Collection; import java.util.Collection;
public interface LoggerProtocol { public interface LoggerProtocol {

View File

@ -19,18 +19,18 @@
* *
*/ */
package enginuity.logger.ecu.comms.io.protocol; package com.romraider.logger.ecu.comms.io.protocol;
import enginuity.io.protocol.Protocol; import com.romraider.io.protocol.Protocol;
import enginuity.io.protocol.SSMProtocol; import com.romraider.io.protocol.SSMProtocol;
import static enginuity.io.protocol.SSMProtocol.ADDRESS_SIZE; import static com.romraider.io.protocol.SSMProtocol.ADDRESS_SIZE;
import static enginuity.io.protocol.SSMProtocol.DATA_SIZE; import static com.romraider.io.protocol.SSMProtocol.DATA_SIZE;
import static enginuity.io.protocol.SSMProtocol.REQUEST_NON_DATA_BYTES; import static com.romraider.io.protocol.SSMProtocol.REQUEST_NON_DATA_BYTES;
import static enginuity.io.protocol.SSMProtocol.RESPONSE_NON_DATA_BYTES; import static com.romraider.io.protocol.SSMProtocol.RESPONSE_NON_DATA_BYTES;
import static enginuity.io.protocol.SSMResponseProcessor.extractResponseData; import static com.romraider.io.protocol.SSMResponseProcessor.extractResponseData;
import static enginuity.io.protocol.SSMResponseProcessor.filterRequestFromResponse; import static com.romraider.io.protocol.SSMResponseProcessor.filterRequestFromResponse;
import enginuity.logger.ecu.comms.query.EcuQuery; import com.romraider.logger.ecu.comms.query.EcuQuery;
import static enginuity.util.ParamChecker.checkNotNullOrEmpty; import static com.romraider.util.ParamChecker.checkNotNullOrEmpty;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Collection; import java.util.Collection;
import java.util.HashMap; import java.util.HashMap;

View File

@ -19,11 +19,11 @@
* *
*/ */
package enginuity.logger.ecu.comms.manager; package com.romraider.logger.ecu.comms.manager;
import enginuity.logger.ecu.definition.LoggerData; import com.romraider.logger.ecu.definition.LoggerData;
import enginuity.logger.ecu.ui.StatusChangeListener; import com.romraider.logger.ecu.ui.StatusChangeListener;
import enginuity.logger.ecu.ui.handler.file.FileLoggerControllerSwitchMonitor; import com.romraider.logger.ecu.ui.handler.file.FileLoggerControllerSwitchMonitor;
public interface QueryManager extends Runnable { public interface QueryManager extends Runnable {

View File

@ -19,33 +19,33 @@
* *
*/ */
package enginuity.logger.ecu.comms.manager; package com.romraider.logger.ecu.comms.manager;
import enginuity.Settings; import com.romraider.Settings;
import enginuity.io.connection.EcuConnection; import com.romraider.io.connection.EcuConnection;
import enginuity.io.connection.EcuConnectionImpl; import com.romraider.io.connection.EcuConnectionImpl;
import enginuity.io.protocol.Protocol; import com.romraider.io.protocol.Protocol;
import enginuity.io.protocol.ProtocolFactory; import com.romraider.io.protocol.ProtocolFactory;
import enginuity.logger.ecu.comms.query.EcuInitCallback; import com.romraider.logger.ecu.comms.query.EcuInitCallback;
import enginuity.logger.ecu.comms.query.EcuQuery; import com.romraider.logger.ecu.comms.query.EcuQuery;
import enginuity.logger.ecu.comms.query.EcuQueryImpl; import com.romraider.logger.ecu.comms.query.EcuQueryImpl;
import enginuity.logger.ecu.comms.query.ExternalQuery; import com.romraider.logger.ecu.comms.query.ExternalQuery;
import enginuity.logger.ecu.comms.query.ExternalQueryImpl; import com.romraider.logger.ecu.comms.query.ExternalQueryImpl;
import enginuity.logger.ecu.comms.query.Query; import com.romraider.logger.ecu.comms.query.Query;
import enginuity.logger.ecu.comms.query.Response; import com.romraider.logger.ecu.comms.query.Response;
import enginuity.logger.ecu.comms.query.ResponseImpl; import com.romraider.logger.ecu.comms.query.ResponseImpl;
import enginuity.logger.ecu.definition.EcuData; import com.romraider.logger.ecu.definition.EcuData;
import static enginuity.logger.ecu.definition.EcuDataType.EXTERNAL; import static com.romraider.logger.ecu.definition.EcuDataType.EXTERNAL;
import enginuity.logger.ecu.definition.ExternalData; import com.romraider.logger.ecu.definition.ExternalData;
import enginuity.logger.ecu.definition.LoggerData; import com.romraider.logger.ecu.definition.LoggerData;
import enginuity.logger.ecu.ui.MessageListener; import com.romraider.logger.ecu.ui.MessageListener;
import enginuity.logger.ecu.ui.StatusChangeListener; import com.romraider.logger.ecu.ui.StatusChangeListener;
import enginuity.logger.ecu.ui.handler.DataUpdateHandler; import com.romraider.logger.ecu.ui.handler.DataUpdateHandler;
import enginuity.logger.ecu.ui.handler.file.FileLoggerControllerSwitchMonitor; import com.romraider.logger.ecu.ui.handler.file.FileLoggerControllerSwitchMonitor;
import static enginuity.util.HexUtil.asHex; import static com.romraider.util.HexUtil.asHex;
import static enginuity.util.ParamChecker.checkNotNull; import static com.romraider.util.ParamChecker.checkNotNull;
import static enginuity.util.ThreadUtil.runAsDaemon; import static com.romraider.util.ThreadUtil.runAsDaemon;
import static enginuity.util.ThreadUtil.sleep; import static com.romraider.util.ThreadUtil.sleep;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
import javax.swing.SwingUtilities; import javax.swing.SwingUtilities;
import java.text.DecimalFormat; import java.text.DecimalFormat;

View File

@ -19,9 +19,9 @@
* *
*/ */
package enginuity.logger.ecu.comms.manager; package com.romraider.logger.ecu.comms.manager;
import enginuity.logger.ecu.comms.query.EcuQuery; import com.romraider.logger.ecu.comms.query.EcuQuery;
import java.util.Collection; import java.util.Collection;
public interface TransmissionManager { public interface TransmissionManager {

View File

@ -19,15 +19,15 @@
* *
*/ */
package enginuity.logger.ecu.comms.manager; package com.romraider.logger.ecu.comms.manager;
import enginuity.Settings; import com.romraider.Settings;
import enginuity.logger.ecu.comms.io.connection.LoggerConnection; import com.romraider.logger.ecu.comms.io.connection.LoggerConnection;
import enginuity.logger.ecu.comms.io.connection.LoggerConnectionFactory; import com.romraider.logger.ecu.comms.io.connection.LoggerConnectionFactory;
import enginuity.logger.ecu.comms.query.EcuQuery; import com.romraider.logger.ecu.comms.query.EcuQuery;
import enginuity.logger.ecu.exception.NotConnectedException; import com.romraider.logger.ecu.exception.NotConnectedException;
import enginuity.logger.ecu.exception.SerialCommunicationException; import com.romraider.logger.ecu.exception.SerialCommunicationException;
import static enginuity.util.ParamChecker.checkNotNull; import static com.romraider.util.ParamChecker.checkNotNull;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
import java.util.Collection; import java.util.Collection;

View File

@ -19,7 +19,7 @@
* *
*/ */
package enginuity.logger.ecu.comms.query; package com.romraider.logger.ecu.comms.query;
public interface EcuInit { public interface EcuInit {

View File

@ -19,7 +19,7 @@
* *
*/ */
package enginuity.logger.ecu.comms.query; package com.romraider.logger.ecu.comms.query;
public interface EcuInitCallback { public interface EcuInitCallback {

View File

@ -19,7 +19,7 @@
* *
*/ */
package enginuity.logger.ecu.comms.query; package com.romraider.logger.ecu.comms.query;
public interface EcuQuery extends Query { public interface EcuQuery extends Query {

View File

@ -19,12 +19,12 @@
* *
*/ */
package enginuity.logger.ecu.comms.query; package com.romraider.logger.ecu.comms.query;
import enginuity.logger.ecu.definition.EcuData; import com.romraider.logger.ecu.definition.EcuData;
import enginuity.logger.ecu.definition.LoggerData; import com.romraider.logger.ecu.definition.LoggerData;
import static enginuity.util.HexUtil.asHex; import static com.romraider.util.HexUtil.asHex;
import static enginuity.util.ParamChecker.checkNotNull; import static com.romraider.util.ParamChecker.checkNotNull;
public final class EcuQueryImpl implements EcuQuery { public final class EcuQueryImpl implements EcuQuery {
private final EcuData ecuData; private final EcuData ecuData;

View File

@ -1,4 +1,4 @@
package enginuity.logger.ecu.comms.query; package com.romraider.logger.ecu.comms.query;
public interface ExternalQuery extends Query { public interface ExternalQuery extends Query {

View File

@ -1,8 +1,8 @@
package enginuity.logger.ecu.comms.query; package com.romraider.logger.ecu.comms.query;
import enginuity.logger.ecu.definition.ExternalData; import com.romraider.logger.ecu.definition.ExternalData;
import enginuity.logger.ecu.definition.LoggerData; import com.romraider.logger.ecu.definition.LoggerData;
import static enginuity.util.ParamChecker.checkNotNull; import static com.romraider.util.ParamChecker.checkNotNull;
public final class ExternalQueryImpl implements ExternalQuery { public final class ExternalQueryImpl implements ExternalQuery {
private final ExternalData externalData; private final ExternalData externalData;

View File

@ -0,0 +1,11 @@
package com.romraider.logger.ecu.comms.query;
import com.romraider.logger.ecu.definition.LoggerData;
public interface Query {
LoggerData getLoggerData();
double getResponse();
}

View File

@ -1,6 +1,6 @@
package enginuity.logger.ecu.comms.query; package com.romraider.logger.ecu.comms.query;
import enginuity.logger.ecu.definition.LoggerData; import com.romraider.logger.ecu.definition.LoggerData;
import java.util.Set; import java.util.Set;
public interface Response { public interface Response {

View File

@ -1,6 +1,6 @@
package enginuity.logger.ecu.comms.query; package com.romraider.logger.ecu.comms.query;
import enginuity.logger.ecu.definition.LoggerData; import com.romraider.logger.ecu.definition.LoggerData;
import java.util.LinkedHashMap; import java.util.LinkedHashMap;
import java.util.Map; import java.util.Map;
import java.util.Set; import java.util.Set;

View File

@ -19,10 +19,10 @@
* *
*/ */
package enginuity.logger.ecu.comms.query; package com.romraider.logger.ecu.comms.query;
import static enginuity.util.HexUtil.asHex; import static com.romraider.util.HexUtil.asHex;
import static enginuity.util.ParamChecker.checkNotNullOrEmpty; import static com.romraider.util.ParamChecker.checkNotNullOrEmpty;
public final class SSMEcuInit implements EcuInit { public final class SSMEcuInit implements EcuInit {
private byte[] ecuInitBytes; private byte[] ecuInitBytes;

View File

@ -1,4 +1,4 @@
package enginuity.logger.ecu.comms.reset; package com.romraider.logger.ecu.comms.reset;
public interface ResetManager { public interface ResetManager {
boolean resetEcu(); boolean resetEcu();

View File

@ -1,13 +1,13 @@
package enginuity.logger.ecu.comms.reset; package com.romraider.logger.ecu.comms.reset;
import enginuity.Settings; import com.romraider.Settings;
import enginuity.io.connection.EcuConnection; import com.romraider.io.connection.EcuConnection;
import enginuity.io.connection.EcuConnectionImpl; import com.romraider.io.connection.EcuConnectionImpl;
import enginuity.io.protocol.Protocol; import com.romraider.io.protocol.Protocol;
import enginuity.io.protocol.ProtocolFactory; import com.romraider.io.protocol.ProtocolFactory;
import enginuity.logger.ecu.ui.MessageListener; import com.romraider.logger.ecu.ui.MessageListener;
import static enginuity.util.HexUtil.asHex; import static com.romraider.util.HexUtil.asHex;
import static enginuity.util.ParamChecker.checkNotNull; import static com.romraider.util.ParamChecker.checkNotNull;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
public final class ResetManagerImpl implements ResetManager { public final class ResetManagerImpl implements ResetManager {

View File

@ -19,7 +19,7 @@
* *
*/ */
package enginuity.logger.ecu.definition; package com.romraider.logger.ecu.definition;
public interface ConvertorUpdateListener { public interface ConvertorUpdateListener {

View File

@ -1,4 +1,4 @@
package enginuity.logger.ecu.definition; package com.romraider.logger.ecu.definition;
public interface EcuAddress { public interface EcuAddress {

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