11302 Commits

Author SHA1 Message Date
Darren Ranalli
5f925acab5 use SerialNumGen 2006-06-08 00:37:13 +00:00
David Rose
bf6bb54c31 copy BitArray by reference 2006-06-08 00:21:08 +00:00
Darren Ranalli
8933f78230 SerialNum->SerialNumGen, auto-interest tracking on the client 2006-06-08 00:06:39 +00:00
Darren Ranalli
8f9706a930 SerialNum->SerialNumGen, added serialNum and assert-setTrace funcs 2006-06-08 00:05:01 +00:00
David Rose
a2df279a61 add ClockObject::M_limited 2006-06-07 23:26:36 +00:00
Josh Yelon
c1f03b3650 Fixed a few more gsg==NULL bugs 2006-06-07 21:16:37 +00:00
Josh Yelon
2408212aac Fixed framework 2006-06-07 20:15:38 +00:00
Josh Yelon
e8f749cf1e Buffer/Window creation overhaul 2006-06-07 17:38:32 +00:00
David Rose
abb862c7f0 default parameter for sync_frame_time() 2006-06-07 17:15:54 +00:00
Joe Shochet
45fda2453a strafe is now as fast as walk forward 2006-06-07 16:56:34 +00:00
David Rose
b9795a77b5 build on Linux 2006-06-07 16:45:09 +00:00
Josh Yelon
1486c02a10 Added composite. 2006-06-07 15:54:27 +00:00
Darren Ranalli
2e005bf840 typo crash fix 2006-06-06 02:07:21 +00:00
Darren Ranalli
bb3f17e923 first rev 2006-06-06 02:06:24 +00:00
Darren Ranalli
6c46fccb42 default values not allowed as parent tokens 2006-06-05 20:56:35 +00:00
Darren Ranalli
417ecf5bcb added isDefaultValue 2006-06-05 20:56:05 +00:00
Mark Mine
affc6a7348 New parameter 2006-06-05 16:33:15 +00:00
Darren Ranalli
522fa09f1a crash fix 2006-06-03 06:35:45 +00:00
aignacio_sf
5000348067 Use the GSG set_sampler_state function instead of the DX9 function directly. 2006-06-03 03:12:41 +00:00
aignacio_sf
3bd176fd7c Need to always set the render state since caching the render state doesn't seem to work (possibly due to Cg shader setting D3D render states).
Fixes problem with sails and ship damage.
2006-06-03 03:11:19 +00:00
Dustin Barnard
1a20ccab5c *** empty log message *** 2006-06-02 21:25:57 +00:00
Darren Ranalli
dbddb3bb2b added warnings 2006-06-02 00:18:46 +00:00
Darren Ranalli
be2de63f8d removed useless storeObjectLocation call 2006-06-02 00:18:25 +00:00
aignacio_sf
c9c25a867d Disable stencil requests for make_texture_buffer for now. 2006-06-02 00:18:17 +00:00
Darren Ranalli
fea803ca39 added done callback 2006-06-01 23:22:35 +00:00
Darren Ranalli
8e04ee3120 added InterestHandle class 2006-06-01 22:54:39 +00:00
Darren Ranalli
3560d4b3f8 added CR:: prefix to verbose prints 2006-06-01 18:22:43 +00:00
Darren Ranalli
89e8fdc5bf added callback to TaskThreaded 2006-06-01 18:22:08 +00:00
Darren Ranalli
3efba3fe56 added verbose-repository prc flag 2006-06-01 18:00:06 +00:00
Darren Ranalli
4d87c6aabc protect against empty-string parent str 2006-06-01 17:59:11 +00:00
Darren Ranalli
d9d54a75fa longer printout length per garbage item repr 2006-06-01 17:57:01 +00:00
Roger Hughston
b03a063028 MAC Mouse visibility and procedural location control. ala kaweh 2006-05-31 20:50:56 +00:00
David Rose
4874f2cd01 clarify intention of assignment 2006-05-31 16:51:48 +00:00
aignacio_sf
0d8e519699 Remove releasing of d3d texture since Panda already manages releasing of textures. 2006-05-31 01:37:23 +00:00
aignacio_sf
a32d54b41a Remove exception handling for len ( ) since the len ( ) bug was fixed. 2006-05-30 23:31:00 +00:00
aignacio_sf
64ac1f8510 Updated stencil interface. 2006-05-27 00:52:09 +00:00
Roger Hughston
1afccc2d19 Added Repeate Codes for key ( Just spoofing key down like a PC ) :( 2006-05-26 20:01:09 +00:00
Darren Ranalli
3fcd37e21c auto-destroy 2006-05-26 00:54:20 +00:00
Darren Ranalli
7aa8c050f9 prevent printing of really long item repr's 2006-05-25 23:21:12 +00:00
Darren Ranalli
8fb0f4306c added safeRepr 2006-05-25 23:21:06 +00:00
Darren Ranalli
6c57da8086 added bboard removal tracking 2006-05-25 23:19:59 +00:00
Joseph Lee
346936dbe2 indicate there's support for POSIX threads 2006-05-25 05:22:38 +00:00
Darren Ranalli
46cc183430 abbreviated garbage list printout, GarbageReport accepts timeslice param 2006-05-25 01:14:54 +00:00
Josh Yelon
8c616a75a9 More notes for 1.2.3 2006-05-24 19:16:30 +00:00
Josh Yelon
69978bbb8d Fix for missing icon and ppythonw failure 2006-05-24 19:12:54 +00:00
aignacio_sf
2557c64393 Eliminate possibility of a free twice error if close buffer is called multiple times. 2006-05-24 19:04:13 +00:00
aignacio_sf
c905d712ab Attempting to optimize the setting of stencil render states doesn't seem to work.
Switch back to the unoptimized way.
2006-05-24 02:45:53 +00:00
David Rose
fcaba44369 misplaced brace 2006-05-24 00:23:48 +00:00
aignacio_sf
d57e768594 Initial working stencil. 2006-05-24 00:13:04 +00:00
aignacio_sf
1a8e40cb46 Remove call to base destructor. 2006-05-23 23:49:44 +00:00