Kame <tobias@codeatelier.com>: Author Summary
Build | Completed | Code commits | Tests |
---|---|---|---|
OZW › OZWMAC › #369 | 5 years ago | Testless build | |
OZW › OZWLNX › #611 | 5 years ago |
Fix null pointer (#1050)
* Fix crash when accessing null pointer it was possible for m_currentControllerCommand to be 0, thus accessing it causes a segmentation fault. Moving the log output inside the if where this is checked. * replace spaces with tabs |
336 passed |
OZW › OZWLNX › #591 | 5 years ago |
Fix ValueList::SetByValue for values not starting at 0 (#1035)
|
331 passed |
Build | Completed | Code commits | Tests |
---|
Build | Completed | Code commits | Tests |
---|
* Fix crash when accessing null pointer
it was possible for m_currentControllerCommand to be 0, thus accessing it causes a segmentation fault. Moving the log output inside the if where this is checked.
* replace spaces with tabs