raze-gles/polymer/eduke32
terminx bf3c0de73a Mainly misc cleanups (and a fix for the C++ build), but there are a few important changes in here.
VM_OnEvent() has become VM_OnEvent(), VM_OnEventWithReturn(), VM_OnEventWithDist(), and VM_OnEventWithBoth() (the latter of which is only ever used once...). Of course, this required every call to VM_OnEvent() be changed.

memberlabel_t and vmstate_t have been changed to use the regular "int" type versus explicitly specifying int32_t as they did previously. The rationale for this change is simply that it looks cleaner, and I think we should move toward just using "int" in most cases where there's no particular reason to specify an explicit data type.

Also changes CON_KILLIT to just "return" instead of "continue". DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@4745 1a8010ca-5511-0410-912e-c29ae57300e0
2014-11-22 12:29:25 +00:00
..
build Inline krand() when not using KRANDDEBUG. DONT_BUILD. 2014-11-22 12:28:52 +00:00
jit Bump jit/bcsave.lua to the one from LuaJIT 2.0.3. 2014-04-05 11:28:02 +00:00
package Replace the funkily-formatted GNU.TXT with the FSF's official gpl-2.0.txt. Also, update the FSF's address in all source files that contain it. 2014-07-20 08:55:56 +00:00
platform Further work on the Xcode project. 2014-10-20 07:37:29 +00:00
rsrc Iron out all errors and warnings when compiling with MinGW-w64, targeting either 32-bit or 64-bit. 2013-10-07 10:03:11 +00:00
source Mainly misc cleanups (and a fix for the C++ build), but there are a few important changes in here. 2014-11-22 12:29:25 +00:00
Android.mk Remove -DNO_GCC_BUILTINS, set _FORTIFY_SOURCE to 0. 2014-10-29 17:04:03 +00:00
Makefile Fix a couple of Makefile errors Helixhorned noticed. DONT_BUILD. 2014-11-02 05:34:49 +00:00
Makefile.common Fix a couple of Makefile errors Helixhorned noticed. DONT_BUILD. 2014-11-02 05:34:49 +00:00
Makefile.deps Mapster32: prototypical checker for wall loops, enabled partially. 2014-08-08 20:02:54 +00:00
Makefile.msvc Fix a couple of Makefile errors Helixhorned noticed. DONT_BUILD. 2014-11-02 05:34:49 +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
eduke32.sln MSVC: Set up support for SDL2. DONT_BUILD. 2014-02-11 07:39:09 +00:00
eduke32.vcxproj Remove references to nonexistent enet_mmulti.h from Visual Studio project. DONT_BUILD. 2014-11-02 05:36:41 +00:00
eduke32.vcxproj.filters Remove references to nonexistent enet_mmulti.h from Visual Studio project. DONT_BUILD. 2014-11-02 05:36:41 +00:00