Commit graph

5 commits

Author SHA1 Message Date
DosX
afde685003 Add *.die-db to .gitignore
Ignore generated .die-db files to prevent committing build artifacts.
2026-05-09 16:39:59 +03:00
DosX
f748651449 Ignore files beginning with '..' in .gitignore
Add a '..*' pattern to .gitignore to exclude files that start with two dots.
2026-05-03 14:35:07 +03:00
DosX
d98bf27657 Add .compiler_cache to .gitignore
Add .compiler_cache to .gitignore to prevent committing compiler/build cache files.
2026-03-16 14:03:06 +03:00
Kaens
9ba8a3bec5 *read *audio.1.sg *bytecodeparsers *_runtime_helpers
audio.1.sg updated: see https://github.com/Kaens/audio1sg/commits/

chunkparsers: cosmetic changes
bytecodeparsers:
 - functions repositioned
 - MUAP98CMDStr debugged
 - parseMDGYM improved
 - parseYM3812RegLog sped up a bit
 - cosmetics

_runtime_helpers:
 - startsWithCI & endsWithCI improved
 - cosmetics

read:
 - "var" removed from global constants
 - certain popular PETSCII encoding flavours added
 - function descriptions made compatible
 - decEncoding & decAnsi now support full 256-char layouts
 - isWithinRanges added: sugar combining multiple isWithin
 - 80-bit float value reader readFloat80 added here, until it's in the C++ codebase
 - debugged firstNotOf, isAllZeroes, outArray, secondsToTimeStr
 - funSampleName improved
 - profiler CheckpointTimer shows more details

.gitignore now ignores IDEA's folder
2026-02-23 16:12:43 +01:00
Benjamin Funke
2299b1e18e
add DIE-engine to .gitignore 2025-03-21 14:14:53 +01:00