Skip to content
Success

Changes

Summary

  1. No point of updating the status outside the loading screen (commit: 33e6b05) (details)
  2. Add & operator: insert only if it doesn't already exist (commit: 15a6347) (details)
  3. Make the game always load in background (commit: 95c333b) (details)
  4. Fix the insert NODE at position that blowfish found (commit: c8ccaa7) (details)
  5. Fix nested node constraints only checking the first set (commit: cc7f0a6) (details)
  6. Test for HAS (commit: c831bc7) (details)
  7. v2.6.23 (commit: 428dc48) (details)
Commit 33e6b05b12d375c053d4f9b6a05cc951518bc30c by sarbian
No point of updating the status outside the loading screen
(commit: 33e6b05)
The file was modified moduleManager.cs (diff)
Commit 15a63479e359370bcf268e3b1a107fe19fe2327e by blowfishpro
Add & operator: insert only if it doesn't already exist
Doesn't work with root nodes right now, same as insert (%)
(commit: 15a6347)
The file was addedTests/NodeCreate.cfg
The file was addedTests/ValueCreate.cfg
The file was modified moduleManager.cs (diff)
Commit 95c333b705f8348392fc22dcdb6d1f10d156eaf4 by sarbian
Make the game always load in background
(commit: 95c333b)
The file was modified moduleManager.cs (diff)
Commit c8ccaa7ace2bbc774aa1d9e7fe407c336f6e7298 by sarbian
Fix the insert NODE at position that blowfish found
(commit: c8ccaa7)
The file was modified moduleManager.cs (diff)
Commit cc7f0a697e97f0969e90715e11f8aead2fb7346f by sarbian
Fix nested node constraints only checking the first set
(commit: cc7f0a6)
The file was modified moduleManager.cs (diff)
The file was addedTests/NodeHas.cfg
The file was modified Properties/AssemblyInfo.cs (diff)