raze/polymer/eduke32
2014-11-22 18:37:24 +00:00
..
build In Lunatic build, make krand() a proper function again, called from Lua/FFI. 2014-11-22 18:37:24 +00:00
jit
package
platform
rsrc
source Fix C build and build on Linux/SDL2. 2014-11-22 18:37:16 +00:00
_clang-format Add my _clang-format file to the repository. These options are pretty close to what most of our code already looks like, the primary difference being that it enforces spaces between operators and operands. I was initially opposed to the spaces, but I would be lying if I said they didn't increase legibility of much of our code, in addition to making it a lot easier to identify the specific intent in cases where we have a lot of expressions nested within one another. DONT_BUILD. 2014-11-22 12:28:21 +00:00
Android.mk Get rid of -Wdeclaration-after-statement as we're only targeting C99 and C++ now. DONT_BUILD. 2014-11-22 12:29:38 +00:00
eduke32.sln
eduke32.vcxproj WIP refactor of SDL interface. DONT_BUILD. 2014-11-22 12:33:47 +00:00
eduke32.vcxproj.filters WIP refactor of SDL interface. DONT_BUILD. 2014-11-22 12:33:47 +00:00
Makefile Makefile: do '(very)clean' with a plain "rm -f some/obj/*.o". 2014-11-22 18:37:19 +00:00
Makefile.common Makefile: do '(very)clean' with a plain "rm -f some/obj/*.o". 2014-11-22 18:37:19 +00:00
Makefile.deps
Makefile.msvc Fix a couple of Makefile errors Helixhorned noticed. DONT_BUILD. 2014-11-02 05:34:49 +00:00