Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
easier-to-read-code.
|
|
|
|
|
|
|
|
|
|
was off by one
|
|
|
|
This is mostly a lead-up to namespacing the Ad/Base folders, and then
possibly removing the prefixes from the files, it also has the added
benefit of getting rid of the odd case-typos that makes for issues
on platforms that don't ignore case.
|
|
An odd side-effect was that the script-function SetHoverCursor in AdItem would
rename it's filenames from "folder\subfolder\filename.ext" to "folder'subfolder'filename.ext"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
completing the removal of Windows-specifics in wintypes.h
|
|
|
|
|
|
|
|
(But also all const char* Filename->filename)
|
|
|
|
|
|
|
|
toLowerCase was doing toUpperCase.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FORBIDDEN_SYMBOL_EXCEPTIONs
|