Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement plugin system #11320

Merged
merged 159 commits into from Apr 26, 2020
Merged

Implement plugin system #11320

merged 159 commits into from Apr 26, 2020

Commits on Apr 26, 2020

  1. Add duktape library

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    a1ebcde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27a8597 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43508e0 View commit details
    Browse the repository at this point in the history
  4. Add dukglue

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    f0de653 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    839dd68 View commit details
    Browse the repository at this point in the history
  6. Add park API

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    1acf1e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ae9e53 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de527b3 View commit details
    Browse the repository at this point in the history
  9. Add hot reloading support

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    3556dea View commit details
    Browse the repository at this point in the history
  10. Add hook system

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    4a57597 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5697bcf View commit details
    Browse the repository at this point in the history
  12. Add tile element support

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    a6bb9a9 View commit details
    Browse the repository at this point in the history
  13. Use shared_ptr for Plugin

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    f54b3ef View commit details
    Browse the repository at this point in the history
  14. Refactor plugin scope

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    d445cfc View commit details
    Browse the repository at this point in the history
  15. Fix segfault on exit

    By ensuring duk_context is disposed last in ScriptEngine
    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    c340c2a View commit details
    Browse the repository at this point in the history
  16. Add basic window API

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    237e0be View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b47bcab View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    291143c View commit details
    Browse the repository at this point in the history
  19. Get custom buttons working

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    918022d View commit details
    Browse the repository at this point in the history
  20. Get custom drop downs working

    Co-authored-by: Hielke Morsink <hielke.morsink@gmail.com>
    IntelOrca and Broxzier committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    7047dec View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    834cfad View commit details
    Browse the repository at this point in the history
  22. Use new FileWatcher class

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    1fd33dd View commit details
    Browse the repository at this point in the history
  23. Remove old hot reload code

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    26eb910 View commit details
    Browse the repository at this point in the history
  24. Fix FileWatcher for Windows

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    5ba96a3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    24eafb0 View commit details
    Browse the repository at this point in the history
  26. Construct ScWindow properly

    Broxzier authored and IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    5befd39 View commit details
    Browse the repository at this point in the history
  27. Add new tile element classes for each type

    This introduces some template code  to get around the problem of properties not being available for child-elements. I've tried to make clear what it's for by adding a comment.
    
    So far only the Track element has an extra property (rideIndex), but it's fairly easy to add new ones.
    Broxzier authored and IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    34b5aab View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d6b4064 View commit details
    Browse the repository at this point in the history
  29. Use new copyright/license notice

    Broxzier authored and IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    c064614 View commit details
    Browse the repository at this point in the history
  30. Use C++ types

    Broxzier authored and IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    c37d7d8 View commit details
    Browse the repository at this point in the history
  31. format new files

    Since many of the changes were made before the clang-format changes went live, the new source files used a different format still. This PR applies the new style to all the new source files.
    Broxzier authored and IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    e8bdb95 View commit details
    Browse the repository at this point in the history
  32. Expose surface element properties

    Broxzier authored and IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    bec9c4d View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    6e45c23 View commit details
    Browse the repository at this point in the history
  34. Expose properties for path scenery

    Broxzier authored and IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    9b2ed0d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    d712383 View commit details
    Browse the repository at this point in the history
  36. Update typescript definition

    Broxzier authored and IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    e8468e7 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    5bd5811 View commit details
    Browse the repository at this point in the history
  38. Add initial network API

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    5d78a1f View commit details
    Browse the repository at this point in the history
  39. Add more network API

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    082eaf7 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    098348d View commit details
    Browse the repository at this point in the history
  41. Fix build errors

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    4109b2c View commit details
    Browse the repository at this point in the history
  42. Add storage APIs

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    f29e4f3 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    f9d7237 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    2e62078 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    e6915e8 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    0a81cab View commit details
    Browse the repository at this point in the history
  47. Implement network mode

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    3f58a0d View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    3ac2247 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    0e8c627 View commit details
    Browse the repository at this point in the history
  50. Improve chat subscription

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    c8fbc2e View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    a915cb0 View commit details
    Browse the repository at this point in the history
  52. Implement custom menu items

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    4b95a3a View commit details
    Browse the repository at this point in the history
  53. Fix tile element scripting

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    ab5bfff View commit details
    Browse the repository at this point in the history
  54. Add RideObject API

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    91043ce View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    560be19 View commit details
    Browse the repository at this point in the history
  56. Implement label widget

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    d3af46a View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    0ec4475 View commit details
    Browse the repository at this point in the history
  58. Add viewport APIs

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    3596480 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    d7d880d View commit details
    Browse the repository at this point in the history
  60. Implement main viewport API

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    7274e45 View commit details
    Browse the repository at this point in the history
  61. Implement Widget API

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    b1cf6fc View commit details
    Browse the repository at this point in the history
  62. Implement group boxes

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    a9a67a7 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    da98ef6 View commit details
    Browse the repository at this point in the history
  64. Implement viewport widgets

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    e0f66fe View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    b93e5b3 View commit details
    Browse the repository at this point in the history
  66. Implement date API

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    d8b0b24 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    057155e View commit details
    Browse the repository at this point in the history
  68. Add more window APIs

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    d670c65 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    77262af View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    0c1ed7b View commit details
    Browse the repository at this point in the history
  71. Fix warnings

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    412c838 View commit details
    Browse the repository at this point in the history
  72. Fix formatting

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    facd557 View commit details
    Browse the repository at this point in the history
  73. Fix GCC issues

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    639faa2 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    dc64d35 View commit details
    Browse the repository at this point in the history
  75. Add game mutable protection

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    a5c8ff9 View commit details
    Browse the repository at this point in the history
  76. Fix formatting

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    3407812 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    bac91cd View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    e6341f0 View commit details
    Browse the repository at this point in the history
  79. Add scripting readme

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    03e8619 View commit details
    Browse the repository at this point in the history
  80. Improve readme

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    08cdb83 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    2890fae View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    177c1a1 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    ae0c263 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    dfd4565 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    c73bb63 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    e6ca727 View commit details
    Browse the repository at this point in the history
  87. Fix API definitions

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    0cf0121 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    e6011c8 View commit details
    Browse the repository at this point in the history
  89. Fix compile

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    00293d2 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    9dd9e60 View commit details
    Browse the repository at this point in the history
  91. Implement API for spinners

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    5c1fabe View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    09c8c6d View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    4d22134 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    7628289 View commit details
    Browse the repository at this point in the history
  95. Fix build

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    cf9478e View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    a4be43e View commit details
    Browse the repository at this point in the history
  97. Add more tile APIs

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    32d7247 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    4d5e7f1 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    63b1016 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    82639ba View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    4e12c95 View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    971c6e2 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    f839495 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    07ed0f5 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    4e4379e View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    2ad37db View commit details
    Browse the repository at this point in the history
  107. 1 Configuration menu
    Copy the full SHA
    83fe0cf View commit details
    Browse the repository at this point in the history
  108. Fix Linux build

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    49b155d View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    efcf9fd View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    a16cacf View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    fa99700 View commit details
    Browse the repository at this point in the history
  112. Add random number generator

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    61da82c View commit details
    Browse the repository at this point in the history
  113. Implement shared storage

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    0c71886 View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    ea8890a View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    7a62d55 View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    76ebef1 View commit details
    Browse the repository at this point in the history
  117. Fix build after rebase

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    098e683 View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    119b24a View commit details
    Browse the repository at this point in the history
  119. Fix build

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    b7b1920 View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    b9f3886 View commit details
    Browse the repository at this point in the history
  121. Fix errors after rebase

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    f12f439 View commit details
    Browse the repository at this point in the history
  122. Update Xcode project

    Gymnasiast authored and IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    a8bb0e5 View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    4a21c7d View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    9ea056a View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    3c424be View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    940cd6d View commit details
    Browse the repository at this point in the history
  127. Remove use of std::variant

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    e1c08de View commit details
    Browse the repository at this point in the history
  128. Fix rebase

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    7f9ff12 View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    aefc494 View commit details
    Browse the repository at this point in the history
  130. Fix mingw build

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    62d15e4 View commit details
    Browse the repository at this point in the history
  131. Rename thing to entity

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    ea632a8 View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    d9cbdf2 View commit details
    Browse the repository at this point in the history
  133. Remove TabbedWindow API

    This doesn't exist yet.
    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    efbb385 View commit details
    Browse the repository at this point in the history
  134. Apply suggestions from code review

    Co-Authored-By: Tulio Leao <tupaschoal@gmail.com>
    Co-Authored-By: Michael Steenbeek <m.o.steenbeek@gmail.com>
    3 people committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    d480fb8 View commit details
    Browse the repository at this point in the history
  135. Configuration menu
    Copy the full SHA
    2f525e0 View commit details
    Browse the repository at this point in the history
  136. Configuration menu
    Copy the full SHA
    6cbea2f View commit details
    Browse the repository at this point in the history
  137. Configuration menu
    Copy the full SHA
    c17f898 View commit details
    Browse the repository at this point in the history
  138. Remove use of .value()

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    4c45e0c View commit details
    Browse the repository at this point in the history
  139. Apply suggestions from code review

    Co-Authored-By: Breno Rodrigues Guimarães <brenorg@gmail.com>
    IntelOrca and brenoguim committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    c1ab8b0 View commit details
    Browse the repository at this point in the history
  140. Configuration menu
    Copy the full SHA
    3c28861 View commit details
    Browse the repository at this point in the history
  141. Configuration menu
    Copy the full SHA
    127dd15 View commit details
    Browse the repository at this point in the history
  142. Xcode: change deployment target to 10.14.

    This is really unfortunate, but appears to be unavoidable.
    AaronVanGeffen authored and IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    1619852 View commit details
    Browse the repository at this point in the history
  143. Apply suggestions from code review

    Co-Authored-By: Michał Janiszewski <janisozaur@users.noreply.github.com>
    Co-Authored-By: Aaron van Geffen <aaron@aaronweb.net>
    Co-Authored-By: Tulio Leao <tupaschoal@gmail.com>
    4 people committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    3fe49ca View commit details
    Browse the repository at this point in the history
  144. Update src/openrct2/scripting/ScriptEngine.h

    Co-Authored-By: Breno Rodrigues Guimarães <brenorg@gmail.com>
    IntelOrca and brenoguim committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    4e1fa6a View commit details
    Browse the repository at this point in the history
  145. Update src/openrct2/scripting/ScriptEngine.cpp

    Co-Authored-By: Breno Rodrigues Guimarães <brenorg@gmail.com>
    IntelOrca and brenoguim committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    ad75cb0 View commit details
    Browse the repository at this point in the history
  146. Configuration menu
    Copy the full SHA
    4162ad0 View commit details
    Browse the repository at this point in the history
  147. Configuration menu
    Copy the full SHA
    4ebd8da View commit details
    Browse the repository at this point in the history
  148. Configuration menu
    Copy the full SHA
    c679625 View commit details
    Browse the repository at this point in the history
  149. Configuration menu
    Copy the full SHA
    b553850 View commit details
    Browse the repository at this point in the history
  150. Configuration menu
    Copy the full SHA
    a6eeb8c View commit details
    Browse the repository at this point in the history
  151. Add more const

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    2c4cf49 View commit details
    Browse the repository at this point in the history
  152. Improve dukglue's includes

    janisozaur authored and IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    a0877d1 View commit details
    Browse the repository at this point in the history
  153. Configuration menu
    Copy the full SHA
    2d43ac5 View commit details
    Browse the repository at this point in the history
  154. Fix FileWatcher header file

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    51ed760 View commit details
    Browse the repository at this point in the history
  155. Fix tile type literals

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    7041b07 View commit details
    Browse the repository at this point in the history
  156. Configuration menu
    Copy the full SHA
    90f3a9b View commit details
    Browse the repository at this point in the history
  157. Configuration menu
    Copy the full SHA
    c0aa5bd View commit details
    Browse the repository at this point in the history
  158. Configuration menu
    Copy the full SHA
    ca98ffc View commit details
    Browse the repository at this point in the history
  159. Increment network version

    IntelOrca committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    3c02861 View commit details
    Browse the repository at this point in the history