David Rose
|
a38de91fbd
|
PfmFile::set_no_data_nan() and related methods
|
2013-05-03 18:05:05 +00:00 |
|
David Rose
|
1885ccdb97
|
PfmVizzer::set_keep_beyond_lens(), and some bugfixes
|
2013-05-02 23:17:00 +00:00 |
|
enn0x
|
468ddb3528
|
Fix which allows setting scale on a Bullet rigid body before any shape is added.
|
2013-05-01 21:15:43 +00:00 |
|
enn0x
|
4a8e14bfbd
|
Fix for repeatedly scaling shapes.
|
2013-05-01 21:00:47 +00:00 |
|
enn0x
|
5249e8ba4b
|
Tiny cleanup with Bullet/SceneGraph sync.
|
2013-05-01 20:28:23 +00:00 |
|
enn0x
|
0f22583ba5
|
Fixed buggy scaling for multi-shape bodies.
|
2013-05-01 20:18:23 +00:00 |
|
rdb
|
61a95917a8
|
fix copy&paste error
|
2013-04-30 19:18:30 +00:00 |
|
rdb
|
45a71c280f
|
Add get_cvs and get_knots
|
2013-04-25 17:44:03 +00:00 |
|
David Rose
|
5d2b7bc5ea
|
fix some minor bugs in PfmFile::resize(), add config variable quality controls
|
2013-04-20 00:43:24 +00:00 |
|
David Rose
|
cbb55d02e6
|
minor fix to PfmVizzer::project()
|
2013-04-19 21:09:30 +00:00 |
|
David Rose
|
335c80f8ac
|
fix bug in GeomVertexData::unclean_set_format()
|
2013-04-18 23:45:10 +00:00 |
|
David Rose
|
5f85e58acd
|
minor bugfix
|
2013-04-18 00:37:57 +00:00 |
|
David Rose
|
0e41e68d31
|
fix PfmFile::reverse_distort()
|
2013-04-15 23:35:13 +00:00 |
|
rdb
|
c4d303fde6
|
gcc -print-search-dirs does not list /usr/local/lib
|
2013-04-13 15:39:08 +00:00 |
|
enn0x
|
1a81d09078
|
Added missing export defs for some Bullet classes.
|
2013-04-13 07:07:39 +00:00 |
|
rdb
|
790907aee0
|
oops fix
|
2013-04-12 18:51:01 +00:00 |
|
rdb
|
78d3b4095b
|
Implement a better solution for the multilib problem.
|
2013-04-12 15:22:37 +00:00 |
|
rdb
|
1c74e7f7bf
|
pick up ode-config include fix on head
|
2013-04-12 15:10:00 +00:00 |
|
David Rose
|
c32becb2a1
|
rename_to() and copy_to() are heavy operations and should be BLOCKING
|
2013-04-12 03:36:49 +00:00 |
|
David Rose
|
56afff435c
|
small pfm fixes
|
2013-04-12 01:10:39 +00:00 |
|
David Rose
|
a99e543f05
|
wip: PfmFile::calc_bilinear_point()
|
2013-04-11 17:24:32 +00:00 |
|
David Rose
|
a515048908
|
add undist_lut to ProjectionScreen, PfmVizzer
|
2013-04-11 14:41:46 +00:00 |
|
David Rose
|
abf29fa3fe
|
fix static text in y-up (or other non-default) coordinate system
|
2013-04-10 21:33:01 +00:00 |
|
David Rose
|
c8f2dfe40f
|
some missing libraries for osx
|
2013-04-09 17:51:14 +00:00 |
|
David Rose
|
d3a295623e
|
Lens::set_custom_film_mat()
|
2013-04-09 01:38:22 +00:00 |
|
enn0x
|
830fbcde1f
|
Fixed copy&past error in Bullet spherical constraint (detected by consultit).
|
2013-04-07 12:14:46 +00:00 |
|
rdb
|
1d25aefd0b
|
Slight performance enhancement under OpenGL ES 2
|
2013-04-06 23:11:45 +00:00 |
|
David Rose
|
4f50f8de90
|
PfmVizzer::make_vis_mesh_geom() should not try to add points behind the lens
|
2013-04-06 01:12:31 +00:00 |
|
enn0x
|
0a09dad23a
|
Alternate CTOR for BulletHingeConstraint
|
2013-04-04 20:30:10 +00:00 |
|
rdb
|
f42eb3164c
|
debug output thirdparty directory
|
2013-04-02 12:19:01 +00:00 |
|
rdb
|
b1d397a58a
|
regenerate the file to avoid future confusion
|
2013-04-01 21:50:40 +00:00 |
|
enn0x
|
8deb2f40b1
|
Name of Python init function should match library filename.
|
2013-04-01 16:58:58 +00:00 |
|
rdb
|
ab709b528b
|
fix GL_BGRA error
|
2013-03-28 23:24:11 +00:00 |
|
rdb
|
fbc37338e4
|
fix compilation issues
|
2013-03-28 22:58:41 +00:00 |
|
enn0x
|
0dd50f1d5a
|
Add warning for unsupported collision solid 'box' when saving to egg file (same as for 'sphere' etc.)
|
2013-03-28 22:05:14 +00:00 |
|
enn0x
|
a6bdde5f26
|
Load CollisionBox from egg files
|
2013-03-28 21:04:03 +00:00 |
|
rdb
|
c4c97c3571
|
fix GL_BGRA error on gles 2
|
2013-03-28 15:41:25 +00:00 |
|
David Rose
|
a27908a7e8
|
restore implicit coercion of Python objects into CPTA
|
2013-03-27 19:40:47 +00:00 |
|
David Rose
|
e36dee223a
|
minor debug aids
|
2013-03-27 16:51:09 +00:00 |
|
rdb
|
40cddd6280
|
Fixes for Python 3.2
|
2013-03-27 15:48:24 +00:00 |
|
enn0x
|
6bb5fdc5e0
|
Support for Bullet v2.81
|
2013-03-26 09:35:30 +00:00 |
|
David Rose
|
5178fb9523
|
fix problem with infinite recursion on coercion within constructors
|
2013-03-25 15:15:08 +00:00 |
|
enn0x
|
9946d7803a
|
Bullet KCC: amended deg_to_rad in transform_changed.
|
2013-03-25 01:52:17 +00:00 |
|
David Rose
|
c50dcd9195
|
get_mac_address()
|
2013-03-22 21:36:40 +00:00 |
|
rdb
|
0a167d9bfb
|
performance improvement for panda3d module
|
2013-03-21 22:11:05 +00:00 |
|
David Rose
|
bb6f151ea7
|
fix crash with transform-cache 0
|
2013-03-15 14:27:28 +00:00 |
|
David Rose
|
517ab5d56f
|
properly filter disconnected interfaces on win32
|
2013-03-14 18:59:53 +00:00 |
|
David Rose
|
f229da5468
|
build on Cg versions prior to 2.2
|
2013-03-14 18:57:07 +00:00 |
|
David Rose
|
ac9def42f6
|
stupid win32 namespace collision
|
2013-03-14 17:15:33 +00:00 |
|
David Rose
|
4936cd71c7
|
stupid typo
|
2013-03-14 16:37:19 +00:00 |
|