Commit Graph

5765 Commits

Author SHA1 Message Date
Mythos_Ruler fa68ffd334 This was SVN commit r7039. 2009-07-27 05:02:55 +00:00
Ykkrosh 75e0d4511c Don't use the bundled enet headers on non-Windows (we need it installed as a system library anyway, so we can link to it)
This was SVN commit r7038.
2009-07-26 16:28:12 +00:00
Ykkrosh 14cd4ed7a7 Fix signed/unsigned warning
This was SVN commit r7037.
2009-07-26 10:36:32 +00:00
Ykkrosh f1b6b40adf # Fix build issues by removing FCollada's bundled libxml2
On Windows, dynamically link to our standard libraries/libxml2/...
implementation.

This was SVN commit r7035.
2009-07-26 09:48:10 +00:00
Ykkrosh cd0554c6bc Fix Linux build warnings
This was SVN commit r7034.
2009-07-25 20:35:48 +00:00
Mythos_Ruler 6937137341 Public release: New African Bush elephant and baby elephant.
This was SVN commit r7033.
2009-07-25 18:59:46 +00:00
Ykkrosh 4409f18f59 Revert 649ff371b4 since it breaks 64-bit Linux, and the real problem is in the OS X build.
This was SVN commit r7032.
2009-07-25 14:22:21 +00:00
janwas 649ff371b4 # 64-bit compile fix
(see http://www.wildfiregames.com/forum/index.php?showtopic=12448)

This was SVN commit r7031.
2009-07-25 12:03:16 +00:00
Ykkrosh 21b3d13c64 Avoid calling unnecessary inline functions, to work around GCC visibility issues (see #281)
This was SVN commit r7030.
2009-07-22 16:37:40 +00:00
janwas 05d73edd2f # hopefully fix sound error when exiting
as per http://www.wildfiregames.com/forum/index.php?showtopic=12483
thanks to Ykkrosh and oliver!

This was SVN commit r7029.
2009-07-21 18:13:01 +00:00
janwas 26effc4f99 # premake 3.7 compatibility fixes
from patch suggested by Cilyan

This was SVN commit r7028.
2009-07-21 17:38:27 +00:00
Mythos_Ruler 9216c85ccc This was SVN commit r7027. 2009-07-20 04:58:41 +00:00
Mythos_Ruler b42c59d561 This was SVN commit r7026. 2009-07-19 23:52:09 +00:00
Mythos_Ruler 8edcc450ed This was SVN commit r7025. 2009-07-19 23:09:10 +00:00
Matei 21d4808de3 Only use --no-undefined link flag on Linux, because it is only present in GNU ld.
This was SVN commit r7024.
2009-07-18 22:37:03 +00:00
Ykkrosh 717db156fc Link with -Wl,--no-undefined to detect errors at compile time
This was SVN commit r7022.
2009-07-18 19:55:27 +00:00
olsner abf84b25f8 pkg-config actually gives buildoptions, not includepaths
This was SVN commit r7020.
2009-07-18 02:55:31 +00:00
olsner 7a942d29e7 Only try to use valgrind stuff if --with-valgrind is given to update-workspaces.sh
This was SVN commit r7018.
2009-07-18 02:06:42 +00:00
olsner dc3ac668e0 Add --with-valgrind option to enable valgrind support, include CoreServices framework in collada plugin, use pkg-config for libxml2 config on unixes.
This was SVN commit r7017.
2009-07-18 02:04:55 +00:00
olsner ec1dac1ff4 OS X changes: allow linux_names or osx_names which will override unix_names, use it to include boost_system on OS X (it doesn't seem to exist on linux). Also changed libxml2 unix config to use pkg-config instead of hardcoded paths.
This was SVN commit r7016.
2009-07-18 02:03:29 +00:00
olsner a866ade2d7 OS X compile fixes
This was SVN commit r7015.
2009-07-18 01:58:16 +00:00
olsner 032a41add6 Fix timer configuration: clock_gettime uses timespec, gettimeofday uses timeval.
This was SVN commit r7014.
2009-07-18 01:55:26 +00:00
olsner ae58c456e5 Fix detection of OpenAL string type (closes #268)
This was SVN commit r7013.
2009-07-18 00:30:27 +00:00
Mythos_Ruler d1794fef88 #Terrain texture tweaks.
This was SVN commit r7012.
2009-07-18 00:29:22 +00:00
olsner 8da44f1908 Simplify the update-workspaces.sh script, remove some uses of absolute paths and allow the script to be run from anywhere (e.g. as ../update-workspaces.sh from the workspaces/gcc/ directory)
This was SVN commit r7011.
2009-07-17 22:07:09 +00:00
olsner 16d843a001 If HOSTTYPE is not set, try to use uname -m to detect architecture
This was SVN commit r7010.
2009-07-17 21:28:03 +00:00
Ykkrosh 10fb4c12e7 Fix update-workspaces.sh to handle paths with spaces (http://www.wildfiregames.com/forum/index.php?showtopic=12472)
This was SVN commit r7009.
2009-07-17 21:15:01 +00:00
janwas 78c34c6753 update test to reflect new HeaderlessAllocator min. allocation size
This was SVN commit r7007.
2009-07-17 07:51:14 +00:00
janwas 2a0025bc28 # fix warnings and 64-bit bugs in headerless.cpp (workspace update required)
(hopefully fixes often-reported crashes on 64-bit Linux)
remove lib/precompiled.cpp to simplify PCH handling in build system

This was SVN commit r7006.
2009-07-16 23:53:46 +00:00
Mythos_Ruler 6146db7a3d This was SVN commit r7005. 2009-07-16 22:00:30 +00:00
Ykkrosh 6525cfd39e Patch from #259: [FreeBSD compat] portability fixes
This was SVN commit r7002.
2009-07-16 16:57:59 +00:00
Ykkrosh df36e937f0 Patch from #258: [FreeBSD compat] add some missing includes
This was SVN commit r7001.
2009-07-16 16:53:55 +00:00
janwas 663fcfeb9a # macosx compile fix
(OpenAL ALC string definition differs on Windows vs OSX)

This was SVN commit r7000.
2009-07-16 16:48:06 +00:00
Ykkrosh fcf9db0d53 Decode invalid utf-8 more gracefully (invalid bytes becomes U+FFFD)
This was SVN commit r6999.
2009-07-16 15:52:18 +00:00
Ykkrosh 271823cf7e Decode input as utf-8 in JSI_VFS::ReadFile, JSI_VFS::ReadFileLines
This was SVN commit r6998.
2009-07-16 15:51:35 +00:00
Ykkrosh 60c5beddc0 Change GUI text file encoding to utf-8, change line endings to native
This was SVN commit r6997.
2009-07-16 15:49:59 +00:00
Ykkrosh a389dd3afa Fix buffer overflow on Linux
This was SVN commit r6996.
2009-07-16 12:35:23 +00:00
Ykkrosh 3aafdeeaa2 Fix non-ASCII character in script
This was SVN commit r6995.
2009-07-16 10:32:58 +00:00
Ykkrosh 4c4bc53a91 Convert some line endings to native
This was SVN commit r6994.
2009-07-16 10:20:51 +00:00
Mythos_Ruler 0b17c32492 #Public release. New Spartan and Hypaspist shield textures. Tweaked the falcon textures.
This was SVN commit r6993.
2009-07-15 23:45:19 +00:00
Mythos_Ruler 382804965d This was SVN commit r6989. 2009-07-14 18:39:36 +00:00
olsner af7f2a2300 Add includes of ScriptableComplex.inl to fix link errors in release config
This was SVN commit r6988.
2009-07-14 15:11:05 +00:00
Ykkrosh ac38db53dd Try again to fix the GL 2.0 function names
This was SVN commit r6987.
2009-07-14 14:06:59 +00:00
Ykkrosh e9d99a7eea Fix glCreateShader too
This was SVN commit r6986.
2009-07-14 13:54:57 +00:00
Ykkrosh e33f3f5e64 Use the correct names for core shader functions in GL 2.0 implementations
This was SVN commit r6985.
2009-07-14 13:34:31 +00:00
Ykkrosh cb240e474d Use the Unicode version of wxWidgets
This was SVN commit r6984.
2009-07-14 10:23:56 +00:00
Ykkrosh 98b4ccf823 Fix typo in comment
This was SVN commit r6983.
2009-07-14 09:57:41 +00:00
Mythos_Ruler 547f8bfc9b This was SVN commit r6982. 2009-07-14 00:20:26 +00:00
Mythos_Ruler 0b6ccbee59 This was SVN commit r6981. 2009-07-14 00:02:17 +00:00
Mythos_Ruler 31b7d24b32 This was SVN commit r6980. 2009-07-13 23:47:00 +00:00