51 Commits

Author SHA1 Message Date
rdb
e909b3a6fd Fix yet another build error on windows 2009-07-16 10:33:33 +00:00
rdb
e928239506 We don't need plugin-path anymore now <auto>etc is working on OSX. Yay! 2009-07-16 10:22:28 +00:00
rdb
98a0ed1987 Add binaryXml 2009-07-16 09:52:35 +00:00
rdb
9781b84778 Fix web plugin compile errors 2009-07-16 09:39:58 +00:00
rdb
6404f074b9 Whoops! Stupid typo. 2009-07-15 17:29:07 +00:00
rdb
5e98a91956 Fix a plugin-path issue on OSX 2009-07-15 16:40:21 +00:00
rdb
b7243bcbd8 Fix for OSX compiler bug 2009-07-15 16:35:45 +00:00
rdb
cc972778c9 Some OSX fixes:
* Linker error fixed, G++ doesn't chew "-framework Blah" in double-quotes
 * Default PRC path back to <auto>etc, I hope it will work
2009-07-15 15:24:28 +00:00
rdb
35a208fe42 Fix from forum user wibble82: /nod:atls 2009-07-13 05:15:05 +00:00
rdb
767550b926 Fixes to configprc and added plugin_standalone instructions 2009-07-08 14:14:01 +00:00
rdb
4bbf69c07b Support for building the web plugin via makepanda 2009-07-07 15:51:02 +00:00
rdb
da6e555571 Oops, forgot to link swscale into libpanda 2009-07-07 07:06:53 +00:00
rdb
a12727a957 Fixes allowing to build latest CVS on windows again 2009-07-06 14:56:26 +00:00
rdb
7e4e883eca Fixed a bug in makepanda - now, when using a nonstandard output directory, you don't have to rebuild every time. 2009-07-05 14:55:19 +00:00
rdb
29dcf2d95b Fix typo 2009-07-03 17:32:51 +00:00
rdb
f723c4d8d6 Move model cache to $USER_APPDATA, and enable it on linux 2009-07-01 14:09:23 +00:00
rdb
92ce5aeaaa Backward compatible dir structure on Windows (I hope) and I removed the target system.
It didn't really work well anyways.
2009-06-13 13:11:51 +00:00
rdb
c36c100def Make FMOD the default on OSX 2009-06-11 15:24:52 +00:00
David Rose
eaa2b052cb add WINUSER 2009-06-09 22:57:54 +00:00
rdb
469db88a00 Changes from MikeC to allow spaces in filenames 2009-06-06 09:01:45 +00:00
rdb
e946ae8ac0 Fixed target option, and deprecated --installer in favor of make install 2009-05-25 06:12:19 +00:00
rdb
c31f100fd7 Step towards target-based building 2009-05-25 06:04:44 +00:00
rdb
e919f01b50 ucontext bug was fixed on OSX 2009-05-09 06:20:55 +00:00
rdb
c544c10fbf Disable HAVE_UCONTEXT_H on OSX, it doesn't seem to be stable 2009-05-08 20:28:17 +00:00
rdb
1bef9dd94a Revert relocatable binary thing that broke relocatablility actually 2009-04-28 15:45:10 +00:00
rdb
9498bcdf98 HAVE_POSIX_THREADS 2009-04-28 07:59:46 +00:00
rdb
d6af13647a Forgot to link pipeline_contextSwitch.obj into libpandastripped.dll 2009-04-27 18:04:38 +00:00
David Rose
fedfa40738 HAVE_X11 2009-04-27 17:59:41 +00:00
Bei Yang
6026dd0eec Compiling with multi-threading requred gobj to have the /bigobj flag added 2009-04-26 21:13:58 +00:00
rdb
9ba873eb70 Dont enable SIMPLE_THREADS on win32 2009-04-25 12:55:02 +00:00
Bei Yang
ece33e86e6 Fixed a comment typo... used // instead of #
Added warnings and automatic checking to see if thirdparty libs exists.

--everything now works with 64bit even though we have an incomplete thirdparty library set
2009-04-25 08:32:23 +00:00
Bei Yang
f8aba41f1f Added 64bit windows support.
Added support for successful compile with --use-python only.
Added support for no including ode genPyCode call
Added /bigobj flag for successful compile in VS2008
2009-04-25 07:31:00 +00:00
David Rose
189dacff0d HAVE_EGG 2009-04-24 22:56:56 +00:00
David Rose
885b114766 all image formats switchable 2009-04-24 22:56:03 +00:00
David Rose
45dddf3661 USE_DELETED_CHAIN 2009-04-24 22:52:44 +00:00
rdb
0416d657fa pulling in 1.10.2.5: Relocatable binaries on OSX 2009-04-21 18:08:10 +00:00
David Rose
d6eecfef6c add filename_assist.mm 2009-04-21 00:22:40 +00:00
David Rose
1f06255489 fix for --outputdir from peci 2009-04-20 19:36:16 +00:00
rdb
fd48ad2744 pulling in 1.10.2.3: Fix a typo: "pandfx" -> "pandafx" 2009-04-20 15:40:00 +00:00
rdb
a84218485d pulling in 1.10.2.2: Better support for Maya on OSX 2009-04-18 10:32:28 +00:00
rdb
a10707cb85 New iPhone changes broke OSX build, repairing 2009-04-18 08:52:44 +00:00
rdb
bf4665486b Chmod everything on OSX, to be certain 2009-04-11 15:21:28 +00:00
rdb
2ba75147a8 Add ppython on osx 2009-04-11 14:46:53 +00:00
rdb
18e5f0c723 Fix panda to work correctly with threading 2009-04-10 15:17:26 +00:00
rdb
2066763335 tinydisplay compile error on OSX 2009-04-08 20:01:37 +00:00
rdb
1e2849fad1 Fix tinydisplay crash on OSX 2009-04-08 19:44:12 +00:00
rdb
14b7af8900 Enable HAVE_THREADS 2009-04-08 19:02:03 +00:00
David Rose
5f824aa6ee USE_PANDAFILESTREAM 2009-04-02 22:12:22 +00:00
rdb
6b4aeb7ed5 Respect CFLAGS and RPM_OPT_FLAGS 2009-04-01 17:47:24 +00:00
rdb
d89770e23e Add installpanda.py 2009-03-31 16:41:19 +00:00