Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2024-11-21
| ||
04:10 | Fix issue with unescaped XML character breaking Atom feed. Leaf check-in: 5016178374 user: eric tags: trunk | |
2024-08-07
| ||
23:46 | Fix small copy-paste error on oscillators page. A link to linear-algebra from oscillators. check-in: 4ebc50464c user: Eric tags: trunk | |
22:13 | Add pages on Linear Algebra and Oscillators. Update date in footer. check-in: ed86902118 user: Eric tags: trunk | |
2024-05-06
| ||
23:28 | Add first single-header library, oh4_easing.h. Contains common easing functions for animation. check-in: e1e6c405da user: Eric tags: trunk | |
2023-08-26
| ||
22:50 | Update Footnote Year check-in: f1395e66f2 user: eric tags: trunk | |
2023-04-12
| ||
19:20 | Add better Visual Studio solution build to bibtex check-in: 75158cbad9 user: Eric tags: trunk | |
2023-04-11
| ||
19:10 | Bibtex: Fix tabs issue with print_entries.c check-in: 0d46db06d8 user: Eric tags: trunk | |
19:09 | Bibtex: Fix small bugs identified by MSVC. check-in: 51a2446fb5 user: Eric tags: trunk | |
14:42 | More cleanup in CMakeLists.txt and bibtex.h check-in: bbcf978d97 user: Eric tags: trunk | |
14:13 | Regenerate bibtex.h check-in: 6c289dfece user: eric tags: trunk | |
14:12 | Fix all windows compiler warnings. check-in: 08db17dd48 user: Eric tags: trunk | |
05:37 | Additional windows fixes check-in: 9eae5fc7fd user: Eric tags: trunk | |
05:32 | Update CMake files to work on Linux check-in: fbf119a1df user: eric tags: trunk | |
04:47 | Add initial CMake build and MSVC / Windows support. check-in: 27bd704d34 user: Eric tags: trunk | |
2023-03-01
| ||
14:28 | Add all projects to software tools page check-in: a38f404e8a user: eric tags: trunk | |
2023-02-04
| ||
19:00 | More updates to the memory allocators page check-in: 0f53f7cbed user: eric tags: trunk | |
18:38 | oh4: Initial memory allocators page check-in: c1276d4eea user: eric tags: trunk | |
17:50 | perfect: README updates for readability check-in: 74f227dc7d user: eric tags: trunk | |
17:48 | perfect updates, start page on memory allocators check-in: 90a08735f0 user: eric tags: trunk | |
2023-02-02
| ||
21:12 | perfect: Remove stray stdio.h import check-in: 9eca510cb1 user: eric tags: trunk | |
2023-01-30
| ||
16:27 | perfect: Minor styling changes check-in: 53b8074900 user: eric tags: trunk | |
2023-01-29
| ||
04:07 | perfect: add method perfect_probe_precise_ip check-in: e86e866fee user: eric tags: trunk | |
01:02 | oh4: Adding tameboy page and journal updates check-in: 5bc974e384 user: eric tags: trunk | |
2023-01-28
| ||
22:45 | bibtex: Add bibtex to software projects page. check-in: 865f9d3c38 user: eric tags: trunk | |
20:38 | perfect: proper start and stop of sampler in docs check-in: c0dd73c86c user: eric tags: trunk | |
20:29 | perfect: update poldy check-in: e0411051ff user: eric tags: trunk | |
20:29 | perfect: ...sampler_iterator => ...sample_iterator check-in: c9421460ac user: eric tags: trunk | |
20:23 | perfect: Add page to OH4. Improve README code sample clarity. check-in: 6a4a162b24 user: eric tags: trunk | |
19:51 | perfect: Add single-header file instace of perfect. check-in: e71fa6bf9c user: eric tags: trunk | |
19:50 | perfect: Single-header assembly. Update README check-in: 30421dd934 user: eric tags: trunk | |
19:19 | perfect: Add perfect project, interface to linux kernel perf events check-in: bb3503969c user: eric tags: trunk | |
2023-01-19
| ||
23:36 | Gameboy: Optimize disassembler with jump tables check-in: 1ce0efcb4d user: eric tags: trunk | |
22:40 | Gameboy: Begin adding size and performance optimized disassembler to codebase. check-in: c9c8603ce8 user: eric tags: trunk | |
2023-01-12
| ||
21:04 | Gameboy: Add initial fast disassembler. check-in: 59b44558f4 user: eric tags: trunk | |
2023-01-11
| ||
17:23 | Gameboy: Initial disassembler implementation. check-in: e19f67e3a5 user: eric tags: trunk | |
2023-01-09
| ||
21:32 | Gameboy: Minor comment updates check-in: ef6771a8f1 user: eric tags: trunk | |
2023-01-07
| ||
22:18 | Gameboy: Initial MBC5 support check-in: f9a146ed9b user: eric tags: trunk | |
19:15 | Gameboy: Add more documentation and research. check-in: 0980844760 user: eric tags: trunk | |
19:00 | Gameboy: Call gameboy_destroy in Tameboy front-end.y check-in: 3dd51daaec user: eric tags: trunk | |
18:51 | Gameboy: Add MBC3 support (Pokemon et al.) check-in: 256440a35e user: eric tags: trunk | |
2023-01-06
| ||
23:54 | Gameboy: Add PPU line 153 quirk check-in: e983423fe0 user: eric tags: trunk | |
22:30 | GameBoy: Clock APU in M-Cycles rather than T-Cycles check-in: 496d745eef user: eric tags: trunk | |
20:55 | Gameboy: APU fixes check-in: 3884b2149e user: eric tags: trunk | |
20:21 | Gameboy: Initial working APU check-in: db1d1d574d user: eric tags: trunk | |
2023-01-05
| ||
23:57 | Gameboy: Inital working APU CH1 and CH2 implementation. check-in: 0ac7f96cad user: eric tags: trunk | |
18:25 | Gameboy: Add joypad interrupts check-in: 27bdec6dcb user: eric tags: trunk | |
2023-01-04
| ||
23:14 | Gameboy: Fix timing of on_vblank calls to avoid invalid frames. check-in: 17b14dd6d4 user: eric tags: trunk | |
22:13 | Gameboy: Add enough APU for Prehistorik Man. Test $FF15 and $FF1F IO registers. check-in: 51ed6543f2 user: eric tags: trunk | |
19:29 | Gameboy: Fix LY=LYC STAT interrupt at LY=0. Initial emulator frontend interface. check-in: 4e407cab60 user: eric tags: trunk | |
2023-01-03
| ||
23:43 | Gameboy: Fix Object.X < 0 bug and implement initial SDL frontend. check-in: 3950fa0573 user: eric tags: trunk | |