rdb
|
29871ed63a
|
fix crash on android
|
2013-01-13 14:49:30 +00:00 |
David Rose
|
3af8da3bcd
|
loader.saveModel(), EggToObjConverter, etc.
|
2012-12-20 00:09:14 +00:00 |
rdb
|
8c83ab08f4
|
Add get_tag_keys / get_python_tag_keys (based on patch by Josh Enes)
|
2012-12-02 12:21:17 +00:00 |
rdb
|
19cb1e5230
|
Commit Camera::set_lod_scale patch by Josh Enes
|
2012-10-19 15:25:48 +00:00 |
David Rose
|
1bd2db3b20
|
minor refcounting issue
|
2012-06-22 00:30:12 +00:00 |
David Rose
|
fcbf66df25
|
tag some more methods BLOCKING
|
2012-03-27 14:31:11 +00:00 |
David Rose
|
9a93914d58
|
properly support a different coordinate system per camera (or lens)
|
2012-03-14 20:51:58 +00:00 |
David Rose
|
c9f9eba3fc
|
fix relative dependent filenames in bam cache
|
2012-03-02 14:06:16 +00:00 |
David Rose
|
ec81b415a5
|
implement cache-check-timestamps for models
|
2012-02-26 03:02:57 +00:00 |
David Rose
|
ce0ad5dde8
|
work-in-progress: cache-check-timestamps
|
2012-02-25 02:28:41 +00:00 |
David Rose
|
3a75ebde9a
|
DepthOffsetAttrib::min_value, max_value
|
2012-02-17 19:11:22 +00:00 |
David Rose
|
2c7d493513
|
NodePath::set_tex_projector(..., lens_index)
|
2012-02-14 02:40:51 +00:00 |
David Rose
|
d34c964e53
|
UnionBoundingVolume, IntersectionBoundingVolume, Camera::set_cull_bounds()
|
2012-02-09 21:55:31 +00:00 |
David Rose
|
c67fb27206
|
support subclassing CollisionNode properly
|
2012-01-31 23:45:55 +00:00 |
David Rose
|
95db6ebaca
|
GeomVertexFormat::maybe_align_columns_for_animation()
|
2011-12-19 23:52:06 +00:00 |
David Rose
|
1a4f42706b
|
remove a few epvectors
|
2011-12-19 18:16:30 +00:00 |
David Rose
|
42e8f806f1
|
leave lvecbase2/3 and lmatrix3 unaligned; it's so much cleaner
|
2011-12-19 14:17:26 +00:00 |
David Rose
|
c5c21a566a
|
UnalignedLVecBase etc, remove lerp etc, moving towards Eigen on win32
|
2011-12-18 16:30:31 +00:00 |
David Rose
|
dfe16c64f6
|
rename all Panda-built libraries to begin with libp3 or libpanda
|
2011-12-06 02:39:21 +00:00 |
David Rose
|
39b32376bb
|
move a few more PStatCollectors out of local statics
|
2011-11-19 00:11:43 +00:00 |
David Rose
|
b8497a0478
|
fix deadlock with reset_prev_transform()
|
2011-11-17 19:20:38 +00:00 |
David Rose
|
2a3ad0d4e5
|
Add RenderState::get_auto_shader_state()
|
2011-11-07 00:08:04 +00:00 |
David Rose
|
83b87652f8
|
fix prepare_scene() to prepare vertex buffers as well as textures
|
2011-11-05 17:58:28 +00:00 |
David Rose
|
8ebd82fbcc
|
support cross-compatibility of 32-bit and 64-bit bam files
|
2011-10-31 22:24:35 +00:00 |
David Rose
|
8dc21c8cae
|
fix hashmap crash
|
2011-10-30 21:45:12 +00:00 |
David Rose
|
be85a6ada1
|
fix crash with threaded setPythonTag()
|
2011-10-26 20:01:16 +00:00 |
David Rose
|
134e9a9e92
|
dual names for interrogate
|
2011-10-11 00:45:51 +00:00 |
David Rose
|
501470169f
|
stdfloat_double
|
2011-10-10 05:25:10 +00:00 |
David Rose
|
9e22c72bf3
|
finally, pipelined textures
|
2011-10-08 21:04:05 +00:00 |
Chris Brunner
|
dd6c64e285
|
2010
|
2011-09-29 00:24:28 +00:00 |
David Rose
|
c7adc6246f
|
build on msvs2010
|
2011-09-28 23:56:59 +00:00 |
David Rose
|
5588210e22
|
set some config variables to suitable defaults for threading
|
2011-09-28 19:52:58 +00:00 |
David Rose
|
5496c4a9ec
|
more writable vfs stuff
|
2011-09-27 16:10:19 +00:00 |
David Rose
|
6064045aa3
|
fix an assertion failure at shutdown
|
2011-09-09 01:17:35 +00:00 |
David Rose
|
00a87f7c44
|
fix a bit more type inheritance issues
|
2011-09-09 00:52:17 +00:00 |
David Rose
|
0687324183
|
fix memory leak
|
2011-09-09 00:14:17 +00:00 |
David Rose
|
369f93951f
|
fix a memory leak in the garbage-collect-states case
|
2011-09-08 15:02:34 +00:00 |
David Rose
|
007b7d3f9e
|
tracking down memory leaks
|
2011-09-08 02:28:14 +00:00 |
David Rose
|
e552c230a0
|
further debugging in TransformState (and one important bugfix)
|
2011-09-07 23:44:36 +00:00 |
David Rose
|
59ec701a26
|
build once more with the Tau profiler
|
2011-09-06 17:29:30 +00:00 |
David Rose
|
37bdfa9815
|
typo
|
2011-09-06 03:15:49 +00:00 |
David Rose
|
3ed8632a68
|
further bugfixes
|
2011-09-05 23:53:19 +00:00 |
David Rose
|
229cf67ae5
|
Finishing migration of RenderState and RenderAttrib to SimpleHashMap and garbage_collect() models, working towards threaded pipelining
|
2011-09-04 15:47:45 +00:00 |
David Rose
|
220ba658a0
|
new, experimental TransformState seems to work better for multithreading
|
2011-09-04 02:52:41 +00:00 |
David Rose
|
c3d8f81581
|
progress on multithreaded Panda
|
2011-09-04 00:11:57 +00:00 |
David Rose
|
0cf03bc158
|
untabify
|
2011-06-29 22:09:10 +00:00 |
David Rose
|
285d70c29e
|
support caching movie files in the model-cache-dir and in a txo file
|
2011-06-29 20:33:34 +00:00 |
David Rose
|
87ebb4f32c
|
fix GeomVertexRewriter::set_row() problem with empty data; add GeomVertexReader/Writer::set_row_unsafe(); fix some compiler warnings
|
2011-06-17 18:57:04 +00:00 |
rdb
|
ee03d5c45d
|
fix compile warning
|
2011-06-03 09:56:10 +00:00 |
rdb
|
3b07f3a2b4
|
fix annoying compiler warning
|
2011-06-03 09:15:25 +00:00 |