This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test2
Watch
1
Star
0
Fork
0
You've already forked test2
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
3bf9bb3b13521c8bba4d559f308c5b2c04973df8
test2
/
source
/
blender
/
blenloader
History
Mitchell Stokes
3bf9bb3b13
BGE: Adding support for Bullet's collision masks. Each object now has a collision mask and a collision group. Object A and object B collide if object A's groups is in object B's mask and object B's group is in object A's mask. In other words, the group defines what the object is (collision wise) and the group defines what the object can collide with.
...
The majority of this patch was provided by Kupoman with some edits from me and heavy testing by z0r.
2012-10-30 15:44:16 +00:00
..
intern
BGE: Adding support for Bullet's collision masks. Each object now has a collision mask and a collision group. Object A and object B collide if object A's groups is in object B's mask and object B's group is in object A's mask. In other words, the group defines what the object is (collision wise) and the group defines what the object can collide with.
2012-10-30 15:44:16 +00:00
BLO_blend_defs.h
code cleanup: split out defines in BKE_utildefines.h into BLO_blend_defs.h and ui defines in interface_intern.h
2012-09-03 10:12:25 +00:00
BLO_readfile.h
quiet -Wmissing-prototypes warnings, and enable this warning by default for C with gcc.
2012-09-15 01:52:28 +00:00
BLO_runtime.h
unify include guard defines, __$FILENAME__
2012-02-17 18:59:41 +00:00
BLO_soundfile.h
unify include guard defines, __$FILENAME__
2012-02-17 18:59:41 +00:00
BLO_sys_types.h
code cleanup: header cleanup and remove some duplicate defines.
2012-05-12 20:39:39 +00:00
BLO_undofile.h
code cleanup: use const args for writing files.
2012-04-17 19:51:40 +00:00
BLO_writefile.h
code cleanup: use const args for writing files.
2012-04-17 19:51:40 +00:00
CMakeLists.txt
More UI messages fixes and tweaks, BKE_report<->BKE_reportf, and stuff to translate...
2012-10-19 16:43:10 +00:00
SConscript
More UI messages fixes and tweaks, BKE_report<->BKE_reportf, and stuff to translate...
2012-10-19 16:43:10 +00:00