-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add utility crate for some containers and basic collision handling. - Add audio crate with background music, sound effects and spatial, ambient sound effects. - Re-Use collision code between frustum culling and audio engine. - Improve performance of frustum culling. - Use global thread pool for rayon (so that we can re-use the thread pool with other creates). - Make game file loader sync (easier to share). - Update some dependencies. - Remove some unused code.
- Loading branch information
1 parent
f68515a
commit 006167b
Showing
88 changed files
with
5,533 additions
and
653 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ korangar/data.grf | |
korangar/rdata.grf | ||
korangar/lua_files/ | ||
korangar/lua_files.grf | ||
korangar/[Bb][Gg][Mm]/ |
Oops, something went wrong.