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