This website requires JavaScript.
Explore
Help
Sign in
zdoom
/
raze-gles
Watch
0
Star
0
Fork
You've already forked raze-gles
0
mirror of
https://github.com/ZDoom/raze-gles.git
synced
2025-02-24 20:31:34 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
No description
5076
commits
2
branches
1
tag
128
MiB
C++
78.3%
C
17.1%
ZenScript
2%
M4
0.5%
Yacc
0.5%
Other
1.5%
110b713a64
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
terminx
110b713a64
Win32 debug build filename case checking now uses GetShortPathNameA()/GetLongPathNameA() instead of the slow SHGetFileInfo(). Since this works by requesting the shortened 8.3 filename for a file and then requesting the proper long version of that result, it has the side effect of breaking the functionality on NTFS volumes where the user has explicitly disabled the creation of 8.3 filenames. DONT_BUILD.
...
git-svn-id:
https://svn.eduke32.com/eduke32@5076
1a8010ca-5511-0410-912e-c29ae57300e0
2015-03-24 00:40:36 +00:00
polymer
Win32 debug build filename case checking now uses GetShortPathNameA()/GetLongPathNameA() instead of the slow SHGetFileInfo(). Since this works by requesting the shortened 8.3 filename for a file and then requesting the proper long version of that result, it has the side effect of breaking the functionality on NTFS volumes where the user has explicitly disabled the creation of 8.3 filenames. DONT_BUILD.
2015-03-24 00:40:36 +00:00
.gitignore
Apple: Update Xcode project and build system. DONT_BUILD.
2015-02-14 07:26:10 +00:00