build/whatsnew/whatsnew_0147.txt
r17954 | r17955 | |
6 | 6 | ---------------------- |
7 | 7 | - 04323: mjflove, rongrongg, rongrongj: [debug] Crash |
8 | 8 | after exit (Phil Bennett) |
9 | | - 05001: [Crash/Freeze] (bfm_sc4.c) Many sets in bfm_sc4.c: Assert |
10 | | after OK (Phil Bennett) |
| 9 | - 05001: [Crash/Freeze] (bfm_sc4.c) Many sets in bfm_sc4.c: |
| 10 | [debug] Assert after OK (Phil Bennett) |
11 | 11 | - 05000: [Crash/Freeze] (gcpinbal.c) gcpinbal: [debug] Crash |
12 | 12 | before OK (Robbbert) |
13 | 13 | - 04998: [Crash/Freeze] All/Most sets in superchs.c, gunbustr.c, |
r17954 | r17955 | |
149 | 149 | |
150 | 150 | -Numerous jedutil tool improvements. [Kevin Eshbach] |
151 | 151 | |
152 | | -Made some modifications to the jedutil tool to allow the viewing of |
| 152 | Made some modifications to the jedutil tool to allow the viewing of |
153 | 153 | simple combinatorial jeds (adding support for registered and gals in |
154 | 154 | the future) by taking a jed file and printing out human-readable |
155 | 155 | equations. Changed the command line options of the jedutil tool to |
r17954 | r17955 | |
162 | 162 | To view a jed file with human-readable equations the command is |
163 | 163 | jedutil –view <source.jed> <pal type> |
164 | 164 | |
165 | | gfx_element is now a class. Accessors are provided for all necessary |
| 165 | -gfx_element is now a class. Accessors are provided for all necessary |
166 | 166 | elements. Updated some of the more, ah, creative uses/abuses of the |
167 | 167 | gfx_elements. [Aaron Giles] |
168 | 168 | |