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 8.1KB

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