-
Notifications
You must be signed in to change notification settings - Fork 33
Comparing changes
Open a pull request
base repository: VideojogosLusofona/OkapiKit
base: V1.15.0
head repository: VideojogosLusofona/OkapiKit
compare: main
- 20 commits
- 309 files changed
- 3 contributors
Commits on May 31, 2024
-
- Trigger will no longer throw an exception when an action is null
- Removed some GC from condition evaluation - Renamed 'Box' mode on camera follow to 'Camera Trap' - Added Exponential Decay camera mode, which is like Feedback Loop, but frame independent - Added function to convert a path to world/local space, plus the ability to do that in multiple objects at the same time
Configuration menu - View commit details
-
Copy full SHA for b3c10c0 - Browse repository at this point
Copy the full SHA b3c10c0View commit details -
- Else trigger on conditions and input will no longer throw an except…
…ion when an action is null[
Configuration menu - View commit details
-
Copy full SHA for c1e6f44 - Browse repository at this point
Copy the full SHA c1e6f44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53ffaf3 - Browse repository at this point
Copy the full SHA 53ffaf3View commit details
Commits on Jun 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for acb01ef - Browse repository at this point
Copy the full SHA acb01efView commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 37ea313 - Browse repository at this point
Copy the full SHA 37ea313View commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f71c510 - Browse repository at this point
Copy the full SHA f71c510View commit details
Commits on Nov 1, 2024
-
Still working on the grid system
Grid version os XY, follow and forward movement Animation support on Grid XY movement (needs to extend to normal XY movement) Added GridSystem and GridObject concepts, to allow for pushing, etc
Configuration menu - View commit details
-
Copy full SHA for 6082b22 - Browse repository at this point
Copy the full SHA 6082b22View commit details
Commits on Nov 2, 2024
-
Added a lot of quality of life improvements on path editor, including selecting it from the scene view (might cause some issues when you're trying to select other objects, though), adding points in the middle (with the + key on the numpad) and visual improvements
Configuration menu - View commit details
-
Copy full SHA for 94d5990 - Browse repository at this point
Copy the full SHA 94d5990View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5626a92 - Browse repository at this point
Copy the full SHA 5626a92View commit details -
Configuration menu - View commit details
-
Copy full SHA for f026d62 - Browse repository at this point
Copy the full SHA f026d62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d58183 - Browse repository at this point
Copy the full SHA 5d58183View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76f074a - Browse repository at this point
Copy the full SHA 76f074aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04093c6 - Browse repository at this point
Copy the full SHA 04093c6View commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 415cc1a - Browse repository at this point
Copy the full SHA 415cc1aView commit details
Commits on Nov 5, 2024
-
- SoundManager now returns the AudioSource that's playing
- Fixed issues with compilation for builds
Configuration menu - View commit details
-
Copy full SHA for 090cb2f - Browse repository at this point
Copy the full SHA 090cb2fView commit details
Commits on Dec 17, 2024
-
- DestroyObject action can now reference collider object
- Grid follow movement now doesn't keep moving when next to target position (and can't push) - With grid follow movement, object turns to the right direction even if it can't move that way - Grid object now has collision filtering options - events aren't triggered in these cases - Added Teleport action - Added grid events WasHit and WasPushed, that get triggered when an object is hit or pushed by another.
Configuration menu - View commit details
-
Copy full SHA for 3d27e74 - Browse repository at this point
Copy the full SHA 3d27e74View commit details
Commits on Dec 31, 2024
-
- Fixed issues with builds (auto-added using clauses that stopped com…
…pilation in release mode)
Configuration menu - View commit details
-
Copy full SHA for 985f7cb - Browse repository at this point
Copy the full SHA 985f7cbView commit details
Commits on Jan 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4482d1b - Browse repository at this point
Copy the full SHA 4482d1bView commit details
Commits on Feb 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9e77ee8 - Browse repository at this point
Copy the full SHA 9e77ee8View commit details
Commits on Feb 28, 2025
-
- Fixed issue with changing platformer movement properties with actio…
…ns (action ChangeMovementProperties) - Added current velocity change option on action ChangeRigidBody.
Configuration menu - View commit details
-
Copy full SHA for 5e79b50 - Browse repository at this point
Copy the full SHA 5e79b50View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff V1.15.0...main