1 Changes since JPC-RR Release 10.5:
2 ==================================
3 - Lock out odd/even when in graphics mode.
6 - Document some undocumented Lua operations.
7 - New Lua functions bit.signextend and bit.tosigned.
9 - Implement P478 for Rayman.
10 - Implement CRx operations in VM86 mode.
11 - Merge fixes in r10.9
12 - Include monitor panel in PCControl.
13 - Show time in statusbar.
14 - Don't use popups, use statusbar.
15 - Fix deadlock when resizing monitor.
16 - Merge fixes in r10.10.
18 - Merge fixes in r10.11.
19 - Merge the build system revamp.
20 - Merge fixes in r10.12.
21 - Merge selfmodify fix and LDT/TSS fix.
22 - Merge fixes in r10.13.
23 - Change even-odd lockout condition from graphics mode to Axxxx
24 addresses only (to fix garbled graphics in CGA games).
25 - Merge build fixes form r10 mainintance branch.
26 - Merge fixes in r10.14.
27 - Merge some fixes from r10 maint branch.
28 - Don't repaint monitor on retach, rely on VGA output cycles.
29 - Do VGA output cycle on PC stop.
30 - Rework the Lua waiting system.
31 - Make window member not superclass of PCControl.
32 - Close the image backing files on image GC.
33 - Merge some fixes from r10 maint branch.
34 - Support resetting pixel panning on line compare.
35 - Prevent races in HUDRenderer.
36 - Properly name Monitor Panel thread.
37 - Merge fixes in r10.15.
38 - Don't deadlock if setTask is called with busy PC execution thread.
39 - Add method to obtain VGA frame number.
40 - Add methods to access event stream from Lua.
41 - Add method to send event with specified low time bound.
42 - Add method to query key state at input edge.
43 - Fix crash on event stream truncation.
44 - Don't do weird stuff with VGA frame numbers.
45 - Support savestate drag'n'drop loading.
46 - Don't loadstate via DnD when running.
47 - Add option to dump every frame with frametimes.
48 - Fix NPE when canceling loadstate.
49 - Add emuname for telling apart multiple emulators.
50 - Add hotkeys for screenshots.
51 - Merge fixes in r10 maint branch.
53 Changes since JPC-RR Release 10.15:
54 ===================================
55 - Fix some savestate/loadstate/ramdump operations from Lua.
57 Changes from JPC-RR Release 10.14 to JPC-RR Release 10.15:
58 ==========================================================
59 - Change hotkeys for some key events to be the keys themselves.
60 - Add sendmessage command to Lua VM.
61 - Change VGA offset for 8d2 to 0.
62 - Fix popups if display resolution determination fails.
63 - Backport: Make window member not superclass of PCControl.
64 - Backport: Close the image backing files on image GC.
65 - Backport: Prevent races in HUDRenderer.
67 Changes from JPC-RR Release 10.13 to JPC-RR Release 10.14:
68 ==========================================================
69 - Make build abort if ExceptionDefProcessor fails.
70 - Add SYSTEM header to note the system movie is for.
72 Changes from JPC-RR Release 10.12 to JPC-RR Release 10.13:
73 ==========================================================
74 - Use new LDT when loading registers in jump to TSS.
75 - Add optional fast instruction reloading on selfmodify.
76 - Fix selfmodify mode to be actually saved to savestate.
78 Changes from JPC-RR Release 10.11 to JPC-RR Release 10.12:
79 ==========================================================
80 - Revamp the build system.
81 - Add call to shutdown PCRunner from Lua.
82 - Add keyboard queue length to generic hud.
83 - Fix off-by-one in box rendering.
85 Changes from JPC-RR Release 10.10 to JPC-RR Release 10.11:
86 ==========================================================
87 - Fix subtitle time display.
88 - Sightly better subtitle test.
89 - Add tool to procude animated dumps.
90 - Add script to produce ASCII font files.
91 - Add makefile rule for mkdump.exe.
92 - Add better help to mkdump.
93 - Add color selection to subtitle script.
94 - Fix priviledge checking in PMode.
95 - Less spam about HALTs on insufficient CPLs.
97 Changes from JPC-RR Release 10.9 to JPC-RR Release 10.10:
98 =========================================================
99 - Do immediate VGA output cycle on loadstate.
100 - Fix LuaPlugin console.
101 - Capabilities file I/O from Lua scripts.
102 - Clean up root directory
103 - Clean up VirtualKeyboard a bit.
104 - Add kill command to do stack trace of all threads.
106 Changes from JPC-RR Release 10.8 to JPC-RR Release 10.9:
107 ========================================================
108 - Redesign author editor dialog.
109 - Fix some savestate errors.
110 - Add support for author nicknames.
111 - Add ability for Lua to query movie length, rerecord count and headers.
112 - Allow loading Lua plugin without GUI.
113 - Allow action combos from extra menu.
114 - Implement INT3_O16 and INTO_O16 in pmode.
115 - Clean up Misc.parseString().
116 - Clean up ConstantTableLayout.
117 - Keyboard layouts support and new default layout.
120 Changes from JPC-RR Release 10.7 to JPC-RR Release 10.8:
121 ========================================================
122 - Don't truncate stack trace if menu invocation goes wrong.
123 - Report inner exceptions in saved stack traces.
124 - Set disk library in autoexec file, not from command line.
125 - (try to) Keep focus on main window on savestate/loadstate.
126 - Allow printing image info from JPC-RR commandline.
127 - Fix bug in OPTION ABSOLUTE.
129 Changes from JPC-RR Release 10.6 to JPC-RR Release 10.7:
130 ========================================================
131 - Uncompressed saves.
132 - If rename fails, try deleting file before retrying.
133 - Probe if rename-over is possible and if not, fall back to copy&delete.
134 - Do move to backup slot position just before committing the save.
135 - Automatically resize PC monitor to correct size.
136 - Make PC Control window to automatically resize to correct size.
137 - If no arguments are specified, use defaults.
139 Changes from JPC-RR Release 10.5 to JPC-RR Release 10.6:
140 ========================================================
141 - Fix fast typing (keyhit) mode.
142 - Rename assemble.bat to assemble.jpcrrinit as its not DOS batch file.
144 Changes from JPC-RR Release 10.4 to JPC-RR Release 10.5:
145 ========================================================
146 - Fix audio dumping lockup.
148 Changes from JPC-RR Release 10.3 to JPC-RR Release 10.4:
149 ========================================================
150 - Include luakernel.lua in release package.
151 - Include BIOS/VGABIOS images in release package.
153 Changes from JPC-RR Release 10.2 to JPC-RR Release 10.3:
154 ========================================================
155 - Make release builds include proper main-class attribute so java -jar works.
157 Changes from JPC-RR Release 10.1 to JPC-RR Release 10.2:
158 ========================================================
159 - Dispatch ECI invocations to all plugins, not just the first.
161 Changes from JPC-RR Release 10 to JPC-RR Release 10.1:
162 ======================================================
163 - Fix save filehandle leak.
164 - Add script for automated release building.
166 Change from JPC-RR Release 9.1 to JPC-RR Release 10:
167 ====================================================
168 - Don't call DMA transfer handler with empty remaining buffer.
169 - Deprecate FPU lines, create FPUs via modules.
170 - Take dump to pcm converter from unstable/soundcard (to fix serious
171 bugs in pcmdump to pcm conversion).
172 - Eliminate some console spam.
174 - Warn about attempts to use FPU when not present.
175 - Add VGA update hack bit.
176 - Save ioportRegistered in DMAController.
177 - Add I/O delay emulation.
178 - Add information about images to movies/savestates.
180 - Fix crashes/misdraws in HUD code when drawing outside screen.
181 - Allow screenshots from Lua.
182 - Refactor image file creation.
183 - Fix 880KiB standard disk format.
184 - Rewrite JRSR parser again.
185 - Graphical image importer.
186 - Don't let Lua call methods on dead objects.
187 - Mark internal state of dead Lua objects as garbage-collectable.
188 - Remove some obsolete stuff (SoundTest and RAWToPNG)
189 - Fix lots of warnings from GCJ.
190 - Include build version in binaries.
191 - Support hexadecimal constants in Lua.
192 - Calculate audio filtering using doubles. Some filters are very
193 sensitive to numeric accuracy.
194 - Fix incorrect stream ending when writing dumps.
195 - Implement A16 REP(N)E {SCA,CMP}S[WD] in pmode.
196 - Scan all devices when finding sound outputs.
197 - Fix ECI with varargs.
198 - Add configurable extra menu to PCControl and use it to replace PCStartStopTest.
199 - Add wait for PC to stop function to Lua.
200 - Update brief instructions.
201 - Give import disk window proper layout.
202 - Allow using file chooser in image import.
203 - Fix bug in tree importer with recursive directories.
205 - Add VGA Hretrace emulation (needed by Commander Keen)
206 - Check events better.
207 - Add abilility to specify dumps using GUI.
208 - Don't deadlock if video dumper is stopped.
209 - Allow filtering and changing volume in rawtoaudio2.
210 - Show keyboard LED status on vkeyboard.
211 - If shift is held while selecting vkeyboard key, send two edges.
212 - Sound card (FM and PCM) support.
213 - Actually normalize coefficients in rawtorgb.
214 - Add jpcrr.sendevent() for Lua.
215 - Fix quicksave/quickload deadlock.
216 - Fix video dumping crashing on first frame.
217 - Don't wedge the emulator if filename to dump to can't be opened.
218 - Save information about output channels to movie (makes automated encoding easier).
219 - Revert keyboard interrupt mode since it is just broken.
220 - Extramenu was missing send space, add it.
221 - Mouse hw rerec support.
222 - Do once-over on manual (add missing SoundCard and FMCard modules).
224 Changes from JPC-RR Release 9 to JPC-RR Release 9.1:
225 ====================================================
226 - Fix reconnect-terminate Lua deadlocks.
227 - Don't crash Lua kernel if name of script to execute is invalid.
229 Changes from JPC-RR Release 8 to JPC-RR Release 9:
230 ==================================================
231 - Add plain text version of manual.
232 - Add new hotkeys to startstoptest.
233 - Add support for timed running into PCRunner.
234 - Merge fixes in JPC-RR Release 8.1.
235 - Revamp ECI to actually type calls.
236 - Lua interpretter plugin.
237 - Use true read length not requested length for return length
238 in BinaryInFile::read()
239 - Support nullary BinaryInFile::read() [read entiere file].
240 - Don't block PC in LuaPlugin before running script.
241 - Fix PC halting vs. Lua prints.
242 - HUD support framework.
243 - New HUD primitive: Box.
244 - New HUD primitive: Bitmap.
245 - Print warnings on non-dispatchable ECI calls.
246 - Lua script arguments support!
247 - Text rendering library.
248 - Don't crash in PCMonitor if w or h is 0.
249 - Add method to get PC clock time.
250 - Fix reconnect deadlock vs. Lua waiting for output hold.
251 - Add way to query key status and simple generic HUD.
252 - Allow querying VGA lock status from Lua.
253 - Fix deadlock in PC attach wait vs. Lua VM termination.
254 - Refactor generic HUD Lua script.
255 - Support binary bitmaps and convert fonts to binary.
256 - Special-case no-resize dump -> raw conversion.
257 - Properly pass through exceptions in module loader.
258 - Add method to dump long arrays to StatusDumper.
259 - Average output sample over sample duration in dump->PCM conversion.
260 - Write parameterless modules properly into initialization segment.
262 - Also compile modules by default.
263 - Refactor joystick support.
264 - Refactor Lua support.
265 - Fix warnings when compiling Lua VM.
266 - Support "Light amplification" in PCMonitor.
267 - Allow screenshotting from PCMonitor.
269 Changes from JPC-RR Release 8 to JPC-RR Release 8.1:
270 ====================================================
271 - In loadstate code, doubles are 8 bytes each, not 4.
273 Changes from JPC-RR Release 7 to JPC-RR Release 8:
274 ==================================================
275 - Support CR, CRLF and NL line endings.
276 - Don't crash in PCControl on invalid ECI calls.
277 - Support memory read/write over ECI.
278 - Make various JRSR utility classes implement Closeable.
279 - Fix connector unsubscribing.
280 - Record rerecord count for savestates.
281 - Fix/Workaround VGA scrolling bug. Mario & Luigi now works.
282 - Fix PCSpeaker transition edges to be sharp.
283 - Optionally Load and default save relative event timing.
284 - Add plugin to display current time.
285 - Add crude raw streamdump to raw RGB converter.
286 - Replace rounddown resizer with Lanzcos resizer.
287 - Add raw audio stream to raw audio file converter.
288 - Add raw audio mixer.
289 - Add raw audio digital FIR/IIR filter.
290 - Implement micro-op 125 (PUSHA) in pmode.
291 - Support multiple resizing algorithms in rawtorgb
292 - Add movie length to time display.
293 - Force UTF-8 in compile scripts.
294 - Don't trucate stack traces if plugin instantiation throws
295 error or unknown exception.
297 Changes from JPC-RR Release 6 to JPC-RR Release 7:
298 ==================================================
299 - Mark that some fields are not saved.
300 - Refactor menus in PCControl.
301 - Refactor menus even more by adding profiles to menu manager.
302 - Use comboboxes instead of textboxes to prompt images.
303 - Give next event time when clock is processed.
304 - Support INT1 in real mode.
305 - Pretty-print time sequence values on PC stop.
306 - Support moving windows via external command interface.
307 - Add tools for manipulating video streams.
308 - Give reliable retracing signal from VGA.
309 - Add utility to perform image letter boxing.
310 - Try to backup savestate before overwriting.
311 - Add makefile for stream tools and add brief description for each.
312 - Refactor writing component encoding lines.
313 - Add ability to edit run authors from GUI.
314 - Improve exception reporting.
315 - Add ability to force load savestate as movie.
316 - Fix keyboard Pause/Printscreen timing.
318 Changes from JPC-RR Release 6 to JPC-RR Release 6.1:
319 ====================================================
320 - Fix event stream truncation.
322 Changes from JPC-RR Release 6.1 to JPC-RR Release 6.2:
323 ======================================================
324 - Fix reporting exceptions from dumpers.
325 - Don't crash when dumping CD-ROM images.
327 Changes from JPC-RR Release 5 to JPC-RR Release 6:
328 ==================================================
329 - Rearrange Snapshot menu.
330 - Make traps in interface independent from PC.
331 - Fix setting traps using external commands interface.
332 - Remove RunnerPlugin. External PC start/stop is via external commands interface.
333 - Get rid of image library index files.
334 - Input PC parameters via dialog.
335 - Remove notifyArguments().
336 - Give plugins via new command loop.
337 - Allow using external command interface from command loop.
338 - Obtain event modulo timing from callback, not from event itself.
339 - Add external command interface command to send an event.
340 - Implement support for disk switching.
341 - Support naming disks.
342 - Support autoexec scripts.
343 - Delete DiskImageChooser as unused.
344 - Support floppy write protect.
346 Changes from JPC-RR Release 4 to JPC-RR Release 5:
347 ==================================================
348 - Move classes to more logical places.
349 - A16/A32 doesn't control stack access size
350 - Allow PNG saving to occur in parallel to saving next frame.
351 - Add timebase data to audio blocks for time linearization.
352 - Synchronize shutdown of audio and video dumpers to shutdown of main PC
353 - Support variable framerate and splice audio segments properly.
354 - Add test module for audio dumping.
355 - Don't deadlock in PCRunner if savestate load fails.
356 - Pop up error dialog on unexpected exception.
357 - Add method to wait until all connector subscribers have released.
358 - Squash whitespace errors.
359 - Move dialog related code from JPCApplication to Misc.
360 - Support offsets in RAWAudioDumper
361 - Fix VirtualKeyboard shutdown deadlock
362 - Support raw format dumps in PNGDumper.
363 - Move PNG dumping to external utility and rename PNGDumper -> RAWVideoDumper.
364 - Optimize save and loadstate a bit.
365 - Show time taken by loadstate and savestate.
366 - Optimize loadstate by reading data out internal buffer.
367 - Optimize savestate by writing data to internal buffer.
368 - Display total savestate load/save time.
370 Changes from JPC-RR Release 3 to JPC-RR Release 4:
371 ==================================================
372 - Fix broken BIOS image making.
373 - Add comments sections to images and record tree info to comments.
374 Handy to know how to get the ID to match in case someone created the filesystem
376 - Collapse VirtualClock to Clock.
377 - Refactor FPU core to be inside FPU class.
378 - Merge real and protected mode FPU emulation code.
379 - Remvoe unneeded stuff from top-level FPU class.
380 - Refactor FPU emulation.
381 Support CPU without FPU and support EM, TS, MP and ET bits.
382 - Make FPU emulator optinal/configurable.
383 - Fix CLTS to reset CR0 bit 3, not CR3 bit 2.
384 - Make RTC update cycle to be 244 microseconds instead of 10 milliseconds.
385 - Fix PUSHx/POPx to respect SS size attribute in all modes.
386 - Cache SS size in real mode.
387 - Don't bomb out with uncaught exception if library is missing.
389 Changes from JPC-RR Release 2 to JPC-RR Release 3:
390 ==================================================
391 - Merge user manual and savestate docs, write devel docs and convert all that to Lyx.
392 - Try to support auto-init DMA (for soundcard).
393 - Update Changelog to include stuff before r1.
394 - Add external commands interface to control plugins from others
395 - Bump PNG counter from 6 digits to 12 so all movies can be dumped.
396 - Don't allow using scancodes 0, 84 and 198.
397 - Print usage on command line errors for ImageMaker.
399 Changes from JPC-RR Release 1 to JPC-RR Release 2:
400 ==================================================
401 - Optimize disk ID calculation
402 Optimize disk ID calculation by special-casing the handling of all-zero blocks in hash
403 plus doing the necessary modifications in order to exploit that special case. In case
404 of used space being small in comparison to total space, this cuts the time to compute
406 - Fix bug in assigning audio output IDs in presence of same module loaded multiple times
407 - Warn if audio input ID in raw audio dumper is invalid
409 Changes from JPC to JPC-RR Release 1:
410 =====================================
411 - Remove background compiler
412 One really doesn't need the nondeterminism JIT brings.
413 - Remove applet code and debugger
414 This is not going to run as applet and debugger isn't something I would want to keep
416 - Remove ethernet and serial port emulation
417 Multi-machine emulation is nightmare to make sync.
418 - Make TSC exact number of instructions executed, not guess based on frequency
419 - Synchronize all timing to CPU
420 - Replace all block device types with GenericBlockDevice
421 GenericBlockDevice can handle all types of block backed by DiskImage, and DiskImage
422 can handle COW (Copy-On-Write).
423 - Don't allow save/loadstate on running PC
424 Savestating on running PC is racy and produces unusable savestate.
425 - Variable CPU speed/memory size/BIOS image support
426 - Add VGA retrace start/stop traps and timed traps
427 This is frame / time advance mecanism.
428 - Textual status dump
429 Textual status dump is powerful tool when debugging desyncs.
430 - Implement new savestate mechanism and remove the old
431 The old mechanism just didn't cut it. New mechanism is brute-force but works.
432 - Video dumping support
433 Support dumping video to series of PNG files
434 - Add tools for making image files
436 Needed images are searched via image library.
437 - Handle triple faults
438 Reboot PC on triple fault instead of crashing the emulator core.
439 - Enable start/stop as apporiate
440 - Don't hang the UI during savestate and related operations
441 - Remove mouse input support
442 To be reintroduced later
443 - Create PC from GUI, not before it
444 - Allow fast exits out of CPU emulator
445 - Fix the "11 micro-ops" bug.
446 - Dedicated timer priority queue class
447 The standard one from java.util.<foo> just isn't deterministic enough.
448 - Use stderr instead of logger
449 Makes nicer-looking console output.
450 - Support dumping emulated RAM
451 - Plugins and modules support
452 These are for future extensions, so devices can be added without breaking timing.
453 - Move previous JPCApplication/PCMonitor code to plugins
454 - Display errors as dialogs if GUI available, on console if not
455 - Event recording/playback code
456 - Audio dumping support + PCSpeaker audio output support