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

Update to world events #5114

Merged

Commits on Sep 24, 2022

  1. Update to world events

    Removes world load/unload/init/save from simpleevents
    Adds a save world effect
    Fusezion committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    0fe7372 View commit details
    Browse the repository at this point in the history
  2. Added unload world effect

    Fusezion committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    29404c3 View commit details
    Browse the repository at this point in the history
  3. Removed world from effects

    Fusezion committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    692c909 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Apply suggestions from code review

    This will be the first batch, anything not updated I'll edit manually on my end
    
    Co-authored-by: LimeGlass <[email protected]>
    Fusezion and TheLimeGlass authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    481be81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    375117c View commit details
    Browse the repository at this point in the history
  3. Requested changes

    Finished off the requested changes that weren't merged with first batch along with switch some other things around
    Fusezion committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    b75f1bb View commit details
    Browse the repository at this point in the history
  4. Update EffWorldUnload.java

    Missed a requested change
    Fusezion committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    6c90aaf View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. Requested changes

    Fusezion committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    c270768 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Hopefully final touches to this

    Some requested changes
    Syntax change for EffUnloadWorld
    Changed from World[] to Literal<World>
    Fusezion committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    0ae6991 View commit details
    Browse the repository at this point in the history
  2. Requested change

    Co-authored-by: LimeGlass <[email protected]>
    Fusezion and TheLimeGlass authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    0b045a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c9bd6c View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. EvtWorld - Request and Changes

    Combined all world events into a single file, "EvtWorld"
    Did the requested changes for both effects
    Added a warning about possibly freezing a server with the save effect
    
    Co-Authored-By: Patrick Miller <[email protected]>
    Fusezion and APickledWalrus committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    431823f View commit details
    Browse the repository at this point in the history
  2. Changes

    Removed some commented out code
    Fixed a spelling mistake or two
    Removed accidental * import
    Fusezion committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    6266bd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f103ba View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Ayham Al Ali <[email protected]>
    Fusezion and AyhamAl-Ali authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    369303a View commit details
    Browse the repository at this point in the history
  5. Fixed mistakes in EffWorldUnload examples

    Co-Authored-By: Ayham Al Ali <[email protected]>
    Fusezion and AyhamAl-Ali committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    121819e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b155c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30d2040 View commit details
    Browse the repository at this point in the history
  8. Apply requested changes

    Co-Authored-By: LimeGlass <[email protected]>
    Fusezion and TheLimeGlass committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    013039a View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    53fa92f View commit details
    Browse the repository at this point in the history
  2. Addressed requested change

    Co-Authored-By: LimeGlass <[email protected]>
    Fusezion and TheLimeGlass committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    e8e064a View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

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

Commits on Mar 30, 2023

  1. Update aliases I guess?

    Fusezion committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    a437ca9 View commit details
    Browse the repository at this point in the history
  2. Revert "Update aliases I guess?"

    This reverts commit a437ca9.
    Fusezion committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    296a944 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f861b8 View commit details
    Browse the repository at this point in the history
  4. After 2 months of abandonment

    🙏 Please don't have the last push break something unintended
    ✨ Added load world effect
    ✨ Changed bits and bits around
    Fusezion committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    6030c34 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Apply formatting suggestions from review

    Co-authored-by: LimeGlass <[email protected]>
    Fusezion and TheLimeGlass authored Apr 15, 2023
    Configuration menu
    Copy the full SHA
    3bd03f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

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

Commits on Jul 12, 2023

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

Commits on Aug 8, 2023

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

Commits on Dec 31, 2023

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

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    56872e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5710086 View commit details
    Browse the repository at this point in the history
  3. Update EvtWorld

    - Removed 'getAnd'
    - Removed plurality
    Fusezion committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    77769c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e2f37d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00575e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d03788 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ecb6d21 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2fa67ea View commit details
    Browse the repository at this point in the history
  9. Ease the concerns of pickle with some cucumbers

    Address his desired reviews
    
    Co-authored-by: Patrick Miller <[email protected]>
    Fusezion and APickledWalrus authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    2189543 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c3aaa7a View commit details
    Browse the repository at this point in the history