Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins that include changes to files matching 'emulators/emulator-base/src/main/java/*'

2025-05-11
23:07
Base call to init. check-in: 31ddc95af1 user: stephanie.gawroriski tags: wip-keitaisound
22:28
Call into audio dylib initialization. check-in: 0c1d75c29f user: stephanie.gawroriski tags: wip-keitaisound
18:40
Build and include ScritchAudio into the Gradle build. check-in: 959cfa0bde user: stephanie.gawroriski tags: wip-keitaisound
17:33
Add blank base OSS initialization. check-in: b9534965df user: stephanie.gawroriski tags: wip-keitaisound
2025-05-07
22:52
Add lots of blank base files for audio streams. check-in: 39e62da301 user: stephanie.gawroriski tags: wip-keitaisound
2025-05-06
21:26
Add native forwards for the audio shelf. check-in: 26e9f0e365 user: stephanie.gawroriski tags: wip-keitaisound
2025-05-04
01:46
Merge from trunk. check-in: 9eb003c0c2 user: stephanie.gawroriski tags: wip-keitaisound
01:46
Merge in wip-mathexp. check-in: 0d0b529659 user: stephanie.gawroriski tags: trunk
01:45
Add accelerators for exp() and pow(). Closed-Leaf check-in: 292ac023f4 user: stephanie.gawroriski tags: wip-mathexp
2025-05-03
21:26
Merge from trunk. check-in: 59da2a9a67 user: stephanie.gawroriski tags: wip-keitaisound
21:25
Add MathAccelShelf for having floating point functions be in hardware potentially. check-in: 4da030ca01 user: stephanie.gawroriski tags: trunk
2025-04-30
02:54
Add option in the launcher to browse to the library directory; Add library directory to buckets; Put system property check debug under verbose. check-in: f1b6d895c0 user: stephanie.gawroriski tags: trunk
2025-04-26
20:08
Merge from trunk. check-in: c3a5ca4857 user: stephanie.gawroriski tags: wip-nanocoatexec
03:46
Merge in refactored MEEP RMS (wip-rms2) which means record stores are now saved and restored from disk! check-in: e0ed3e6971 user: stephanie.gawroriski tags: trunk
2025-04-25
01:14
Implement listing of owned records. check-in: b4a831fcd6 user: stephanie.gawroriski tags: wip-rms2
2025-04-24
22:42
Implement and correct some tests. check-in: 4b42bef3b6 user: stephanie.gawroriski tags: wip-rms2
2025-04-22
00:22
Refactoring and fixes, implement delete. check-in: b2d71d9ed1 user: stephanie.gawroriski tags: wip-rms2
2025-04-20
23:30
More implementation of read/write of record stores. check-in: b77fe1a9f1 user: stephanie.gawroriski tags: wip-rms2
20:09
Implement write of a session; For DoJa, seed in more cases if a record is not found or its size is not valid. check-in: 592fafe663 user: stephanie.gawroriski tags: wip-rms2
00:37
Add override for state location; Implement exists for buckets. check-in: 87f82335c4 user: stephanie.gawroriski tags: wip-rms2
2025-04-19
21:54
Add base for emulated bucket brackets. check-in: 5f214cdb96 user: stephanie.gawroriski tags: wip-rms2
20:16
Add forwards for BucketShelf to EmulatedBucketShelf. check-in: 36453b4854 user: stephanie.gawroriski tags: wip-rms2
19:48
Merge from trunk. check-in: 1cd78dd77d user: stephanie.gawroriski tags: wip-rms2
2025-04-17
17:25
Minor addition to use more basenames when looking for DoJa scratchpads, fix logical errors also related to it. check-in: 6619e8194c user: stephanie.gawroriski tags: trunk
2025-04-14
22:58
Merge from trunk. check-in: 9a7e9fe25a user: stephanie.gawroriski tags: wip-rms2
2025-04-12
02:08
Merge from trunk. check-in: cd25fb209d user: stephanie.gawroriski tags: wip-nanocoatexec
2025-04-10
21:09
Include latest build version information; Calling convention for 32-bit Windows should be correct for ScritchUI. check-in: c475403415 user: stephanie.gawroriski tags: trunk
00:25
Use a fallback separator character for path handling for default paths if the system separator is not found. check-in: 4261168387 user: stephanie.gawroriski tags: trunk
2025-04-09
21:47
Merge from trunk. check-in: e5b453d8f6 user: stephanie.gawroriski tags: wip-nanocoatexec
21:46
Various DoJa fixes and shims to make Gladius Neo Imperial enter in-game. check-in: 9618bfd909 user: stephanie.gawroriski tags: trunk
2025-04-07
20:48
Merge from trunk. check-in: f326cb2416 user: stephanie.gawroriski tags: wip-nanocoatexec
20:38
Put all of the starting debug text under verbose; Implement -version for standalone. check-in: bec6145f48 user: stephanie.gawroriski tags: trunk
2025-03-30
23:24
Merge from trunk. check-in: a557e705a5 user: stephanie.gawroriski tags: wip-nanocoatexec
02:21
Merge in universal standalone Jar. check-in: 8abc7f69ba user: stephanie.gawroriski tags: trunk
2025-03-29
17:27
Source native libraries from the new native directory. check-in: 775a84dd79 user: stephanie.gawroriski tags: wip-universal
2025-03-27
22:28
Merge from trunk. check-in: f3037cf897 user: stephanie.gawroriski tags: wip-nanocoatexec
21:47
Corrections around paths regarding suites, especially on Windows; Correct max value permitted for VMDescriptionType. check-in: 37d2c83862 user: stephanie.gawroriski tags: trunk
18:32
DoJa needs additional files for -jar; Make DoubleBuffer and SingleBuffer public. check-in: 87fc06da40 user: stephanie.gawroriski tags: trunk
2025-03-16
01:48
Merge from trunk. check-in: 0f15515dac user: stephanie.gawroriski tags: wip-cocoa
2025-02-10
21:46
Merge from trunk. check-in: e90335159e user: stephanie.gawroriski tags: wip-nanocoatexec
02:28
Add base for alerts, which currently show a blank screen if not supported natively; If Screen refers to its own panel, do not doubly revalidate it; When line drawing detects it is drawing a horizontal line, properly handle cases where the resultant width would be negative. check-in: 3c8be0eb00 user: stephanie.gawroriski tags: trunk
2025-02-09
02:21
Move some System.err to Debugging.debugNote. check-in: d38f2202f7 user: stephanie.gawroriski tags: trunk
2025-02-06
01:37
Cherry pick ScritchUI improvements from the Cocoa branch. check-in: a807f8f0c4 user: stephanie.gawroriski tags: trunk
01:30
Merge from trunk. check-in: eec5057e6f user: stephanie.gawroriski tags: wip-cocoa
2025-02-01
02:07
Merge from trunk. check-in: 751f9a21f7 user: stephanie.gawroriski tags: wip-nanocoatexec
01:43
It is acceptable for the context when looking up a color to be NULL, so do not fail on Windows; Add exception wrapper around loop failues so they can be traced better. check-in: 1a8ad793f7 user: stephanie.gawroriski tags: trunk
2025-01-25
04:57
Merge from trunk. check-in: 83f6d5df3a user: stephanie.gawroriski tags: wip-nanocoatexec
2025-01-24
21:27
Merge from trunk. Closed-Leaf check-in: 682d3944bf user: stephanie.gawroriski tags: wip-calendar
21:26
Offload int[] to byte[]. check-in: 7716f17e9f user: stephanie.gawroriski tags: trunk
00:54
Merge from trunk. check-in: 947852bfc8 user: stephanie.gawroriski tags: wip-calendar