Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thmsndk/Screeps3D
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.12
Choose a base ref
...
head repository: thmsndk/Screeps3D
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 10 commits
  • 87 files changed
  • 2 contributors

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    87c7551 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eaec26 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. bring swamps back (#247)

    * generate terrain when generating walls, fix material, removed unused stuff
    
    walls and terrain go -0.6f deep, added slight variation on terrain-height (-0.01 to 0.02)
    
    * supporting code
    Gadjung authored Aug 30, 2021
    Configuration menu
    Copy the full SHA
    df05752 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Feature/store view (#248)

    * 1st pass on colored storage
    
    * forgotten store change
    
    * some progress with store texturing
    
    * fixed StoreShader, fixed powerSpawn energy animation
    
    * creep utilizes StoreMaterial and texture generation
    
    * fixed labs displaying energy in resource tank, added particle effect, fixed cooldown, renameand refactor methods so it can be used in more places
    
    * all should be done
    Gadjung authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    eb91326 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. Feature/store view (#249) - memory leak fix

    * [fix] fixed leaking textures by redrawing in place instead of creating new object, optimized energy texture to reuse a sngle one instead of generating one per object
    
    * removed comments and dead code
    Gadjung authored Oct 3, 2021
    Configuration menu
    Copy the full SHA
    b5d9a69 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Feature/roominfowidget (#251)

    * Initial info widget experimentation
    
    * use poolloader to instantiate RoomInfoPlayerWidget
    
    * Removed a null reference from CreepView, _creep._storeTexture should probably be destroyed before _creep is null.
    thmsndk authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    f1fa1bf View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. v0.0.13

    thmsndk committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    37615f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Configuration menu
    Copy the full SHA
    12ba199 View commit details
    Browse the repository at this point in the history
  2. unsubscribe when room info widget is destroyed to potentially fix som…

    …e odd null references
    thmsndk committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    536f12a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Misc null reference checks, and attempt at debugging crash issues, I …

    …don't exactly remember what I was doing here, many many months ago.
    thmsndk committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    0979062 View commit details
    Browse the repository at this point in the history
Loading