Jeffery Myers

Results 14 issues of Jeffery Myers

This updates the windows build system to make it work in Visual Studio 2015 (may work in 2017 too). It also removes the checked in linux binary "bettermud" since it...

What license is this issued under? Just the one in the book?

Give the SSP API the basic ability to move around the map, do basic collision detection, get hit, and shoot shoots.

enhancement

Report the flag pickup code from 2.99, where the client does not send a flag request, but the server grants one based on positional data. The client compensates by sending...

enhancement

Add required features to add/remove flags dynamically during the game. Make the client and the server keep variable sized lists instead of fixed size arrays.

enhancement

The input feedback system (mousebox) is not optimal and should be replaced. See attached proposal. [InputFeedbackRedux_r2.pdf](https://github.com/BZFlag-Dev/bzflag/files/968867/InputFeedbackRedux_r2.pdf)

enhancement

The Raylib-4.2.0_win32_mingw-w64.zip package is missing the premade library (.a files). ![image](https://user-images.githubusercontent.com/322174/190506872-0e0c6458-cc8e-4161-b1e5-33e6f399f6ae.png) The 64 bit package has them, and the 32 bit package should be consistent.

Hello. I maintain an ImGui backend for the library Raylib (https://www.raylib.com/), for both C++ and C#. One feature of the backend is that by default we add font awesome icons...

This exists just to host images for wiki pages. ![image](https://user-images.githubusercontent.com/322174/107884936-4c643d00-6eac-11eb-8831-78421ff75099.png) ![image](https://user-images.githubusercontent.com/322174/107884951-6b62cf00-6eac-11eb-8d25-8e6fd3f9fdba.png) ![image](https://user-images.githubusercontent.com/322174/107884955-7158b000-6eac-11eb-97b7-5605c7ed34d1.png) ![image](https://user-images.githubusercontent.com/322174/107884966-7b7aae80-6eac-11eb-9f36-dc48f719a74d.png) ![image](https://user-images.githubusercontent.com/322174/107884970-833a5300-6eac-11eb-80a8-ae5bae854e94.png) ![image](https://user-images.githubusercontent.com/322174/107884980-8f261500-6eac-11eb-8800-2bf485d1c2b0.png) ![image](https://user-images.githubusercontent.com/322174/107884989-964d2300-6eac-11eb-8715-088710243ee5.png) ![image](https://user-images.githubusercontent.com/322174/107885001-9fd68b00-6eac-11eb-90b2-04569ec08e50.png) ![image](https://user-images.githubusercontent.com/322174/107885011-b0870100-6eac-11eb-889d-7a39bc5b3cdb.png) ![image](https://user-images.githubusercontent.com/322174/107885020-b7ae0f00-6eac-11eb-8a20-d0ba0747a51d.png) ![image](https://user-images.githubusercontent.com/322174/107885030-c09ee080-6eac-11eb-8190-b5a2e2a2bec3.png) ![image](https://user-images.githubusercontent.com/322174/107885039-c8f71b80-6eac-11eb-8b04-df2e5c9142a6.png) ![image](https://user-images.githubusercontent.com/322174/107885046-d2808380-6eac-11eb-8c67-1cb923303c7b.png) ![image](https://user-images.githubusercontent.com/322174/107885060-de6c4580-6eac-11eb-87a5-9a209cb03a7a.png) ![image](https://user-images.githubusercontent.com/322174/115578043-c84a7f00-a279-11eb-81f0-acb61f74cdac.png)

This PR adds operator overloads for C++ for the math operations that have raymath functions. Vectror2, 3, 4, and Quaternion are supported. All operators are defined inline, and the define...