-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed swimming in soil, added missing material types
- Loading branch information
1 parent
572aba2
commit fd85e3c
Showing
8 changed files
with
19 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,5 +56,3 @@ Data/ | |
# CScope, Ctags | ||
cscope.files | ||
tags | ||
|
||
|
Submodule SFML
updated
2 files
+14 −21 | src/SFML/Audio/SoundFileReaderFlac.cpp | |
+3 −2 | src/SFML/Audio/SoundFileReaderFlac.hpp |
Submodule bullet3
updated
26 files
Submodule glfw
updated
29 files
+1 −6 | README.md | |
+0 −4 | docs/build.dox | |
+0 −6 | docs/window.dox | |
+0 −11 | include/GLFW/glfw3.h | |
+2 −2 | src/CMakeLists.txt | |
+0 −1 | src/cocoa_init.m | |
+52 −63 | src/cocoa_monitor.m | |
+3 −6 | src/cocoa_platform.h | |
+3 −9 | src/cocoa_window.m | |
+1 −1 | src/egl_context.c | |
+0 −4 | src/egl_context.h | |
+1 −0 | src/init.c | |
+16 −7 | src/internal.h | |
+0 −1 | src/mir_init.c | |
+26 −20 | src/mir_monitor.c | |
+60 −26 | src/monitor.c | |
+12 −0 | src/osmesa_monitor.c | |
+0 −1 | src/win32_init.c | |
+75 −106 | src/win32_monitor.c | |
+0 −1 | src/win32_platform.h | |
+1 −1 | src/win32_window.c | |
+0 −3 | src/window.c | |
+3 −0 | src/wl_init.c | |
+109 −25 | src/wl_monitor.c | |
+13 −2 | src/wl_platform.h | |
+0 −1 | src/x11_init.c | |
+113 −124 | src/x11_monitor.c | |
+0 −1 | src/x11_platform.h | |
+1 −1 | src/x11_window.c |
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