Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small updates/fixes for 2.8.2 #29

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
b39fbdc
remove debug output on shape destroy
aknoerig Mar 25, 2015
9f8e9c1
shape creation overload with collision filter
aknoerig Mar 25, 2015
09c729a
custom shape creation overload with collision filter
aknoerig Mar 25, 2015
453294b
fix conflict with mouse events
aknoerig Mar 25, 2015
6828660
update vs example project settings for 2.8.2
aknoerig Mar 25, 2015
9b5d2e5
more updated vs example project settings for 2.8.2
aknoerig Mar 25, 2015
fd78f09
Empty Example for 009
NickHardeman Sep 12, 2015
e264d30
ignore shared space in xcode
NickHardeman Sep 12, 2015
6a1b9cc
update cloth example to 009
NickHardeman Sep 12, 2015
3ef922e
remove deprecated draw calls
NickHardeman Sep 12, 2015
73927ce
new bullet 2.83.6 libs
NickHardeman Sep 12, 2015
ab1d555
clean up only libs that have been built
NickHardeman Sep 12, 2015
515f768
update project files for 009
NickHardeman Sep 12, 2015
f60e687
fix for of to bullet quaternions
NickHardeman Sep 12, 2015
2b82fcd
rotation exampls
NickHardeman Sep 12, 2015
dfb44f0
up
NickHardeman Sep 12, 2015
3578010
ios libs
NickHardeman Sep 12, 2015
4ec2811
clean up extra libs
NickHardeman Sep 12, 2015
d0c77a8
osx libs
NickHardeman Sep 14, 2015
4ef25d4
extra util
NickHardeman Sep 14, 2015
cf9b80a
remove ds store
NickHardeman Sep 14, 2015
7a2e6e7
remove ds store
NickHardeman Sep 14, 2015
c2420e2
fix for bug in new libs to remove collision object
NickHardeman Sep 14, 2015
0ffc864
fix for deleting user data
NickHardeman Sep 14, 2015
a16599c
simpler call for updating mesh shape
NickHardeman Sep 14, 2015
8176ff6
batching of lines for debug drawing, much faster
NickHardeman Sep 16, 2015
2dbc839
proper call of remove function so that it happens in appropriate rigi…
NickHardeman Sep 16, 2015
a0051e3
collision event batching
NickHardeman Sep 16, 2015
7f2d54c
Merge remote-tracking branch 'refs/remotes/NickHardeman/master'
aknoerig Oct 21, 2015
8d6dea6
Merge remote-tracking branch 'refs/remotes/NickHardeman/develop-009'
aknoerig Oct 21, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ build/
!data/
xcuserdata/
project.xcworkspace/
xcshareddata/

ipch/
*.suo
Expand Down
Loading