17542 Commits

Author SHA1 Message Date
Mike Christel
c308b57137 Overload added to set_shader_auto to allow any of normal, glow, gloss, ramp, shadow to be turned on or off 2010-04-16 14:06:26 +00:00
rdb
7ea3dfbfee Fix model-cache location. On OSX it was even in ~/Documents/Library/Caches/, wow.
Thanks go to Bradamante for pointing out the issue.
2010-04-16 10:16:35 +00:00
Gyedo Jeon
865beb38f5 Added some codes to help dynamic combo UI 2010-04-16 07:29:22 +00:00
Gyedo Jeon
938d5fb27c Fixed a bug of undoing addNewObject 2010-04-16 07:26:40 +00:00
Gyedo Jeon
6f905b2834 Added support for dynamic combo UI 2010-04-16 05:14:04 +00:00
Darren Ranalli
b03ce0ca94 added base.getAxes() 2010-04-15 23:29:00 +00:00
Ken Patel
067ca6c109 python breakpoint debugging system (in pythonUtils) 2010-04-15 18:56:37 +00:00
Gyedo Jeon
acd4d5ed46 Added handling of model loading failure 2010-04-13 23:39:21 +00:00
David Rose
674099f5c1 osx-support-gl-buffer 2010-04-13 23:05:07 +00:00
David Rose
30155fb72e add support for uncompressed luminance and luminance-alpha dds files 2010-04-13 17:19:18 +00:00
Darren Ranalli
5f3cd68162 spec-by-disk off by default 2010-04-12 21:47:21 +00:00
Gyedo Jeon
ddf0022ff3 Creating own log window to capture logs from wx.Log 2010-04-12 20:59:09 +00:00
David Rose
848d439f72 compilation errors 2010-04-12 18:55:31 +00:00
Gyedo Jeon
1708bea71b Fixed bugs in undoing object deletion 2010-04-12 18:41:33 +00:00
rdb
fb6b4c0ceb Add $[AR] to make Linux cross-compilation a little bit easier 2010-04-12 17:37:42 +00:00
rdb
c9073b1d80 Put back a fix that the PandaSE team happily but accidentally reverted 2010-04-12 16:47:59 +00:00
Gyedo Jeon
a5e19e546b Seperated WX UI Frame 2010-04-12 16:29:09 +00:00
Chris Brunner
0869456129 more fixes for batch maya2egg 2010-04-10 06:30:16 +00:00
Chris Brunner
c7bc29d13e updates to the batch maya2egg to match the standalone 2010-04-10 01:07:45 +00:00
Gyedo Jeon
f88c515935 Made persp view only as default 2010-04-09 23:51:53 +00:00
Gyedo Jeon
3b7c98a5e1 Added generic wx panda frame 2010-04-09 23:27:04 +00:00
Gyedo Jeon
d08be0d404 Replaced label of property pane 2010-04-09 17:08:15 +00:00
rdb
12e04d58f8 Fix packager warning 2010-04-09 13:30:06 +00:00
rdb
35fa12e2a6 A bit of code cleanup 2010-04-09 13:24:02 +00:00
rdb
f6f0be4b1b Don't build make-prc-key for the rtdist build 2010-04-09 13:17:53 +00:00
rdb
f76a3b37da Fix compiler warning 2010-04-09 13:15:19 +00:00
rdb
76acb90a98 Handle keyboard interrupts better 2010-04-09 12:57:34 +00:00
rdb
df173c9662 Update file listing 2010-04-09 12:53:47 +00:00
rdb
38b35ef153 Minor bugfix, and also, better output signal handling 2010-04-09 12:49:16 +00:00
David Rose
1ef4137575 need a case-insensitive compare for filename collisions 2010-04-08 22:44:03 +00:00
David Rose
8a6acab786 cheesy Messenger workaround 2010-04-08 21:45:52 +00:00
Chris Brunner
c91fd55096 adding support for Mac paths 2010-04-07 23:28:46 +00:00
David Rose
481aa0d8ec fix to typo 2010-04-07 22:54:26 +00:00
David Rose
f7b9b5144d whoops, forgot too 2010-04-07 22:26:54 +00:00
David Rose
31fd59476a migrate UvScrollNode -> pgraphnodes 2010-04-07 22:02:31 +00:00
enn0x
8dd0b6ca96 Cloth simulation and rendering. No tearing yet. 2010-04-07 18:42:06 +00:00
Gyedo Jeon
36956aed7b Added grid snapping support for drag/drop object creation 2010-04-07 18:30:14 +00:00
rdb
06167a0ec7 Shouldn't do so without actually trying my fix first, though 2010-04-07 17:30:17 +00:00
rdb
c700c23c28 Attempt to fix build without HAVE_CG 2010-04-07 17:28:53 +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
Mike Christel
6418e6f221 extended shader input system support for Cg (see Panda SE Project 2010-03-17 blog post for more details) 2010-04-07 11:16:29 +00:00
Darren Ranalli
749cb5c059 added clamp as bound alias 2010-04-07 00:02:13 +00:00
Gyedo Jeon
a01f540549 Added exception handling for no intersction at cursor position 2010-04-06 18:57:52 +00:00
Gyedo Jeon
4f3b7a5123 Added replace feature 2010-04-05 20:18:19 +00:00
Gyedo Jeon
218138274b Added feature to replace objects 2010-04-05 17:56:24 +00:00
rdb
eee5764b82 Fix pdeploy error when there are dependency packages 2010-04-04 18:23:50 +00:00
rdb
c13240819c makensis path may contain spaces (thanks to dittrich) 2010-04-04 12:20:43 +00:00
treeform
d5ebb58874 Added more debug messages to openAL audio manager for closing it.
We use resent OpenAL-soft in the distribution (1.12 or more instead of 1.8)

There is this bug:
OpenAl soft some times selects ALSA software
ALSO software some times has a bug working with pulse audio
So we need to make sure OpenAL uses pulse audio directoly, then it works.

KittCat (openAL soft author):
well, more like worked around it. but it's not something I can fix in openal soft
I've gone over the code several times and had other people comment on it. alsa just enables mmap when using the pulse plugin even though the plugin doesn't support it
using the pulse api directly (or disable using mmap with alsa) gets around the problem, though
2010-04-03 07:26:00 +00:00
treeform
d5071f89b6 I have added the debug output for AL_RENDERE AL_VENDER and AL_VERSION when starting openAL 2010-04-03 06:08:56 +00:00
David Rose
3293a6574a http-preapproved-server-certificate-name 2010-04-03 01:17:45 +00:00