Commit History

Author SHA1 Message Date
  Sam Jaffe 4497b7888d Test all 6 ways that triangle intersection can return false using a simplified method (one triangle is a point) to avoid complication. 6 years ago
  Sam Jaffe 86194d80d4 Start moving towards 100% coverage of math 6 years ago
  Sam Jaffe 4ae097900e Add tests for the entity class in engine. 6 years ago
  Sam Jaffe 1cb016c289 Update to new OS version... 6 years ago
  Sam Jaffe f2e5fcf98f Change test to permit double-collision. 6 years ago
  Sam Jaffe 4113269e83 Add test for objects with collide-able layers, but no actual intersects. 6 years ago
  Sam Jaffe 668e85d3f1 Add tests for engine::scene for all collision_t enum rules. 6 years ago
  Sam Jaffe ba3029284a Set up testing skeleton for engine::scene 6 years ago
  Sam Jaffe a8067a9fc3 Add some ugly tests for handling Key remapping. 6 years ago
  Sam Jaffe ba4db49d13 Start testing mouse events. 6 years ago
  Sam Jaffe d72353306b Adding tests for update() and render() going from game_dispatch to scene. 6 years ago
  Sam Jaffe b4bc5d0d7c Fixing bug where we double-delete a scene ptr. 6 years ago
  Sam Jaffe 4dac7f25b6 Add skeleton to test game_dispatch. 6 years ago
  Sam Jaffe 1eb1b3f568 Write basic tests for FPS Counter. 6 years ago
  Sam Jaffe d297d954a3 Test generating text graphic strings. 6 years ago
  Sam Jaffe 5e9dc6c62e Add tests for constructing a text_engine. 6 years ago
  Sam Jaffe 3b8d5160ca Add tests to cover all parts of deserializing an object. 6 years ago
  Sam Jaffe 7d5cf07eae reference enum to string correct implementation. 6 years ago
  Sam Jaffe 701542f7fc Eliminate empty-throw. 6 years ago
  Sam Jaffe 241eecfaa3 Move file_read_error to exception header location. 6 years ago
  Sam Jaffe 34d4c7813b Add various tests about textures (TextureTest.*) and texture sizes (MaterialTest.SizeCapturesTextureSize) 6 years ago
  Sam Jaffe 0908c0d98e Overwrite the mainBundle for use in unit tests. 6 years ago
  Sam Jaffe 5af90c7170 Add tests for loading a texture file from a material instead of depending on the uniform. 6 years ago
  Sam Jaffe d0cd6026b1 Add tests for shader and shader_program 6 years ago
  Sam Jaffe 471ac51317 Add test showing that the shader_program acts as a differentiator for materials. 6 years ago
  Sam Jaffe ece299c3b8 Split up tests for "create material from only uniform". 6 years ago
  Sam Jaffe 8b33487632 Write test(s) for uniform materials. Fix but where we were asking for the path while doing a uniform-lookup. 6 years ago
  Sam Jaffe 3d3868daea Delete accidentally missed code. 6 years ago
  Sam Jaffe 67498ba5ec Merge branch 'manager_init_virtual' into test_catchup 6 years ago
  Sam Jaffe 6ed7e30bc9 Cleanup dead code. 6 years ago