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

Rework the Spiral Framework to use the Kotlin MultiPlatform layout. #23

Open
wants to merge 644 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 11, 2019

  1. Configuration menu
    Copy the full SHA
    2ea720a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d09baf View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Configuration menu
    Copy the full SHA
    3841bed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0718c10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8a4d75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    700aebd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d4df57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77b6c61 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3cb214 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #19 from jpmac26/master

    Document most V3 opcodes
    UnderMybrella authored Mar 13, 2019
    Configuration menu
    Copy the full SHA
    61174b8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    92216be View commit details
    Browse the repository at this point in the history
  10. Merge pull request #20 from jpmac26/master

    Added constructors to most WordScript entries
    UnderMybrella authored Mar 13, 2019
    Configuration menu
    Copy the full SHA
    5b7a052 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Set up an event bus

    UnderMybrella committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    dc5ec49 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2019

  1. Configuration menu
    Copy the full SHA
    97da8cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90823df View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/eventbus'

    # Conflicts:
    #	console/src/main/kotlin/info/spiralframework/console/commands/mechanic/GurrenMechanic.kt
    #	console/src/main/kotlin/info/spiralframework/console/commands/pilot/GurrenPilot.kt
    #	console/src/main/kotlin/info/spiralframework/console/imperator/CommandClass.kt
    #	console/src/main/kotlin/info/spiralframework/console/imperator/ParboiledSoldier.kt
    UnderMybrella committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    ebe7fc7 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/eventbus'

    # Conflicts:
    #	console/src/main/kotlin/info/spiralframework/console/commands/mechanic/GurrenMechanic.kt
    #	console/src/main/kotlin/info/spiralframework/console/commands/pilot/GurrenPilot.kt
    #	console/src/main/kotlin/info/spiralframework/console/imperator/CommandClass.kt
    #	console/src/main/kotlin/info/spiralframework/console/imperator/ParboiledSoldier.kt
    UnderMybrella committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    211e61e View commit details
    Browse the repository at this point in the history
  5. Fix a bad merge

    UnderMybrella committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    0b541b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10563a8 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	console/src/main/kotlin/info/spiralframework/console/commands/pilot/GurrenPilot.kt
    UnderMybrella committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    0213538 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into feature/plugins

    # Conflicts:
    #	console/src/main/kotlin/info/spiralframework/console/Cockpit.kt
    #	core/src/main/kotlin/info/spiralframework/core/Extensions.kt
    #	core/src/main/kotlin/info/spiralframework/core/formats/audio/AudioFormats.kt
    UnderMybrella committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    f480dbf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    03f0a08 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d21ef0d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Begin loading plugins

    UnderMybrella committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    23be980 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94e4b56 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Configuration menu
    Copy the full SHA
    39c9e70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c81a16e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a827d7 View commit details
    Browse the repository at this point in the history
  4. Remove import

    UnderMybrella committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    6f2b917 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59caeea View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Configuration menu
    Copy the full SHA
    9e8dd0c View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Configuration menu
    Copy the full SHA
    780305d View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. Remove spiral-media from the Spiral repository (moved to it's own rep…

    …o); tweak some stuff with plugin loads
    UnderMybrella committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    47fd9c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2019

  1. Add module listings, so plugins can depend on specific modules being …

    …present; allow disabling of plugins, and give a preview of what plugin you're working with
    UnderMybrella committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    1879b8e View commit details
    Browse the repository at this point in the history
  2. Add base module

    UnderMybrella committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    b60b538 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97996ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d87e4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efc1bfc View commit details
    Browse the repository at this point in the history
  6. Add unregistering

    UnderMybrella committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    b651bb3 View commit details
    Browse the repository at this point in the history
  7. Cleaned up the command registry a little bit, so now it's *actually* …

    …possible to register commands as a plugin. Also made operationScope calls thread safe (probably)
    UnderMybrella committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    5656b80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1028863 View commit details
    Browse the repository at this point in the history
  9. Import ParboiledCommand

    UnderMybrella committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    522f1f1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    46b820f View commit details
    Browse the repository at this point in the history
  11. Allow removing bundles

    UnderMybrella committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    5b05440 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Configuration menu
    Copy the full SHA
    034ad95 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Configuration menu
    Copy the full SHA
    7f77cdb View commit details
    Browse the repository at this point in the history
  2. Cache CPK data

    UnderMybrella committed May 1, 2019
    Configuration menu
    Copy the full SHA
    f5bead6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd6791e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f446624 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Configuration menu
    Copy the full SHA
    5142511 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Change DR2 op codes

    UnderMybrella committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    3b89ee2 View commit details
    Browse the repository at this point in the history
  2. Begin rewriting OSL

    UnderMybrella committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    2edf243 View commit details
    Browse the repository at this point in the history
  3. Revert "Begin rewriting OSL"

    This reverts commit 5fbfd5c
    UnderMybrella committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    36a00e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. Configuration menu
    Copy the full SHA
    a3a012b View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Test of this setup

    UnderMybrella committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    a4c2a84 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. Configuration menu
    Copy the full SHA
    44ba2ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70344a3 View commit details
    Browse the repository at this point in the history
  3. Initial OSL 2 Commit

    UnderMybrella committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    3d82f44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76bd0b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Configuration menu
    Copy the full SHA
    fb32f0a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Configuration menu
    Copy the full SHA
    6e13944 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Add header version

    UnderMybrella committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    d1d2701 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Configuration menu
    Copy the full SHA
    df333a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Begin MPP migration

    UnderMybrella committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    b78e071 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Fix Dodgy Merge

    UnderMybrella committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    e6f1341 View commit details
    Browse the repository at this point in the history
  2. Initial setup

    UnderMybrella committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    0844a45 View commit details
    Browse the repository at this point in the history
  3. Locale MPP

    UnderMybrella committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    76a27bc View commit details
    Browse the repository at this point in the history
  4. OSL Locale bundles

    UnderMybrella committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    38bf55e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. Move Ansi to common

    UnderMybrella committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    fb87525 View commit details
    Browse the repository at this point in the history
  2. JDK 8 safety methods

    UnderMybrella committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    07e4524 View commit details
    Browse the repository at this point in the history
  3. FlatPatch 🎉

    UnderMybrella committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    68931d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2019

  1. Configuration menu
    Copy the full SHA
    fee70de View commit details
    Browse the repository at this point in the history
  2. Move some locale stuff

    UnderMybrella committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    225da64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a803e01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22cbe24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90b43ad View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Gradle files

    UnderMybrella committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    1bc1594 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15a032c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d48976e View commit details
    Browse the repository at this point in the history
  4. JDK 8 safety methods

    (cherry picked from commit 4d009b9)
    UnderMybrella committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    079ea19 View commit details
    Browse the repository at this point in the history
  5. Fix cherrypick

    UnderMybrella committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    8d5af1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4a7c8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b56c585 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3de068c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

  1. Configuration menu
    Copy the full SHA
    dba4691 View commit details
    Browse the repository at this point in the history
  2. Add version to modules

    UnderMybrella committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    11a72cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab065d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e703ed4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a2a58d View commit details
    Browse the repository at this point in the history
  6. Add kotlinx.serialisation as a dependency for formats, and register l…

    …ocales when contexts are created
    UnderMybrella committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    8accdda View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ee3d71 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    215a0ca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f1f57af View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c91cdef View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

  1. Configuration menu
    Copy the full SHA
    456f528 View commit details
    Browse the repository at this point in the history
  2. Add uuidString

    UnderMybrella committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    3cb8f2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    531c2a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    267399c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43df412 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e243c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb4dff1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Configuration menu
    Copy the full SHA
    5c15935 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4769180 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    012d3e0 View commit details
    Browse the repository at this point in the history
  4. Add new WadArchive

    UnderMybrella committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    d1bda81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17d41d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebeeb6c View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    beeab74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ee19f3 View commit details
    Browse the repository at this point in the history
  3. Awb archives!

    UnderMybrella committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    6a28928 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Configuration menu
    Copy the full SHA
    26943c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Configuration menu
    Copy the full SHA
    c5748fd View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Srd entries

    UnderMybrella committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    7277dfd View commit details
    Browse the repository at this point in the history
  2. V3 compression

    UnderMybrella committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    23704e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Configuration menu
    Copy the full SHA
    e7a16f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2019

  1. Configuration menu
    Copy the full SHA
    1baf30b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c11ece View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42476f3 View commit details
    Browse the repository at this point in the history
  4. Add executable bit to gradlew

    nnn1590 committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    7486fa0 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2019

  1. Merge pull request #22 from nnn1590/chmod-+x-gradlew

    Add executable bit to gradlew (chmod +x gradlew)
    UnderMybrella authored Sep 22, 2019
    Configuration menu
    Copy the full SHA
    3aaef9e View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Merge branch 'master' into rework/mpp

    # Conflicts:
    #	base/src/main/kotlin/info/spiralframework/base/util/GeneralUtility.kt
    #	console/src/jvmMain/kotlin/info/spiralframework/console/commands/data/ConvertArgs.kt
    #	console/src/jvmMain/kotlin/info/spiralframework/console/commands/pilot/GurrenPilot.kt
    #	console/src/main/kotlin/info/spiralframework/console/Cockpit.kt
    #	console/src/main/kotlin/info/spiralframework/console/CockpitPilot.kt
    #	core/src/main/kotlin/info/spiralframework/core/formats/scripting/LinFormat.kt
    #	formats/src/main/kotlin/info/spiralframework/formats/archives/Pak.kt
    #	formats/src/main/kotlin/info/spiralframework/formats/errors/Exceptions.kt
    #	gradle/wrapper/gradle-wrapper.jar
    #	gradle/wrapper/gradle-wrapper.properties
    #	gradlew
    #	gradlew.bat
    UnderMybrella committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    e187cf8 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Configuration menu
    Copy the full SHA
    1463fea View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2019

  1. Merge branch 'rework/mpp' of Z:/git/Spiral into rework/mpp

    � Conflicts:
    �	base/build.gradle
    �	base/src/commonMain/kotlin/info/spiralframework/base/common/collections/MappingIterator.kt
    �	base/src/commonMain/kotlin/info/spiralframework/base/common/text/Ansi.kt
    �	base/src/commonMain/kotlin/info/spiralframework/base/common/text/AsciiArt.kt
    �	base/src/jvmMain/kotlin/info/spiralframework/base/CountingOutputStream.kt
    �	base/src/jvmMain/kotlin/info/spiralframework/base/DelegatedOutputStream.kt
    �	base/src/jvmMain/kotlin/info/spiralframework/base/HeaderInputStream.kt
    �	base/src/jvmMain/kotlin/info/spiralframework/base/OffsetInputStream.kt
    �	base/src/jvmMain/kotlin/info/spiralframework/base/WindowedInputStream.kt
    �	base/src/jvmMain/kotlin/info/spiralframework/base/jvm/crypto/SecurityUtil.kt
    �	base/src/jvmMain/kotlin/info/spiralframework/base/jvm/io/CountingInputStream.kt
    �	base/src/jvmMain/kotlin/info/spiralframework/base/jvm/io/DelegatedInputStream.kt
    �	base/src/jvmMain/kotlin/info/spiralframework/base/jvm/io/files/FileExtensions.kt
    �	base/src/jvmMain/kotlin/info/spiralframework/base/jvm/properties/PropertyUtils.kt
    �	base/src/jvmMain/kotlin/info/spiralframework/base/util/BitStreamExtensions.kt
    �	base/src/jvmMain/kotlin/info/spiralframework/base/util/InputStreamExtensions.kt
    �	base/src/jvmMain/resources/SpiralBase.properties
    �	console/build.gradle
    �	core/build.gradle
    �	formats/build.gradle
    �	gui/build.gradle
    �	osl-2/build.gradle
    �	osl-json/build.gradle
    �	osl/build.gradle
    �	settings.gradle
    UnderMybrella committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    39535a7 View commit details
    Browse the repository at this point in the history
  2. Fixed gradle merge

    UnderMybrella committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    b4a28ae View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2019

  1. Configuration menu
    Copy the full SHA
    ef609fb View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    638267b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fb8aad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f266a3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff909a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. Add base for jsMain

    UnderMybrella committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    0a55df0 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Begin work on JS

    UnderMybrella committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    ce103ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06d277d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Configuration menu
    Copy the full SHA
    182cf47 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Configuration menu
    Copy the full SHA
    7417b67 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Configuration menu
    Copy the full SHA
    f4f96f7 View commit details
    Browse the repository at this point in the history
  2. Begin work on BST

    UnderMybrella committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    370ea6b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Configuration menu
    Copy the full SHA
    41bf135 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2233bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05897f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Configuration menu
    Copy the full SHA
    4f6a52d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

  1. Configuration menu
    Copy the full SHA
    a16ba05 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

  1. Configuration menu
    Copy the full SHA
    f050cd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b3e9a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc163aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1771a0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    592a0fd View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Configuration menu
    Copy the full SHA
    3e5d748 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    656cf3c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Add lin scripts

    UnderMybrella committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    709235f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd8dbd1 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Add Dr2+Udg

    UnderMybrella committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    e95a24f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15fa175 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/osl' into rework/mpp

    # Conflicts:
    #	formats/src/commonMain/resources/SpiralFormats.properties
    #	formats/src/main/kotlin/info/spiralframework/formats/scripting/WordScriptFile.kt
    #	osl-2/build.gradle
    #	osl-2/src/jvmMain/kotlin/info/spiralframework/osl/OSLProxy.kt
    #	osl-2/src/jvmMain/kotlin/info/spiralframework/osl/games/v3/V3Visitor.kt
    UnderMybrella committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    1258f44 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Begin work on DRv3

    UnderMybrella committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    fb6acee View commit details
    Browse the repository at this point in the history
  2. More names for V3!

    UnderMybrella committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    e8b67c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2019

  1. V3 game object

    UnderMybrella committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    42b9ca9 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Configuration menu
    Copy the full SHA
    92dcc86 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2020

  1. Configuration menu
    Copy the full SHA
    97bc84b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Add FontMap

    UnderMybrella committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    d0353b8 View commit details
    Browse the repository at this point in the history
  2. Add: Dr1RoomObject

    UnderMybrella committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    e9be42b View commit details
    Browse the repository at this point in the history
  3. Remove Bootstrap

    UnderMybrella committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    7b2e5d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Line separators

    UnderMybrella committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    4d3c8b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    3f1e617 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d55cf52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cbdd03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b488ff View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/UnderMybrella/Spiral

    � Conflicts:
    �	formats/src/main/kotlin/info/spiralframework/formats/errors/Exceptions.kt
    �	formats/src/main/resources/SpiralFormats.properties
    UnderMybrella committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    3af0a4b View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Merge branch 'master' into rework/mpp

    # Conflicts:
    #	base/src/main/kotlin/info/spiralframework/base/SpiralLocale.kt
    #	base/src/main/kotlin/info/spiralframework/base/config/SpiralConfig.kt
    #	base/src/main/kotlin/info/spiralframework/base/util/GeneralUtility.kt
    #	console/src/main/kotlin/info/spiralframework/console/commands/pilot/GurrenPluginPilot.kt
    #	core/src/jvmMain/kotlin/info/spiralframework/core/formats/scripting/OpenSpiralLanguageFormat.kt
    #	core/src/jvmMain/kotlin/info/spiralframework/core/plugins/DefaultSpiralPluginRegistry.kt
    #	core/src/main/kotlin/info/spiralframework/core/SpiralCoreConfig.kt
    #	core/src/main/kotlin/info/spiralframework/core/SpiralCoreConfigAccessor.kt
    #	core/src/main/kotlin/info/spiralframework/core/SpiralSignatures.kt
    #	formats/src/main/kotlin/info/spiralframework/formats/errors/Exceptions.kt
    UnderMybrella committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    b622c64 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Configuration menu
    Copy the full SHA
    6edfb35 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'rework/mpp' of https://github.com/UnderMybrella/Spiral

    …into rework/mpp
    
    � Conflicts:
    �	base-extended/src/commonMain/kotlin/info.spiralframework.base.common/ByteReadChannelInputFlow.kt
    �	base-extended/src/commonMain/kotlin/info.spiralframework.base.common/HttpDataSource.kt
    �	base/build.gradle
    �	base/src/commonMain/kotlin/info/spiralframework/base/binding/Text.kt
    �	base/src/commonMain/kotlin/info/spiralframework/base/common/io/BitStreamExtensions.kt
    �	base/src/commonMain/kotlin/info/spiralframework/base/common/io/ResourceLoader.kt
    �	base/src/commonMain/kotlin/info/spiralframework/base/common/io/SpiralCacheProvider.kt
    �	base/src/commonMain/kotlin/info/spiralframework/base/common/io/SpiralResourceLoader.kt
    �	base/src/commonMain/kotlin/info/spiralframework/base/common/io/TimedDataPool.kt
    �	base/src/commonMain/kotlin/info/spiralframework/base/common/locale/CommonLocaleBundle.kt
    �	base/src/commonMain/kotlin/info/spiralframework/base/common/text/TextUtils.kt
    �	base/src/jsMain/kotlin/info/spiralframework/base/binding/DefaultSpiralCacheProvider.kt
    �	base/src/jsMain/kotlin/info/spiralframework/base/binding/DefaultSpiralResourceLoader.kt
    �	base/src/jsMain/kotlin/info/spiralframework/base/binding/decodeToString.kt
    �	base/src/jvmMain/kotlin/info/spiralframework/base/HeaderInputStream.kt
    �	base/src/jvmMain/kotlin/info/spiralframework/base/OffsetInputStream.kt
    �	base/src/jvmMain/kotlin/info/spiralframework/base/WindowedInputStream.kt
    �	base/src/jvmMain/kotlin/info/spiralframework/base/binding/DefaultSpiralCacheProvider.kt
    �	base/src/jvmMain/kotlin/info/spiralframework/base/binding/DefaultSpiralConfig.kt
    �	base/src/jvmMain/kotlin/info/spiralframework/base/binding/DefaultSpiralContext.kt
    �	base/src/jvmMain/kotlin/info/spiralframework/base/binding/DefaultSpiralResourceLoader.kt
    �	base/src/jvmMain/kotlin/info/spiralframework/base/binding/decodeToString.kt
    �	base/src/jvmMain/kotlin/info/spiralframework/base/jvm/crypto/SecurityUtil.kt
    �	base/src/jvmMain/kotlin/info/spiralframework/base/jvm/io/files/ShortTermFileDataPool.kt
    �	base/src/jvmMain/kotlin/info/spiralframework/base/util/BitStreamExtensions.kt
    �	base/src/jvmMain/resources/SpiralBase.properties
    �	bst/src/commonMain/kotlin/info/spiralframework/bst/common/BstBuilder.kt
    �	bst/src/commonMain/kotlin/info/spiralframework/bst/common/BstProcessor.kt
    �	console/src/jvmMain/kotlin/info/spiralframework/console/eventbus/ParboiledCommand.kt
    �	console/src/jvmMain/resources/SpiralConsole-Pilot.properties
    �	core/src/jvmMain/kotlin/info/spiralframework/core/plugins/SpiralPluginDefinitionPojo.kt
    �	core/src/jvmMain/resources/SpiralCore.properties
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/TypeAliases.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/AwbArchive.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/CpkArchive.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/CustomCpkArchive.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/CustomPakArchive.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/CustomSpcArchive.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/CustomWadArchive.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/PakArchive.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/SpcArchive.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/UtfTableInfo.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/WadArchive.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/srd/BaseSrdEntry.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/srd/CFHSrdEntry.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/srd/CT0SrdEntry.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/srd/MaterialsSrdEntry.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/srd/MeshSrdEntry.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/srd/RSFSrdEntry.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/srd/RSISrdEntry.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/srd/SCNSrdEntry.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/srd/SrdArchive.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/srd/TRESrdEntry.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/srd/TXISrdEntry.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/srd/TextureSrdEntry.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/srd/UnknownSrdEntry.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/srd/VSDSrdEntry.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/archives/srd/VTXSrdEntry.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/audio/CustomWavAudio.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/audio/HighCompressionAudio.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/compression/CpkCompression.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/compression/DrVitaCompression.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/compression/V3Compression.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/data/DataTableStructure.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/data/Dr1Anagram.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/data/Dr1RoomObject.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/data/Dr1SaveFile.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/data/EnumWordScriptCommand.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/data/HopesPeakNonstopDebate.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/data/ScriptOpcode.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/data/V3NonstopDebate.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/games/DRv3.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/games/Dr1.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/games/Dr2.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/games/DrGame.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/games/UDG.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/images/FontMap.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/scripting/exe/COFFHeader.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/scripting/exe/DosHeader.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/scripting/exe/ImageSectionHeader.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/scripting/exe/PEOptionalHeader.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/scripting/exe/PEOptionalHeader32.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/scripting/exe/WindowsExecutable.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/scripting/wrd/UnknownWrdEntry.kt
    �	formats/src/commonMain/kotlin/info/spiralframework/formats/common/scripting/wrd/WrdEntry.kt
    �	formats/src/commonMain/resources/SpiralFormats.properties
    �	formats/src/jvmMain/kotlin/info/spiralframework/formats/archives/CPK.kt
    �	formats/src/jvmMain/kotlin/info/spiralframework/formats/archives/SPC.kt
    �	formats/src/jvmMain/kotlin/info/spiralframework/formats/archives/SRD.kt
    �	formats/src/jvmMain/kotlin/info/spiralframework/formats/archives/WAD.kt
    �	formats/src/jvmMain/kotlin/info/spiralframework/formats/archives/srd/RSIEntry.kt
    �	formats/src/jvmMain/kotlin/info/spiralframework/formats/archives/srd/SRDEntry.kt
    �	formats/src/jvmMain/kotlin/info/spiralframework/formats/data/DataTableV3.kt
    �	formats/src/jvmMain/kotlin/info/spiralframework/formats/scripting/Lin.kt
    �	formats/src/jvmMain/kotlin/info/spiralframework/formats/scripting/WordScriptFile.kt
    �	formats/src/jvmMain/kotlin/info/spiralframework/formats/video/SFL.kt
    �	test.wav
    UnderMybrella committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    ee55132 View commit details
    Browse the repository at this point in the history
  3. Clean up merge

    UnderMybrella committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    1f22dcc View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Revamp Word Script reading/writing, as well as change internal implem…

    …entation (Fix up faulty merge)
    UnderMybrella committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    2623ce0 View commit details
    Browse the repository at this point in the history
  2. Clean up merge

    UnderMybrella committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    2b47f91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47d1291 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5e33ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9eea59e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c44200b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Remove OSL 1, and slowly begin shuffling things around for OSL 2; beg…

    …in work on OpenSpiralBitcode
    UnderMybrella committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    67b4262 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eea980 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. Fix an error with custom lin compiling, make voice line IDs optional …

    …for now, and begin working on a lin compiler
    UnderMybrella committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    3dd7fbe View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Configuration menu
    Copy the full SHA
    f3fb51b View commit details
    Browse the repository at this point in the history
  2. Fix Pak subfiles being broken, and move OSLTranspiler to spiral-forma…

    …ts; move the transpile function for Lin entries to the LinEntry interface as an optional method
    UnderMybrella committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    36197d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea5428c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. Configuration menu
    Copy the full SHA
    67a45f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Configuration menu
    Copy the full SHA
    9cd8046 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e81c9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da6e061 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Configuration menu
    Copy the full SHA
    f3a99a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1453494 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff83031 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Add loadMap grammar

    UnderMybrella committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    6e0edba View commit details
    Browse the repository at this point in the history
  2. Transpile flag names

    UnderMybrella committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    4dda54e View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    552db66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    635a13e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2020

  1. Add localisation bin

    UnderMybrella committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    155fafc View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    c0732e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. OSL Merge baby

    UnderMybrella committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    abdb3e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. Configuration menu
    Copy the full SHA
    586e25b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4839c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    b3651cb View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    ffe2822 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Configuration menu
    Copy the full SHA
    7f33f53 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. Configuration menu
    Copy the full SHA
    f177959 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Configuration menu
    Copy the full SHA
    0e16e6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4767ac8 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Configuration menu
    Copy the full SHA
    0c8c62b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44ac57a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Configuration menu
    Copy the full SHA
    778976d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Configuration menu
    Copy the full SHA
    1b6a837 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25a4f09 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. Configuration menu
    Copy the full SHA
    a5e9761 View commit details
    Browse the repository at this point in the history
  2. Begin working on TPoD

    UnderMybrella committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    ab679b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    112daca View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Update kornea

    UnderMybrella committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    f530333 View commit details
    Browse the repository at this point in the history
  2. Update kornea versions

    UnderMybrella committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    9f852fd View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. Configuration menu
    Copy the full SHA
    22d77f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    efa521a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. Changed how SpiralCatalyst works, disable license downloading, and po…

    …rt spiral-core over to the new format structure
    UnderMybrella committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    6abf0d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Configuration menu
    Copy the full SHA
    97a0024 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8266ad View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    24bc241 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    b6ed8a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    2408388 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ed79a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. Update TGA to use kornea-img, and finish implementing ExtractFilesCom…

    …mand and IdentifyCommand
    UnderMybrella committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    3d179c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Improve help details for existing commands

    UnderMybrella committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    f20c8e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Configuration menu
    Copy the full SHA
    add0107 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Configuration menu
    Copy the full SHA
    32cb983 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Fix lin and pak parsing/compiling

    Signed-off-by: Izzy <[email protected]>
    UnderMybrella committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    f118100 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Switch over from Format(Read|Write)Context to SpiralProperties, which…

    … allows greater control over what data can/should be present, and how to fill in data that is missing
    
    Signed-off-by: Izzy <[email protected]>
    UnderMybrella committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    8417433 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Configuration menu
    Copy the full SHA
    ec8457f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ac0be3 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Comments should also ignore leading whitespace

    Signed-off-by: Izzy <[email protected]>
    UnderMybrella committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    bb4875a View commit details
    Browse the repository at this point in the history
  2. Split the OSL format into OSB/OSL

    Signed-off-by: Izzy <[email protected]>
    UnderMybrella committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    957042d View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2020

  1. Add a default for hashcode and equals methods for ISpiralProperty.Pro…

    …pertyKey, and add WritableBridge formats
    
    Signed-off-by: Izzy <[email protected]>
    UnderMybrella committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    2a1703c View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Implement SHTX images

    Signed-off-by: Izzy <[email protected]>
    UnderMybrella committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    78e1f6b View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Support compiling folders to archives

    Signed-off-by: Izzy <[email protected]>
    UnderMybrella committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    deb8847 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. Update... everything

    Signed-off-by: Izzy <[email protected]>
    Izzy committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    26fea63 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    90b522e View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. Configuration menu
    Copy the full SHA
    5b07f94 View commit details
    Browse the repository at this point in the history
  2. spiral-gui isn't multiplatform (at the moment)

    Signed-off-by: Izzy <[email protected]>
    UnderMybrella committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    b0dd97b View commit details
    Browse the repository at this point in the history
  3. Move serialisation to base

    Signed-off-by: Izzy <[email protected]>
    UnderMybrella committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    e58f755 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    e6bb2ce View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. spiral-base updated and building

    Signed-off-by: Izzy <[email protected]>
    UnderMybrella committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    8d7aa30 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Configuration menu
    Copy the full SHA
    4f88b5f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. spiral-bst and spiral-core up and working

    Signed-off-by: Izzy <[email protected]>
    UnderMybrella committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    e1ea104 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Configuration menu
    Copy the full SHA
    2553809 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    396c3d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b595e2 View commit details
    Browse the repository at this point in the history
  4. Actually publish antlr-osl-java

    Signed-off-by: Izzy <[email protected]>
    UnderMybrella committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    aee3924 View commit details
    Browse the repository at this point in the history