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