You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

workspace.xml 9.2KB

1 month ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AutoImportSettings">
  4. <option name="autoReloadType" value="SELECTIVE" />
  5. </component>
  6. <component name="ChangeListManager">
  7. <list default="true" id="4d75e996-cee4-4ec6-b802-5b56d0c0eac4" name="Changes" comment="Funktionierender Puffer&#10;16.12.2024 15.06&#10;Siuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu">
  8. <change afterPath="$PROJECT_DIR$/Background.png" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/src/main/java/CamPuffer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/CamPuffer.java" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/src/main/java/GameLogic.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/GameLogic.java" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/src/main/java/GameLoop.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/GameLoop.java" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/src/main/java/GraphicsProgram.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/GraphicsProgram.java" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/src/main/java/ImgAnalyzer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/ImgAnalyzer.java" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/src/main/java/Player.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/Player.java" afterDir="false" />
  16. </list>
  17. <option name="SHOW_DIALOG" value="false" />
  18. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  19. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  20. <option name="LAST_RESOLUTION" value="IGNORE" />
  21. </component>
  22. <component name="FileTemplateManagerImpl">
  23. <option name="RECENT_TEMPLATES">
  24. <list>
  25. <option value="Class" />
  26. </list>
  27. </option>
  28. </component>
  29. <component name="Git.Settings">
  30. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  31. </component>
  32. <component name="ProjectColorInfo">{
  33. &quot;associatedIndex&quot;: 8
  34. }</component>
  35. <component name="ProjectId" id="2p7Eq8ZJM8BEjLybOnAdhzZ82uv" />
  36. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  37. <ConfirmationsSetting value="2" id="Add" />
  38. </component>
  39. <component name="ProjectViewState">
  40. <option name="hideEmptyMiddlePackages" value="true" />
  41. <option name="showLibraryContents" value="true" />
  42. </component>
  43. <component name="PropertiesComponent"><![CDATA[{
  44. "keyToString": {
  45. "ASKED_ADD_EXTERNAL_FILES": "true",
  46. "Application.GTCar.executor": "Run",
  47. "Application.GraphicsProgram.executor": "Run",
  48. "Application.Main.executor": "Run",
  49. "Application.Tracker.executor": "Run",
  50. "Downloaded.Files.Path.Enabled": "false",
  51. "Repository.Attach.Annotations": "false",
  52. "Repository.Attach.JavaDocs": "false",
  53. "Repository.Attach.Sources": "false",
  54. "RunOnceActivity.OpenProjectViewOnStart": "true",
  55. "RunOnceActivity.ShowReadmeOnStart": "true",
  56. "com.codeium.enabled": "true",
  57. "git-widget-placeholder": "master",
  58. "kotlin-language-version-configured": "true",
  59. "last_opened_file_path": "C:/Users/david/Documents/Uni/GTCar/opencv/build/java/opencv-4100.jar",
  60. "node.js.detected.package.eslint": "true",
  61. "node.js.detected.package.tslint": "true",
  62. "node.js.selected.package.eslint": "(autodetect)",
  63. "node.js.selected.package.tslint": "(autodetect)",
  64. "nodejs_package_manager_path": "npm",
  65. "project.structure.last.edited": "Libraries",
  66. "project.structure.proportion": "0.15",
  67. "project.structure.side.proportion": "0.24022989",
  68. "vue.rearranger.settings.migration": "true"
  69. }
  70. }]]></component>
  71. <component name="RunManager" selected="Application.Main">
  72. <configuration name="GTCar" type="Application" factoryName="Application">
  73. <option name="MAIN_CLASS_NAME" value="Tracker" />
  74. <module name="GTCar_V2_maven" />
  75. <option name="VM_PARAMETERS" value="-Djava.library.path=C:\Users\david\Documents\Uni\GTCar\opencv\build\java\x64" />
  76. <method v="2">
  77. <option name="Make" enabled="true" />
  78. </method>
  79. </configuration>
  80. <configuration name="GraphicsProgram" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  81. <option name="MAIN_CLASS_NAME" value="GraphicsProgram" />
  82. <module name="GTCar_V2_maven" />
  83. <method v="2">
  84. <option name="Make" enabled="true" />
  85. </method>
  86. </configuration>
  87. <configuration name="Main" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  88. <option name="MAIN_CLASS_NAME" value="Main" />
  89. <module name="GTCar_V2_maven" />
  90. <option name="VM_PARAMETERS" value="-Djava.library.path=C:\Users\david\Documents\Uni\GTCar\opencv\build\java\x64" />
  91. <method v="2">
  92. <option name="Make" enabled="true" />
  93. </method>
  94. </configuration>
  95. <list>
  96. <item itemvalue="Application.GTCar" />
  97. <item itemvalue="Application.GraphicsProgram" />
  98. <item itemvalue="Application.Main" />
  99. </list>
  100. <recent_temporary>
  101. <list>
  102. <item itemvalue="Application.Main" />
  103. <item itemvalue="Application.GraphicsProgram" />
  104. </list>
  105. </recent_temporary>
  106. </component>
  107. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  108. <component name="TaskManager">
  109. <task active="true" id="Default" summary="Default task">
  110. <changelist id="4d75e996-cee4-4ec6-b802-5b56d0c0eac4" name="Changes" comment="" />
  111. <created>1732108904989</created>
  112. <option name="number" value="Default" />
  113. <option name="presentableId" value="Default" />
  114. <updated>1732108904989</updated>
  115. <workItem from="1732108906083" duration="758000" />
  116. <workItem from="1732113837570" duration="20534000" />
  117. <workItem from="1733327375447" duration="951000" />
  118. <workItem from="1734091457440" duration="10746000" />
  119. </task>
  120. <task id="LOCAL-00001" summary="First Commit Test">
  121. <option name="closed" value="true" />
  122. <created>1732109548353</created>
  123. <option name="number" value="00001" />
  124. <option name="presentableId" value="LOCAL-00001" />
  125. <option name="project" value="LOCAL" />
  126. <updated>1732109548353</updated>
  127. </task>
  128. <task id="LOCAL-00002" summary="Version 20.11">
  129. <option name="closed" value="true" />
  130. <created>1732118799936</created>
  131. <option name="number" value="00002" />
  132. <option name="presentableId" value="LOCAL-00002" />
  133. <option name="project" value="LOCAL" />
  134. <updated>1732118799936</updated>
  135. </task>
  136. <task id="LOCAL-00003" summary="Version 23.11 (Grafics update)">
  137. <option name="closed" value="true" />
  138. <created>1732368525825</created>
  139. <option name="number" value="00003" />
  140. <option name="presentableId" value="LOCAL-00003" />
  141. <option name="project" value="LOCAL" />
  142. <updated>1732368525826</updated>
  143. </task>
  144. <task id="LOCAL-00004" summary="Version 27.11">
  145. <option name="closed" value="true" />
  146. <created>1732703104268</created>
  147. <option name="number" value="00004" />
  148. <option name="presentableId" value="LOCAL-00004" />
  149. <option name="project" value="LOCAL" />
  150. <updated>1732703104268</updated>
  151. </task>
  152. <task id="LOCAL-00005" summary="Version 27.11 (&quot;fertiger&quot; Tracker)">
  153. <option name="closed" value="true" />
  154. <created>1732706211714</created>
  155. <option name="number" value="00005" />
  156. <option name="presentableId" value="LOCAL-00005" />
  157. <option name="project" value="LOCAL" />
  158. <updated>1732706211714</updated>
  159. </task>
  160. <task id="LOCAL-00006" summary="Funktionierender Puffer&#10;16.12.2024 15.06&#10;Siuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu">
  161. <option name="closed" value="true" />
  162. <created>1734358037207</created>
  163. <option name="number" value="00006" />
  164. <option name="presentableId" value="LOCAL-00006" />
  165. <option name="project" value="LOCAL" />
  166. <updated>1734358037207</updated>
  167. </task>
  168. <option name="localTasksCounter" value="7" />
  169. <servers />
  170. </component>
  171. <component name="TypeScriptGeneratedFilesManager">
  172. <option name="version" value="3" />
  173. </component>
  174. <component name="Vcs.Log.Tabs.Properties">
  175. <option name="TAB_STATES">
  176. <map>
  177. <entry key="MAIN">
  178. <value>
  179. <State />
  180. </value>
  181. </entry>
  182. </map>
  183. </option>
  184. </component>
  185. <component name="VcsManagerConfiguration">
  186. <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
  187. <MESSAGE value="First Commit Test" />
  188. <MESSAGE value="Version 20.11" />
  189. <MESSAGE value="Version 23.11 (Grafics update)" />
  190. <MESSAGE value="Version 27.11" />
  191. <MESSAGE value="Version 27.11 (&quot;fertiger&quot; Tracker)" />
  192. <MESSAGE value="Funktionierender Puffer&#10;16.12.2024 15.06&#10;Siuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu" />
  193. <option name="LAST_COMMIT_MESSAGE" value="Funktionierender Puffer&#10;16.12.2024 15.06&#10;Siuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu" />
  194. </component>
  195. </project>