rdb
f29c4681e1
Fix broken Python 3 support.
2013-12-17 17:42:16 +00:00
rdb
634c3c5a0a
Stubs for Python 3 functions
2013-12-17 15:03:30 +00:00
rdb
d71923b36e
Add interrogate macros, add p3express/p3downloader/p3dtoolconfig, fixes for pre-2.8.11
2013-12-16 22:20:46 +01:00
rdb
7ea0d099e9
More progress on Config.cmake, fix bison, add BUILD_DTOOL/BUILD_PANDA to toggle trees.
2013-12-16 20:33:20 +01:00
rdb
57c9b1ae64
Add composite_sources, add bison macro, emulate CMAKE_CURRENT_DIR_IN_INTERFACE in pre-2.8.11
2013-12-16 17:21:11 +01:00
rdb
b002c8299a
Work on Config.cmake (add documentation and such)
2013-12-14 17:28:51 +01:00
rdb
39bea67211
Split automated compiler settings into LocalSetup.cmake. Rename Version.cmake into PandaVersion.cmake.
2013-12-14 14:51:36 +01:00
rdb
7a66d4ea2f
Fix issues with version, copy over documentation for version vars.
2013-12-14 12:08:30 +01:00
kestred
81e4f87420
CMake: Don't smash CMAKE flags when using posix threads.
2013-12-13 11:06:08 -07:00
kestred
5c85d29d27
CMake: Configure: Cherry-pick more documentation and misc config vars from cmake-rdb branch.
2013-12-13 11:02:37 -07:00
kestred
abb19ae689
CMake: Filch some local system config vars from cmake-rdb branch, and misc cleanup.
2013-12-13 10:42:33 -07:00
kestred
90e48a9b7d
CMake: Improve documentation for cached Version variables. Add more version variables to cache.
2013-12-13 10:03:00 -07:00
kestred
fdcd21ad4c
CMake: Rearrange CMake flow so that Version, Package, and Config information is available at the top level. Remove complexity from subpackages where possible.
2013-12-13 14:06:36 -07:00
kestred
905f0a8c55
CMake: Start cleaning up configuration variables.
2013-12-13 13:32:23 -07:00
kestred
826979c099
CMake: Configure: Finish cleaning up finding packages.
2013-12-13 13:32:04 -07:00
kestred
c7b514bc75
CMake: Configure: Begin conversion to standard CMake find package syntax.
2013-12-13 03:27:52 -07:00
rdb
a8cde9f6f1
Use a custom target for bison as the built-in one is ill-equipped for our purposes. Also, add pandabase.
2013-12-13 16:35:16 +01:00
rdb
b0e3949544
Get rid of HAVE_GETTIMEOFDAY
2013-12-13 14:24:17 +01:00
rdb
abec123074
Merge branch 'master' of ssh://github.com/kestred/panda3d into cmake
2013-12-13 14:19:28 +01:00
kestred
d1572173d3
CMake: Configure: Add XYZZY_LIBRARY(IES) variable declarations for Find packages. Other cleanup and reorginizaion.
2013-12-12 12:30:42 -07:00
kestred
4fa31ee4d6
CMake: Use option() instead of set(CACHE)
2013-12-12 10:24:39 -07:00
rdb
b4714bcdf1
no place in the source uses HAVE_GETTIMEOFDAY, and it conflicts with Python, so let's simply not define it
2013-12-12 17:20:14 +00:00
kestred
ca041ae6d5
CMake: Configure: Use BUILD_<FEATURE> for CMake cache when configuring Panda features.
2013-12-11 11:19:58 -07:00
kestred
bd5ade1fb7
CMake: Configure: Add missing CMake variable for freetype.
2013-12-11 11:03:43 -07:00
kestred
ee06025d43
CMake: Configure: Add Freetype support.
2013-12-11 11:00:43 -07:00
kestred
150624b27d
Add GTK2 support.
2013-12-11 10:53:39 -07:00
kestred
a6162615d7
CMake: Configure: Add forgotten Mangle module.
2013-12-09 22:25:30 -07:00
kestred
aaff5b9c4f
CMake: Configure: Add OpenAL support. Typo fix in CMake README.md.
2013-12-09 12:22:54 -07:00
kestred
4ac2363673
CMake: Configure: Add a "DISCOVERED" option to configure.
2013-12-09 11:40:25 -07:00
kestred
55089fda95
CMake: Configure: Add FMOD Ex support.
2013-12-09 03:30:49 -07:00
kestred
9790c6f504
CMake: Configure: Nominally support Miles Sound System. Can't actually test it, because I don't own it.
2013-12-09 02:23:44 -07:00
kestred
6d8ba55bed
CMake: Configure: Add zlib support.
2013-12-09 02:02:56 -07:00
kestred
054cafeac8
CMake: Configure: Add threading support.
2013-12-09 01:10:36 -07:00
kestred
eb947cc15a
CMake: Configure: Cleanup the packages which haven't been implemented yet, and other config settings.
2013-12-09 00:44:59 -07:00
kestred
693f7b39cf
CMake: Configure: Add option to enable or disable all packages.
2013-12-09 00:11:39 -07:00
kestred
90e4926b94
CMake: Configure: Support VRPN.
2013-12-08 23:17:24 -07:00
kestred
6fe7b59801
CMake: Configure: Add cross-platform (openGL) Nvidia Cg support.
2013-12-08 20:59:17 -07:00
kestred
d03d5125a0
CMake: Configure: Add using and finding squish library.
2013-12-07 21:09:40 -07:00
kestred
93ca5ade90
CMake: Bugfix: Include "memoryHook.h" in "streamReader.cxx" to fix incomplete class from foward decl.
2013-12-06 01:32:04 -07:00
Sam Edwards
8f3a798ae8
CMake: Resolve linker issues with interrogate; it now builds!
2013-11-30 03:07:23 -07:00
kestred
a0b8deb745
CMake: Configure: Update to use the mangle_package and config_package functions.
2013-11-30 02:28:59 -07:00
kestred
1dc12b6ea1
CMake: Configure: Implement config_package and mangle_package functions with test-case uses.
2013-11-30 02:17:10 -07:00
kestred
b44101819c
CMake: Configure: Update config vars with USE_<PACKAGE> variables for each package that allow toggling of individual packages.
2013-11-30 01:03:08 -07:00
Sam Edwards
a71c7e6ad1
Get interrogate to (almost) build under CMake.
2013-11-29 03:13:50 -07:00
Sam Edwards
e9518eab5c
CMake: Build dtool/cppparser without requiring HAVE_INTERROGATE; fix its use of paths.
2013-11-29 02:59:46 -07:00
Sam Edwards
03e79fce99
Build dtool/interrogatedb under CMake.
2013-11-29 02:34:18 -07:00
Sam Edwards
eb1ac82a2e
Build dtool/pystub under CMake.
2013-11-29 02:24:45 -07:00
Sam Edwards
163cbe4ea2
Massively clean up CMakeLists files by removing use of ${CMAKE_CURRENT_LIST_DIR}; this is handled by add_subdirectory instead.
2013-11-29 02:19:55 -07:00
kestred
8abd710616
CMake: Configure: Add fftw support.
2013-11-29 02:14:00 -07:00
Sam Edwards
6f426a3e82
Get dconfig building under CMake.
2013-11-29 01:57:00 -07:00
kestred
57b2079a3f
CMake: Modules: Cleanup FindEigen2/3 and use a consistent format with that of FindTar.cmake.
2013-11-29 01:38:01 -07:00
kestred
67be41a672
CMake: Configure: Add libtar support. First custom Find module.
2013-11-29 01:21:14 -07:00
kestred
b21b31dffd
CMake: Libraries: Add TIFF.
2013-11-29 00:48:08 -07:00
kestred
1a75d28f9a
temp
2013-11-29 00:36:18 -07:00
kestred
71889acb88
CMake: Begin implementing library detection and configuration.
2013-11-29 00:29:29 -07:00
Sam Edwards
111b1f0548
Add p3cppparser building to the CMake build system.
2013-11-28 23:36:22 -07:00
Sam Edwards
6c067883cc
Update CMake configuration (and a few includes) to get p3prc compiling.
2013-11-28 22:21:28 -07:00
Sam Edwards
bfe32b75d7
Modify CMakeLists to use add_subdirectory where appropriate, instead of include.
2013-11-28 20:09:27 -07:00
Sam Edwards
ea140ed5cc
Rename most *.cmake files to CMakeLists.txt [1/2]
2013-11-28 19:01:16 -07:00
Sam Edwards
8020f5da1a
Ensure that dtoolutil/dtoolbase get built statically by CMake.
2013-11-28 01:53:40 -07:00
Sam Edwards
e7655ced72
Get p3dtool building under CMake.
2013-11-28 01:41:32 -07:00
Sam Edwards
3f4f03229f
Get dtoolutil to build under CMake.
2013-11-28 01:27:12 -07:00
Sam Edwards
470288a37c
Add enough to Configure.cmake to get libp3dtoolbase to build.
2013-11-28 00:47:12 -07:00
kestred
93a483ea3f
CMake: Start DTool Configure.cmake, currently produces output depending on the value of the configuration variables. Needs find_package() calls.
2013-11-25 16:28:00 -07:00
kestred
c9084be73a
CMake: Remove debugging comment.
2013-11-25 16:26:41 -07:00
kestred
b73d724fed
CMake: Start basic cmake files; working on dtool first as example.
2013-11-25 01:44:51 -07:00
rdb
5b1ea47fee
add F_operator flag
2013-11-18 18:37:27 +00:00
rdb
52e4acc0ce
fix a crash with the python-obj, python and c interface makers
2013-11-08 10:30:27 +00:00
rdb
c3e862a842
Add is_double and is_short
2013-11-08 10:25:45 +00:00
rdb
7926a5fa7b
backward compatibility with Python 2.7
2013-10-27 18:51:20 +00:00
rdb
0d656a6848
fix typo. thanks to heek_
2013-09-19 08:04:15 +00:00
rdb
b7b9adfd35
compile fixes
2013-09-18 23:35:15 +00:00
rdb
d2720d4365
fix line endings
2013-09-17 15:23:14 +00:00
rdb
cc3bae7e76
Big interrogate cleanup, new extension system, add __iter__ support, add buffer protocol support
2013-09-17 10:11:43 +00:00
rdb
8fff339477
A lot of code cleanup
2013-09-01 15:05:43 +00:00
David Rose
0ea9b5e224
update ffmpeg libraries
2013-08-26 23:09:00 +00:00
David Rose
a16238932a
looks like we had a long-term confusion for LFLAGS as a set of linker flags and as a set of flex flags. Renamed LFLAGS to FLEXFLAGS for flex input.
2013-08-26 22:44:22 +00:00
rdb
c0d78d57d4
Can we just use streamoff instead of ssize_t?
2013-08-26 15:45:14 +00:00
rdb
461fdfdddc
fix compile error on MSVC, where ssize_t doesn't exist (but SSIZE_T does)
2013-08-26 14:38:55 +00:00
rdb
4b2c64d73f
Add libp3vrpn to genpycode list.
2013-08-26 12:18:38 +00:00
rdb
30f1f50e78
Add vorbis package definition in ppremake in anticipation of ogg vorbis support. Also, remove unnecessary HAVE_VORBIS from dtool_config.h.
2013-08-25 17:38:45 +00:00
rdb
41d851db86
for some reason ppremake needs these files to be here
2013-08-25 17:30:29 +00:00
rdb
d58924c280
add OculusVR and ogg/vorbis headers in anticipation of their support
2013-08-25 17:18:02 +00:00
rdb
abc5c381be
fix interrogate compile error when a function takes a non-const char pointer
2013-08-24 19:26:06 +00:00
David Rose
93afeb40f2
By interrogate conventions, char * means a string, while unsigned char * means a data buffer.
2013-08-23 22:26:17 +00:00
rdb
266890c86a
Add version of extract_bytes that extracts into character buffer
2013-08-23 15:03:01 +00:00
rdb
03e96d8c4a
Uff, this should bring Panda up to date with the latest version of ffmpeg. We now use AVIOContext instead of URLProtocol, avcodec_decode_audio4 instead of 3, and add support for libswresample to resample the input data to 16-bits signed int since some codecs now give float data. If this breaks anyone's build, please, just consider updating your ffmpeg version.
2013-08-22 18:20:10 +00:00
rdb
90770727c0
Add LONGLONG
2013-08-21 06:44:41 +00:00
rdb
2c8dc6ac31
explicitly specify /MANIFEST for MSVC9x64 as well
2013-08-18 19:10:32 +00:00
enn0x
a343eef6b1
Adding minkowski sum shape.
2013-08-14 23:31:42 +00:00
David Rose
dba661253a
Fix handling of large (>2GB) files on Windows. Egad, off_t is 32 bits on Windows, even in 64-bit Windows. Ridiculous.
2013-08-01 00:10:20 +00:00
enn0x
1e28f892be
Support for driving Bullet soft body joints.
2013-05-22 09:50:55 +00:00
rdb
cbbe02f879
fix 64-bit bullet lib location on windows
2013-05-14 21:15:08 +00:00
rdb
fec189c225
_WIN32 should also be defined on 64-bits Windows
2013-05-06 11:23:26 +00:00
David Rose
67770fa3dc
whoops, nan() and nanf() require a parameter
2013-05-04 01:10:42 +00:00
David Rose
e0238675f3
make_nan()
2013-05-03 18:05:28 +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
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
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
rdb
d4d93c5d3f
Add PyExc_Exception
2013-03-07 11:04:19 +00:00
rdb
e1fda64ad3
add PyObject_RichCompareBool
2013-03-06 18:15:12 +00:00
enn0x
65b698217f
Added angular/linear motors for 6DOF constraint.
2013-03-03 22:29:11 +00:00
rdb
a9014cf933
reenable tp_richcompare (thanks David)
2013-02-20 10:44:48 +00:00
David Rose
53b472756b
fix rich compare
2013-02-20 00:37:12 +00:00
rdb
c5bc7790ae
Add PyLong_AsSsize_t
2013-02-19 22:41:38 +00:00
rdb
dc20f793b6
Support Python 2.5
2013-02-19 22:24:40 +00:00
rdb
da44b3ae3b
oops, disable broken rich compare for now
2013-02-19 19:21:41 +00:00
rdb
f3c2b51084
Add PyUnicode_FromStringAndSize
2013-02-19 19:01:43 +00:00
rdb
0f8361d730
Fix compile errors with Python 2
2013-02-18 12:28:52 +00:00
rdb
0925d9265f
fix oops
2013-02-18 11:35:20 +00:00
rdb
eb6eeb6d02
fix compile error
2013-02-17 22:53:48 +00:00
rdb
192d10b937
Experimental Python 3 support to the C++ code including interrogate. Also adds support for rich comparison in interrogate.
2013-02-16 19:22:26 +00:00
rdb
441666fb79
Compile with Python 3.3
2013-02-15 07:57:20 +00:00
rdb
c26c0e6a97
Android support, part 1
2013-01-24 17:54:56 +00:00
rdb
56f7c3edf2
fix for Android compile
2013-01-07 12:45:59 +00:00
David Rose
474e26e951
fix set_case_sensitive() and match_files()
2012-11-16 02:22:20 +00:00
rdb
21c922c7cd
Some fixes for ppremake+bullet
2012-10-25 22:03:04 +00:00
rdb
91e305789a
Add ppremake package for bullet
2012-10-25 10:03:55 +00:00
rdb
0d7773d30a
Fix typo
2012-10-19 13:06:01 +00:00
David Rose
0b585cff0b
add get_systems()
2012-10-03 21:58:48 +00:00
David Rose
88ef2618eb
use win_amd64 instead of win64, and win_i386 instead of win32
2012-10-02 00:00:50 +00:00
David Rose
c88c480b6f
expose more "environment" variables on Windows
2012-09-17 19:29:06 +00:00
David Rose
9daf081364
p3d supports win64
2012-08-13 23:13:23 +00:00
rdb
916f5ff2f7
bump version to 1.9.0
2012-08-11 15:17:31 +00:00
David Rose
5ae679ccc9
build issue
2012-08-08 00:31:12 +00:00
rdb
30872b617e
somewhat experimental support for 64-bits OS X and OS X Lion
2012-08-06 09:57:34 +00:00
rdb
05aa20ee3f
force pystub to be linked into interrogate and interrogate_module
2012-07-20 10:10:38 +00:00
David Rose
bf03940bcb
opencv 2.3
2012-07-08 20:04:33 +00:00
David Rose
243339c080
opencv might require QuickTime.framework
2012-06-29 01:03:44 +00:00
David Rose
97f805b24a
pystub should be a static library for better portability, especially for dynamic loaders that aren't so awesome.
2012-06-20 21:41:49 +00:00
enn0x
ad54aff016
Exposed CCD for PhysX.
2012-04-30 22:45:12 +00:00
rdb
608643da5a
another fix for .this -> T_ULONG
2012-03-09 22:26:59 +00:00
rdb
a96c08b5c8
this should fix obj.this on 64-bits architectures
2012-03-09 21:32:47 +00:00
enn0x
4546fb9e77
(Perhaps) fixing BulletContact crashes on Linux
2012-02-27 22:46:42 +00:00
David Rose
a572d1a413
shouldn't automatically build a dependency on Windows 7
2012-02-22 18:43:56 +00:00
rdb
562296e694
add support for the libRocket debugger
2012-02-19 12:20:16 +00:00
enn0x
1d5b7d4c55
Exposing btWheelInfo::RaycastInfo.
2012-02-17 21:37:05 +00:00
David Rose
646f12f625
squelch backtrace on SystemExit
2012-02-16 00:19:09 +00:00
David Rose
4820b4a2db
fix more static-init ordering issues caused by new alignment code
2012-02-12 19:55:52 +00:00
rdb
d290a193ad
Fix static init ordering issue with the runtime build
2012-02-10 09:19:12 +00:00
David Rose
876956defb
ConfigVariableFilename::get_value() should return a concrete, not a reference
2012-02-06 23:18:49 +00:00
David Rose
e893b91a17
unify mayapath.cxx and mayaWrapper.cxx
2012-02-02 17:45:48 +00:00
rdb
c76d2cd226
it's p3dtoolconfig in ppremake too now, David
2012-02-01 15:13:07 +00:00
David Rose
903569a729
don't build glx if no x11
2012-01-09 14:58:18 +00:00
rdb
11189c99b7
Add libRocket compilation instructions to Config.prc. Will commit actual Rocket integration soon
2012-01-06 12:28:31 +00:00
enn0x
e68cb77e4a
Added wrapper for btMultiSphereShape.
2012-01-05 13:07:38 +00:00
David Rose
f666607adc
expose match_files() to python usefully
2011-12-29 18:05:12 +00:00
David Rose
a06fd5521f
found a reason to use dlmalloc if 16-byte alignment is required
2011-12-22 22:44:31 +00:00
David Rose
f6a32897ba
build correctly without DO_MEMORY_USAGE
2011-12-21 02:31:37 +00:00
David Rose
9326f5be54
compiler warnings
2011-12-21 01:39:47 +00:00
David Rose
6e5dd2cc63
fix memory crashes on win32/Eigen build
2011-12-21 01:25:38 +00:00
David Rose
e04c446b1c
add eigen to makepanda
2011-12-19 17:36:40 +00:00
David Rose
1cf7a1fd79
define epvector
2011-12-19 15:14:29 +00:00
David Rose
66a52cb6a3
fix MemoryHook internal memory alignment issues
2011-12-18 19:20:18 +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
787742c93e
LINMATH_VECTORIZE -> LINMATH_ALIGN
2011-12-18 02:00:31 +00:00
David Rose
56fb33bf00
enforce alignment policies even when malloc() doesn't.
2011-12-18 01:55:22 +00:00
David Rose
702045608d
report allocation attempt when out of memory
2011-12-17 01:57:05 +00:00
David Rose
5933da3f05
auto-detect Eigen
2011-12-16 14:20:25 +00:00
David Rose
33b9a1e1cf
integrate Eigen
2011-12-16 14:17:48 +00:00
David Rose
71a2acd208
openssl is standard these days
2011-12-13 02:18:49 +00:00
David Rose
f9658303e7
ah, *this* is the proper fix to recent interrogate bug.
2011-12-09 05:56:27 +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
483928ff8b
pystub must trail the link line
2011-12-04 03:50:19 +00:00
David Rose
9294ea77f7
interrogate supports wchar_t * and L"foo"
2011-11-29 23:25:23 +00:00
enn0x
1a8eb0710b
Forgot to commit this a week ago...
2011-11-28 14:55:36 +00:00
rdb
0703e32d6f
add some stdint definitions
2011-11-25 09:46:23 +00:00
David Rose
a9fc6e59ae
fix windows globbing to support embedded quote marks
2011-11-21 21:13:30 +00:00
David Rose
82a33fad3e
huh, InterlockedAdd only exists on win64, weird.
2011-11-18 22:33:34 +00:00
David Rose
dca824b5de
hey, this time I really found the ffmpeg crash.
2011-11-18 19:40:40 +00:00
David Rose
b421b037fe
support OPTIMIZE 1 on win64 too
2011-11-18 19:21:46 +00:00
David Rose
99c0a4ec50
posix build errors
2011-11-17 23:34:12 +00:00
David Rose
539b61571c
guarantee word alignment for AtomicAdjust stuff
2011-11-17 23:31:31 +00:00
David Rose
19ff5a0d7f
oops, this causes problems with buildbot, fix later
2011-11-11 23:33:09 +00:00
David Rose
c0b7ca96b8
perform shell-style filename globbing on Win32 too
2011-11-09 01:35:19 +00:00
David Rose
370a9886b7
stringstream_hack
2011-11-07 20:15:57 +00:00
David Rose
cebecba2fc
add interrogate -noangles
2011-11-06 18:02:17 +00:00
David Rose
003aa9e3dd
PNMImage::gamma_correct()
2011-11-05 01:37:36 +00:00
David Rose
633e697d54
allow typename keyword in lieu of class, in template declarations
2011-11-04 16:58:39 +00:00
David Rose
594f1e32d7
remove experimental disclaimer
2011-11-03 00:13:41 +00:00
David Rose
165fa85a4e
add stdfloat-double
2011-11-02 20:50:25 +00:00
David Rose
17cc1bd0a3
fix 64-bit problem with memory tracking
2011-11-01 17:18:55 +00:00
David Rose
c16875f104
use Posix longs
2011-10-31 22:50:28 +00:00
David Rose
eacd4cfefb
missing include
2011-10-11 01:37:25 +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
d156c4a1d5
publish more prc stuff
2011-09-30 23:57:34 +00:00
David Rose
c7adc6246f
build on msvs2010
2011-09-28 23:56:59 +00:00
David Rose
6bed0cf394
bool should return a bool
2011-09-28 17:42:46 +00:00
David Rose
5496c4a9ec
more writable vfs stuff
2011-09-27 16:10:19 +00:00
rdb
3414a4ff1c
add PyBool_FromLong to pystub, apparently it's needed to compile on FreeBSD 8.2
2011-09-19 17:23:13 +00:00
David Rose
57b42fbfe1
clean up some read-write operations
2011-09-16 23:10:27 +00:00
David Rose
e986614cfc
writable vfs
2011-09-16 20:13:08 +00:00
David Rose
e0323969a5
maybe we're ready to build with DO_PIPELINE enabled in general
2011-09-12 23:03:05 +00:00
David Rose
c6296add0b
fix python crash at loader.load_sync()
2011-09-09 17:16:40 +00:00
David Rose
43cbd0f106
unneeded tau_cflags
2011-09-09 00:14:52 +00:00
David Rose
0c2ab823d3
robustify low-level Python accessors
2011-09-07 16:03:01 +00:00
David Rose
59ec701a26
build once more with the Tau profiler
2011-09-06 17:29:30 +00:00
David Rose
6b3cc48bb6
fix static init crash
2011-09-01 22:33:08 +00:00
David Rose
42764ffee5
add ConfigPage.setSort()
2011-09-01 22:12:00 +00:00
David Rose
4496febc73
seems we should default to utf-8 these days
2011-08-30 15:57:11 +00:00
David Rose
1acf84fcfe
build errors
2011-08-30 05:09:49 +00:00
David Rose
2c7f1498b3
typo
2011-08-29 18:57:29 +00:00
David Rose
7667709357
support windows unicode filenames
2011-08-29 18:56:32 +00:00
David Rose
a5dbe8ad61
need expcl
2011-08-29 16:35:01 +00:00
David Rose
6ecf2fed29
preparing for unicode filenames
2011-08-29 04:33:00 +00:00
David Rose
858a7ef9d0
no longer use the old 'chromium' package; it would be confused with the browser project today
2011-08-27 03:51:30 +00:00
David Rose
8a079d5857
comment
2011-08-27 02:54:56 +00:00
David Rose
397bcbdddf
default to SIMPLE_THREADS
2011-08-27 00:58:25 +00:00
David Rose
81b832a50f
bump plugin version number
2011-08-26 23:36:30 +00:00
David Rose
bc95f94618
minor fix
2011-08-26 02:25:06 +00:00
David Rose
9d5325e05a
replace gnu_getopt with new Panda-licensed implementation
2011-08-03 23:37:43 +00:00
David Rose
657c0ebaf6
HAVE_SPEEDTREE should be added to dtool_config.h
2011-07-27 18:09:29 +00:00
David Rose
79abbda035
add INSTALL_EGG_FILES
2011-07-27 18:08:53 +00:00
David Rose
5fd6d60f40
add Filename::is_binary_or_text()
2011-07-27 18:07:57 +00:00
rdb
6c79733735
fix for ffmpeg
2011-07-01 17:47:03 +00:00
rdb
dc628bacbc
update this avio, too
2011-06-30 11:16:46 +00:00
David Rose
0cf03bc158
untabify
2011-06-29 22:09:10 +00:00
David Rose
b00edc02d4
need another symbol
2011-06-29 20:32:58 +00:00
David Rose
4785161374
squelch some more compiler warnings
2011-06-18 00:16:48 +00:00
David Rose
9b2665b539
speedtree also wants glu
2011-05-17 20:44:30 +00:00
enn0x
10a64db343
Adding bullet physics.
2011-05-14 07:00:02 +00:00
rdb
fc801b8568
add assimp library to ppremake
2011-05-04 15:55:46 +00:00
rdb
8f41f7ac7a
include stdint.h from avio.h
2011-04-16 20:25:17 +00:00
rdb
43f0305538
lets not use the system stdint.h in case it has different definitions than we use in our parser-inc implementation
2011-04-15 19:11:08 +00:00
rdb
a4d1e06471
bump to 1.8.0
2011-04-15 10:04:47 +00:00
rdb
776baf7c15
Basically functional collada loader that uses the COLLADA DOM. Can load scene graph and geometry.
2011-04-04 20:56:50 +00:00
rdb
e24397f494
Add COLLADA DOM library
2011-04-04 19:24:10 +00:00
David Rose
d715a331e3
"long int" isn't necessarily 64 bits on a 64-bit architecture, but "long long int" usually is.
2011-04-03 21:07:32 +00:00
rdb
54c692330a
rewrite p3dcert to FLTK
2011-03-09 11:16:20 +00:00
rdb
12ef0e108a
X11 is not only available on Linux
2011-03-08 15:58:55 +00:00
rdb
c7bf95c53a
include dlfcn.h on FreeBSD for dlopen
2011-03-02 20:35:09 +00:00
rdb
20f97e47d5
protect code in docstring from doxygen formatting
2011-02-25 12:31:11 +00:00
Ken Patel
c868edce8e
plugin - bump P3D_PLUGIN_VERSION to 1 0 3 and P3D_COREAPI_VERSION to 1 0 3 3
2011-02-15 23:10:25 +00:00
Ken Patel
9c1c10ea4b
dtool - compilerSettings.pp - explicitly specify /MANIFEST in linker flags
2011-02-14 22:54:06 +00:00
Ken Patel
003483f294
dtool - fix ordering issue with manifest embedding in .gmsvc template
2011-02-11 00:21:23 +00:00
rdb
71ddd9de3b
Add missing PyList_Type
2011-01-23 19:33:42 +00:00
rdb
319b8c4cb1
More stuff related to extensions
2011-01-03 08:25:13 +00:00
rdb
c740c43f4c
Update prebuilt bison files
2011-01-02 15:17:22 +00:00
rdb
beb90c565f
Add functionality allowing extension functions to interrogate
2011-01-02 15:14:02 +00:00
rdb
b18fd7d192
Add missing symbols to pystub hopefully to stop the buildbots' error diarrhoea
2010-12-24 19:57:26 +00:00
rdb
7f9b94df54
Fix copy&paste error (xcursor doesn't add resolution switching support, hehe)
2010-12-21 13:00:30 +00:00
Maxwell J. Koo
40b487d3fa
Apply patch from launchpad user mjkoo to add custom mouse cursor support on X11
2010-12-21 12:36:11 +00:00
rdb
124942a13b
Finally fix those darn Maya crashes
2010-12-19 07:56:41 +00:00
rdb
0ea72a4712
Remove GLU dependency from Panda3D. Yes. That's right, folks.
...
And now I shall make myself some coffee and wake up, in that order.
2010-12-19 07:03:49 +00:00
rdb
304dd37afa
Don't return if /proc couldn't be read
2010-11-26 21:55:57 +00:00
rdb
6fab399549
Much better FreeBSD support, bugfix for Linux, and restructuring of the code
2010-11-26 21:36:00 +00:00
rdb
8371786fb9
commit suggestion from forum user catshow
2010-11-24 15:46:16 +00:00
rdb
804a72b716
Partially apply typo fix patch I found somewhere on the web, by someone named Christoph Korn
2010-11-16 08:58:45 +00:00
David Rose
36635a00b9
MAKE_BAT_SCRIPTS
2010-11-09 20:06:19 +00:00
rdb
760839789e
Let's try and rely less on procfs
2010-11-06 14:22:50 +00:00
rdb
09f6436745
Use realpath() in make_canonical to properly resolve symlinks
2010-10-25 18:32:38 +00:00
David Rose
593393dd64
speedtree win64
2010-10-14 16:57:00 +00:00
David Rose
60769396aa
speedtree stuff
2010-10-12 23:56:26 +00:00
David Rose
2f317d8652
cfrac
2010-10-12 23:13:27 +00:00
David Rose
a93d8a54c5
missing declarations
2010-10-09 00:16:08 +00:00
David Rose
0596c3990d
speedtree dx9
2010-10-08 21:32:15 +00:00
David Rose
910e71660e
speedtree
2010-10-07 22:55:06 +00:00
rdb
754cb8e4bc
Changes to build PhysX support on 64-bits Linux
2010-10-01 16:23:16 +00:00
David Rose
3a2558068c
typo
2010-09-28 17:09:20 +00:00
David Rose
060217dcdd
need HAVE_VIDEO4LINUX
2010-08-29 17:53:17 +00:00
David Rose
ba6ce2f5f0
bump P3D_COREAPI_VERSION
2010-08-16 22:45:20 +00:00
David Rose
8078c69995
nmake scripts provided by Jason Pratt
2010-08-09 21:02:25 +00:00
rdb
cdea7d12b5
I don't think we need OPENSSL_097 anymore
2010-07-16 09:18:26 +00:00
David Rose
dab54029a4
workaround broken getopt issue
2010-07-14 18:10:11 +00:00
David Rose
16a4cc0d84
protect jpegint.h references
2010-07-14 13:59:34 +00:00
David Rose
3bba5366a6
python2.6 is more common these days
2010-07-14 04:51:24 +00:00
rdb
eee9b6f874
Add missing include
2010-07-11 19:19:07 +00:00
Chris Brunner
b709455d4e
support for PyObject_Compare
2010-06-23 00:35:57 +00:00
rdb
60d81ae7da
Fix OSX compilation issue
2010-06-22 07:08:09 +00:00
Chris Brunner
512ce38cd4
general cleanup of MSVC 8+ manifest handling; added basic ppremake support for csharp .cs files
2010-06-22 02:16:32 +00:00
Chris Brunner
5fef40280e
adding default C# compiler name
2010-06-22 02:05:37 +00:00
rdb
4f02be0e67
Oops, heh, made a small mistake there regarding MAP_ANON
2010-06-21 17:38:27 +00:00
rdb
86b3116f6b
More portable replacements for getpagesize and MAP_ANON
2010-06-21 17:32:11 +00:00
David Rose
d51e49516a
allow __py__ functions for python-only optimizations
2010-06-16 21:57:37 +00:00
David Rose
d3e9e4c4f5
coreapi version, increment plugin version
2010-06-16 01:18:20 +00:00
David Rose
77b6c92784
more USE_MT mistake
2010-06-15 18:31:57 +00:00
David Rose
a364532e15
USE_MT mistake
2010-06-15 18:28:27 +00:00
David Rose
aa76a9f59d
support class method versions of MAKE_SEQ
2010-06-13 22:03:46 +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
54dd2108d5
HAVE_P3D_RTDIST
2010-06-11 19:03:37 +00:00
rdb
5cbb505e00
Heh heh... look at that... what was that ampersand doing there?
2010-06-07 11:58:02 +00:00
David Rose
35bbcb1500
SUPPORT_IMMEDIATE_MODE should be defer, not define
2010-06-04 21:12:41 +00:00
Chris Brunner
e0876b9eae
forgot a few more flags
2010-06-01 16:14:34 +00:00
rdb
87de7c16be
Restore this file
2010-05-30 09:54:36 +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
dfdcf8bfad
64-bit build support
2010-05-27 23:45:57 +00:00
Chris Brunner
051e5ee70f
64-bit build support
2010-05-27 23:28:00 +00:00
David Rose
bd3201b67d
redundant file; this one isn't used
2010-05-25 21:13:29 +00:00
David Rose
bb96117de2
interrogate fix for ode::get_id()
2010-05-25 21:12:44 +00:00
rdb
c957b42580
Fix compilation issue on Linux (dunno where it came from)
2010-05-25 15:27:15 +00:00
rdb
5f73862a11
1.7.1
2010-05-25 09:47:31 +00:00
rdb
4173057c26
Move tinyxml into the source tree, rather than using it as external library
2010-05-24 18:55:08 +00:00
rdb
d4263a47aa
__STDC_CONSTANT_MACROS fix
2010-05-18 15:37:26 +00:00
rdb
c9cb0def53
Move __STDC_LIMIT_MACROS up a bit, to be certain
2010-05-18 14:20:30 +00:00
rdb
2ec0617d32
Define __STDC_CONSTANT_MACROS in case C libraries like ffmpeg don't
2010-05-18 12:57:58 +00:00
David Rose
8c56527a49
avoid recursion crash
2010-05-07 00:06:48 +00:00
David Rose
d3d778734d
add '^' to const expressions
2010-05-06 22:50:31 +00:00
David Rose
5e8d539f1f
move OS_SIMPLE_THREADS to dtool_config.h
2010-05-01 16:10:54 +00:00
David Rose
1be766620e
define OS_SIMPLE_THREADS
2010-04-29 18:42:58 +00:00
rdb
eed74662e8
Fix Interrogate parser issues on FreeBSD
2010-04-28 07:44:16 +00:00
Chris Brunner
4b2eab9c77
test for 64-bit compiling support
2010-04-27 00:58:39 +00:00
rdb
bd5e89e4a5
Use sysctl on FreeBSD
2010-04-25 13:19:55 +00:00
rdb
8582089aeb
Correct way for detecting PC-BSD
2010-04-25 08:06:16 +00:00
rdb
e01ebd5ecb
Detect amd64 platform correctly on FreeBSD
2010-04-24 11:37:45 +00:00
rdb
e445833bb3
/usr/local/lib and /usr/local/include as EXTRA_*PATH
2010-04-24 05:13:05 +00:00
rdb
fb6b4c0ceb
Add $[AR] to make Linux cross-compilation a little bit easier
2010-04-12 17:37:42 +00:00
rdb
35fa12e2a6
A bit of code cleanup
2010-04-09 13:24:02 +00:00
Chris Brunner
c91fd55096
adding support for Mac paths
2010-04-07 23:28:46 +00:00
rdb
102b46878e
More compatibility with exotic compilers (yes, I actually tried to port Panda to clang)
2010-04-07 16:59:46 +00:00
David Rose
b5d27fa62a
fix build crash
2010-03-29 20:47:22 +00:00
Chris Brunner
2c15943a7c
allows for frame counts on animations with the same name, but not neccessarily the same channel name in the same directory
2010-03-29 19:35:47 +00:00
rdb
e841ceb67d
Oops, forgot to add this file
2010-03-29 18:11:48 +00:00
rdb
2a6974eec2
stdint/numeric_types stuff, let's follow the standards
2010-03-29 15:38:40 +00:00
David Rose
9be238b149
support panda-package-version and panda-package-host-url for dev convenience
2010-03-19 22:35:46 +00:00
rdb
f29d6d3dc7
Do it better, faster
2010-03-14 14:47:52 +00:00
rdb
4c623bf8a2
I overlooked one ABI-compat fix for OSX
2010-03-14 14:34:44 +00:00
rdb
d668a53639
More about ABI compatibility:
...
* Fixed the bug on non-Windows where the incorrect libraries are located
* OSX dylibs now have compatibility_version and current_version set
2010-03-14 11:48:08 +00:00
David Rose
be494155cf
scan_directory() for python
2010-03-02 23:16:53 +00:00
David Rose
1a02e76c28
mkdir, rmdir
2010-03-02 22:41:08 +00:00
David Rose
cf3a7ec5f7
plugin version
2010-03-02 17:44:19 +00:00
David Rose
882b544805
fix forcetype for template instantiations
2010-02-28 03:29:03 +00:00
rdb
d9345815b9
Introducing ABI compatibility between sequential releases of Panda3D
2010-02-24 09:14:50 +00:00
David Rose
541c12bb8a
use pstrtod
2010-02-20 14:48:45 +00:00
David Rose
25a303055d
possible fix for build break
2010-02-14 18:05:11 +00:00
David Rose
a942ce5fbf
lists and strings will be automatically coerced into a PTA_blah
2010-02-11 22:38:34 +00:00
David Rose
f6f9e269f4
introduce stdpy.pickle module with support for common-node NodePaths within a pickle stream
2010-02-10 19:43:58 +00:00
David Rose
764585f43a
temporarily revert dx9 sdk change
2010-02-02 19:02:43 +00:00
gogg
d067be47f5
Support for August 2009 DirectX SDK. New DTool configuration macros. Makepanda can now detect Window Framework 6.0A
2010-02-02 02:20:25 +00:00
rdb
d4dcd9cb12
Support for the latest version of OpenSSL
2010-01-27 16:00:23 +00:00
Chris Brunner
f12b3b3ab3
changed egg-optchar to specify input egg files as coming from a text file, rather than on the command line. useful for rediculously long lists of files to operate on
2010-01-20 01:33:30 +00:00
rdb
d2f8e554e3
Plugin version 1.0.0
2010-01-16 10:53:00 +00:00
enn0x
eb1a45529c
Add material indices for triangle meshes.
2010-01-16 09:10:52 +00:00
rdb
34fbafebed
Forgot to check in this - HAVE_XRANDR
2010-01-16 08:09:57 +00:00
David Rose
5420ab049e
LINK_FORCE_STATIC_RELEASE_C_RUNTIME means no manifest file either
2010-01-15 03:26:13 +00:00
David Rose
c45e01c261
deal with unset TERM
2010-01-14 01:49:35 +00:00
David Rose
5f1fe45223
plugin version 0.9.11
2010-01-11 20:27:55 +00:00
David Rose
58343fa3c1
defer PANDA_OFFICIAL_VERSION
2010-01-11 20:27:30 +00:00
rdb
350119fd45
Support querying the available display modes in X11
2010-01-09 10:50:49 +00:00
David Rose
5b06c531d7
mt builds of certain packages used by plugin
2010-01-08 23:55:48 +00:00
enn0x
1dfe33c7a2
Replaced Ageia with NIVIDIA in comment
2010-01-07 14:01:13 +00:00
enn0x
1cc8547449
PHYSX_LIBS depends in platform (windows needs .lib, linux not)
2010-01-07 13:59:33 +00:00
David Rose
ae5d6d0bb8
don't need to exclude mfc90
2010-01-06 23:06:16 +00:00
David Rose
32f89c6067
install_modules
2010-01-05 21:04:29 +00:00
Redmond Urbino
43e7eef6d1
make awesomium work in the mac
2010-01-05 05:06:53 +00:00
David Rose
ed32f2264e
avoid low-level case-sensitive issues
2009-12-31 19:58:36 +00:00
David Rose
352c901aa1
typo
2009-12-31 18:25:50 +00:00
David Rose
ee9f7d73a2
plugin version 0.9.10
2009-12-31 02:18:18 +00:00
David Rose
60b1c07c40
add awesomium headers
2009-12-29 23:22:09 +00:00
enn0x
1a7942b40c
Merging dev_physx_2009 to HEAD.
2009-12-28 11:33:36 +00:00
David Rose
a6c6416af5
squelch those obnoxious deprecated-function warnings on mac
2009-12-23 20:12:19 +00:00
David Rose
ec50d7e6fc
plugin version 0.9.9
2009-12-22 23:44:07 +00:00
David Rose
67760e8577
fix win7/vista i/o performance issues
2009-12-16 22:00:06 +00:00
David Rose
538b8dafdc
expose C++ fstream classes
2009-12-15 23:03:18 +00:00
David Rose
25241ed6e9
filter out .mm files
2009-12-12 01:56:10 +00:00
David Rose
816ddc0387
low-level support for python copy and pickle modules
2009-12-10 01:09:06 +00:00
David Rose
4acb963caf
fix missing include
2009-12-08 20:05:32 +00:00
David Rose
0a2a23a83f
plugin version
2009-12-08 19:58:07 +00:00
rdb
160f208469
Fix issues on Linux and OSX with libraries being located incorrectly
2009-12-06 12:59:49 +00:00
David Rose
b1b2d08b2d
fix threaded build
2009-12-05 07:40:28 +00:00
rdb
8cc06d9ed5
Convert to Unix newlines
2009-11-30 12:42:15 +00:00
rdb
cffb6fcdcd
Add MAKEPANDA defsymbol to export module init function as initlibp3dtoolconfig instead of initlibdtoolconfig
2009-11-26 17:28:33 +00:00
David Rose
1ef4fd333d
found pydtool.cxx; bring it up-to-date
2009-11-25 22:44:50 +00:00
David Rose
79a19901a3
add interrogate_wrapped.cxx
2009-11-25 22:27:09 +00:00
David Rose
7031285896
propagate DTOOL_PLATFORM properly
2009-11-24 15:55:30 +00:00
David Rose
2e531a4650
from_os_specific
2009-11-24 00:38:53 +00:00
David Rose
9583a12fc6
osx doesn't need a special codepath
2009-11-23 23:45:33 +00:00
David Rose
2c609e1e55
up version again
2009-11-21 23:27:41 +00:00
David Rose
a6fca8cd9c
version number
2009-11-21 01:21:15 +00:00
rdb
f7009a0602
Fixes some really weird typo's, heh.
2009-11-20 19:28:50 +00:00
Chris Brunner
f8bdc2d886
adding a variable for maya2egg to allow for alternate binary names (e.g. maya2egg_client)
2009-11-19 03:24:56 +00:00
David Rose
ddd8d012e8
SetErrorMode(0)
2009-11-18 22:30:42 +00:00
David Rose
9dd7b52ce8
plugin version
2009-11-18 19:50:50 +00:00
Ken Patel
88eea6be3a
allow - modifier to append rather than prepend paths within .init definition files
2009-11-18 19:46:23 +00:00
rdb
149c53ad0d
Mark libp3vision as a genpycode lib for ppremake
2009-11-16 13:17:49 +00:00
David Rose
b55390ce53
add dependency
2009-11-04 19:41:31 +00:00
David Rose
cb3edda46d
don't create bundle for static libs
2009-11-04 15:52:26 +00:00
David Rose
691947449c
towards a 64-bit mac build
2009-11-04 15:46:51 +00:00
David Rose
d19cf49e44
webkit uses a framework for NPAPI
2009-11-03 22:49:25 +00:00
David Rose
b948f7ebf7
WIN_RESOURCE_FILE for exe too
2009-10-29 23:59:29 +00:00
David Rose
08d7abb8fb
version numbers on plugin dll's
2009-10-29 23:21:23 +00:00
David Rose
63488f3837
more version updates
2009-10-26 23:16:28 +00:00
David Rose
131fc2cfdf
plugin version
2009-10-21 19:50:51 +00:00
David Rose
6bb6475cf4
pystub
2009-10-20 23:30:47 +00:00
rdb
6eee4b9ace
Replace remaining instances of Disney license with CMU license
2009-10-20 08:16:12 +00:00
David Rose
375e0bb6c6
osx fixes
2009-10-19 18:48:53 +00:00
David Rose
f3949a6da8
plugin version 0.9.2
2009-10-19 18:12:27 +00:00
Redmond Urbino
5394d01ed6
integrating awesomium with panda
2009-10-19 08:23:44 +00:00
David Rose
fcf4210d9d
inc version
2009-10-14 21:47:50 +00:00
David Rose
5008ca2aa8
mo' better plugin versioning
2009-10-14 21:46:37 +00:00
David Rose
78b7437b0d
don't special-case UNIVERSAL_BINARIES
2009-10-13 21:55:24 +00:00
David Rose
1d3719ccb7
add tinyxml.h, fix char *NULL return value case
2009-10-13 21:28:18 +00:00
David Rose
9bce781a90
nested comment fix
2009-10-13 18:53:00 +00:00
David Rose
02823288e6
HAVE_ACTIVEX
2009-10-12 22:24:44 +00:00
David Rose
3081824ca3
add pyconfig.h
2009-10-12 18:08:47 +00:00
rdb
7e2b38fd4a
Forgot to add this one, to resolve interrogate issues
2009-10-12 06:16:27 +00:00
rdb
cd3307ccd4
Fix compiler warnings with pyconfig.h
2009-10-10 11:36:31 +00:00
David Rose
49688d89c9
add Python-friendly DSearchPath::find_all_files()
2009-10-10 09:05:35 +00:00
David Rose
dcc5447688
plugin version
2009-10-09 23:54:45 +00:00
David Rose
73a14f9398
add x509v3.h
2009-10-09 19:03:00 +00:00
David Rose
f4107d22ac
add set_nomatch_chars
2009-10-09 18:49:49 +00:00
David Rose
fdaca46eb9
AppData -> Local AppData
2009-10-09 01:00:16 +00:00
David Rose
16636129b7
whoops, fix relative filenames
2009-10-08 02:53:22 +00:00
David Rose
062593344a
standardize() shouldn't remove leading ./
2009-10-07 17:24:51 +00:00
David Rose
ff91b31732
fix midl command
2009-10-07 17:19:13 +00:00
David Rose
712797797e
trivial rename
2009-10-06 20:58:10 +00:00
Chris Brunner
1386c733d8
adding support for Win7
2009-10-06 04:28:36 +00:00
David Rose
8f5102d889
interrogate fix
2009-09-30 22:35:58 +00:00
rdb
76703b71a8
Add semaphore.h parser-inc file
2009-09-26 13:00:26 +00:00
rdb
1e88d83feb
ar.h to Sources.pp
2009-09-24 12:55:21 +00:00
David Rose
33af8bd0a3
windowsism
2009-09-21 21:32:23 +00:00
rdb
366baaa6a7
Fix interrogate issues with ode
2009-09-20 15:45:25 +00:00
David Rose
1482e4732e
not so much wx
2009-09-18 00:37:43 +00:00
David Rose
57060ca789
wx-config for linux
2009-09-17 18:42:18 +00:00
David Rose
63960eaaa8
show-dll-error-dialog
2009-09-16 20:40:13 +00:00
David Rose
e9b573cb19
show-dll-error-dialog
2009-09-16 20:37:42 +00:00
David Rose
aa58854da8
minor typo
2009-09-16 00:51:58 +00:00
David Rose
e6cb4038b2
idl rules
2009-09-15 20:50:10 +00:00
David Rose
9a96ac6a23
fix return
2009-09-15 19:02:54 +00:00
David Rose
1872104e61
add per-overload comments and make_seq synthetic functions to interrogatedb
2009-09-15 13:36:07 +00:00
rdb
453381a0b1
Fix OpenGL compile issues on PC-BSD
2009-09-14 17:13:36 +00:00
rdb
472c0a501d
working config pp file for freebsd
2009-09-14 16:52:25 +00:00
David Rose
168cc68e65
copy_to() should imply binary form
2009-09-07 02:04:54 +00:00
rdb
bdb3d15332
More PHAVE fixes
2009-09-03 18:43:47 +00:00
rdb
45ad239e59
HAVE -> PHAVE
2009-09-03 15:41:24 +00:00
David Rose
afc34e047d
install .so's with 755
2009-08-31 16:34:57 +00:00
David Rose
cfbac6e51a
add write()
2009-08-31 06:11:34 +00:00
David Rose
5f0b8a9a6a
fix rename_to() on windows
2009-08-26 22:56:56 +00:00
David Rose
7f4481ef2d
use underscores instead of dots in platform separators
2009-08-24 19:39:26 +00:00
David Rose
c30ae4fc99
forgot HAVE_GETOPT_H
2009-08-21 17:26:26 +00:00
David Rose
494d61083e
avoid compiler warnings from HAVE_BLAH_H conflicts by renaming macros
2009-08-21 15:40:05 +00:00
David Rose
5c4dac4493
libp3dtool_d
2009-08-20 23:30:05 +00:00
David Rose
d0c99e9288
filename::copy_to()
2009-08-15 18:56:04 +00:00
David Rose
fc74ddace3
add TypeHandle::make()
2009-08-15 00:56:34 +00:00
David Rose
9b4f4aa8c6
minor fixes
2009-08-14 22:16:55 +00:00
David Rose
76dabe657c
add get_directories
2009-08-14 18:10:26 +00:00
David Rose
3673199208
add get_directories
2009-08-14 18:02:08 +00:00
David Rose
da9f3f8a33
get_package_version_string()
2009-08-13 03:25:00 +00:00
David Rose
383a6e512c
support tinyxml's (const string *) return types.
2009-08-11 17:24:56 +00:00
David Rose
a97723c5c2
whoops, lockf was invalid
2009-08-07 17:56:51 +00:00
David Rose
1db044ca4e
add hash(Filename)
2009-08-07 15:27:58 +00:00
rdb
edf382de12
Support for ARM and PPC linux
2009-08-07 10:51:55 +00:00
David Rose
9d6ebb4c34
implicitly coerce strings to InternalName pointers if needed
2009-08-06 18:49:41 +00:00
David Rose
db12a6b88e
publish encryptStream properly
2009-08-06 18:26:57 +00:00
David Rose
0e773c8684
respect __nonzero__
2009-08-05 21:51:28 +00:00
David Rose
9f9316ff81
add __nonzero__, respect lockf() return value
2009-08-05 21:50:58 +00:00
rdb
4804133efa
Add FreeBSD
2009-08-05 08:29:13 +00:00
David Rose
02dbdb91b1
compiler objection
2009-08-03 19:45:23 +00:00
David Rose
9908148679
add dtool_platform
2009-08-03 18:51:54 +00:00
David Rose
41af3c7959
from_os_specific
2009-07-29 23:41:20 +00:00
David Rose
ed15b2bec3
build on optimize 1
2009-07-29 23:37:56 +00:00
rdb
9f3b801c22
Whoops
2009-07-24 09:02:35 +00:00
rdb
a457d59aae
Fix crash with flt2egg
2009-07-24 09:01:20 +00:00
rdb
028b98ab2b
Remove entirely pointless assertion check that even causes a compiler bug on FreeBSD.
2009-07-22 18:31:37 +00:00
rdb
197a3bb210
FreeBSD stuff
2009-07-22 07:10:11 +00:00
rdb
961a754ec4
Add support for /proc/curproc for FreeBSD
2009-07-22 05:52:38 +00:00
David Rose
49fce97b4c
issue with BUILD_TARGET
2009-07-22 01:50:14 +00:00
rdb
b614a05a12
Fix compile errors for FreeBSD
2009-07-21 19:07:50 +00:00
rdb
3311799efe
Remove $APP abruptly
2009-07-19 18:20:32 +00:00
rdb
e545c9193e
Forgot PyList_GetItem
2009-07-19 10:06:54 +00:00
rdb
36d663ff98
Better solution for MAIN_DIR: read out sys.argv
2009-07-19 09:52:43 +00:00
rdb
f9c921aaff
Added an equivalent for /proc/self/maps for OSX users: _dyld_get_image_name
2009-07-16 10:15:53 +00:00
rdb
bcd844a43a
Forgot to check in these for XF86DGA stuff
2009-07-16 09:34:19 +00:00
David Rose
d24c039650
expose HAVE_P3D_PLUGIN to c++ code
2009-07-13 07:13:12 +00:00
rdb
e503e19943
Oops, forgot this
2009-07-06 08:26:40 +00:00
rdb
4a3a691bdb
Add libavformat/avio.h
2009-07-06 07:48:13 +00:00
rdb
71518c50e5
More parser-inc files to get latest ffmpeg on win working correctly
2009-07-06 07:09:16 +00:00
rdb
aa0e91de1f
HAVE_LINUX_INPUT_H
2009-07-03 18:22:13 +00:00
rdb
2d14a28244
This commit is to support even newer versions of ffmpeg.
2009-07-03 12:02:00 +00:00
rdb
3c2c9340d6
Interrogate doesn't like latest ffmpeg version headers
2009-07-03 12:00:48 +00:00
rdb
c9aee0fa5b
This commit:
...
* Enables us to build against the latest version of FFMPEG.
* Fixes the ffmpeg code not to use deprecated stuff anymore.
* Adds support for libswscale. Undef HAVE_SWSCALE in Config.pp if you compiled ffmpeg without.
* Uses sws_scale instead of the now-removed img_convert.
* Fixes a couple of deadlocks in FFMpegTexture.
2009-07-03 08:15:54 +00:00
rdb
d5836b1ae3
Fix for some kind of weird weirdness (compiler bug?)
2009-07-01 13:51:11 +00:00
rdb
ace7910a44
Support $MAIN_DIR for the poor C++ users
2009-07-01 13:34:29 +00:00
rdb
99df904c89
Add missing PyEval_CallObjectWithKeywords
2009-06-28 12:23:13 +00:00
David Rose
63d1b206a0
remove those annoying .NOTPARALLEL things
2009-06-24 22:00:13 +00:00
David Rose
44058ed433
one more osx fix
2009-06-22 21:56:49 +00:00
David Rose
2339301270
another osx fix
2009-06-22 21:43:53 +00:00
David Rose
2c674ac803
osx fix
2009-06-22 21:38:54 +00:00
David Rose
af88f97ff2
more refinements to osx bundle linking
2009-06-22 21:35:13 +00:00
David Rose
d8ed32fc1b
windows resource files and such
2009-06-20 01:25:15 +00:00
David Rose
e039ec875a
better windows temp filenames
2009-06-20 01:24:56 +00:00
Zachary Pavlov
b93529a96e
removed potential parallel make path for nurbs. Added support for postfix-less character building
2009-06-18 01:38:41 +00:00
David Rose
4e315ef605
whoops, omitted a target
2009-06-16 18:16:47 +00:00
rdb
169dee7515
Add EGL, GLES and GLES2 to the default Config.pp
2009-06-16 09:51:35 +00:00
rdb
b0c4875ad9
This is a big commit for OpenGL ES stuff:
...
* Added GLES, GLES2 and EGL packages to the ppremake files.
* New glesgsg and gles2gsg modules.
* Added egldisplay module that is like glxdisplay, but through the EGL library.
* Added pandagles and pandagles2 metalibs (only supporting egldisplay yet)
* The iphonedisplay module depends on glesgsg instead of embedding it.
* The glesext_shadow.h file is removed, we don't need it anymore.
2009-06-16 09:17:33 +00:00
David Rose
72f6c6d580
build errors
2009-06-16 01:49:59 +00:00
David Rose
ad62e9bb9b
static-init ordering issues
2009-06-16 00:06:31 +00:00
David Rose
a1df809fd0
TrueMutexImpl
2009-06-16 00:04:13 +00:00
David Rose
d476b6e55e
no longer needed file
2009-06-16 00:03:40 +00:00
David Rose
cbfa38d2b5
simplify ConfigureDecl etc.
2009-06-15 22:25:52 +00:00
David Rose
d2aa0ecba4
better LINK_ALL_STATIC support
2009-06-15 20:14:39 +00:00
David Rose
49dfc46215
handle funny cases for win32
2009-06-14 16:19:56 +00:00
David Rose
8f96a87460
pstrtod
2009-06-14 16:10:09 +00:00
rdb
44169b9e75
Add OpenAL support to ppremake
2009-06-11 15:19:34 +00:00
David Rose
c9b682ac3e
OSX has ucontext.h
2009-06-11 13:46:44 +00:00
David Rose
f5f0c5ad83
typos
2009-06-10 17:47:08 +00:00
David Rose
638e46d489
coercion memory leak fix, part 2
2009-06-10 17:28:49 +00:00
David Rose
70e1e46a61
coercion memory leak fix, part 1
2009-06-10 14:33:44 +00:00
David Rose
a5f509bea3
Add TinyXML
2009-06-09 20:31:31 +00:00
David Rose
23bd4d6ae3
define FileStream::attach()
2009-06-09 20:30:58 +00:00
David Rose
58c13de4ca
integrate changes from Schell Games (plus some tab character fixes)
2009-06-01 21:51:15 +00:00
David Rose
040dcfc333
move NDEBUG and _DEBUG into dtool_config.h
2009-05-27 22:43:40 +00:00
rdb
9dc9132399
Update to 1.7.0
2009-05-13 17:40:34 +00:00
rdb
1d9fa8dc50
Update to 1.6.2
2009-05-11 07:24:47 +00:00
David Rose
a5e0de3988
python on iphone
2009-04-28 00:57:56 +00:00
David Rose
c5f3c844e1
PyExc_StandardError
2009-04-28 00:44:58 +00:00
rdb
400db4be59
Smarter fmodex detection for 64-bits systems
2009-04-26 11:34:17 +00:00
David Rose
f68fa1909a
USE_DELETED_CHAIN, memory alignment
2009-04-24 22:52:23 +00:00
David Rose
926059131b
iphone notify-output routing
2009-04-24 22:51:49 +00:00
David Rose
703585b0ac
add clean-optchar
2009-04-23 23:53:04 +00:00
David Rose
d95260c65e
support LIMIT_OPTCHAR
2009-04-23 23:43:48 +00:00
Gyedo Jeon
e54901c125
Added a feature for disabling sticky keys in Windows
2009-04-22 22:43:23 +00:00
David Rose
048078701e
minor tweaks
2009-04-22 18:21:38 +00:00
David Rose
172171eec4
more iphone work
2009-04-21 00:48:51 +00:00
David Rose
4dc60ab611
static-init-safe filename initializers
2009-04-18 00:51:03 +00:00
David Rose
f44857f8ee
more static link issues
2009-04-18 00:50:05 +00:00
David Rose
3a41895780
remove LINK_IN_GL etc.
2009-04-17 22:18:46 +00:00
David Rose
4f3ea6ad9d
make better LINK_ALL_STATIC
2009-04-17 21:54:44 +00:00
David Rose
5a74ea30dd
better error reporting for static init ordering issues w.r.t config variables
2009-04-17 21:53:39 +00:00
David Rose
0aa266d725
protect in ifdef
2009-04-17 20:23:11 +00:00
David Rose
a08b08f8d3
initial iphone stuff, w.i.p.
2009-04-17 18:11:25 +00:00
rdb
aa7e470e82
Update to 1.6.1
2009-04-14 13:42:39 +00:00
rdb
2e629c6e40
Dont fail on 64bits with threading
2009-04-10 06:40:21 +00:00
rdb
7705b7d7bf
Add missing artools.h to Sources.pp
2009-04-08 15:12:58 +00:00
rdb
a1a06beca0
Fix typo
2009-04-03 19:49:42 +00:00
rdb
100219e4c7
Add ARToolKit support to ppremake
2009-04-03 19:01:54 +00:00
David Rose
71fec58722
fix bug with inherited virtual methods
2009-04-01 18:45:01 +00:00
David Rose
2118fe40e8
run interrogate_module on standalone library
2009-03-26 19:09:03 +00:00
rdb
fa6c41f363
Changes for windows
2009-03-21 14:49:10 +00:00
David Rose
2820bca34b
IS_FREEBSD
2009-03-11 18:36:03 +00:00
David Rose
76d07896ee
cg_framework
2009-02-26 17:19:05 +00:00
David Rose
2982ca3187
python 2.4
2009-02-19 00:38:44 +00:00
David Rose
83155fc832
support python 2.4
2009-02-19 00:25:54 +00:00
David Rose
9b952e3922
a few more warning squelches
2009-02-18 23:59:31 +00:00
David Rose
221862b432
squelch compiler warnings about (char *)
2009-02-18 23:27:04 +00:00
David Rose
11f62e3ee5
enable new license
2009-02-18 23:26:45 +00:00
David Rose
e4d6159667
PyErr_WarnEx
2009-02-17 19:20:53 +00:00
David Rose
b99f699862
output signature too
2009-02-17 18:55:38 +00:00
David Rose
0ec1467ea9
warnings
2009-02-15 01:44:54 +00:00
David Rose
24caf70155
tinyOffscreenGraphicsPipe
2009-02-10 00:52:55 +00:00
David Rose
fec518af71
publish find_type_by_id
2009-02-02 23:23:30 +00:00
David Rose
3820660b95
add missing unload_dso() for mac
2009-01-31 20:29:51 +00:00
David Rose
811c45a786
get_dso_symbol
2009-01-31 03:04:36 +00:00
David Rose
0bc22b6034
prebuild-bison
2009-01-20 20:02:50 +00:00
David Rose
f477db0b19
might as well expose int and float typecasts, too
2009-01-20 19:51:31 +00:00
David Rose
a6f4fb2377
operator bool () -> __nonzero__()
2009-01-20 03:17:44 +00:00
David Rose
b37a30fe63
add support for libsquish
2009-01-12 23:29:55 +00:00
David Rose
4cd50fa68d
fix performance issues with implicit parameter coercion
2009-01-07 20:05:57 +00:00
rdb
5616517d99
Add FCollada
2008-12-22 07:24:58 +00:00
rdb
9a8652252a
Add FCollada
2008-12-22 07:19:43 +00:00
rdb
227c7c3497
Compatibility with Python 2.3
2008-11-30 13:22:34 +00:00
David Rose
7a2bc8a3ac
protect spam and debug a little better in opt4
2008-11-26 22:42:44 +00:00
David Rose
c4b5f64eea
fix problem with DisplayRegion scoping
2008-11-17 20:47:40 +00:00
David Rose
7381234a3d
fix unnecessary igate file recompiling
2008-11-17 19:30:32 +00:00
David Rose
b4421c3157
we don't need dcast for all
2008-11-12 18:59:47 +00:00
David Rose
e17fb67b08
streamWrapper
2008-11-12 18:30:59 +00:00
David Rose
2337616f94
msvc9 error
2008-11-12 03:30:48 +00:00
David Rose
29969b0fa5
compiler bug with msvc9
2008-11-12 01:30:25 +00:00
David Rose
1462bee771
better Filename usage
2008-11-11 23:28:14 +00:00
David Rose
0ae9a55bdb
fix static-init order issue
2008-11-11 02:00:12 +00:00
David Rose
587f000ab5
correct prototype for setitem
2008-11-08 16:55:57 +00:00
rdb
d078e16236
added PyInt_AsSsize_t (to fix build errors
2008-11-08 15:16:37 +00:00
David Rose
58e0537e3c
wide interrogate improvements: sequence protocol, MAKE_SEQ, __setitem__, and parameter coercion
2008-11-07 21:12:42 +00:00
rdb
8153c2ece9
update version to 1.6.0 to avoid confusion
2008-11-06 17:20:10 +00:00
David Rose
a0220f786c
minor vfs tweaks
2008-11-05 01:09:44 +00:00
David Rose
ed22805882
add 193
2008-10-31 19:06:30 +00:00
David Rose
9468e4583c
further refinements to local_this checking
2008-10-29 19:06:57 +00:00
David Rose
f7105a081b
raise an exception if 'this' is null
2008-10-29 00:53:27 +00:00
David Rose
d552ad28b7
newline-mode binary should also turn off decoding of newlines on read
2008-10-27 19:01:56 +00:00
David Rose
be4f9efc17
don't yell if file is not open
2008-10-23 23:51:30 +00:00
David Rose
2818627d72
ios::app implies ios::out
2008-10-23 23:44:36 +00:00
rdb
2b34362166
Added PyExc_RuntimeError
2008-10-23 11:07:37 +00:00
David Rose
efe655aea0
need BUNDLE_EXT
2008-10-20 20:29:36 +00:00
David Rose
65ef4f55da
expose filestream stuff
2008-10-20 18:24:25 +00:00
rdb
7971620510
Remove bundles for OSX
2008-10-20 13:02:55 +00:00
rdb
7f20f2c109
Added better path stuff for OSX
2008-10-20 13:01:13 +00:00
David Rose
8a2f16b5b0
publish FileStream etc.
2008-10-15 05:40:15 +00:00
David Rose
ef771a796b
make sync primitives more similar to python function names
2008-10-14 00:07:05 +00:00
David Rose
a673b4367a
clear_value()
2008-10-09 22:52:26 +00:00
David Rose
d4c2c9858d
SIMPLE_THREADS_NO_MUTEX -> LightMutex
2008-10-08 23:23:40 +00:00
David Rose
323d4a0a19
put NO_MUTEX back in
2008-10-06 21:39:52 +00:00
David Rose
66f371f259
take out SIMPLE_THREADS_NO_MUTEX for now
2008-10-03 22:41:35 +00:00
David Rose
3113912e4d
add X11
2008-10-03 18:52:34 +00:00
David Rose
fab502970f
more threading improvements
2008-10-02 17:50:16 +00:00
rdb
ff4e6303c8
Update to 1.5.4
2008-09-30 14:17:23 +00:00
David Rose
fd1218b07b
task generators
2008-09-27 12:33:47 +00:00
David Rose
cfee0052d9
ValueError
2008-09-27 00:16:38 +00:00
David Rose
e81660a741
check PyErr_Occurred() even in ndebug mode
2008-09-27 00:12:08 +00:00
David Rose
2ea1a241a1
PyTuple_Pack
2008-09-19 14:17:34 +00:00
David Rose
524128b9fd
wip: starting experimental C-based task manager
2008-09-19 00:58:04 +00:00
David Rose
7ec03c1c3e
change some default settings; remove some unused variables
2008-09-15 21:05:55 +00:00
David Rose
62bc43d13a
better nl stuff, rename SIMPLE_THREADS_NO_IMPLICIT_YIELD
2008-09-11 01:37:00 +00:00
David Rose
dc3173c1fb
take out pandastream for now
2008-09-10 01:44:27 +00:00
David Rose
360ac27188
support ios::app on win32
2008-09-10 00:40:18 +00:00
David Rose
a99736ede9
fix win32 bug
2008-09-09 22:24:25 +00:00
David Rose
67c24c33e8
eol conversion
2008-09-09 21:12:41 +00:00
David Rose
c8ded35040
comment typo
2008-09-09 01:10:16 +00:00
David Rose
5e838f0406
raise errors properly
2008-09-09 00:52:05 +00:00
David Rose
964c76f2e0
pandaFileStream
2008-09-09 00:06:47 +00:00
David Rose
7037945e6a
commit out troublesome assert
2008-08-27 17:01:35 +00:00
Chris Brunner
ea3f6a2206
now supports Vista-64
2008-08-21 22:14:22 +00:00
David Rose
9198427dbc
remove unreliable 'interpreter' memory category
2008-07-17 22:38:50 +00:00
David Rose
28a0789836
whoops, typo
2008-07-02 18:15:42 +00:00
David Rose
bfea5a222c
gcc 4.3 support
2008-07-02 18:13:33 +00:00
David Rose
7937d29ab1
typedef SOCKET too
2008-06-26 00:16:20 +00:00
David Rose
25ca934a9e
add sockaddr_in and fdset
2008-06-25 23:03:40 +00:00
David Rose
3a74e7e780
need string.h
2008-06-24 22:48:44 +00:00
rdb
6ea55fbf08
The HAVE_SYS_MALLOC_H is needed for OSX
2008-06-21 16:24:44 +00:00
Joseph Lee
e8b4443ae3
finally fix early evaluation problem with LDFLAGS_OPT3/4 not allowing selection of static or dynamic library linking
2008-06-20 01:25:28 +00:00
Joseph Lee
d571f24a62
o fix early evaluation problem with LDFLAGS_OPT3/4 not allowing selection of static or dynamic library linking
...
o support cdefs with MIDL_COMMAND through new IDL_CDEFS
2008-06-20 01:18:36 +00:00
rdb
5cd24b98bd
uname -i doesnt work in all cases, uname -m does.
2008-06-13 18:28:00 +00:00
David Rose
15fb485413
make SDL_LIBS explicit
2008-06-12 19:05:01 +00:00
rdb
ea61d232cd
Added better support for darwinport's version of FFTW
2008-06-12 18:41:34 +00:00
Chris Brunner
bf51afa210
now supports nmake!
2008-06-11 02:15:40 +00:00
Asad M. Zaman
ec5cb23891
this sets the error mode to popup dialogs
2008-05-30 01:46:31 +00:00
David Rose
01ac6a43d0
whoops
2008-05-28 18:59:43 +00:00
David Rose
f965ed1f43
whoops
2008-05-28 18:43:06 +00:00
David Rose
fb9c56432a
we are now using the modified BSD license
2008-05-28 18:37:20 +00:00
Chris Brunner
97d80a6d4b
added a flag to not include the MFC80.LIB file in linking
2008-05-28 02:17:51 +00:00
Josh Yelon
040e288b0d
Update to 1.5.3
2008-05-19 17:21:35 +00:00
David Rose
abc56fdc8d
add ctype.h
2008-05-12 18:04:21 +00:00
David Rose
07e5322800
simple fix to token-pasting problem
2008-05-09 18:48:20 +00:00
David Rose
fd4c80f217
sdl framework
2008-05-06 19:58:53 +00:00
David Rose
77d2c851e6
explicit tinydisplay controls
2008-05-06 19:52:31 +00:00
David Rose
66ec7e16d8
tinysdgl -> sdl
2008-05-03 00:12:34 +00:00
Josh Yelon
ab84c9e2e4
Added 1.5.2
2008-05-02 01:41:07 +00:00
David Rose
6d90cf5b70
tinydisplay
2008-04-30 22:21:24 +00:00
Josh Yelon
04dae67b6e
Added 1.5.1
2008-04-24 03:21:08 +00:00
Josh Yelon
2fc0965ec2
added a few datatypes
2008-04-24 02:02:55 +00:00
Joseph Lee
079879fc90
make install_dna language auto-smart too
2008-04-23 03:12:15 +00:00
Josh Yelon
d71fd1d89c
Changes for 64-bit
2008-04-10 20:03:16 +00:00
David Rose
1addfb29d8
use <auto> filename path
2008-04-08 21:29:54 +00:00
Chris Brunner
3cc659cde4
now supports MSVC9
2008-03-29 00:25:22 +00:00
Chris Brunner
a03ca21cfa
removed /usr/contrib from path (no longer exists)
2008-03-26 20:49:37 +00:00
David Rose
4cd6d03cb5
support explicit default constructors for linmath
2008-03-25 23:53:27 +00:00
David Rose
180e3f5cd1
prevent crash on no dlerror
2008-03-25 23:47:42 +00:00
Chris Brunner
b8fc586322
ignore some warnings when compiling with MSVC9
2008-03-25 21:40:53 +00:00
Chris Brunner
b01dc2af2e
fixes for MSVC9
2008-03-25 21:37:06 +00:00
Chris Brunner
9fd6e46051
now supports MSVC9
2008-03-25 00:38:16 +00:00
David Rose
89d07d7c4a
whoops, const void
2008-03-21 22:39:40 +00:00
David Rose
7ccbc378f4
try harder to avoid 64-bit complaints
2008-03-21 22:29:03 +00:00
David Rose
4ed9feda5e
reinterpret_cast
2008-03-21 11:41:00 +00:00
Josh Yelon
08dcdade5c
load_dso now uses a plugin search path
2008-03-18 22:25:59 +00:00
David Rose
0127b28af8
osx requires ssize_t
2008-03-14 18:59:53 +00:00
Dickinson Lo
f38e75693e
fixed bug
2008-03-03 06:38:17 +00:00
Dickinson Lo
6a51ce0b58
adding 64bit flags
2008-03-03 05:46:37 +00:00
David Rose
93fb935b6f
MIN_GL_VERSION, MIN_MESA_VERSION
2008-02-27 21:20:09 +00:00
Josh Yelon
5ea59602f0
Updated version num
2008-02-26 00:14:43 +00:00
Chris Brunner
143ad2a8be
added support for Windows XP 64-bit Edition
2008-02-13 03:12:47 +00:00
David Rose
67a278f77b
instrument libpandaode by default too
2008-01-26 02:14:38 +00:00
David Rose
4fd2a6ba3c
fix build issues on osx from kaweh kazemi
2008-01-17 20:27:43 +00:00
David Rose
611a10f796
try again to satisfy compilers
2008-01-17 01:22:57 +00:00
David Rose
56e4178f2d
compile on windows
2007-12-20 02:02:25 +00:00
David Rose
5afa502948
add ConfigVariableInt64
2007-12-20 01:58:58 +00:00
David Rose
ba2b04f2cc
make 64-bit long
2007-12-19 23:15:55 +00:00
David Rose
2e8fec7683
fix mutex_spinlock
2007-11-27 01:08:46 +00:00
David Rose
756d990402
fix typo
2007-11-21 22:45:17 +00:00
David Rose
d85b062b2d
don't limit counters to 32-bit
2007-11-21 22:42:56 +00:00
David Rose
c11e8411d9
max-heap-size
2007-11-20 22:13:03 +00:00
Joseph Lee
7adea0291f
note that LINK_FORCE_STATIC_RELEASE_C_RUNTIME has been broken for a very long time
2007-11-08 00:45:47 +00:00
David Rose
facb94eea5
need stdlib.h
2007-11-07 17:49:13 +00:00
Josh Yelon
63aa6ff557
Added a few defs for directshow
2007-11-04 07:32:16 +00:00
David Rose
804edb0287
add ids stuff
2007-11-01 20:19:39 +00:00
Josh Yelon
2b2837ad26
Component Object Model crap
2007-10-30 20:44:29 +00:00
Josh Yelon
1e4f32d215
artools.h is for artoolkit
2007-10-28 17:16:38 +00:00
Josh Yelon
05b06bc5ea
Updating to 1.4.3
2007-10-14 01:32:47 +00:00
David Rose
ef5b2fe57e
squelch warning
2007-09-20 18:22:16 +00:00
Josh Yelon
519c972bb9
Updated to 1.4.2
2007-09-18 17:07:18 +00:00
David Rose
651513d595
use reinterpret_cast for 64-bit architecture
2007-09-13 19:25:09 +00:00
Dustin Barnard
c98b74451b
*** empty log message ***
2007-09-10 16:59:59 +00:00
David Rose
523ef75910
more symbols
2007-09-07 20:44:00 +00:00
David Rose
c9658e78c7
EVP_CIPHER_CTX_key_length -> EVP_CIPHER_key_length
2007-09-07 17:07:30 +00:00
David Rose
3804f89682
wchar_t might not be two bytes wide
2007-09-05 18:02:47 +00:00
Josh Yelon
7a42e30562
Releasing 1.4.1
2007-08-31 18:33:03 +00:00
Josh Yelon
1e02c06517
Major refactoring of movie code.
2007-08-20 22:34:58 +00:00
David Rose
bc488bb495
allow (and ignore) args to #endif
2007-08-16 17:19:12 +00:00
David Rose
cf69abadde
need to ensure local USE_PACKAGES are first
2007-08-03 22:00:10 +00:00
David Rose
23f5ce5dec
contribution from kaweh: cg/maya support for osx, plus my changes to support transitive frameworks
2007-08-03 20:53:29 +00:00
David Rose
6e1bfc4ff5
EXPCL_DTOOL
2007-07-21 00:03:45 +00:00
David Rose
982f614991
DeletedBufferChain
2007-07-20 23:59:10 +00:00
David Rose
f75d7a54ad
minor text change
2007-07-16 21:34:35 +00:00
David Rose
646615ed60
minor text change
2007-07-16 21:34:17 +00:00
David Rose
68cd3322a9
better thread protection in reference counts, esp. TransformState etc.
2007-07-14 21:32:48 +00:00
David Rose
8392266935
BEGIN_PUBLISH .. END_PUBLISH applies to methods too
2007-07-13 21:22:22 +00:00
David Rose
adf6c06b0f
fix memory_hook placement
2007-07-13 17:23:54 +00:00
David Rose
05e24493fc
oops, revert temporarily: crashes interrogate
2007-07-07 00:16:05 +00:00
David Rose
04a020b0a3
! USE_STL_ALLOCATOR
2007-07-06 23:42:40 +00:00
David Rose
f1f4de03b7
windows include
2007-07-06 04:41:04 +00:00
David Rose
07f7ac0803
$TEMP, $COMMON_APPDATA, $USER_APPDATA
2007-07-06 04:39:46 +00:00
David Rose
87a23944fb
regularize StreamReader, StreamWriter, StringStream
2007-07-06 04:03:49 +00:00
David Rose
ac64a7ef97
iostream stuff
2007-07-06 00:20:26 +00:00
David Rose
896860c8c2
fix reference-counting on forward-reference return values
2007-07-04 00:33:49 +00:00
David Rose
278e10d8ff
missed a few cases
2007-07-02 18:14:41 +00:00
David Rose
65dc53a585
oops, compile properly in O4
2007-06-29 19:09:45 +00:00
David Rose
ab34a7c656
windows niceties
2007-06-29 18:37:18 +00:00
David Rose
5d7e726ba2
more interrogate changes
2007-06-29 16:38:22 +00:00
David Rose
09df7cee05
more compiler warnings
2007-06-29 16:38:11 +00:00
David Rose
df4cf52a77
compiler warning
2007-06-29 16:00:15 +00:00
David Rose
385e7be325
still more meminfo fixes
2007-06-29 15:53:27 +00:00
David Rose
b625e79758
add a destructor to silence the compiler warnings
2007-06-29 15:11:05 +00:00
David Rose
14b0579412
static init
2007-06-29 02:04:12 +00:00
David Rose
b03baf5afd
typo
2007-06-29 01:41:25 +00:00
David Rose
d52eb37b14
move some low-level mem tracking into MemoryHook, more mem tracking fixes
2007-06-29 01:39:09 +00:00
David Rose
d668da224d
need libtar.h with new interrogate rules
2007-06-28 18:55:12 +00:00
David Rose
8b76075133
repair pstats mem tracking
2007-06-28 04:12:14 +00:00
David Rose
af64f6a404
ode for new interrogate rules
2007-06-28 03:50:31 +00:00
David Rose
d8f9b61896
new interrogate rules
2007-06-28 03:36:06 +00:00
Josh Yelon
1e7c8513c3
Interrogate include-path alterations
2007-06-27 23:57:19 +00:00
David Rose
fe97acf7cb
integrate thread_yield in appropriate places
2007-06-26 13:01:16 +00:00
David Rose
ac0b6ea475
math.h
2007-06-26 12:25:52 +00:00
David Rose
d412ad35d1
PyThreadState stuff
2007-06-26 00:27:36 +00:00
David Rose
06a36aff63
get runtime info for things that don't inherit from TypedObject
2007-06-22 22:35:57 +00:00
David Rose
f2250ba9fa
also add py_panda.h
2007-06-22 22:34:44 +00:00
David Rose
bebefc5563
more path fixes
2007-06-22 16:35:25 +00:00
David Rose
ecad9e186e
fix issues with parser-inc and new interrogate search rules
2007-06-22 15:21:44 +00:00
Josh Yelon
7dc0da379b
Corrected include-file search-path
2007-06-21 23:46:25 +00:00
David Rose
7238f8659c
have_ucontext_h
2007-06-21 17:57:36 +00:00
David Rose
f1e36f447a
_no_opt_ for win32
2007-06-21 16:58:13 +00:00
David Rose
452a7bb6d8
need setjmp.h
2007-06-21 16:41:10 +00:00
David Rose
ab22feb406
SIMPLE_THREADS does not require malloc mutex protection
2007-06-21 16:34:12 +00:00
David Rose
8d2bdc39fd
first pass at SIMPLE_THREADS
2007-06-21 15:33:27 +00:00
David Rose
9f46da91a5
fix missing keyword
2007-06-20 16:32:50 +00:00
David Rose
515ab0c910
win32 VirtualAlloc
2007-06-15 00:38:45 +00:00
David Rose
5f1b029f42
NeverFreeMemory
2007-06-14 23:15:14 +00:00
David Rose
36dfcf2437
fix memory leak
2007-06-03 20:16:00 +00:00
David Rose
ad6e2116cc
better thread safety
2007-06-03 15:42:14 +00:00
David Rose
036ad2b115
remove old LINUX_NATIVE_THREADS implementation
2007-06-02 15:29:59 +00:00
David Rose
6640fd4acf
tau-specific dependencies
2007-05-27 17:50:11 +00:00
David Rose
5c61a77d90
add set_trust_level
2007-05-18 20:52:24 +00:00
David Rose
6b8c2fdb30
define do-nothing stubs for inc_memory_usage() etc.
2007-05-18 18:49:04 +00:00
gephilipp
964098caca
add .mm as valid source files
2007-05-18 18:27:11 +00:00
David Rose
f89ef1f257
prevent crash, return sensible value from find_type()
2007-05-15 17:46:08 +00:00
David Rose
9433628a0e
add Filename::get_temp_directory()
2007-05-13 15:59:29 +00:00
Roger Hughston
ad4aa44a6b
If you pick this up you need to re interigate every thing you have
2007-05-12 01:16:04 +00:00
David Rose
d87cae471d
more better pstats mem tracking
2007-05-10 14:40:52 +00:00
David Rose
137998a5c7
track_in_interpreter
2007-05-09 22:07:48 +00:00
Joseph Lee
d1843ea81a
bring over some OS X flags
2007-05-02 23:56:15 +00:00
David Rose
4bde6a0604
add PyLong_AsLong()
2007-04-27 17:26:34 +00:00
David Rose
a51d4712cf
prebuild-bison
2007-04-21 01:45:13 +00:00
David Rose
01b6acdcfe
PyEval_InitThreads
2007-04-18 22:05:19 +00:00
David Rose
346928ece7
support BLOCKING keyword
2007-04-18 21:51:36 +00:00
David Rose
88fee08547
fix error message output
2007-04-18 20:26:09 +00:00
David Rose
ea3d4eea3f
stub thread functions
2007-04-16 22:17:49 +00:00
David Rose
9ada65e1d4
TypeRegistry requires a reentrant mutex
2007-04-12 17:35:00 +00:00
David Rose
846e46b8c7
better 64-bit support
2007-04-05 15:33:53 +00:00
David Rose
291c14a9b4
oops, another threading fix
2007-04-05 14:38:25 +00:00
David Rose
26f4073003
resolve threading crash
2007-04-05 13:36:29 +00:00
David Rose
301e051f35
remove command-line WIN32_LEAN_AND_MEAN
2007-04-03 23:20:32 +00:00
David Rose
3010785e58
attempt to robustify
2007-04-03 23:20:18 +00:00
Roger Hughston
e829db1d60
Cygwin 6
2007-03-28 20:18:21 +00:00
David Rose
f487846371
rename set -> this_set
2007-03-27 21:14:42 +00:00
David Rose
babebe7c5c
remove command-line WIN32_LEAN_AND_MEAN
2007-03-27 18:09:20 +00:00
Josh Yelon
882dbb172f
Build fixes for new code
2007-03-20 03:41:55 +00:00
Josh Yelon
8a865e394b
Added WIN32_LEAN_AND_MEAN
2007-03-19 20:46:59 +00:00
David Rose
501a3e6310
add hooks for libtar
2007-03-16 03:04:06 +00:00
David Rose
0237009db8
new funcs
2007-03-08 17:53:03 +00:00
David Rose
baa0f8039c
completely shoot nspr
2007-03-07 21:57:15 +00:00
David Rose
ce36e31e6a
prc_parameters.h
2007-03-07 19:22:18 +00:00
David Rose
b8e112e3ba
link with proper libs for NATIVE_NET case
2007-03-02 00:56:59 +00:00
David Rose
03ecc376f8
add gtk+-2 comments
2007-03-01 23:50:51 +00:00
David Rose
8eb5baa427
show proper interrogate name instead of 'type'
2007-02-22 19:03:50 +00:00
David Rose
362484b473
let's make WANT_NATIVE_NET the default now
2007-02-14 16:33:25 +00:00
David Rose
d4983c4700
FT_Span
2007-02-12 12:55:28 +00:00
David Rose
a3d341d1f1
default fmod path
2007-02-12 12:55:18 +00:00
David Rose
0db570a622
build nativenet on Linux
2007-02-09 00:10:28 +00:00
David Rose
00ef82dc51
ifdef openssl
2007-02-08 20:22:16 +00:00
David Rose
0be53cccf6
interrogate changes: respect const, use Python names in diagnostic messages
2007-02-08 20:15:54 +00:00
David Rose
f645944195
dx9 is different
2007-02-08 17:49:47 +00:00
Josh Yelon
1c6caa4e55
Replaced HAVE_DX with HAVE_DX8 and HAVE_DX9
2007-02-07 22:09:07 +00:00
David Rose
7d5656858f
support both empty and nonempty passphrase
2007-02-01 23:05:34 +00:00
Josh Wilson
0e4e851520
took libpandaode out of default GENPYCODE_LIBS. add it to your personal Config.pp for now.
2007-01-31 18:52:38 +00:00
Josh Wilson
c3b5ddfe62
adding libpandaode to pandac.PandaModules
2007-01-31 04:26:10 +00:00
David Rose
132c2c4746
move EncryptStream to dtool; add encrypted and globally untrusted prc support
2007-01-30 23:54:37 +00:00
David Rose
c86cd6de5d
compiler warning
2007-01-30 16:38:17 +00:00
Josh Wilson
71abebad7d
should pass interrogation now once it passes normal compiling phase
2007-01-30 06:04:00 +00:00
Josh Wilson
ee9ea70f77
need config.h to prevent integer typedef collisions
2007-01-29 23:04:00 +00:00
Josh Wilson
67be8fcef0
update ode lib names
2007-01-29 21:10:34 +00:00
Josh Wilson
7e8990269e
First pass at integrating ODE into Panda. Using ODE v0.7
2007-01-29 11:42:45 +00:00
David Rose
03ae6c36f6
add PyObject_Cmp
2007-01-26 17:59:47 +00:00
Josh Yelon
d216c24d17
Changed libdtool to libp3dtool
2007-01-22 20:16:06 +00:00
David Rose
92efb1d282
add FT_Vector
2007-01-18 03:50:58 +00:00
David Rose
25226dec55
missing include
2006-12-14 21:59:42 +00:00
Joseph Lee
5bdafb5f0c
always include assert.h (for MSVC) until drose unbreaks it for opt4 for the newly moved files from interrogatedb to dtoolutil
2006-12-05 02:18:58 +00:00
Joseph Lee
39064a9262
o use MT if static build for RELEASEFLAGS
...
o optimize for P4 cpus and up (still backwards compatible)
2006-12-02 02:00:59 +00:00
David Rose
67d2f9d6e7
maybe we always want to be WIN32_LEAN_AND_MEAN
2006-11-28 00:54:02 +00:00
Zachary Pavlov
79f9d6c8b3
new tau setup
2006-11-27 03:19:35 +00:00
Zachary Pavlov
ac052ff0f0
cast fix
2006-11-27 03:18:56 +00:00
David Rose
090d0d8603
expcl
2006-11-24 23:55:51 +00:00
David Rose
795fd4889d
windows needs default constructor?
2006-11-24 23:03:46 +00:00
David Rose
5779007507
more memory tracking stuff
2006-11-24 22:59:44 +00:00
David Rose
f0df11bc39
fix malloc issues on windows
2006-11-17 23:21:33 +00:00
Darren Ranalli
9e3fb7bb6c
added WANT_NATIVE_NET
2006-11-17 22:29:57 +00:00
David Rose
251d3a0c10
need memoryBase.cxx
2006-11-17 02:18:28 +00:00
David Rose
55225290b8
add MemoryBase to fix malloc issues, especially on OSX
2006-11-17 02:13:10 +00:00
Zachary Pavlov
c70ee43128
prolly not necessary, but just in case. Added the header defs
2006-11-14 04:11:50 +00:00
Zachary Pavlov
d81b48be24
WIN32_LEAN_AND_MEAN is armed!
2006-11-14 04:10:54 +00:00
Zachary Pavlov
e9255443f7
okay, temporary removal of WANT_NATIVE_NET
2006-11-13 06:37:33 +00:00
Zachary Pavlov
429e4cb67c
winsock2 into parser-inc
2006-11-11 03:24:58 +00:00
David Rose
ea1386b007
add MAYA_EXTENSION
2006-11-08 23:16:20 +00:00
Zachary Pavlov
a68f93a6d0
a stub for winsock2
2006-11-08 02:27:47 +00:00
Zachary Pavlov
7d77b95d4c
added a native net var to the general environment. Turn on through Config.pp
2006-11-08 02:26:37 +00:00
Roger Hughston
03fa5dc3d7
uh oh, be carefulcvs add winsock2.hcvs add winsock2.h!
2006-11-07 03:21:25 +00:00
David Rose
9f87644dd4
disable ALTERNATIVE_MALLOC by default
2006-11-03 19:24:12 +00:00
David Rose
e2c38edb6f
minor text change
2006-11-02 00:10:57 +00:00
David Rose
4e0d07c7ec
fix fmod for OSX
2006-11-01 23:45:17 +00:00
David Rose
b1cb4dc751
update comment
2006-10-20 17:48:45 +00:00
David Rose
60d6a84eb4
separate out DEBUGFLAGS
2006-10-18 17:25:58 +00:00
David Rose
2ac33f2119
/usr/local/bin/perl -> /usr/bin/perl
2006-10-17 22:26:52 +00:00
David Rose
abdf0bdd29
add to_os_short_name(), to_os_long_name()
2006-10-13 21:57:59 +00:00
David Rose
0161aabf5d
constrain tp_compare() to return -1, 0, or 1
2006-10-13 21:14:15 +00:00
David Rose
cd89c39c51
python compare Filenames
2006-10-13 21:13:39 +00:00
David Rose
fa2e6e4992
add support for Berkeley DB
2006-10-06 18:46:29 +00:00
David Rose
8de0914056
latest osx publish stuff
2006-09-28 16:31:02 +00:00
David Rose
39a891e55d
*** empty log message ***
2006-09-27 22:12:11 +00:00
David Rose
5d2466c72a
osx tweaks
2006-09-27 04:03:07 +00:00
David Rose
601dbd02ca
fixes for osx build
2006-09-25 22:29:39 +00:00
Chris Brunner
dd8b9fff6c
missing bracket
2006-09-24 20:18:19 +00:00
Roger Hughston
2e4a79ef7f
dylib and so relationships
2006-09-22 20:36:54 +00:00
Roger Hughston
dc401232e9
Fat Finger
2006-09-22 19:42:51 +00:00
Roger Hughston
60791e039a
sx .so to dylib refrence not dup
2006-09-22 19:29:54 +00:00
Roger Hughston
6c9b539cdb
leaning Up the ppremake osx build stuff
2006-09-22 19:26:30 +00:00
Roger Hughston
05513e945f
Moving Files
2006-09-22 19:12:27 +00:00
Roger Hughston
59522ff4d2
Some polish on ppc/ intell divisions..
2006-09-16 21:01:49 +00:00
Josh Yelon
a996ac16ff
Minor fixes to makepanda
2006-09-11 05:36:20 +00:00
David Rose
616de46c25
use as_typed_object()
2006-09-07 17:22:22 +00:00
David Rose
990174f44e
class TypedObject is a typed class
2006-09-06 18:44:14 +00:00
David Rose
b81fdf5f9d
revisiting hashtables
2006-09-01 22:27:21 +00:00
David Rose
633a4f0d1e
workaround for VC8
2006-09-01 20:22:01 +00:00
David Rose
a3cc24dd6f
dos2unix
2006-09-01 18:52:52 +00:00
Roger Hughston
c293042de6
Start Spitting of the Intell Build
2006-08-31 23:24:11 +00:00
David Rose
33f957f9f0
assume we have OpenSSL 0.9.7 these days
2006-08-29 19:22:01 +00:00
David Rose
01a09a9d28
ConditionVarFull
2006-08-29 06:38:53 +00:00
David Rose
7efe3019f2
some static init order issues
2006-08-23 16:32:08 +00:00
David Rose
a1616a6ec7
don't assume DO_PIPELINING
2006-08-22 15:35:25 +00:00
Joseph Lee
20688bbae9
do not assume _WIN32_WINNT hasn't been already defined
2006-08-19 00:40:58 +00:00
David Rose
758947d603
remove obsolete code branches
2006-08-17 16:07:43 +00:00
David Rose
da58a7e355
gcc 64-bit
2006-08-04 17:49:19 +00:00
David Rose
4e1fff429b
support -fPIC properly
2006-08-04 14:59:32 +00:00
David Rose
331d060a8a
report more detail on _cat.info() error
2006-07-31 20:22:52 +00:00
David Rose
696a0afb0b
implement windows locking for atomic functions
2006-06-20 15:49:52 +00:00
David Rose
74107f7df7
add atomic I/O operations
2006-06-20 00:23:05 +00:00
David Rose
7513f0c265
add clarifying comments
2006-06-14 21:22:24 +00:00
David Rose
29f1bb30c8
fix to the fix
2006-06-12 22:32:32 +00:00
David Rose
90acb5e250
fix windows-specific Python path
2006-06-12 18:29:34 +00:00
David Rose
b06643e9b1
fix make_dir when filename ends in '/.'
2006-06-12 18:19:12 +00:00
David Rose
b0eb06c4cb
add get_file_size() for an unopened file
2006-06-09 17:28:18 +00:00
David Rose
87a912818b
add file timestamps
2006-06-08 22:33:08 +00:00
Joseph Lee
346936dbe2
indicate there's support for POSIX threads
2006-05-25 05:22:38 +00:00
David Rose
3265a7d1b0
build with ffmpeg properly on Linux
2006-05-17 18:48:05 +00:00
Zachary Pavlov
3b4e79e50c
changed default directory entries for config.pp to unix style
2006-05-14 22:27:30 +00:00
Zachary Pavlov
9adbcecbd6
new config entries for ffmpeg
2006-05-14 22:25:27 +00:00
Zachary Pavlov
7e3a67c0bf
parser stubs are in for ffmpeg
2006-05-14 22:14:13 +00:00
Roger Hughston
859fc08886
small memory leak with multiple #defines...
2006-05-12 23:48:02 +00:00
David Rose
a1b75855e1
fix recursive reference to HAVE_GL
2006-05-12 18:35:58 +00:00
David Rose
05ff700750
fc5 issues
2006-05-05 18:38:35 +00:00
David Rose
31d121e43b
better sanity checking
2006-04-30 14:40:45 +00:00
David Rose
70d0a6d236
fix clear_local_value()
2006-04-29 02:21:55 +00:00
David Rose
defa6afe02
Tau fixes
2006-04-28 16:19:20 +00:00
David Rose
372c1973fc
comment out bogus assertion
2006-04-28 03:00:32 +00:00
Josh Yelon
c6a783c4a1
ReleaseNotes for 1.2.2
2006-04-27 20:36:30 +00:00
David Rose
95d10754c0
faster Tau on Linux
2006-04-25 19:26:08 +00:00
David Rose
7e063748f6
static init ordering issues with MutexImpl
2006-04-21 15:27:40 +00:00
Josh Yelon
fb90eadf73
Bump version
2006-04-20 17:07:56 +00:00
David Rose
57338ee24d
better windows tau support; better threaded DeletedChain support; beginning PipelineReader classes
2006-04-20 04:03:16 +00:00
David Rose
cadbb022f8
more tau for windows
2006-04-14 15:53:49 +00:00
David Rose
a2dc081676
more and better tau instrumenting
2006-04-14 15:45:07 +00:00
David Rose
1eb1b26006
tau on windows
2006-04-14 03:18:36 +00:00
David Rose
d58f403834
tau profiler
2006-04-13 23:33:56 +00:00
David Rose
d2e1cb779d
tau for windows
2006-04-13 21:42:16 +00:00
Joseph Lee
07c9d292c4
use 64-bit clean i/o under Linux
2006-04-13 02:48:30 +00:00
David Rose
62d6f81cae
comment; volatile keyword
2006-04-12 20:23:38 +00:00
David Rose
a570678cdb
InitializeCriticalSectionAndSpinCount
2006-04-12 18:48:31 +00:00
David Rose
0486a74e7c
include assert.h
2006-04-12 15:17:04 +00:00
David Rose
7986aaa0c3
mutex_spinlock
2006-04-12 15:15:37 +00:00
David Rose
b638e65532
typo
2006-04-12 00:15:44 +00:00
David Rose
ca19170904
revert accidental checkin
2006-04-11 18:16:51 +00:00
David Rose
9ce524fc89
better windows locking
2006-04-11 18:15:58 +00:00
David Rose
afb1520ea1
add get_ptr(), set_ptr()
2006-04-09 20:03:22 +00:00
David Rose
0a155809dc
ifdef out unneeded template classes for interrogate
2006-04-07 23:01:05 +00:00
Josh Yelon
45c89f4ea6
Updating Panda version
2006-04-07 20:44:39 +00:00
David Rose
51ede9905f
interface -> interface_maker (avoid conflicts with Windows SDK)
2006-04-06 17:55:26 +00:00
David Rose
03c35a63ff
CHAR -> CHAR_TOK (avoid conflict with Windows SDK)
2006-04-06 17:51:24 +00:00
David Rose
ff562c4acc
pandabase -> dtoolbase
2006-04-06 17:48:24 +00:00
David Rose
87e992a9fc
instrument allocate/deallocate
2006-04-06 04:32:22 +00:00
David Rose
141d74eb6f
DO_MEMORY_USAGE
2006-04-06 02:01:33 +00:00
David Rose
0688a9b8c1
spaces around template class
2006-04-05 22:36:25 +00:00
David Rose
8a78fffd8f
multithreading optimizations, tau profiler, related changes
2006-04-05 19:36:05 +00:00
David Rose
92a5776b2c
LINK_IN_GLXGETPROCADDRESS
2006-03-29 22:08:06 +00:00
David Rose
df2e738dfe
make ctattach behavior only when ctprojs defined
2006-03-26 23:12:53 +00:00
David Rose
b82652aaaa
check-debug-notify-protect
2006-03-20 21:39:20 +00:00
David Rose
4ddb69b56f
inconsistent #if
2006-03-20 01:02:11 +00:00
Roger Hughston
2991d343d1
Renamed to pnotify
2006-03-17 23:01:54 +00:00
Roger Hughston
42b3ba9c82
OSX big Commit ...
2006-03-17 22:55:08 +00:00
Roger Hughston
847259e346
Name Colision on OSX notify.h = pnotify.h
2006-03-16 21:28:44 +00:00
David Rose
1ef3a5c5c2
dconfig does not require command-line parameters
2006-03-14 00:09:34 +00:00
David Rose
a23eb2d733
support OSX bundle linking (for Python)
2006-03-13 23:12:46 +00:00
Roger Hughston
4b6d80a908
More OSX Stuff
2006-03-13 19:45:12 +00:00
David Rose
93a06490bf
frameworks
2006-03-10 01:08:31 +00:00
David Rose
9a5677fff8
add install_shader rule
2006-03-09 16:56:14 +00:00
Asad M. Zaman
191c1b4046
changed the maya_egg rules to be more robust
2006-03-03 02:47:01 +00:00
Joseph Lee
74890122cb
patches to support FreeBSD build
2006-03-01 02:29:06 +00:00
David Rose
8ab0b63fd0
move mutexImpl etc. from pandaexpress
2006-02-21 23:11:05 +00:00
Roger Hughston
ad0cbe08b2
First Pass(for me at least) at osx dynamic loader..
2006-02-17 01:28:28 +00:00
Roger Hughston
524d41e92e
OSX OpenGL Stuff
2006-02-16 19:25:00 +00:00
Roger Hughston
e4a267db75
OSX has a isnan that conflicts with this .. ??
2006-02-16 19:24:33 +00:00
David Rose
1d2282a879
pipelining getting close; uprev bam version to 6.0
2006-02-14 19:07:47 +00:00
David Rose
c398f10d7b
fix ptmalloc2 for windows again
2006-02-10 21:44:47 +00:00
Roger Hughston
5e9a5e5028
Bad USE_COMPILER flags.. ( Sorry)
2006-02-10 20:05:57 +00:00
David Rose
03a74bfede
posix threads never on Windows
2006-02-10 19:58:47 +00:00
Roger Hughston
c953eca82b
Some more motion on osx
2006-02-10 19:54:19 +00:00
David Rose
6cad90ad28
GL_FRAMEWORK
2006-02-10 19:26:04 +00:00
David Rose
7fdf481b0f
posix threads
2006-02-10 18:52:41 +00:00
David Rose
0b86e30da5
windows.h
2006-02-08 06:58:32 +00:00
Josh Yelon
e3ac8d3e02
Updated version number
2006-01-24 20:38:20 +00:00
David Rose
eaf21c7e2b
fix unary - in interrogate
2006-01-21 00:49:17 +00:00
David Rose
01a2a7c13c
define CHECK_REENTRANT_MUTEX
2006-01-17 19:12:20 +00:00
David Rose
9f2768dfed
move from Gtk-- 1.x to gtk+-2.0
2006-01-17 03:59:48 +00:00
aignacio_sf
f04e3c9ddc
Added Cg config.
2006-01-13 20:35:39 +00:00
David Rose
572a146c24
untabify
2006-01-13 18:38:07 +00:00
David Rose
44765047d6
fix built dtool.emacs
2006-01-13 18:02:17 +00:00
David Rose
d48ec456e3
define -> defer
2006-01-10 13:54:29 +00:00
David Rose
92c0793706
getenv() now works at static init on Linux
2005-12-28 22:48:39 +00:00
David Rose
b98eab780f
publish ExecutionEnvironment
2005-12-28 22:48:09 +00:00
Chris Brunner
1dbdffc35c
drose: should add lib to PATH without requiring PENV
2005-12-22 22:22:29 +00:00
David Rose
a9067e2128
report nassert_raise() message even when squelched
2005-12-20 18:37:04 +00:00
David Rose
20b5398ab8
USE_DEBUG_PYTHON
2005-12-12 17:22:34 +00:00
David Rose
8b5d1758df
better define
2005-12-12 17:22:16 +00:00
David Rose
0b1504f510
add some more symbols
2005-12-09 00:55:37 +00:00
David Rose
968ad486b8
fix __rsub__ nonsense
2005-12-08 22:40:50 +00:00
Roger Hughston
5bbbeff865
Debug Mode for python witj _DEBUG flag
2005-12-01 19:29:54 +00:00
Josh Yelon
c8d692b258
Increased version number to 1.1.0
2005-11-16 23:40:53 +00:00
Dave Schuyler
f92b90f80b
../install/
2005-11-10 00:55:08 +00:00
Josh Yelon
fbb934c19c
Changed version num to 1 0 906
2005-11-06 21:50:22 +00:00
David Rose
48e8277cae
need OpenMayaUI now
2005-11-02 19:01:42 +00:00
David Rose
a641f3d0cb
be more lenient of case check--allow 8.3 filenames
2005-11-02 01:58:21 +00:00
Josh Yelon
f4539ca2cd
*** empty log message ***
2005-10-28 16:18:34 +00:00
David Rose
bfe0928939
add more nodefaultlibs
2005-10-26 15:06:26 +00:00
David Rose
8d7adf5f5c
robustify find_on_searchpath a bit
2005-10-12 15:51:37 +00:00
David Rose
9219cca32c
add write_prc_variables
2005-10-11 21:15:27 +00:00
David Rose
7ce2019b9e
maybe it's right this time?
2005-10-03 23:31:17 +00:00
David Rose
0cd217e05b
correct get_panda_root() logic one more time
2005-10-03 21:16:25 +00:00
David Rose
891153853f
hardcoded defaults for VR Studio-specific paths really don't belong here
2005-10-02 17:24:48 +00:00
David Rose
f488b04bc7
remove implicit c:/cygwin, fix logic some more
2005-10-02 17:14:47 +00:00
Josh Yelon
fb46c04ad6
Got it to compile under VC
2005-10-02 02:50:52 +00:00
Josh Yelon
818cf9d7a5
Fixed a bug in get_panda_root
2005-10-02 01:22:29 +00:00