Adam Martin

Results 13 issues of Adam Martin

Reduce inter-target knowledge by just linking to that target. ## Description Used more CMake functions to abstract away link library and executable target definitions Move all linkage of 3rd party...

**Is your feature request related to a problem? Please describe.** Currently, when debugging, in visual studio, starting multiple projects e.g. client and server, you must first start the project you...

feature

This involves the ability for a player to add, move, and remove entities to the world. For this, engine systems will need to handle mouse click events and take appropriate...

feature

Naming conventions, casing, etc need to be documented for the exposed Lua API.

enhancement

When releasing for windows we need to sign the exe files otherwise there is some annoying pop-ups complaining about untrusted applications. The following action https://github.com/DanaBear/code-sign-action can help do the signing...

enhancement
build-process

A GUI list that contains a predefined list of place-able entities. The currently selected place-able needs to be query-able.

feature

Currently, for example, the devices are iterated over and those of type 0x03 (HID) are all assigned to the list of keyboards which is later used to send keyboard events....

needs-review

This could cover the flow for contributing e.g `fork -> PR -> rebase to master and merge`, patterns we won't to see used such as lock guard vs manual lock/unlock...

build-process

Closes #93 ## Description ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change which...

A system to send collision events to collision event handlers needs to be implemented. Additionally an interface needs to be established for a collision event handler. Methods should be available...