|
0dc68d7f0c
|
Fix unit test crashing when loading from GFX.
|
2024-06-25 15:27:52 -05:00 |
|
|
c879cafe1e
|
Targets already in the air should not be knocked back. Fix image loading dependencies internally within the engine so they work even during unit testing. Rearrange some item initializing functions to occur after the GFX map is reset so all graphics are loaded properly. Release Build 9835.
|
2024-06-25 02:46:27 -05:00 |
|
|
6274dcefb1
|
Refactor ability use skills to be testable. Add in basic player damage check and ability use unit tests.
|
2024-06-24 12:04:06 -05:00 |
|
|
6cb3cb4e6d
|
Remove unnecessary dependencies from Test project. Segregate test types into separate source files. Fix bug with drop data not being reset for monster tests.
|
2024-06-24 10:08:54 -05:00 |
|
|
2c7d69d1b5
|
Added Monster unit tests relating to the damage formula, crit rates, and special survival cases.
|
2024-06-22 10:49:17 -05:00 |
|
|
f1fa126d1e
|
Add in Monster Unit tests verifying move speed is adjusted properly.
|
2024-06-22 10:15:50 -05:00 |
|
|
b617120867
|
Implement unit tests for the project. Fix Display Name bug (found in InternalNameCheck unit test). Add Monster Unit Tests.
|
2024-06-22 09:45:59 -05:00 |
|