David Rose
|
646f12f625
|
squelch backtrace on SystemExit
|
2012-02-16 00:19:09 +00:00 |
|
David Rose
|
1fc2e4b35d
|
replace old NodePath.lerp* calls with NodePath.*Interval equivalents
|
2012-02-15 21:27:46 +00:00 |
|
David Rose
|
540e5ff85e
|
whoops, float not int
|
2012-02-14 23:14:03 +00:00 |
|
David Rose
|
30e8d98f2c
|
use toOsSpecific() where it counts
|
2012-02-14 23:12:20 +00:00 |
|
David Rose
|
2a782774aa
|
whoops, important to default want-dev correctly based on __debug__
|
2012-02-13 18:25:12 +00:00 |
|
David Rose
|
cf816c9885
|
some config vars to control buffer viewer
|
2012-02-13 18:06:14 +00:00 |
|
David Rose
|
c520c7a520
|
bah, improper import of DCFile
|
2012-02-13 17:51:59 +00:00 |
|
rdb
|
5bf3aa09d5
|
add libRocket extensions for packp3d to pick up
|
2012-02-11 19:39:33 +00:00 |
|
David Rose
|
91cb23abb0
|
oobeCull() also wants a cam argument
|
2012-02-09 22:35:08 +00:00 |
|
rdb
|
8062339604
|
fix broken implementation of join()
|
2012-02-09 12:01:40 +00:00 |
|
David Rose
|
6d630e2cf1
|
auto-clear depth between eyes by default for stereo
|
2012-02-08 20:34:26 +00:00 |
|
David Rose
|
71871ba28b
|
base.oobe() accepts cam argument
|
2012-02-07 22:08:53 +00:00 |
|
David Rose
|
beabaecca4
|
forgot os.path.join
|
2012-02-07 14:47:58 +00:00 |
|
rdb
|
d9dd9c86bb
|
Import Filename
|
2012-02-02 11:37:23 +00:00 |
|
rdb
|
1d12ecfcea
|
Include Pmw.def
|
2012-02-02 11:28:59 +00:00 |
|
David Rose
|
6d7d6e9271
|
minor fix
|
2012-01-31 22:11:09 +00:00 |
|
rdb
|
66e8c2aafa
|
*** empty log message ***
|
2012-01-31 21:53:47 +00:00 |
|
rdb
|
762f31c27e
|
also include submodules of Pmw
|
2012-01-28 14:37:16 +00:00 |
|
rdb
|
e801caded7
|
aw, forgot to import sys
|
2012-01-28 14:21:05 +00:00 |
|
rdb
|
aa76d1ca47
|
um, fix paste-buffer corruption issue, heh heh
|
2012-01-28 14:17:18 +00:00 |
|
rdb
|
1c5366dfce
|
fix Tkinter woes on OS X by giving Tkinter control over the main loop instead of Panda
|
2012-01-28 14:14:30 +00:00 |
|
rdb
|
1da17fe749
|
this should fix the Pmw stuff
|
2012-01-28 14:13:17 +00:00 |
|
Chris Brunner
|
ee3adf5723
|
Fix a bug where privReverseInstant would reset to the last state of an interval and not the start state
|
2012-01-27 03:02:50 +00:00 |
|
David Rose
|
c8e3c72b3a
|
catch keyboard focus, mouse capture
|
2012-01-23 23:20:47 +00:00 |
|
rdb
|
afc0cf2be7
|
give Pmw another try
|
2012-01-23 11:51:22 +00:00 |
|
rdb
|
75a00f9553
|
add libRocket runtime package
|
2012-01-22 15:03:14 +00:00 |
|
rdb
|
9dcc7a5e35
|
fix Tk crash on OSX
|
2012-01-22 12:42:45 +00:00 |
|
David Rose
|
38de5011e1
|
remove-callback-window
|
2012-01-18 19:25:16 +00:00 |
|
David Rose
|
19a0d3bdb9
|
reword comment for accuracy
|
2012-01-18 19:24:31 +00:00 |
|
David Rose
|
17f27744a9
|
add base.adjustWindowAspectRatio()
|
2012-01-17 05:39:25 +00:00 |
|
David Rose
|
fb71b744a9
|
add wx-main-loop
|
2012-01-16 01:56:48 +00:00 |
|
David Rose
|
6f5fd1525d
|
GraphicsWindow::_unexposed_draw
|
2012-01-15 20:13:16 +00:00 |
|
David Rose
|
09a9a5d8b3
|
ah, this is the way wx wants to work.
|
2012-01-14 19:47:28 +00:00 |
|
David Rose
|
1fd8a621ff
|
further robustness for WxPandaWindow on Linux
|
2012-01-14 19:20:56 +00:00 |
|
David Rose
|
279b3a8aeb
|
support wx main loop in p3d system too
|
2012-01-14 01:18:10 +00:00 |
|
David Rose
|
93d625845c
|
invert the WxGlobal loop: now wx owns the main loop, it seems to like that a lot better.
|
2012-01-14 00:16:05 +00:00 |
|
David Rose
|
e08f1d204f
|
more WxPandaWindow fixes
|
2012-01-13 23:42:23 +00:00 |
|
David Rose
|
d4ba4f4caf
|
initialize self.direct
|
2012-01-13 22:58:54 +00:00 |
|
David Rose
|
da7a5b6b55
|
protect against no profile module
|
2012-01-13 18:21:35 +00:00 |
|
David Rose
|
a2a8aacb7e
|
respect fbprops in WxPandaWindow
|
2012-01-13 14:37:17 +00:00 |
|
David Rose
|
50e53a4d4e
|
better support for multiple windows, multiple trackballs, one camera
|
2012-01-13 00:22:05 +00:00 |
|
rdb
|
5f9e2152da
|
Revert my previous commit here, as it breaks postprocessing filters that use auxiliary render targets (like cartoon shading)
|
2012-01-11 10:45:00 +00:00 |
|
David Rose
|
7fd4c1cc18
|
solve WxPandaWindow issues on Linux
|
2012-01-11 01:58:25 +00:00 |
|
David Rose
|
ce8af6bc29
|
CallbackGraphicsWindow on Linux, but there are issues
|
2012-01-10 01:09:48 +00:00 |
|
David Rose
|
60f62deed1
|
minor fix when specifying an explicit pipe
|
2012-01-09 23:46:35 +00:00 |
|
David Rose
|
7c60573ab5
|
what a mess __dev__ has become
|
2012-01-09 22:17:54 +00:00 |
|
David Rose
|
5e4ca78c07
|
leveleditor works on Mac too
|
2012-01-09 21:55:54 +00:00 |
|
David Rose
|
56f22e0692
|
WxPandaWindow
|
2012-01-08 16:10:18 +00:00 |
|
rdb
|
19869ff338
|
seems to need .icns extension in .plist file on OSX
|
2012-01-08 13:57:37 +00:00 |
|
rdb
|
11d7fd56c1
|
delete shortcuts in uninstaller
|
2012-01-08 13:43:37 +00:00 |
|