18000 Commits

Author SHA1 Message Date
David Rose
a364532e15 USE_MT mistake 2010-06-15 18:28:27 +00:00
David Rose
6532984ea6 even better fix: allow callback to save OdeGeom pointers 2010-06-15 17:39:47 +00:00
David Rose
5823ecc588 fix crash 2010-06-15 17:01:44 +00:00
David Rose
66f1b450b8 insist on 32-bit integers in binary stream 2010-06-15 16:55:01 +00:00
David Rose
f618550cfa use PandaSystem rather than PANDA_PACKAGE_HOST_URL 2010-06-15 16:45:14 +00:00
David Rose
ecf55f8955 Py_XDECREF? 2010-06-15 00:45:29 +00:00
Chris Brunner
ba1eb890e2 adding explicit cast for st_window_proc 2010-06-14 21:42:42 +00:00
David Rose
cff2eb6052 Py_DECREF 2010-06-14 17:33:43 +00:00
David Rose
aa76a9f59d support class method versions of MAKE_SEQ 2010-06-13 22:03:46 +00:00
David Rose
94eeacbbe2 display cubes for a cube map or 3-d texture 2010-06-12 21:09:22 +00:00
David Rose
02a740c143 fix cube maps in conjunection with 'preload-textures 0' and model-cache-dir 2010-06-12 21:08:13 +00:00
Darren Ranalli
e3b3ab1bbe default functor creation stack recording off, it's slow 2010-06-12 10:16:28 +00:00
David Rose
0d8b31f9a4 make local_dev a runtime default, not a compiled default 2010-06-11 22:36:54 +00:00
David Rose
3a5d9bd327 show download progress as a fraction of the total progress, including stuff downloaded previously 2010-06-11 22:22:25 +00:00
David Rose
44df8cc6a6 HAVE_P3D_RTDIST, allow development without PANDA_PACKAGE_HOST_URL 2010-06-11 19:04:47 +00:00
David Rose
54dd2108d5 HAVE_P3D_RTDIST 2010-06-11 19:03:37 +00:00
Bei Yang
626cb5966a Added a windows OpenGL implementation of finish frame and begin finish. This allows for frame flip syncronization across multiple machines. This is a change made by WDI to aid cave rendering 2010-06-11 16:43:53 +00:00
Gyedo Jeon
1edd26540b Made vertices transformed properly 2010-06-11 00:59:15 +00:00
David Rose
547b3abea9 contents seq, package seq 2010-06-10 23:53:07 +00:00
David Rose
7e27a2a317 bugfix 2010-06-10 20:55:10 +00:00
Dustin Barnard
ae97619631 Added support for syncing in cluster. Should not effect anyone else. 2010-06-10 16:59:34 +00:00
David Rose
5b4d31c9e6 better return value for uninstall() 2010-06-10 00:30:50 +00:00
David Rose
1b02e24408 more max_age stuff 2010-06-09 23:19:49 +00:00
David Rose
f451da1f34 max_age 2010-06-09 00:58:48 +00:00
David Rose
c80eba7088 minor crashfix 2010-06-09 00:58:19 +00:00
David Rose
60b3920388 fix interrogate issue 2010-06-09 00:45:42 +00:00
David Rose
0b80f17c68 contents.xml max_age; internal cache busting 2010-06-08 23:56:04 +00:00
David Rose
9d14c7867b allow far plane to go further out 2010-06-08 22:49:44 +00:00
Ken Patel
864f8c4f08 BpDb - fix for call=True when bpdb is disabled 2010-06-07 23:05:09 +00:00
rdb
5cbb505e00 Heh heh... look at that... what was that ampersand doing there? 2010-06-07 11:58:02 +00:00
Abhishek Nath
752b75b733 When the audio manager isn't active we don't bother calculating the 3d audio 2010-06-05 02:07:44 +00:00
Darren Ranalli
5da54c6164 u2ascii: handle unicode and non-unicode strings 2010-06-05 01:34:04 +00:00
Darren Ranalli
b539af35b7 utf-8 support for TT code redemption 2010-06-05 01:17:24 +00:00
Gyedo Jeon
0298cb57ff Added PROP_UI_TIME property type 2010-06-05 00:38:43 +00:00
David Rose
35bbcb1500 SUPPORT_IMMEDIATE_MODE should be defer, not define 2010-06-04 21:12:41 +00:00
rdb
80dba4efd6 Preventive fixes for some unlikely memory issues 2010-06-04 08:05:49 +00:00
David Rose
cd3dfe6911 preserve PATH 2010-06-03 20:57:57 +00:00
Abhishek Nath
135b484657 Add missing libarary import and add a function to cleanup properly 2010-06-03 03:01:45 +00:00
Chris Brunner
cd33f54950 win64 support 2010-06-02 19:13:31 +00:00
Gyedo Jeon
ccee14a50b Fixed a bug in flatten function definition 2010-06-01 20:52:57 +00:00
Chris Brunner
e0876b9eae forgot a few more flags 2010-06-01 16:14:34 +00:00
David Rose
bc0529fce2 fix bug with set_subdata 2010-05-31 18:51:42 +00:00
rdb
d73fd17eac Various improvements, most notably that --installer now supports creating FreeBSD packages. Also, default install path for installpanda.py is now /usr/local 2010-05-30 19:11:29 +00:00
rdb
1eb6bf3d42 Add missing include (to fix compile error on FreeBSD) 2010-05-30 15:59:57 +00:00
rdb
87de7c16be Restore this file 2010-05-30 09:54:36 +00:00
David Rose
37d7b762d8 I don't think we want p3dpython unless HAVE_P3D_PLUGIN is defined 2010-05-29 22:03:41 +00:00
David Rose
23208e494c protect against undefined symbol 2010-05-29 18:49:48 +00:00
David Rose
edd9d59c0e protect against undefined symbol 2010-05-29 18:47:45 +00:00
David Rose
cde8a0bf38 PTHREAD_MUTEX_NORMAL -> PTHREAD_MUTEX_DEFAULT 2010-05-29 16:50:58 +00:00
Chris Brunner
c87f384a40 fixes for 32 and 64-bit builds both being able to build 2010-05-28 23:22:43 +00:00