Commit Graph

825 Commits

Author SHA1 Message Date
David Rose 494d61083e avoid compiler warnings from HAVE_BLAH_H conflicts by renaming macros 2009-08-21 15:40:05 +00:00
David Rose e10b5111d3 add PRC_PATH2_ENVVARS 2009-08-18 05:05:16 +00:00
David Rose 88b0ac8fd8 add PANDA_PACKAGE_VERSION_STR 2009-08-18 04:44:07 +00:00
rdb 94f626b2cf suggested change from forum user volker 2009-08-12 12:27:36 +00:00
rdb 5f119ddd28 Fix paste-buffer corruption error 2009-08-08 18:35:22 +00:00
rdb 751198086d Sigh, small typo 2009-08-08 18:33:29 +00:00
rdb de419cc0b4 Fix small issue on OSX 2009-08-08 18:32:57 +00:00
rdb 4b6ef91cea Minor fix for plugin/runtime packaging 2009-08-08 18:30:56 +00:00
rdb 68fb873a80 Pack OSX plugin into a .dmg 2009-08-08 18:27:24 +00:00
rdb d4b9a332cc Better solution for static linking, that also works on non-GNU linkers 2009-08-08 08:49:23 +00:00
rdb 1e72d598f6 Fix error when optimize option is not set 2009-08-08 08:32:01 +00:00
rdb 5c96de62f3 Fix some OSX build issues 2009-08-05 08:47:37 +00:00
rdb 8380e55118 Fix one last issue with debug dlls 2009-08-04 06:50:29 +00:00
rdb 1a52b3f65f More windows debug fixes 2009-08-03 12:09:44 +00:00
rdb c392ec8e8c Fix a small issue with debug python on windows 2009-08-03 11:57:05 +00:00
rdb e518fe16b4 Fix makepanda to correctly do debug builds on Windows 2009-08-03 11:32:41 +00:00
rdb e3fa002217 Fix plugin X11 issues 2009-07-30 11:13:06 +00:00
rdb 682cca257f A couple of changes to eliminate ppython.cxx and swap the runtime version number + platform 2009-07-30 08:51:09 +00:00
rdb 0ebf834a59 Add egg2maya 2009-07-30 06:18:59 +00:00
rdb 804395a048 Fixes for 64-bits windows 2009-07-27 08:07:41 +00:00
rdb d55e92ae68 Remove silly makepanda64.bat script, and some other 64-bits fixes 2009-07-26 11:14:29 +00:00
rdb 809c1e28ba Fixes for 64-bits windows 2009-07-25 11:37:04 +00:00
rdb d19cba8d57 The official plugin build now *really* works. Yay! 2009-07-24 11:08:05 +00:00
rdb b0e5827d43 Fixed compile error that suddenly appeared with no apparent reason 2009-07-24 09:24:56 +00:00
rdb 8460b7dd3d Package plugin into p3dstage as well. Also, fix max compile errors. 2009-07-24 08:12:43 +00:00
rdb 93ad913c6b Oops, minor fix 2009-07-24 07:08:18 +00:00
rdb ef79354cdb Hey, it's working. 2009-07-24 07:05:16 +00:00
rdb 5d77dca8a5 I think I'm getting pretty close to getting the panda3d.exe static linking working. 2009-07-23 19:35:20 +00:00
rdb b82d8339f4 So I made that mistake twice. 2009-07-23 16:35:06 +00:00
rdb 21104cf7ad hoops, minor omission 2009-07-23 16:32:20 +00:00
rdb 2b5ab89703 Next attempt: LINK_ALL_STATIC 2009-07-23 16:29:33 +00:00
rdb 8669567950 "strip" fix for OSX 2009-07-23 14:13:04 +00:00
rdb e4ade4035c My last attempt failed. Boy, do I hate dllexport issues on windows 2009-07-23 14:04:45 +00:00
rdb f90afd3b9d Try again 2009-07-23 13:09:46 +00:00
rdb 5670afd5fd No -install_name with -dynamiclib 2009-07-23 12:59:57 +00:00
rdb 947efd8f94 SetOrigExt 2009-07-23 12:58:44 +00:00
rdb 62ba361522 Doh, I found out there's a plistlib module, much easier than parsing it myself 2009-07-23 12:55:09 +00:00
rdb 0ed8c85278 Moar fixes 2009-07-23 12:47:57 +00:00
rdb 21b6e6cc50 Another attempt 2009-07-23 12:37:57 +00:00
rdb 057348f236 Some fixes for OSX and windows 2009-07-23 11:57:02 +00:00
rdb eb906bb489 Plugin bundle on OSX 2009-07-23 11:10:14 +00:00
rdb 6bb9c42700 Generic fixes 2009-07-23 10:26:20 +00:00
rdb 1278599c44 Attempt to fix an issue 2009-07-23 09:09:49 +00:00
rdb 6e4b19c6ca Mac OSX Resource files with makepnada 2009-07-23 08:56:13 +00:00
rdb 7cf5d63363 Sigh, low on coffee 2009-07-23 08:16:03 +00:00
rdb a4c3384397 Whoops 2009-07-23 08:15:19 +00:00
rdb b77f1971e1 Remove .res and .obj files, and let makepanda compile them 2009-07-23 08:08:14 +00:00
rdb 22f284940c Whoops 2009-07-22 15:07:30 +00:00
rdb f346e037aa Minor fixes 2009-07-22 15:04:41 +00:00
rdb 2a342062d0 Fix conflicts between ppremake and makepanda on same source tree. Also, make sure Maya 2009 compiles on OSX (as they removed PPC support) 2009-07-22 13:38:52 +00:00
rdb 5f12039c40 Minor fix for FreeBSD again 2009-07-22 10:54:47 +00:00
rdb 7177e3d43a Auto-install plugin into /usr/lib/mozilla/plugins, and fix a couple of PCBSD issues. Oh, and I forgot to commit pview.desktop. 2009-07-22 10:24:31 +00:00
rdb 06505c7874 Make better use of pkg-config. Also, make panda3d binary standalone by static linking. 2009-07-22 09:31:10 +00:00
rdb 961a754ec4 Add support for /proc/curproc for FreeBSD 2009-07-22 05:52:38 +00:00
rdb ea3a9ffaa8 More compile fixes for FreeBSD 2009-07-22 05:35:43 +00:00
rdb b614a05a12 Fix compile errors for FreeBSD 2009-07-21 19:07:50 +00:00
rdb 5be6aefa8f Stupid typo. 2009-07-21 17:43:25 +00:00
rdb 7c189bc23f Minor fixes, including some FreeBSD stuff 2009-07-21 16:50:10 +00:00
rdb de3dd23409 Some compile fixes. Also, the linux debs & rpms now register egg, bam, egg.pz, bam.pz and p3d mimetypes 2009-07-21 13:07:38 +00:00
rdb 429d3306a1 Final fixes (I hope) to get the runtime fully automatically compiled by makepanda, on Windows too. 2009-07-20 17:29:01 +00:00
rdb 3942458231 Fix for windows 2009-07-20 16:49:50 +00:00
rdb 40e3974cc2 stuff 2009-07-20 13:34:41 +00:00
rdb 06a2a4e9fb Ditch libpandastripped and libpandaeggstripped 2009-07-20 10:53:40 +00:00
rdb 2f3cbb289d XF86DGA stuff 2009-07-20 09:37:27 +00:00
rdb ffcfcf0b19 Python-version-independent 2009-07-20 09:23:34 +00:00
rdb bc647ff264 Minor fixes 2009-07-20 08:57:24 +00:00
rdb 11be52dd99 Runtime build support 2009-07-20 08:17:53 +00:00
rdb 051bc71397 Added freeze ability to makepanda, and some other generic changes 2009-07-20 04:34:22 +00:00
rdb ef60f39d01 More compile fixes for plugin 2009-07-17 18:20:08 +00:00
rdb 208eee53c6 A few minor fixes 2009-07-17 13:59:33 +00:00
rdb 9d7fc0bd2f Makepanda fixes for linux: web plugin and x11display stuff 2009-07-17 10:08:38 +00:00
rdb 080484f9ee Lots of improvements to makepanda, too lazy to sum them all up 2009-07-17 09:23:08 +00:00
rdb 8aa18e2e9c Fix yet another windows compile error 2009-07-16 13:21:01 +00:00
rdb ecf196bb1a Fix compile error with Max 2010 2009-07-16 12:48:28 +00:00
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
rdb 125c82d23b Move makepanda to root 2009-03-31 11:49:27 +00:00