11681 Commits

Author SHA1 Message Date
Zachary Pavlov
d81b48be24 WIN32_LEAN_AND_MEAN is armed! 2006-11-14 04:10:54 +00:00
Zachary Pavlov
d9dd69e876 putting native back in 2006-11-14 04:06:36 +00:00
Zachary Pavlov
5ba0ce88ba changeses to allow us to use WIN32_LEAN_AND_MEAN 2006-11-14 04:05:55 +00:00
Zachary Pavlov
322fad4dd5 fix for debug mode 2006-11-14 04:05:08 +00:00
Zachary Pavlov
180b24543a drawable region update for debug 2006-11-14 04:03:49 +00:00
Zachary Pavlov
88f87760b8 memoryInfo fix for debug builds 2006-11-14 04:02:05 +00:00
Darren Ranalli
b018d90933 reduced logging 2006-11-13 22:45:53 +00:00
David Rose
d6b8d30bca add replace_node() 2006-11-13 22:45:24 +00:00
Darren Ranalli
6cf3110653 added note about StackTrace not being a crash 2006-11-13 22:22:48 +00:00
David Rose
79f9e04e26 print warning when file not found 2006-11-13 22:13:13 +00:00
David Rose
9ef8e468e5 correct filename case 2006-11-13 21:31:42 +00:00
Joe Shochet
c1709e4787 better warning on duplicate event accepts, only in debug mode now 2006-11-13 20:37:04 +00:00
Darren Ranalli
729004da44 removed Toontown crash debugging 2006-11-13 19:38:55 +00:00
Darren Ranalli
3bbfc2e34c added toon debugging: doId & location 2006-11-13 19:30:53 +00:00
David Rose
6f21efb679 fix compose between 2-d and 3-d mats 2006-11-13 18:22:25 +00:00
Joe Shochet
5ad4f3bc5f fixed a syntax highlighting oddity 2006-11-13 18:06:19 +00:00
Zachary Pavlov
5448cb07c1 another temp fix, just in case 2006-11-13 06:53:07 +00:00
Zachary Pavlov
e9255443f7 okay, temporary removal of WANT_NATIVE_NET 2006-11-13 06:37:33 +00:00
Josh Wilson
7d12be589f added ArcEmitter 2006-11-13 00:47:48 +00:00
Josh Wilson
409fc0d9a3 arcEmitter works like ringEmitter except you can constrain the particles to a an arc on the ring. usefull for splitting a single particle system into an 'in front' and 'behind' pair 2006-11-13 00:47:11 +00:00
David Rose
e0ccf7a2f5 increase fmod limit 2006-11-12 18:55:58 +00:00
Zachary Pavlov
429e4cb67c winsock2 into parser-inc 2006-11-11 03:24:58 +00:00
aignacio_sf
6e952e10c1 Fix vertex color and texture coordinates. 2006-11-11 01:13:26 +00:00
Asad M. Zaman
c0d11f9c97 added a maya2egg option to round uvs from 1/1000th precision to 1/100th precision, it called -round-uvs 2006-11-11 01:11:22 +00:00
David Rose
9fb8d43cf5 fix typo 2006-11-10 17:34:19 +00:00
Zachary Pavlov
ad5972e5a3 okay, there is now a native-capable net interface 2006-11-10 04:29:59 +00:00
Zachary Pavlov
b29c58e3f5 okay, now it works! 2006-11-10 04:21:08 +00:00
Dickinson Lo
3fb756cfb2 removed if debug clause to import traceback, for TEST ONLY! 2006-11-10 03:45:32 +00:00
Redmond Urbino
9c1464b176 remove debug output 2006-11-10 02:11:19 +00:00
Darren Ranalli
23750a227a give names to FrameDelayedCallbacks 2006-11-09 22:45:36 +00:00
Darren Ranalli
5a541cf1a5 clean up waitForAllInterestsComplete on exit/disconnect 2006-11-09 22:45:19 +00:00
Zachary Pavlov
c0f9dce26f CR now requires a connection method,will be changed to has-a later 2006-11-09 22:22:59 +00:00
Zachary Pavlov
426dc40890 some cleanups on classes. Changed ActiveOpenNB to ActiveOpen (change back later) 2006-11-09 22:20:56 +00:00
Darren Ranalli
98b25b8a6d debug prints to track down leaked Toon storeObjectLocation 2006-11-09 22:12:20 +00:00
Josh Yelon
d2ea5d9be3 Adding support for MSVC8 2006-11-09 21:15:34 +00:00
Asad M. Zaman
8f6af7b037 undoing uv precision lowering 2006-11-09 20:13:49 +00:00
Asad M. Zaman
b5eb37c830 reducing the uv precision from 1/1000th to 1/100th 2006-11-09 05:26:57 +00:00
Redmond Urbino
b97985557d add debug statements to track down crash 25179 2006-11-09 00:44:21 +00:00
David Rose
35356701f9 fixes to maya2egg 2006-11-08 23:17:31 +00:00
David Rose
ea1386b007 add MAYA_EXTENSION 2006-11-08 23:16:20 +00:00
David Rose
545cb6d164 support -ma 2006-11-08 23:15:31 +00:00
David Rose
9879a47542 shouldn't be thread-safe 2006-11-08 23:14:19 +00:00
Darren Ranalli
1cf90faf20 exceptionLogged storeObjectLocation 2006-11-08 19:49:17 +00:00
David Rose
476eba103d add support for set_icon_filename() 2006-11-08 18:53:21 +00:00
Zachary Pavlov
82d1ecf8d7 bug fix and composite 2006-11-08 03:03:00 +00:00
Zachary Pavlov
3d7386bb80 removed bdr from published classes 2006-11-08 02:35:06 +00:00
Zachary Pavlov
576818d5db okay, now this should be safe 2006-11-08 02:32:37 +00:00
Zachary Pavlov
466a3f7d48 native net is now in the panda tree 2006-11-08 02:28:50 +00:00
Zachary Pavlov
a68f93a6d0 a stub for winsock2 2006-11-08 02:27:47 +00:00
Zachary Pavlov
7d77b95d4c added a native net var to the general environment. Turn on through Config.pp 2006-11-08 02:26:37 +00:00