Jared Gould
a455ff6d34
Index mostly complete, still needs checksums
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@374 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-12-05 23:58:43 +00:00
Jared Gould
9d50858f21
Finished xslt transform! and started working on index system
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@373 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-12-05 17:11:48 +00:00
Jared Gould
8500542be2
Fixed the broken abstract roms
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@372 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-12-01 19:22:59 +00:00
Jared Gould
98d5c5cc67
Broke something, base defs aren't working. But closer..
...
Added intToHexString() to HexUtil.java
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@371 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-12-01 19:06:13 +00:00
Jared Gould
8397de4d32
XSLT transform about 60% complete
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@370 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-30 01:22:35 +00:00
Jared Gould
86e0fc214f
Outputting partial updated definitions
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@369 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-29 17:25:44 +00:00
Jared Gould
a4dc9282cc
Moved ObjectCloner to more reasonable enginuity.util
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@368 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-29 16:28:38 +00:00
Jared Gould
8124585093
Now fully parses definitions and creates vector of old roms
...
Uses a TON of memory and it's slow, but that's ok. Make sure you run the vm with -Xmx768M if you plan on using it.
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@367 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-29 16:26:15 +00:00
Jared Gould
c7cca8a86f
Removed references to definition editor
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@366 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-29 16:19:04 +00:00
Jared Gould
5d49c2895b
Reorganized and removed unused tables
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@365 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-29 16:13:07 +00:00
Jared Gould
2f38e09038
More progress
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@364 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-28 23:53:42 +00:00
Jared Gould
2bb05d3586
Removed unused classes
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@363 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-28 23:45:15 +00:00
Jared Gould
e77e64d41a
Removed test change. It works!
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@362 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-28 23:24:25 +00:00
Jared Gould
e07f8f8a01
Test change
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@361 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-28 23:23:43 +00:00
Tgui
fcdc38a5f9
OSX serial support
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@360 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-26 17:32:41 +00:00
merchgod
3a7fa6de3e
CHANGE LIST .782b
...
1. Fixed an error in the definitions for the A8DH100P and A2ZJA00P roms. This error caused an unintended
change to specific values in these rom (3 bytes) when the rom was saved. The updated definitions contain
a fix which will return these to the correct factory settings after the rom is saved. The error also
involved the CEL fixes which were not defined correctly for these roms. If you have disabled any CELs
with these roms, be sure to renable them with the old definitions before using these new definitions. Roms
other than the A8DH100P and the A2ZJA00P do NOT have any of these issues.
2. New rom definition added:
- A4TC300K (03 USDM WRx AT)
3. The conversion formula for the various Timing Compensation tables has been changed from a percentage
to actual degrees of correction. The previous formula was not an accurate representation in terms of
the actual percentage of timing correction. [Credit Freon]
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@359 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-22 05:42:19 +00:00
Jared Gould
8eadf1edc8
Inheritance looks to be working.. needs more testing. Data and states still need to be parsed.
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@358 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-20 17:42:14 +00:00
Jared Gould
e41fb8274a
Inheritance is almost working.. not causing exceptions but not making another instance of rom. Scales are also not associating with tables yet.
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@357 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-19 17:00:36 +00:00
Jared Gould
a560ff8146
Still a problem with categories
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@356 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-18 18:41:25 +00:00
Jared Gould
f58cefc526
Closer.. I think table axis inheritance is not going to work without some changes
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@355 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-18 18:29:53 +00:00
Jared Gould
e3add833fc
Parses fully, prints tables and scales. Scale not being added to tables properly.
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@354 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-18 17:04:06 +00:00
Jared Gould
8208e02b3f
Now parses without errors
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@353 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-18 16:18:03 +00:00
Jared Gould
55a816868d
More updates, it'll actually parse some of the definition now
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@352 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-18 16:07:48 +00:00
Jared Gould
240cf19dad
Updated definition handler
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@351 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-17 22:15:59 +00:00
Jared Gould
28c3b52178
Updates for new ecu definition handler
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@350 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-16 23:43:40 +00:00
kascade
bb3c9573be
fixed save profile bugs
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@349 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-15 12:46:30 +00:00
Jared Gould
b0d3f42656
Fixed incorrect icon in table tree
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@348 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-14 01:14:19 +00:00
Jared Gould
1951445a29
Updated defs for 0.4.0b
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@345 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-11 04:10:32 +00:00
Jared Gould
dc6aa07624
Removed shortcuts panel
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@344 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-11 00:48:52 +00:00
Jared Gould
8dc6f2213c
Updated to latest IzPack scripts
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@343 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-10 16:12:23 +00:00
Jared Gould
b7264f125c
Fixed jaggies
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@342 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-10 15:23:31 +00:00
Jared Gould
3b8c9bb844
Added libraries
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@341 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-10 15:21:20 +00:00
kascade
f504ed3ee4
some logger notes updated
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@340 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-09 13:03:48 +00:00
kascade
6de0141c6b
file logging and save profile bug fixes
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@339 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-09 12:48:42 +00:00
Jared Gould
bc962b32b7
Added splash graphic
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@338 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-09 01:19:34 +00:00
Jared Gould
88b2ef725d
Oops.. NOW I updated with the windows jdic stub
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@337 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-09 01:10:53 +00:00
Jared Gould
92af24f5c3
Updated manifest with jdic libs for windows
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@336 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-09 01:07:58 +00:00
Jared Gould
01e6be9dcb
Updated release notes for 0.4.0b
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@335 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-09 01:07:08 +00:00
Jared Gould
1d9798cf1d
Disabled file association buttons in non-Windows environments
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@334 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-09 01:00:08 +00:00
Jared Gould
162be2f54c
Updated release date
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@333 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-09 00:38:43 +00:00
Jared Gould
581309400a
Added file associations to settings panel
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@332 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-09 00:37:50 +00:00
Jared Gould
82e7c6208e
Fixed long filenames being truncated
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@331 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-08 22:56:43 +00:00
kascade
42c6d3662e
logger config updated
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@330 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-08 10:35:58 +00:00
Jared Gould
2bad7b68b0
Updated manifest, installer and launcher
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@329 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-08 01:03:24 +00:00
Jared Gould
477409bb7b
New icon
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@328 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-07 04:09:06 +00:00
Jared Gould
00ab51a06b
Changed insufficient userlevel tables to black italic instead of greyed
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@327 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-07 04:05:30 +00:00
Jared Gould
7ce6df78b0
Added JDIC for file associations
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@326 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-06 13:55:08 +00:00
Jared Gould
290f17ac1d
Added ability to view (but not modify) tables over your user level
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@325 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-04 15:36:21 +00:00
kascade
09fe1e3f8c
save user profile support added
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@324 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-04 03:53:24 +00:00
Tgui
f2ab5d416f
classpath updates for Eclipse
...
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@323 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
2006-11-02 15:50:30 +00:00