- Jan 14, 2025
-
-
Rob Swindell authored
Displayed instead of hard-coded string in xtrn.cpp when attempting to run 16-bit DOS program on system with no DOS/DOSemu support.
-
Rob Swindell authored
Displaying these settings when they're not used can confuse sysops.
-
Rob Swindell authored
-
Deucе authored
Biggest issue with this one is it doesn't allow BSD-style continuation indentation, and forces aligning with parens.
-
Deucе authored
This is almost, but not quite great. The biggest issue where it falls over is in struct array indentation and breaking. It tries to force everything onto one line, making it illegible. :(
-
Deucе authored
Still not completely happy with it.
-
Rob Swindell authored
uncrustify nl_split_if_one_liner setting
-
Deucе authored
Win64 builds were crashing decoding JPEG XLs on my AMD lappy.
-
Rob Swindell authored
... using uncrustify mod_paren_on_return config
-
Rob Swindell authored
White-space changes only, exception being the rare insertion of NL before closing brace (couldn't find the option to disable that behavior). I excluded some header files (e.g. sbbs.h) since uncrustify seemed to be doing more harm than good there. I might just end up applying different set of rules to .h files.
-
Rob Swindell authored
do_source_file: Parsing: sha1.c as language C parse_cleanup(479): pc orig line is 257, orig col is 33, Text() is '}', type is BRACE_CLOSE parse_cleanup(485): (frm.top().type + 1) is VBRACE_CLOSE parse_cleanup(492): File: sha1.c, orig line is 257, orig col is 33, Error: Unexpected '}' for 'VBRACE_OPEN', which was on line 256
-
Rob Swindell authored
-
Rob Swindell authored
Causing uncrustify (0.80) to assert: do_source_file: Parsing: execmisc.cpp as language CPP parse_cleanup(479): pc orig line is 1257, orig col is 55, Text() is ')', type is PAREN_CLOSE parse_cleanup(485): (frm.top().type + 1) is SQUARE_CLOSE parse_cleanup(492): File: execmisc.cpp, orig line is 1257, orig col is 55, Error: Unexpected ')' for 'SQUARE_OPEN', which was on line 1257
-
Rob Swindell authored
Uncrustify-0.80.1-47-ba7fc1679
-
Deucе authored
Some of these likely break WinCE support.
-
Deucе authored
-
- Jan 13, 2025
-
-
Deucе authored
-
Deucе authored
That *is* the write lock!
-
Deucе authored
Don't go digging around in the filesystem when you don't have to.
-
Deucе authored
-
Deucе authored
-
Deucе authored
Some Coverity issues, some deadlocks, some crashes... Just misc stuff.
-
Rob Swindell authored
-
Deucе authored
Also, we can now use a read lock.
-
Deucе authored
-
Deucе authored
-
Rob Swindell authored
-
Rob Swindell authored
(e.g. new user)
-
Rob Swindell authored
Similar bug fix as that just made to system.datestr()
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
Actually use the return value of datestr() Fixes issue reported by Deuce, regression introduced in commit 490e86fa
-
Deucе authored
-
Deucе authored
"Scan for New Files since Never" is gibberish.
-
Deucе authored
-
Rob Swindell authored
To fix jsdoor build
-
Rob Swindell authored
Helpful for scripts that want to know what file types (extensions) are supported by the Archive class object. Still need to work out the JSDOC support for this. Similar to the Socket class object properties, this will have no documentation/description.
-
- Jan 12, 2025
-
-
Deucе authored
We need to set the "has pixels set" flag in both vmem and in the bitmap_drawn array to prevent the update from erasing the pixels. This is likely what the duplicated line was originally, then it got broken when I switched to the vmem_cell_*() functions.
-
Rob Swindell authored
DDMsgReader: %% should be used with printf() to show a percent sign. "% " seemed to be showing <error> in some cases (but not always) See merge request !491
-
Deucе authored
-