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