raze-gles/polymer/eduke32
2015-09-08 17:54:32 +00:00
..
build Mapster32: RCtrl+RAlt (+['] or [;]) selects sectors in 3D mode, by The Mechanic. 2015-09-05 08:30:59 +00:00
jit Bump jit/bcsave.lua to the one from LuaJIT 2.0.3. 2014-04-05 11:28:02 +00:00
package Move handling of ud.drawweapon from G_DrawWeaponTileWithID() to P_DisplayWeapon(). This fixes it not being applied to the quick kick and mighty foot. 2015-03-30 05:57:11 +00:00
platform Update the precompiled Windows libraries: libogg 1.3.2, libvorbis 1.3.5 2015-09-08 02:58:10 +00:00
rsrc Revert recent icon changes. 2015-05-27 08:46:44 +00:00
source Mapster32: call update_highlightsector() after 3D mode RCtrl+RAlt. 2015-09-08 17:54:32 +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 Android and MSVC build fixes. DONT_BUILD. 2015-05-30 23:31:59 +00:00
eduke32.sln Improvements to the MSVC project. 2015-08-15 21:27:43 +00:00
eduke32.vcxproj Improvements to the MSVC project. 2015-08-15 21:27:43 +00:00
eduke32.vcxproj.filters Update VS project. DONT_BUILD. 2015-07-10 07:56:43 +00:00
Makefile Merge compat-from-mingw-w64 into compat-to-msvc since we dropped support for mainline MinGW32, and add dll_dependency.S so we don't need to build the libs with "-fno-stack-check -fno-stack-protector -mno-stack-arg-probe". 2015-09-08 02:58:03 +00:00
Makefile.common Makefile tweaks: remove BUILD_FINISHED because it frequently appeared in the wrong place when using make -j, and remove "executable" wording from linking phase. DONT_BUILD. 2015-07-08 03:34:34 +00:00
Makefile.deps Revert recent icon changes. 2015-05-27 08:46:44 +00:00
Makefile.msvc Merge compat-from-mingw-w64 into compat-to-msvc since we dropped support for mainline MinGW32, and add dll_dependency.S so we don't need to build the libs with "-fno-stack-check -fno-stack-protector -mno-stack-arg-probe". 2015-09-08 02:58:03 +00:00