New HUD primitive: Box
[jpcrr.git] / Changelog.utf8
blobafb42d2f8d0a734847042498c3cc3363d9a69489
1 Changes since JPC-RR Release 8:
2 ===============================
3 - Add plain text version of manual.
4 - Add new hotkeys to startstoptest.
5 - Add support for timed running into PCRunner.
6 - Merge fixes in JPC-RR Release 8.1.
7 - Revamp ECI to actually type calls.
8 - Lua interpretter plugin.
9 - Use true read length not requested length for return length
10   in BinaryInFile::read()
11 - Support nullary BinaryInFile::read() [read entiere file].
12 - Don't block PC in LuaPlugin before running script.
13 - Fix PC halting vs. Lua prints.
14 - HUD support framework.
15 - New HUD primitive: Box.
17 Changes from JPC-RR Release 8 to JPC-RR Release 8.1:
18 ====================================================
19 - In loadstate code, doubles are 8 bytes each, not 4.
21 Changes from JPC-RR Release 7 to JPC-RR Release 8:
22 ==================================================
23 - Support CR, CRLF and NL line endings.
24 - Don't crash in PCControl on invalid ECI calls.
25 - Support memory read/write over ECI.
26 - Make various JRSR utility classes implement Closeable.
27 - Fix connector unsubscribing.
28 - Record rerecord count for savestates.
29 - Fix/Workaround VGA scrolling bug. Mario & Luigi now works.
30 - Fix PCSpeaker transition edges to be sharp.
31 - Optionally Load and default save relative event timing.
32 - Add plugin to display current time.
33 - Add crude raw streamdump to raw RGB converter.
34 - Replace rounddown resizer with Lanzcos resizer.
35 - Add raw audio stream to raw audio file converter.
36 - Add raw audio mixer.
37 - Add raw audio digital FIR/IIR filter.
38 - Implement micro-op 125 (PUSHA) in pmode.
39 - Support multiple resizing algorithms in rawtorgb
40 - Add movie length to time display.
41 - Force UTF-8 in compile scripts.
42 - Don't trucate stack traces if plugin instantiation throws
43   error or unknown exception.
45 Changes from JPC-RR Release 6 to JPC-RR Release 7:
46 ==================================================
47 - Mark that some fields are not saved.
48 - Refactor menus in PCControl.
49 - Refactor menus even more by adding profiles to menu manager.
50 - Use comboboxes instead of textboxes to prompt images.
51 - Give next event time when clock is processed.
52 - Support INT1 in real mode.
53 - Pretty-print time sequence values on PC stop.
54 - Support moving windows via external command interface.
55 - Add tools for manipulating video streams.
56 - Give reliable retracing signal from VGA.
57 - Add utility to perform image letter boxing.
58 - Try to backup savestate before overwriting.
59 - Add makefile for stream tools and add brief description for each.
60 - Refactor writing component encoding lines.
61 - Add ability to edit run authors from GUI.
62 - Improve exception reporting.
63 - Add ability to force load savestate as movie.
64 - Fix keyboard Pause/Printscreen timing.
66 Changes from JPC-RR Release 6 to JPC-RR Release 6.1:
67 ====================================================
68 - Fix event stream truncation.
70 Changes from JPC-RR Release 6.1 to JPC-RR Release 6.2:
71 ======================================================
72 - Fix reporting exceptions from dumpers.
73 - Don't crash when dumping CD-ROM images.
75 Changes from JPC-RR Release 5 to JPC-RR Release 6:
76 ==================================================
77 - Rearrange Snapshot menu.
78 - Make traps in interface independent from PC.
79 - Fix setting traps using external commands interface.
80 - Remove RunnerPlugin. External PC start/stop is via external commands interface.
81 - Get rid of image library index files.
82 - Input PC parameters via dialog.
83 - Remove notifyArguments().
84 - Give plugins via new command loop.
85 - Allow using external command interface from command loop.
86 - Obtain event modulo timing from callback, not from event itself.
87 - Add external command interface command to send an event.
88 - Implement support for disk switching.
89 - Support naming disks.
90 - Support autoexec scripts.
91 - Delete DiskImageChooser as unused.
92 - Support floppy write protect.
94 Changes from JPC-RR Release 4 to JPC-RR Release 5:
95 ==================================================
96 - Move classes to more logical places.
97 - A16/A32 doesn't control stack access size
98 - Allow PNG saving to occur in parallel to saving next frame.
99 - Add timebase data to audio blocks for time linearization.
100 - Synchronize shutdown of audio and video dumpers to shutdown of main PC
101 - Support variable framerate and splice audio segments properly.
102 - Add test module for audio dumping.
103 - Don't deadlock in PCRunner if savestate load fails.
104 - Pop up error dialog on unexpected exception.
105 - Add method to wait until all connector subscribers have released.
106 - Squash whitespace errors.
107 - Move dialog related code from JPCApplication to Misc.
108 - Support offsets in RAWAudioDumper
109 - Fix VirtualKeyboard shutdown deadlock
110 - Support raw format dumps in PNGDumper.
111 - Move PNG dumping to external utility and rename PNGDumper -> RAWVideoDumper.
112 - Optimize save and loadstate a bit.
113 - Show time taken by loadstate and savestate.
114 - Optimize loadstate by reading data out internal buffer.
115 - Optimize savestate by writing data to internal buffer.
116 - Display total savestate load/save time.
118 Changes from JPC-RR Release 3 to JPC-RR Release 4:
119 ==================================================
120 - Fix broken BIOS image making.
121 - Add comments sections to images and record tree info to comments.
122         Handy to know how to get the ID to match in case someone created the filesystem
123         from tree.
124 - Collapse VirtualClock to Clock.
125 - Refactor FPU core to be inside FPU class.
126 - Merge real and protected mode FPU emulation code.
127 - Remvoe unneeded stuff from top-level FPU class.
128 - Refactor FPU emulation.
129         Support CPU without FPU and support EM, TS, MP and ET bits.
130 - Make FPU emulator optinal/configurable.
131 - Fix CLTS to reset CR0 bit 3, not CR3 bit 2.
132 - Make RTC update cycle to be 244 microseconds instead of 10 milliseconds.
133 - Fix PUSHx/POPx to respect SS size attribute in all modes.
134 - Cache SS size in real mode.
135 - Don't bomb out with uncaught exception if library is missing.
137 Changes from JPC-RR Release 2 to JPC-RR Release 3:
138 ==================================================
139 - Merge user manual and savestate docs, write devel docs and convert all that to Lyx.
140 - Try to support auto-init DMA (for soundcard).
141 - Update Changelog to include stuff before r1.
142 - Add external commands interface to control plugins from others
143 - Bump PNG counter from 6 digits to 12 so all movies can be dumped.
144 - Don't allow using scancodes 0, 84 and 198.
145 - Print usage on command line errors for ImageMaker.
147 Changes from JPC-RR Release 1 to JPC-RR Release 2:
148 ==================================================
149 - Optimize disk ID calculation
150         Optimize disk ID calculation by special-casing the handling of all-zero blocks in hash
151         plus doing the necessary modifications in order to exploit that special case. In case
152         of used space being small in comparison to total space, this cuts the time to compute
153         the disk ID by HALF.
154 - Fix bug in assigning audio output IDs in presence of same module loaded multiple times
155 - Warn if audio input ID in raw audio dumper is invalid
157 Changes from JPC to JPC-RR Release 1:
158 =====================================
159 - Remove background compiler
160         One really doesn't need the nondeterminism JIT brings.
161 - Remove applet code and debugger
162         This is not going to run as applet and debugger isn't something I would want to keep
163         up to date.
164 - Remove ethernet and serial port emulation
165         Multi-machine emulation is nightmare to make sync.
166 - Make TSC exact number of instructions executed, not guess based on frequency
167 - Synchronize all timing to CPU
168 - Replace all block device types with GenericBlockDevice
169         GenericBlockDevice can handle all types of block backed by DiskImage, and DiskImage
170         can handle COW (Copy-On-Write).
171 - Don't allow save/loadstate on running PC
172         Savestating on running PC is racy and produces unusable savestate.
173 - Variable CPU speed/memory size/BIOS image support
174 - Add VGA retrace start/stop traps and timed traps
175         This is frame / time advance mecanism.
176 - Textual status dump
177         Textual status dump is powerful tool when debugging desyncs.
178 - Implement new savestate mechanism and remove the old
179         The old mechanism just didn't cut it. New mechanism is brute-force but works.
180 - Video dumping support
181         Support dumping video to series of PNG files
182 - Add tools for making image files
183 - Image library code
184         Needed images are searched via image library.
185 - Handle triple faults
186         Reboot PC on triple fault instead of crashing the emulator core.
187 - Enable start/stop as apporiate
188 - Don't hang the UI during savestate and related operations
189 - Remove mouse input support
190         To be reintroduced later
191 - Create PC from GUI, not before it
192 - Allow fast exits out of CPU emulator
193 - Fix the "11 micro-ops" bug.
194 - Dedicated timer priority queue class
195         The standard one from java.util.<foo> just isn't deterministic enough.
196 - Use stderr instead of logger
197         Makes nicer-looking console output.
198 - Support dumping emulated RAM
199 - Plugins and modules support
200         These are for future extensions, so devices can be added without breaking timing.
201 - Move previous JPCApplication/PCMonitor code to plugins
202 - Display errors as dialogs if GUI available, on console if not
203 - Event recording/playback code
204 - Audio dumping support + PCSpeaker audio output support