Godot engine regression test project
Go to file
Rafał Mikrut 6445b04c22
Add simple Github CI(#9)
* Add github CI

* Don't check leaks for now

* Don't import resources
2020-12-28 21:17:17 +01:00
.github/workflows Add simple Github CI(#9) 2020-12-28 21:17:17 +01:00
.godot/imported Prepare for Ci (#15) 2020-12-28 19:26:26 +01:00
AIO/Operators Prepare for Ci (#15) 2020-12-28 19:26:26 +01:00
Autoload Rebase to current 3.2 branch 2020-12-13 19:26:04 +01:00
MainScenes Prepare for Ci (#15) 2020-12-28 19:26:26 +01:00
misc Add simple Github CI(#9) 2020-12-28 21:17:17 +01:00
Physics Rebased to current 3.2 branch 2020-11-17 20:10:21 +01:00
Rendering Rebased to current 3.2 branch 2020-11-17 20:10:21 +01:00
Text Prepare for Ci (#15) 2020-12-28 19:26:26 +01:00
.gitignore Prepare for Ci (#15) 2020-12-28 19:26:26 +01:00
All.tscn Prepare for Ci (#15) 2020-12-28 19:26:26 +01:00
Environment.tres Initial commit 2020-08-05 11:03:11 +02:00
export_presets.cfg Rebased to current 3.2 branch 2020-11-17 20:10:21 +01:00
icon 32x32.png Sync project with 3.2 branch 2020-11-06 16:57:49 +01:00
icon 32x32.png.import Sync project with 3.2 branch 2020-11-06 16:57:49 +01:00
icon.png Sync project with 3.2 branch 2020-11-06 16:57:49 +01:00
icon.png.import Sync project with 3.2 branch 2020-11-06 16:57:49 +01:00
project.godot Rebased to current 3.2 branch 2020-11-17 20:10:21 +01:00
README.md Rebased to current 3.2 branch 2020-11-17 20:10:21 +01:00
Start.gd Rebase to current 3.2 branch 2020-12-13 19:26:04 +01:00
Start.tscn Rebased to current 3.2 branch 2020-11-17 20:10:21 +01:00

Godot regression test project

This repository contains Godot project which is tested in offical Godot repository(3.2 branch)

It aims to be complex project, which will allow to find crashes, leaks and invalid memory writes before PR is merged.

Sadly it can't find any logic errors.

For now it is really simple, but some I think that it can be improved over time.

Contributions

Contributions are welcome.

For now there is no requirements to format code.

New functionalities(e.g. physics checks) should be done in different folders(cleaner view to resources)

Epilepsy Warning

Due using by project a lot of functions from each type of Node, screen may flicker, images and objects may change randomly color and size which may lead some users to health problems.