7605 Commits

Author SHA1 Message Date
David Rose
249673d083 whoops, broke old LightAttrib interface 2004-07-30 17:33:18 +00:00
Asad M. Zaman
a75a5539a3 dx9 need to conform to the new convention 2004-07-30 01:52:47 +00:00
David Rose
afe7b4b829 multitexture support 2004-07-30 00:39:16 +00:00
David Rose
c7c639797e merge multitexture support in from branch 2004-07-30 00:38:35 +00:00
David Rose
a60eb87e19 add NodePath::set_light() interfaces 2004-07-29 23:35:06 +00:00
Jason Persampieri
3896916ce6 Fixed a text alignment bug 2004-07-29 18:41:43 +00:00
David Rose
120f7ae820 put in Cg defaults for unix platforms 2004-07-29 17:08:56 +00:00
Mark Mine
2949be62cf added text alignment for items 2004-07-29 17:04:43 +00:00
David Rose
03cdfc4b50 *** empty log message *** 2004-07-29 03:53:55 +00:00
Darren Ranalli
50ee9d2c69 invertDict, invertDictLossless, __contains__/__len__ for Enum 2004-07-29 02:50:05 +00:00
Darren Ranalli
31a3ceb73f use cg in other places too 2004-07-28 19:24:21 +00:00
David Rose
f731db1397 increase queue size to protect against overwhelming the AI 2004-07-28 00:06:35 +00:00
David Rose
9dc039b652 add ReleaseNotes document 2004-07-27 18:06:46 +00:00
David Rose
6666f98af9 add more to disclaimer 2004-07-27 18:06:24 +00:00
David Rose
fa9f5206e7 dos2unix 2004-07-27 18:05:53 +00:00
Shalin Shodhan
4ac8cbba22 Cg shader support added 2004-07-27 17:45:17 +00:00
Shalin Shodhan
216f78cb19 glCgShader files added updates to glStateGuardian... 2004-07-27 17:44:37 +00:00
Shalin Shodhan
2a6d6944b6 Polylight Color storage corrected and SeaPatch removed 2004-07-27 17:42:24 +00:00
Shalin Shodhan
0d0b75e738 CgShader files added 2004-07-27 17:41:44 +00:00
Shalin Shodhan
a427380836 New Cg stubs added 2004-07-27 17:40:32 +00:00
Shalin Shodhan
088296e72a *** empty log message *** 2004-07-27 17:39:38 +00:00
David Rose
a5d5321c60 only include -lnet if it is available 2004-07-27 17:29:12 +00:00
David Rose
7fdb08d000 add errors_occurred flag 2004-07-27 15:42:17 +00:00
David Rose
d4447cf753 add errors_occurred flag 2004-07-27 15:39:09 +00:00
David Rose
a8cff9ef35 rename Configrc 2004-07-27 14:39:29 +00:00
David Rose
1123f698c7 add disclaimer 2004-07-27 14:35:11 +00:00
David Rose
b5ef8f007d install -Cm is causing problems 2004-07-27 12:37:15 +00:00
David Rose
6350993efc generalize for new interface 2004-07-27 06:48:41 +00:00
David Rose
caac4723b9 support ? in urlspec better 2004-07-27 04:36:08 +00:00
jxtaylor
3ee305faf6 *** empty log message *** 2004-07-26 22:19:29 +00:00
Joe Shochet
d855d6c85a better cmp operator for mismatched classes 2004-07-26 21:44:49 +00:00
Joe Shochet
b1377f317e better cmp operator for Tasks 2004-07-26 21:44:21 +00:00
Joe Shochet
3cbb4819a4 moved some Task params to class variables 2004-07-26 17:17:10 +00:00
Joe Shochet
f58a790703 optimizations in the Task system to use heapq 2004-07-26 17:15:58 +00:00
Joe Shochet
fb3b03b807 added a priority heap 2004-07-26 17:15:30 +00:00
Mark Mine
ceb350be14 tried to make instructions more readable 2004-07-24 23:12:04 +00:00
David Rose
4b2d916630 call destructor 2004-07-23 21:36:50 +00:00
Joe Shochet
39e98b2870 optimizations and handling of extra spaces 2004-07-23 18:47:11 +00:00
Joe Shochet
b035fd8349 doMethodLater optimizations 2004-07-23 18:39:17 +00:00
Roger Hughston
3d952861b5 Nallowing new Global DC objects that are always in scope 2004-07-23 02:19:31 +00:00
Darren Ranalli
bfb064b72e added sendDeleteEvent func and LogicalZoneChange mechanism 2004-07-23 01:29:30 +00:00
Jason Persampieri
125c2dffbb Added petshop special type 2004-07-22 23:53:39 +00:00
David Rose
b5f34628a7 add RTLD_GLOBAL so loaded symbols are available to other modules 2004-07-22 00:22:27 +00:00
Roger Hughston
d74707423c dded Support for 64bit Server Channels
----------------------------------------------------------------------
 	src/dcparser/dcClass.cxx src/dcparser/dcClass.h
 	src/dcparser/dcField.cxx src/dcparser/dcField.h
 	src/dcparser/dcPacker.h src/dcparser/dcbase.h
 	src/distributed/DistributedObjectAI.py
 	src/distributed/PyDatagram.py
 	src/distributed/PyDatagramIterator.py
 	src/distributed/cConnectionRepository.I
 	src/distributed/cConnectionRepository.cxx
 	src/distributed/cConnectionRepository.h
 ----------------------------------------------------------------------
2004-07-21 21:18:06 +00:00
David Rose
f62de075c8 add -extra option 2004-07-21 20:41:56 +00:00
David Rose
0810adaa2c fix runaway default packing, array range syntax 2004-07-21 17:27:00 +00:00
Dave Schuyler
6e17a56908 if PANDA_ROOT is not set, setting it to c:/cygwin 2004-07-21 04:13:37 +00:00
Asad M. Zaman
3c5c89641d better debug messages when window/fullscreen fails 2004-07-21 02:05:35 +00:00
Asad M. Zaman
b124d9fc69 oops 2004-07-20 23:48:13 +00:00
Asad M. Zaman
6a635d6a31 one function needs to be a const 2004-07-20 22:34:52 +00:00