17365 Commits

Author SHA1 Message Date
David Rose
e68e597b6a more verbose error messages 2010-03-01 19:06:12 +00:00
David Rose
6db963dfa6 publish PTA_double, PTA_LMatrix4f, PTA_LVecBase3f 2010-02-28 03:29:34 +00:00
David Rose
882b544805 fix forcetype for template instantiations 2010-02-28 03:29:03 +00:00
rdb
2941d95466 Fix OSX buildbot compile error for runtime build, as well 2010-02-27 14:39:58 +00:00
rdb
2c762a7820 Fix buildbot compile error on OSX 2010-02-27 14:13:54 +00:00
rdb
d6c565860d Resolve symlinks for sys.executable, so that ppython symlink will always point to the right version on non-windows 2010-02-27 11:11:09 +00:00
rdb
95b6c2264f ppython symlink 2010-02-27 10:57:10 +00:00
Gyedo Jeon
78942f54ae Made reset festure could be canceled 2010-02-26 20:44:16 +00:00
Gyedo Jeon
33eda44d11 Added temporary hack for undo related bug 2010-02-26 20:28:17 +00:00
Gyedo Jeon
080a62753a Made keyevent unbound when gridSize UI is on 2010-02-26 20:27:53 +00:00
Ken Patel
97a1724005 Rope.py usage comment correction 2010-02-26 20:06:24 +00:00
Gyedo Jeon
a926640f1a Added key down, up event binding 2010-02-26 20:05:51 +00:00
Ken Patel
d23e0af3ca TF - holidayManagement page sorts configs & highlights holidays with names that start with an asterisk 2010-02-26 19:56:12 +00:00
Gyedo Jeon
3ad321eebd Changed edit button position in hotkey UI 2010-02-26 19:09:10 +00:00
Gyedo Jeon
a20bd77706 Made camera rotate around center of persp view in new LE 2010-02-26 18:48:03 +00:00
Gyedo Jeon
ffee5a7d56 Fixed a bug in undo for deletion 2010-02-26 02:01:58 +00:00
Gyedo Jeon
d105aa08ea Made iRay sorted to find proper hit 2010-02-26 01:51:00 +00:00
Gyedo Jeon
17f4adb518 Made persp camera properly be reset 2010-02-26 01:05:50 +00:00
Gyedo Jeon
29d6242dff Added status readout, confirm to save when reset 2010-02-25 22:21:57 +00:00
rdb
d3e12cde87 Fix division by zero when resizing the window to 0 size 2010-02-25 17:21:48 +00:00
rdb
38caf46fe0 Apply patch from koeikim
https://bugs.launchpad.net/panda3d/+bug/527567
2010-02-25 08:20:21 +00:00
Gyedo Jeon
1fba319d67 Made hotkeys be shown in menu item 2010-02-25 02:25:04 +00:00
Gyedo Jeon
ae1f9ee618 Added more hotkeys for new LE 2010-02-25 02:23:30 +00:00
Gyedo Jeon
5b4dc58c96 Allowed quit function could be called outside from menu 2010-02-25 02:22:42 +00:00
David Rose
02960fbddf true_file_io 2010-02-24 23:34:26 +00:00
Gyedo Jeon
91f365e629 Added a hotkey for make live feature 2010-02-24 22:55:18 +00:00
Gyedo Jeon
f8d731e922 Made object to be appeared on grid if added ouside of current live object 2010-02-24 22:54:55 +00:00
Gyedo Jeon
159f878ef3 Added make live feature to make an object a base object to add another object 2010-02-24 21:50:23 +00:00
enn0x
d5c93ae026 Debug renderer: rendering triangles and improved performance, and smaller fixes. 2010-02-24 21:09:58 +00:00
rdb
2e503bd284 Fix error message 2010-02-24 15:57:02 +00:00
rdb
3e42473cb1 Minor OSX fix 2010-02-24 13:48:14 +00:00
rdb
488d0191b1 More antidote for the OSX environment.plist poison. Write a .pth file in /Library/Python/#.#/site-packages 2010-02-24 13:31:40 +00:00
rdb
2d2841c75d Script to remove environment.plist poison 2010-02-24 13:13:38 +00:00
rdb
df296cb85a Fix makechm for new manual stuff 2010-02-24 11:54:14 +00:00
rdb
aed8f189ae More ABI compatibility stuff 2010-02-24 09:44:15 +00:00
rdb
d9345815b9 Introducing ABI compatibility between sequential releases of Panda3D 2010-02-24 09:14:50 +00:00
David Rose
3cf40a0a28 support glob for vfs 2010-02-24 01:58:36 +00:00
Gyedo Jeon
a252c1010d Fixed an issue of deletion from scenegraph 2010-02-24 01:45:20 +00:00
Gyedo Jeon
4fca72f556 Halted key event passing during hot key editing 2010-02-23 23:08:58 +00:00
Chris Brunner
569adce11b removing dead header file from Sources.pp 2010-02-23 22:22:35 +00:00
Arkady Trestman
6ca5e143f1 correcting some item selection and deleting issues 2010-02-23 22:14:10 +00:00
David Rose
ca0675d20d fix sys.path issues within finding implicit modules using module() or mainModule() 2010-02-23 22:12:22 +00:00
David Rose
23d5b8e3b5 mount p3d files at cwd, not at /mf 2010-02-23 22:04:03 +00:00
David Rose
2eaf5a88b5 allow ppackage to drop p3d files into the current directory by default 2010-02-23 21:41:58 +00:00
David Rose
cfe0796c46 fix assertion error on showTightBounds() 2010-02-23 20:42:25 +00:00
Gyedo Jeon
9bb860ea1e Simplified how hotkey is handled 2010-02-23 19:59:03 +00:00
Gyedo Jeon
35dd9e3e18 Added feature to bypass keyevent from wx to panda 2010-02-23 19:58:19 +00:00
David Rose
727b2ca5a9 don't report error messages for panda3d.blah 2010-02-23 00:44:29 +00:00
Gyedo Jeon
dd71475227 Added hotkey for new LE duplicate function 2010-02-22 22:42:35 +00:00
Gyedo Jeon
e3272b9610 Removed unnecessary import 2010-02-22 18:36:37 +00:00