Lock out odd/even when in graphics mode
[jpcrr.git] / Changelog.utf8
blobc82c16c49d10669c2ce22f466f5cd43833efdf5e
1 Changes since JPC-RR Release 10.5:
2 ==================================
3 - Lock out odd/even when in graphics mode.
5 Changes from JPC-RR Release 10.4 to JPC-RR Release 10.5:
6 ========================================================
7 - Fix audio dumping lockup.
9 Changes from JPC-RR Release 10.3 to JPC-RR Release 10.4:
10 ========================================================
11 - Include luakernel.lua in release package.
12 - Include BIOS/VGABIOS images in release package.
14 Changes from JPC-RR Release 10.2 to JPC-RR Release 10.3:
15 ========================================================
16 - Make release builds include proper main-class attribute so java -jar works.
18 Changes from JPC-RR Release 10.1 to JPC-RR Release 10.2:
19 ========================================================
20 - Dispatch ECI invocations to all plugins, not just the first.
22 Changes from JPC-RR Release 10 to JPC-RR Release 10.1:
23 ======================================================
24 - Fix save filehandle leak.
25 - Add script for automated release building.
27 Change from JPC-RR Release 9.1 to JPC-RR Release 10:
28 ====================================================
29 - Don't call DMA transfer handler with empty remaining buffer.
30 - Deprecate FPU lines, create FPUs via modules.
31 - Take dump to pcm converter from unstable/soundcard (to fix serious
32   bugs in pcmdump to pcm conversion).
33 - Eliminate some console spam.
34 - Add FPU bit hack.
35 - Warn about attempts to use FPU when not present.
36 - Add VGA update hack bit.
37 - Save ioportRegistered in DMAController.
38 - Add I/O delay emulation.
39 - Add information about images to movies/savestates.
40 - New JRSR parser.
41 - Fix crashes/misdraws in HUD code when drawing outside screen.
42 - Allow screenshots from Lua.
43 - Refactor image file creation.
44 - Fix 880KiB standard disk format.
45 - Rewrite JRSR parser again.
46 - Graphical image importer.
47 - Don't let Lua call methods on dead objects.
48 - Mark internal state of dead Lua objects as garbage-collectable.
49 - Remove some obsolete stuff (SoundTest and RAWToPNG)
50 - Fix lots of warnings from GCJ.
51 - Include build version in binaries.
52 - Support hexadecimal constants in Lua.
53 - Calculate audio filtering using doubles. Some filters are very
54   sensitive to numeric accuracy.
55 - Fix incorrect stream ending when writing dumps.
56 - Implement A16 REP(N)E {SCA,CMP}S[WD] in pmode.
57 - Scan all devices when finding sound outputs.
58 - Fix ECI with varargs.
59 - Add configurable extra menu to PCControl and use it to replace PCStartStopTest.
60 - Add wait for PC to stop function to Lua.
61 - Update brief instructions.
62 - Give import disk window proper layout.
63 - Allow using file chooser in image import.
64 - Fix bug in tree importer with recursive directories.
65 - Allow INT 0.
66 - Add VGA Hretrace emulation (needed by Commander Keen)
67 - Check events better.
68 - Add abilility to specify dumps using GUI.
69 - Don't deadlock if video dumper is stopped.
70 - Allow filtering and changing volume in rawtoaudio2.
71 - Show keyboard LED status on vkeyboard.
72 - If shift is held while selecting vkeyboard key, send two edges.
73 - Sound card (FM and PCM) support.
74 - Actually normalize coefficients in rawtorgb.
75 - Add jpcrr.sendevent() for Lua.
76 - Fix quicksave/quickload deadlock.
77 - Fix video dumping crashing on first frame.
78 - Don't wedge the emulator if filename to dump to can't be opened.
79 - Save information about output channels to movie (makes automated encoding easier).
80 - Revert keyboard interrupt mode since it is just broken.
81 - Extramenu was missing send space, add it.
82 - Mouse hw rerec support.
83 - Do once-over on manual (add missing SoundCard and FMCard modules).
85 Changes from JPC-RR Release 9 to JPC-RR Release 9.1:
86 ====================================================
87 - Fix reconnect-terminate Lua deadlocks.
88 - Don't crash Lua kernel if name of script to execute is invalid.
90 Changes from JPC-RR Release 8 to JPC-RR Release 9:
91 ==================================================
92 - Add plain text version of manual.
93 - Add new hotkeys to startstoptest.
94 - Add support for timed running into PCRunner.
95 - Merge fixes in JPC-RR Release 8.1.
96 - Revamp ECI to actually type calls.
97 - Lua interpretter plugin.
98 - Use true read length not requested length for return length
99   in BinaryInFile::read()
100 - Support nullary BinaryInFile::read() [read entiere file].
101 - Don't block PC in LuaPlugin before running script.
102 - Fix PC halting vs. Lua prints.
103 - HUD support framework.
104 - New HUD primitive: Box.
105 - New HUD primitive: Bitmap.
106 - Print warnings on non-dispatchable ECI calls.
107 - Lua script arguments support!
108 - Text rendering library.
109 - Don't crash in PCMonitor if w or h is 0.
110 - Add method to get PC clock time.
111 - Fix reconnect deadlock vs. Lua waiting for output hold.
112 - Add way to query key status and simple generic HUD.
113 - Allow querying VGA lock status from Lua.
114 - Fix deadlock in PC attach wait vs. Lua VM termination.
115 - Refactor generic HUD Lua script.
116 - Support binary bitmaps and convert fonts to binary.
117 - Special-case no-resize dump -> raw conversion.
118 - Properly pass through exceptions in module loader.
119 - Add method to dump long arrays to StatusDumper.
120 - Average output sample over sample duration in dump->PCM conversion.
121 - Write parameterless modules properly into initialization segment.
122 - Joystick support.
123 - Also compile modules by default.
124 - Refactor joystick support.
125 - Refactor Lua support.
126 - Fix warnings when compiling Lua VM.
127 - Support "Light amplification" in PCMonitor.
128 - Allow screenshotting from PCMonitor.
130 Changes from JPC-RR Release 8 to JPC-RR Release 8.1:
131 ====================================================
132 - In loadstate code, doubles are 8 bytes each, not 4.
134 Changes from JPC-RR Release 7 to JPC-RR Release 8:
135 ==================================================
136 - Support CR, CRLF and NL line endings.
137 - Don't crash in PCControl on invalid ECI calls.
138 - Support memory read/write over ECI.
139 - Make various JRSR utility classes implement Closeable.
140 - Fix connector unsubscribing.
141 - Record rerecord count for savestates.
142 - Fix/Workaround VGA scrolling bug. Mario & Luigi now works.
143 - Fix PCSpeaker transition edges to be sharp.
144 - Optionally Load and default save relative event timing.
145 - Add plugin to display current time.
146 - Add crude raw streamdump to raw RGB converter.
147 - Replace rounddown resizer with Lanzcos resizer.
148 - Add raw audio stream to raw audio file converter.
149 - Add raw audio mixer.
150 - Add raw audio digital FIR/IIR filter.
151 - Implement micro-op 125 (PUSHA) in pmode.
152 - Support multiple resizing algorithms in rawtorgb
153 - Add movie length to time display.
154 - Force UTF-8 in compile scripts.
155 - Don't trucate stack traces if plugin instantiation throws
156   error or unknown exception.
158 Changes from JPC-RR Release 6 to JPC-RR Release 7:
159 ==================================================
160 - Mark that some fields are not saved.
161 - Refactor menus in PCControl.
162 - Refactor menus even more by adding profiles to menu manager.
163 - Use comboboxes instead of textboxes to prompt images.
164 - Give next event time when clock is processed.
165 - Support INT1 in real mode.
166 - Pretty-print time sequence values on PC stop.
167 - Support moving windows via external command interface.
168 - Add tools for manipulating video streams.
169 - Give reliable retracing signal from VGA.
170 - Add utility to perform image letter boxing.
171 - Try to backup savestate before overwriting.
172 - Add makefile for stream tools and add brief description for each.
173 - Refactor writing component encoding lines.
174 - Add ability to edit run authors from GUI.
175 - Improve exception reporting.
176 - Add ability to force load savestate as movie.
177 - Fix keyboard Pause/Printscreen timing.
179 Changes from JPC-RR Release 6 to JPC-RR Release 6.1:
180 ====================================================
181 - Fix event stream truncation.
183 Changes from JPC-RR Release 6.1 to JPC-RR Release 6.2:
184 ======================================================
185 - Fix reporting exceptions from dumpers.
186 - Don't crash when dumping CD-ROM images.
188 Changes from JPC-RR Release 5 to JPC-RR Release 6:
189 ==================================================
190 - Rearrange Snapshot menu.
191 - Make traps in interface independent from PC.
192 - Fix setting traps using external commands interface.
193 - Remove RunnerPlugin. External PC start/stop is via external commands interface.
194 - Get rid of image library index files.
195 - Input PC parameters via dialog.
196 - Remove notifyArguments().
197 - Give plugins via new command loop.
198 - Allow using external command interface from command loop.
199 - Obtain event modulo timing from callback, not from event itself.
200 - Add external command interface command to send an event.
201 - Implement support for disk switching.
202 - Support naming disks.
203 - Support autoexec scripts.
204 - Delete DiskImageChooser as unused.
205 - Support floppy write protect.
207 Changes from JPC-RR Release 4 to JPC-RR Release 5:
208 ==================================================
209 - Move classes to more logical places.
210 - A16/A32 doesn't control stack access size
211 - Allow PNG saving to occur in parallel to saving next frame.
212 - Add timebase data to audio blocks for time linearization.
213 - Synchronize shutdown of audio and video dumpers to shutdown of main PC
214 - Support variable framerate and splice audio segments properly.
215 - Add test module for audio dumping.
216 - Don't deadlock in PCRunner if savestate load fails.
217 - Pop up error dialog on unexpected exception.
218 - Add method to wait until all connector subscribers have released.
219 - Squash whitespace errors.
220 - Move dialog related code from JPCApplication to Misc.
221 - Support offsets in RAWAudioDumper
222 - Fix VirtualKeyboard shutdown deadlock
223 - Support raw format dumps in PNGDumper.
224 - Move PNG dumping to external utility and rename PNGDumper -> RAWVideoDumper.
225 - Optimize save and loadstate a bit.
226 - Show time taken by loadstate and savestate.
227 - Optimize loadstate by reading data out internal buffer.
228 - Optimize savestate by writing data to internal buffer.
229 - Display total savestate load/save time.
231 Changes from JPC-RR Release 3 to JPC-RR Release 4:
232 ==================================================
233 - Fix broken BIOS image making.
234 - Add comments sections to images and record tree info to comments.
235         Handy to know how to get the ID to match in case someone created the filesystem
236         from tree.
237 - Collapse VirtualClock to Clock.
238 - Refactor FPU core to be inside FPU class.
239 - Merge real and protected mode FPU emulation code.
240 - Remvoe unneeded stuff from top-level FPU class.
241 - Refactor FPU emulation.
242         Support CPU without FPU and support EM, TS, MP and ET bits.
243 - Make FPU emulator optinal/configurable.
244 - Fix CLTS to reset CR0 bit 3, not CR3 bit 2.
245 - Make RTC update cycle to be 244 microseconds instead of 10 milliseconds.
246 - Fix PUSHx/POPx to respect SS size attribute in all modes.
247 - Cache SS size in real mode.
248 - Don't bomb out with uncaught exception if library is missing.
250 Changes from JPC-RR Release 2 to JPC-RR Release 3:
251 ==================================================
252 - Merge user manual and savestate docs, write devel docs and convert all that to Lyx.
253 - Try to support auto-init DMA (for soundcard).
254 - Update Changelog to include stuff before r1.
255 - Add external commands interface to control plugins from others
256 - Bump PNG counter from 6 digits to 12 so all movies can be dumped.
257 - Don't allow using scancodes 0, 84 and 198.
258 - Print usage on command line errors for ImageMaker.
260 Changes from JPC-RR Release 1 to JPC-RR Release 2:
261 ==================================================
262 - Optimize disk ID calculation
263         Optimize disk ID calculation by special-casing the handling of all-zero blocks in hash
264         plus doing the necessary modifications in order to exploit that special case. In case
265         of used space being small in comparison to total space, this cuts the time to compute
266         the disk ID by HALF.
267 - Fix bug in assigning audio output IDs in presence of same module loaded multiple times
268 - Warn if audio input ID in raw audio dumper is invalid
270 Changes from JPC to JPC-RR Release 1:
271 =====================================
272 - Remove background compiler
273         One really doesn't need the nondeterminism JIT brings.
274 - Remove applet code and debugger
275         This is not going to run as applet and debugger isn't something I would want to keep
276         up to date.
277 - Remove ethernet and serial port emulation
278         Multi-machine emulation is nightmare to make sync.
279 - Make TSC exact number of instructions executed, not guess based on frequency
280 - Synchronize all timing to CPU
281 - Replace all block device types with GenericBlockDevice
282         GenericBlockDevice can handle all types of block backed by DiskImage, and DiskImage
283         can handle COW (Copy-On-Write).
284 - Don't allow save/loadstate on running PC
285         Savestating on running PC is racy and produces unusable savestate.
286 - Variable CPU speed/memory size/BIOS image support
287 - Add VGA retrace start/stop traps and timed traps
288         This is frame / time advance mecanism.
289 - Textual status dump
290         Textual status dump is powerful tool when debugging desyncs.
291 - Implement new savestate mechanism and remove the old
292         The old mechanism just didn't cut it. New mechanism is brute-force but works.
293 - Video dumping support
294         Support dumping video to series of PNG files
295 - Add tools for making image files
296 - Image library code
297         Needed images are searched via image library.
298 - Handle triple faults
299         Reboot PC on triple fault instead of crashing the emulator core.
300 - Enable start/stop as apporiate
301 - Don't hang the UI during savestate and related operations
302 - Remove mouse input support
303         To be reintroduced later
304 - Create PC from GUI, not before it
305 - Allow fast exits out of CPU emulator
306 - Fix the "11 micro-ops" bug.
307 - Dedicated timer priority queue class
308         The standard one from java.util.<foo> just isn't deterministic enough.
309 - Use stderr instead of logger
310         Makes nicer-looking console output.
311 - Support dumping emulated RAM
312 - Plugins and modules support
313         These are for future extensions, so devices can be added without breaking timing.
314 - Move previous JPCApplication/PCMonitor code to plugins
315 - Display errors as dialogs if GUI available, on console if not
316 - Event recording/playback code
317 - Audio dumping support + PCSpeaker audio output support