summaryrefslogtreecommitdiffstats
path: root/src/tools/tqgdict.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't look up '0-serialized' pointers in TQGDict. This replaces PR #263Michele Calgaro2026-01-211-7/+3
| | | | | | It makes no logical sense to serialize a pointer value and in fact 0 is written. So the call to look_ptr is never executed when deserializing a pointer. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TRUE/FALSE with boolean values true/false - part 9Michele Calgaro2025-12-221-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename global classes nt* related files to equivalent tq*Michele Calgaro2024-08-291-0/+1151
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>