Rev |
Age |
Author |
Path |
Log message |
Diff |
7216 |
794d 17h |
terminx |
/source/mact/include/_control.h |
Use clamp in mact LIMITCONTROL macro |
|
7123 |
818d 11h |
terminx |
/source/mact/include/_control.h |
Lower DEFAULTMOUSESENSITIVITY to 4 |
|
6056 |
1450d 0h |
hendricks266 |
/source/mact/include/_control.h |
Bring the previous commit into effect. |
|
6055 |
1450d 1h |
hendricks266 |
/source/mact/include/_control.h |
The great repository rearrangement of 2017.
Files moved but not modified. Changes to follow in a subsequent commit.
You down with CPP? |
|
5768 |
1691d 6h |
hendricks266 |
/source/mact/include/_control.h |
Remove trailing whitespace from anything we don't need to rebase from an upstream. |
|
5662 |
1774d 11h |
terminx |
/source/mact/include/_control.h |
pragma once for mact headers. |
|
4827 |
2225d 17h |
hendricks266 |
/source/mact/include/_control.h |
Wii: Bump MAXJOYAXES to 9 to avoid menu corruption, and fix _functio.h, CONFIG_FunctionNameToNum, CONFIG_AnalogNameToNum, so that this does not crash. |
|
4826 |
2225d 17h |
hendricks266 |
/source/mact/include/_control.h |
Fix the MAXJOYBUTTONS discrepancy between _control.h and gamedefs.h. |
|
4766 |
2248d 6h |
hendricks266 |
/source/mact/include/_control.h |
Make a bunch of things extern "C". This should fix C++ builds on OS X and with Lunatic. DONT_BUILD. |
|
4747 |
2251d 22h |
terminx |
/source/mact/include/_control.h |
Part 1 of attempting to adhere to C standard section 7.1.3. It turns out it's illegal to use identifiers that begin with _ or have __ anywhere in them. DONT_BUILD. |
|
4541 |
2377d 2h |
hendricks266 |
/source/mact/include/_control.h |
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.
DONT_BUILD. |
|
3527 |
2886d 19h |
helixhorned |
/source/mact/include/_control.h |
Remove some duplicate or unused control layer defines.
Notes:
- MAXJOYBUTTONS is out of sync between the two definitions
- In menus.c, NUMMOUSEFUNCTIONS must equal MAXMOUSEBUTTONS,
fail to compile if this becomes false. |
|
3124 |
2997d 12h |
helixhorned |
/source/mact/include/_control.h |
Clean up control.c.
- Remove everything using CONTROL_KeyMapping, which was only written to.
- Remove unused functions, make local ones static.
- Remove private function declarations in _control.h. |
|
3116 |
2999d 8h |
hendricks266 |
/source/mact/include/_control.h |
Work-in-progress adjustment to the C code to compile under C++. It builds for me without errors using Win32 MinGW-GCC, but it still generates warning soup. No guarantees about MSVC or anything using SDL. Enable C++ by building with CPLUSPLUS=1. C remains the default and should compile with no change in setup.
Credit to Plagman for the idea and doing the work on the game side, which is included in this commit.
(Building as C++ will give us features with which we can make improvements and optimizations on the multiplayer code and Polymer.) |
|
2940 |
3075d 13h |
helixhorned |
/source/mact/include/_control.h |
control layer: comment out some unused functions and stuff. |
|
1658 |
3865d 13h |
terminx |
/source/mact/include/_control.h |
rotatesprite and multivoc have a rape baby
No, seriously. Adds widescreen aware rotatesprite and works out half a dozen huge problems in the sound system, among other things. |
|
1552 |
4065d 1h |
terminx |
/source/mact/include/_control.h |
Ball-busting true client-server multiplayer prototype/alpha/whatever |
|
1492 |
4152d 3h |
terminx |
/source/mact/include/_control.h |
Use C versions of divscale##() instead of asm to work around an overflow with drawmapview(), get rid of leftover custom 'int64' type in favor of int64_t, other minor fixes |
|
1346 |
4288d 5h |
terminx |
/source/mact/include/_control.h |
Remove jmact/types.h in favor of standardized inttypes.h stuff |
|
1144 |
4443d 23h |
terminx |
/source/mact/include/_control.h |
|
|