11640 Commits

Author SHA1 Message Date
David Rose
cffaa54239 stop() should not activate animation 2007-01-05 18:43:56 +00:00
David Rose
737096d8fd fix laggy dynamic joints when blends are in effect 2007-01-05 18:43:06 +00:00
Jason Yeung
7698e4801b - Fixed a ship crash 2007-01-04 02:06:26 +00:00
aignacio_sf
deb3f12f1b Add DirextX/driver managment options. 2007-01-04 01:47:15 +00:00
aignacio_sf
baf81ca972 Allow passing old gsg again (pass gsg = None instead).
Restore stencil clear states for recreated window.
2007-01-03 20:53:10 +00:00
Jason Yeung
7896127dfd - Remove the reversed controls 2007-01-03 02:06:00 +00:00
aignacio_sf
ca15a288a6 Add texture compression. 2007-01-03 01:55:22 +00:00
Zachary Pavlov
6dc1f8aec6 flipped navigation for the new ships 2007-01-02 20:03:53 +00:00
Darren Ranalli
a86451ad35 prevent garbage leak 2006-12-30 00:22:49 +00:00
Joe Shochet
93a5850c7b faster ship movement for CES demo 2006-12-29 20:06:08 +00:00
Darren Ranalli
ad7c978ef5 better hex output 2006-12-29 18:07:41 +00:00
Darren Ranalli
208dfd2d94 added GoldenRectangle 2006-12-28 23:52:14 +00:00
Darren Ranalli
a0307f90a0 added 'append' option to exceptionLogged to print out before or after stack trace 2006-12-27 19:58:18 +00:00
Darren Ranalli
d7b0ba8510 added anonymous profiling that doesn't need to be configed on for ~profile 2006-12-27 19:56:52 +00:00
Darren Ranalli
60719cbf5c added appendStr, converted exceptionLogged to use it so that info shows up after stack trace 2006-12-26 21:14:47 +00:00
Darren Ranalli
a48f00063d added warning about looping MP3s in Miles 2006-12-22 23:01:29 +00:00
Darren Ranalli
dc9a29d896 fixed pause in looped audio playback 2006-12-22 22:55:45 +00:00
Darren Ranalli
096b2c9d4e use Panda audioVolume 2006-12-22 22:48:44 +00:00
Darren Ranalli
2a6b1cb479 added audioVolumeAttrib 2006-12-21 23:40:22 +00:00
Joe Shochet
a3af3b052c set important smoothmover vars when setting lag 2006-12-21 09:58:46 +00:00
aignacio_sf
65fca47e16 Add some support for 16 and 32 bits per color channel. 2006-12-20 19:08:16 +00:00
aignacio_sf
4d40265e24 Render target textures must not be compressed. 2006-12-20 02:21:11 +00:00
Joe Shochet
f149e311eb not having a class definition is a debug now 2006-12-19 08:58:59 +00:00
Asad M. Zaman
d2fee08392 changed opt flag behavior of egg-palettize; it now respects round_uvs 2006-12-19 01:41:57 +00:00
Joe Shochet
fcedd2efd5 arrow keys turn again 2006-12-18 19:08:00 +00:00
Josh Wilson
505280f473 added new parameter -rm to allow render-only spacing 2006-12-16 00:19:39 +00:00
Darren Ranalli
17b8737ae2 SoundInterval already does all of this except for loading the sound itself 2006-12-15 19:09:11 +00:00
Darren Ranalli
3f1800da05 added stagger option to loop() 2006-12-15 19:08:25 +00:00
Darren Ranalli
0b5ac9c34c added setAllInterestsCompleteCallback 2006-12-15 04:35:58 +00:00
aignacio_sf
1d7c9f7e76 fixed auto-interest remove 2006-12-15 02:02:43 +00:00
Zachary Pavlov
5fafdbb8e7 flush now properly clears non-lod geometry 2006-12-14 23:03:06 +00:00
David Rose
25226dec55 missing include 2006-12-14 21:59:42 +00:00
Jason Yeung
a8836281a4 - Fix for the ships 2006-12-14 02:28:26 +00:00
Darren Ranalli
8a44e44a35 first rev 2006-12-14 01:52:40 +00:00
aignacio_sf
12e38ec7a7 Add stencil buffer clear.
Remove non working code.
2006-12-13 19:29:41 +00:00
aignacio_sf
6ec87e2506 Add stencil buffer clear. 2006-12-13 19:27:51 +00:00
David Rose
038ab01257 automatic build 2006-12-12 08:08:54 +00:00
Justin Butler
09dc7c7ea9 Change for pirates to handle custom functionality when an object gets a new location on a grid (initially used for detecting grid area changes, such as leaving one ocean area, entering another). 2006-12-11 20:03:56 +00:00
aignacio_sf
f3a4ac2e3d Fix bad formatting. 2006-12-11 18:55:07 +00:00
Darren Ranalli
5cef07f324 added logMethodCalls 2006-12-09 03:12:35 +00:00
Joseph Lee
041f2b1d7b use PN_int types, not undefined raw uint32 2006-12-08 23:54:42 +00:00
aignacio_sf
65aee90d3c Add detection for:
Texture::F_rgba16
Texture::F_rgba32

Change Lru debug display to error level, so it can still display in OPT4.

Set shader model to 0 if Cg is not used.
2006-12-08 22:46:04 +00:00
aignacio_sf
c8c7eaf6fb Add support for:
Texture::F_rgba16
Texture::F_rgba32
2006-12-08 22:44:06 +00:00
aignacio_sf
6bb18ad099 Add:
bool _supports_rgba16f_texture_format;
  bool _supports_rgba32f_texture_format;
2006-12-08 22:41:29 +00:00
aignacio_sf
b1131ae0da Add support for:
F_rgba16,  // 16 bits per R,G,B,A channel
    F_rgba32,  // 32 bits per R,G,B,A channel
2006-12-08 22:29:23 +00:00
aignacio_sf
82ee360915 Display more information for list_contents. 2006-12-08 22:24:43 +00:00
aignacio_sf
af8a72f828 Add list_contents function that takes no parameters which outputs to cout thus making it callable in Python.
Format the output so it is a bit easier to read.
2006-12-08 03:38:52 +00:00
aignacio_sf
335d5a8ade Add a version of list_contents that does not take any parameters so it can be used in Python.
Output more information in list_contents and reformat output.
2006-12-07 00:41:20 +00:00
Josh Wilson
41d23c0e92 try/except existence of __dev__ in report 2006-12-06 21:54:14 +00:00
Asad M. Zaman
cecfabbcd9 found a better mechanism to immobilize the avatar 2006-12-06 21:34:30 +00:00