18201 Commits

Author SHA1 Message Date
rdb
b5861ed654 Another missing expclcl thing 2011-02-24 11:32:38 +00:00
rdb
c310c29a77 not my code, not my code 2011-02-23 16:28:34 +00:00
rdb
750405202b properly export this class 2011-02-22 20:20:51 +00:00
rdb
fc0d21cdd3 also read LD_LIBRARY_PATH when searching for libraries 2011-02-21 20:51:50 +00:00
rdb
028c191887 don't rely on render being available at import time 2011-02-21 15:30:04 +00:00
rdb
726316ad64 Revert my changes, they weren't right after all 2011-02-20 19:10:37 +00:00
rdb
68ae65f063 some release notes for 1.7.1 (incomplete) 2011-02-20 18:37:38 +00:00
rdb
20f72df4c9 fix bug #676558, also support OpenALSoft to be used on Windows 2011-02-20 17:06:13 +00:00
rdb
82dc0ffef4 Send lshift/rshift, lalt/ralt and lcontrol/rcontrol instead of just shift/alt/control (untested) 2011-02-20 16:25:32 +00:00
rdb
768dc99607 Fixes from constantexpected 2011-02-20 15:48:48 +00:00
rdb
c823dd27ae fix bug #716509: NodePath.findMaterial does not work properly 2011-02-20 15:35:53 +00:00
rdb
8c51f16e78 Fix compile errors on Linux 2011-02-20 14:06:46 +00:00
David Rose
f6ac9c2c27 typo in _ignored_tags 2011-02-17 18:36:47 +00:00
David Rose
95d9a344ae add Texture::rescale_texture() 2011-02-16 15:30:12 +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
David Rose
7de7c793bc fix some pdeploy issues on win32 2011-02-15 21:30:23 +00:00
Ken Patel
9c1c10ea4b dtool - compilerSettings.pp - explicitly specify /MANIFEST in linker flags 2011-02-14 22:54:06 +00:00
Ken Patel
5a84cbf730 plugin - p3dpythonw.exe name configurable independently from p3dpython.exe name 2011-02-14 05:21:57 +00:00
Ken Patel
49026617c1 FreezeTool - improve support for MSVC on 64-bit windows 2011-02-13 08:51:59 +00:00
rdb
009c00d9f1 commit super awesome patch from 11thPenguin 2011-02-13 06:51:18 +00:00
Ken Patel
9f8714254c plugin - make p3dpython binary name configurable (non-osx) 2011-02-12 03:26:58 +00:00
Ken Patel
39967c1110 plugin - read_log / log_history - fix corner cases so behavior matches documentation 2011-02-12 02:10:23 +00:00
Ken Patel
bf5343ed17 plugin - read_log - add support for head_bytes_prev (additional optional parameter) 2011-02-12 01:41:36 +00:00
Ken Patel
ae627fb19b plugin - read_log - report error out and early out conditions during calls to read_log 2011-02-12 01:03:00 +00:00
Ken Patel
003483f294 dtool - fix ordering issue with manifest embedding in .gmsvc template 2011-02-11 00:21:23 +00:00
rdb
100bec43b6 Work around annoyance in Mesa's GLES implementation 2011-01-26 15:22:33 +00:00
rdb
10511a4246 better fix for previously named problem 2011-01-26 15:02:32 +00:00
rdb
1feec43b43 Oops, the fix was only for EGL 2011-01-26 14:41:47 +00:00
rdb
bdf4591c3a Fix minor issue that has been limiting the number of framebuffer configurations to 32, severely limiting render functionality across the board. 2011-01-26 14:13:02 +00:00
rdb
71ddd9de3b Add missing PyList_Type 2011-01-23 19:33:42 +00:00
rdb
f5834b67c5 Read dependency libraries from the ELF file itself rather than using ldd. Also, remove any RPATH/RUNPATH entry if the .dynamic section contains one 2011-01-23 10:28:59 +00:00
rdb
2e0329302b <3 to GrizzLyCRO 2011-01-19 21:46:20 +00:00
David Rose
97feb6bd97 remove unneeded and troublesome CollisionSolid == CollisionSolid optimization 2011-01-18 22:37:58 +00:00
David Rose
a8b7f6bc85 write_bam_file() should take a Filename 2011-01-18 19:10:16 +00:00
David Rose
e3a3170e5b add Texture::set_ram_image_as(), Texture::string_*(), Texture::get_tex_scale() 2011-01-17 18:31:11 +00:00
rdb
04be70338a ugly fix for older versions of Cg 2011-01-13 17:14:22 +00:00
rdb
263588716e Add back support for shadow mapping, that CMU students removed 2011-01-13 12:10:09 +00:00
rdb
00f2a30a2b don't remove .h files from include dir 2011-01-12 15:08:10 +00:00
rdb
a1433314d4 fix for bug #700338 (I think) 2011-01-08 17:45:58 +00:00
Ken Patel
70e4e9c559 panda - downloader - httpChannel logging returned to reasonable levels 2011-01-08 01:12:10 +00:00
rdb
17a20c5792 Pick up _ext.I files in linmath 2011-01-03 10:12:16 +00:00
rdb
c32b599370 Port linmath classes to the new extension system 2011-01-03 09:02:23 +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
9067399079 Various bugfixes to the new cursor stuff 2010-12-28 12:25:07 +00:00
rdb
21bad8cd14 Oops, forgot closing bracket 2010-12-27 17:52:17 +00:00
David Rose
7d0f8c69bf second suggested fix by community member nopcode 2010-12-27 17:30:10 +00:00
rdb
636f28d173 There's no point in compiling this code at all without XCursor 2010-12-26 17:17:59 +00:00
rdb
b4508cbc99 Proper fix for .cur loading bug 2010-12-26 11:52:12 +00:00