Remove the rest of the skeleton object (#2539)

Don't show in changelog
This commit is contained in:
Aurélien Vivet
2021-04-13 01:22:36 +02:00
committed by GitHub
parent 4b3fa9fc39
commit 003f56e9bc
8 changed files with 46 additions and 83 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ echo "️ Listing all GDCore, GDCpp, GDJS and Extensions sources files to tra
find ../GDJS/GDJS/ -name '*.cpp' | grep -v '/Dialogs/' > /tmp/listfile.txt
find ../GDJS/GDJS/ -name '*.h' -o -name "*.hpp" | grep -v '/Dialogs/' >> /tmp/listfile.txt
find ../Extensions/ -name '*.cpp' | grep -v '/Dialogs/' | grep -v '/AdvancedXML/' | grep -v '/Function/' | grep -v '/SkeletonObject/' | grep -v '/TimedEvent/' | grep -v '/PathBehavior/' | grep -v '/Light/' | grep -v '/TileMapObject/' | grep -v '/Box3DObject/' | grep -v '/AES/' | grep -v 'Editor.cpp' | grep -v 'Dialog.cpp' | grep -v 'EditorDlg.cpp' >> /tmp/listfile.txt
find ../Extensions/ -name '*.h' -o -name "*.hpp" | grep -v '/Dialogs/' | grep -v '/AdvancedXML/' | grep -v '/Function/' | grep -v '/SkeletonObject/' | grep -v '/TimedEvent/' | grep -v '/PathBehavior/' | grep -v '/Light/' | grep -v '/TileMapObject/' | grep -v '/Box3DObject/' | grep -v '/AES/' | grep -v 'Editor.cpp' | grep -v 'Dialog.cpp' | grep -v 'EditorDlg.cpp' >> /tmp/listfile.txt
find ../Extensions/ -name '*.cpp' | grep -v '/Dialogs/' | grep -v '/AdvancedXML/' | grep -v '/Function/' | grep -v '/TimedEvent/' | grep -v '/PathBehavior/' | grep -v '/Light/' | grep -v '/TileMapObject/' | grep -v '/Box3DObject/' | grep -v '/AES/' | grep -v 'Editor.cpp' | grep -v 'Dialog.cpp' | grep -v 'EditorDlg.cpp' >> /tmp/listfile.txt
find ../Extensions/ -name '*.h' -o -name "*.hpp" | grep -v '/Dialogs/' | grep -v '/AdvancedXML/' | grep -v '/Function/' | grep -v '/TimedEvent/' | grep -v '/PathBehavior/' | grep -v '/Light/' | grep -v '/TileMapObject/' | grep -v '/Box3DObject/' | grep -v '/AES/' | grep -v 'Editor.cpp' | grep -v 'Dialog.cpp' | grep -v 'EditorDlg.cpp' >> /tmp/listfile.txt
find ../Extensions/ -name '*.js' | grep -v 'box2d.js' | grep -v '/bondage.js' >> /tmp/listfile.txt
find ../Core/GDCore -name '*.cpp' | grep -v '/Dialogs/' >> /tmp/listfile.txt
find ../Core/GDCore -name '*.h' -o -name "*.hpp" | grep -v '/Dialogs/' >> /tmp/listfile.txt