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