0ad/source/tools
Dunedan 265ed76131
Simplify check for identical shaders
Previously when checking if two SPIR-V shaders are identical the
hashs of their file content would be compared and afterwards their
(unhashed) file contents as well. Comparing the file contents isn't
necessary, as the hash function used is a cryptographic one, which
guarantees the hash can be used as a representative of the hashed data.
2024-09-21 20:39:59 +02:00
..
atlas Don't use std::shared_ptr to store m_ScriptContext and m_ScriptInterface in the CGUIManager 2024-06-27 19:09:30 +00:00
cmpgraph Add executable bits for files with shebangs 2024-08-26 07:46:38 +02:00
dist Add EditorConfig options for Python 2024-09-17 11:03:15 +02:00
entdocs Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
entgraph Fix line endings of all files in source/ except source/third_party/. 2016-07-25 09:07:45 +00:00
entity Fix variable names in checkrefs.py 2024-09-13 11:04:04 +02:00
fontbuilder2 Use PEP 8 naming conventions for fontbuilder2 2024-09-03 14:01:47 +02:00
i18n Simplify JSON parsing 2024-09-11 17:52:10 +02:00
mapcompatibility Fix variable naming for map compatibility file 2024-09-13 11:04:05 +02:00
openlogsfolder Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
profiler2 Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
replayprofile Add executable bits for files with shebangs 2024-08-26 07:46:38 +02:00
rlclient/python Rename simple-example.py 2024-09-13 11:04:05 +02:00
spirv Simplify check for identical shaders 2024-09-21 20:39:59 +02:00
springimport Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
templatesanalyzer Add EditorConfig options for Python 2024-09-17 11:03:15 +02:00
templatessorter templatessorter.sh: move to posix shell 2024-08-29 12:55:26 +02:00
tracelogger Fix issues pointed out by shellcheck 2024-08-28 18:23:18 +02:00
webservices Add executable bits for files with shebangs 2024-08-26 07:46:38 +02:00
xmlvalidator Fix class name in xmlvalidator 2024-09-13 11:04:06 +02:00
LICENSE.txt Use PEP 8 naming conventions for fontbuilder2 2024-09-03 14:01:47 +02:00