Zachary Pavlov
1d896fcbb7
oops. Fixed the copy constructor bug. No more crashes :)
2009-07-07 17:10:17 +00:00
David Rose
f6a13bdc9c
remove unneeded includes
2009-07-07 16:48:27 +00:00
rdb
4bbf69c07b
Support for building the web plugin via makepanda
2009-07-07 15:51:02 +00:00
David Rose
8a9358adb3
separate out is_pathsep
2009-07-07 14:58:10 +00:00
rdb
09d7fb02d8
Fix FreezeTool for linux, and auto-strip .py[cow]? when supplied as start file.
2009-07-07 14:51:51 +00:00
rdb
823069d4a6
Revert stupid commit of mine
2009-07-07 13:22:28 +00:00
rdb
c67c5a4c14
Fix compile issue, and add plugin_common_composite
2009-07-07 13:18:04 +00:00
rdb
da6e555571
Oops, forgot to link swscale into libpanda
2009-07-07 07:06:53 +00:00
David Rose
a663c348d3
fix crash
2009-07-07 01:50:02 +00:00
David Rose
59210bf718
more work on outbound scripting
2009-07-07 01:05:41 +00:00
David Rose
b2906cda8b
windows crashy
2009-07-06 22:34:46 +00:00
David Rose
92265c7134
some windows issues
2009-07-06 21:58:21 +00:00
David Rose
e4169cfbc9
I don't think we need or want AttachThreadInput()
2009-07-06 21:56:06 +00:00
Darren Ranalli
57e08fadf2
use FunctionCall.pushCurrentState
2009-07-06 21:46:23 +00:00
Darren Ranalli
caca39b04a
added pushCurrentState, removed initial automatic call from FunctionCall
2009-07-06 21:44:52 +00:00
David Rose
3e8eca5528
osx compilation issues
2009-07-06 19:43:39 +00:00
David Rose
4738f31efd
wait-with-timeout
2009-07-06 19:32:18 +00:00
David Rose
94ed0c76c2
compilation errors
2009-07-06 17:45:23 +00:00
David Rose
13552a7041
working on inbound scripting controls
2009-07-06 17:38:41 +00:00
rdb
482b5f1a46
Fix a typo - and disable XWarpPointer call on movePointer when relative mouse is enabled.
2009-07-06 17:33:06 +00:00
rdb
921b9e9d13
Added support for the XFree86-DGA extension, enabling support for relative mice on Linux. This greatly helps for smooth FPS mouse movement.
2009-07-06 17:03:47 +00:00
rdb
9e41cd84a3
2unix
2009-07-06 15:20:23 +00:00
rdb
a12727a957
Fixes allowing to build latest CVS on windows again
2009-07-06 14:56:26 +00:00
rdb
cb4d98f8c9
Backward compatibility for ancient ffmpeg versions
2009-07-06 14:31:25 +00:00
rdb
6608821ce7
Fix test_egg
2009-07-06 08:54:06 +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
7f498f68d4
Fix compile warnings on windows
2009-07-06 07:06:11 +00:00
David Rose
8a56d5612f
ignore extensions_darwin.py
2009-07-05 15:55:47 +00:00
David Rose
47e364b1e1
ditch the P3DListObject
2009-07-05 15:54:53 +00:00
rdb
f33032dd6b
Add setDepthOffset etc.
2009-07-05 15:40:55 +00:00
David Rose
2b7462be95
Filename::from_os_specific
2009-07-05 15:36:40 +00:00
David Rose
a08e393dc6
ppObject -> ppPandaObject
2009-07-05 15:26:47 +00:00
David Rose
b58639d5e9
minor safari fix
2009-07-05 15:22:30 +00:00
rdb
7e4e883eca
Fixed a bug in makepanda - now, when using a nonstandard output directory, you don't have to rebuild every time.
2009-07-05 14:55:19 +00:00
David Rose
165a57a38a
more inbound scripting
2009-07-04 21:10:45 +00:00
David Rose
ed037be160
inbound scripting controls
2009-07-04 19:12:24 +00:00
rdb
cd80487c05
Performance improvement of shadow code, fixed the self-shadowing artifacts, removed push_bias. For infinitely-thin objects, a DepthOffsetAttrib can be applied if necessary.
2009-07-04 09:19:40 +00:00
David Rose
5b088c851c
missing file
2009-07-03 22:43:23 +00:00
David Rose
e5cb25b7bd
more scripting work
2009-07-03 22:41:39 +00:00
David Rose
4edcad8821
minor build errors
2009-07-03 22:13:32 +00:00
David Rose
6f2591c642
P3DPythonObject et al
2009-07-03 20:27:50 +00:00
rdb
aa0e91de1f
HAVE_LINUX_INPUT_H
2009-07-03 18:22:13 +00:00
rdb
29dcf2d95b
Fix typo
2009-07-03 17:32:51 +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
0983073e25
Fix compiler warning
2009-07-03 09:02:31 +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
David Rose
006ec7931e
typo in posix case
2009-07-03 01:31:13 +00:00