historic_bruno
d65c7751a5
Updates bundled libpng to v1.5.13, built with VC2008 - requires update-workspaces. Refs #864
...
This was SVN commit r13035.
2013-01-03 17:22:14 +00:00
leper
090e2a74cf
Sync with upstream. Refs #1518 .
...
This was SVN commit r12903.
2012-11-30 21:35:48 +00:00
historic_bruno
5b7564da37
Adds moved mikktspace source files to premake4.lua.
...
Mentions mikktspace licensing in LICENSE.txt
This was SVN commit r12796.
2012-10-30 00:56:24 +00:00
historic_bruno
5cff74f4e7
Replaces FAM file monitoring with inotify on Linux, based on patch by noKid. Fixes #1316 , refs #1687 .
...
Removes FAM dependency.
This was SVN commit r12726.
2012-10-02 00:03:14 +00:00
historic_bruno
60f9fece29
Fixes build on GNU/kFreeBSD, patch by vincent. Fixes #1322
...
This was SVN commit r12702.
2012-09-24 00:41:35 +00:00
historic_bruno
a3f9da72a5
Removes yucky sed commands from update-workspaces.sh to avoid modifying the Premake makefiles. Adds new BSD and OS X-specific Makefiles instead (can be autogenerated by Premake). Fixes a few bugs and omissions in the Premake4 build configuration script.
...
This was SVN commit r12477.
2012-08-19 18:49:02 +00:00
historic_bruno
011ba8255e
New sound system implementation by stwf, refs #1223 , #961 .
...
Enables audio on OS X, refs #685 , #931 .
Fixes music not playing after a game, refs #946 .
This was SVN commit r12428.
2012-08-15 00:10:44 +00:00
historic_bruno
2c8adb1aea
Adds support for Boost.Filesystem v3, the only option in Boost 1.50. Fixes #1527 . Refs #1360
...
This was SVN commit r12229.
2012-07-29 23:04:22 +00:00
historic_bruno
d1b2922f02
Fixes unnecessary linking of X11 on OS X.
...
This was SVN commit r12219.
2012-07-28 23:48:57 +00:00
historic_bruno
9b79ca5179
Fixes incorrect exclusion of rpath that broke shared lib loading. Refs #1421 , #1516
...
This was SVN commit r12198.
2012-07-26 13:33:04 +00:00
historic_bruno
2f90e1eee7
Adds --minimal-flags option to Premake, for building only with essential flags (currently only a *nix option). Based on patch by leper. Refs #1516 .
...
Updates Premake4.make to not include CFLAGS in CXXFLAGS (see
aab1cdf9d6 ).
This was SVN commit r12173.
2012-07-22 02:52:37 +00:00
historic_bruno
7726448a7d
Adds --without-nvtt option to update-workspaces.sh so we don't attempt to build NVTT in that case, based on patch by pcpa. Refs #1427
...
This was SVN commit r12127.
2012-07-16 04:57:07 +00:00
Ykkrosh
5abedde99a
Don't enable -fpch-preprocess (which may interfere with ccache) unless we're actually building with PCH
...
This was SVN commit r12069.
2012-07-04 15:20:42 +00:00
leper
aab1cdf9d6
Don't add system CFLAGS to the CXXFLAGS. Refs #1516 .
...
This was SVN commit r12025.
2012-06-26 20:48:06 +00:00
leper
efb6ac808b
Fix premake build on OS X by linking with the CoreServices framework. Fixes #1505 .
...
Remove obsolete and unused parameters. Fixes #1179 .
This was SVN commit r11995.
2012-06-21 22:55:07 +00:00
leper
95a003edb8
Fix premake's os.getversion() to work with glibc. Refs #1322 .
...
This was SVN commit r11993.
2012-06-21 22:01:39 +00:00
historic_bruno
5752863e6f
Updates premake Windows binary and VS projects for 637c09b204.
...
This was SVN commit r11974.
2012-06-15 23:11:57 +00:00
leper
20e9d70757
Link with boost_system as that is needed for Boost <= 1.43. Refs #1360 .
...
This was SVN commit r11971.
2012-06-13 22:54:14 +00:00
leper
637c09b204
Add support for OpenBSD. Fixes #1463 .
...
Backport os_getversion from premake4.4-beta4 and extend it to support
POSIX-compilant systems.
Add some missing newlines at the end of file as these cause warnings on
OpenBSD.
Update the config paths.
This was SVN commit r11970.
2012-06-13 20:43:56 +00:00
historic_bruno
d97f8180d5
Removes unused Boost link dependencies with patch by fabio. Fixes #1360
...
This was SVN commit r11965.
2012-06-12 05:38:43 +00:00
leper
29a11e24d5
Fix NVTT build on OpenBSD based on patch by anthonyjbentley. Refs #1463 .
...
This was SVN commit r11962.
2012-06-10 22:39:26 +00:00
leper
0296323c9d
Make FCollada compile on OpenBSD, based on patch by anthonyjbentley. Refs #1463 .
...
This was SVN commit r11936.
2012-06-04 21:33:15 +00:00
historic_bruno
37a5bedb81
Adds partial support for Debian GNU/kFreeBSD, based on patch by vincent. Refs #1322 .
...
This was SVN commit r11781.
2012-05-07 01:53:35 +00:00
Ykkrosh
770ee1f30c
Build test executable with same linker settings as game executable, to fix --without-fam
...
This was SVN commit r11661.
2012-04-24 15:14:14 +00:00
historic_bruno
93c35964da
New higher quality icons. Fixes #954 . Refs #492 .
...
This was SVN commit r11613.
2012-04-21 23:31:31 +00:00
historic_bruno
b101f5ad01
Adds hardware cursors for Linux and OS X. Requires libxcursor on Linux. Fixes #748 .
...
Adds explicit links to frameworks we need on OS X.
This was SVN commit r11596.
2012-04-21 07:53:53 +00:00
Ykkrosh
10fd5e57db
Fix #916 (complain about spaces in build paths), based on patch from philip_flohr
...
This was SVN commit r11380.
2012-03-20 22:29:56 +00:00
historic_bruno
15cb081163
Removes Makefile PCH support for Obj-C/C++ source files. Apple's latest command line tools encountered an error because the source file was compiled with Obj-C++ but the PCH was compiled with C++. If we really needed PCH for Obj-C++ we could simply compile it separately for each language. Refs #1148 .
...
This was SVN commit r11259.
2012-03-06 05:40:11 +00:00
historic_bruno
5f8135edb0
Fixes clang warning about precompiled.h in C++ mode. Fixes #1178 .
...
This was SVN commit r11258.
2012-03-06 04:12:21 +00:00
Ykkrosh
b104bec238
Fix Android build scripts.
...
This was SVN commit r11153.
2012-02-25 16:11:08 +00:00
historic_bruno
95e9d72323
Adds install_name to libCollada link options for OS X.
...
This was SVN commit r11112.
2012-02-21 20:27:25 +00:00
historic_bruno
489138ce3d
Fixes spurious test of "unix" in Premake (prevented X11 from linking properly)
...
This was SVN commit r11109.
2012-02-20 23:58:59 +00:00
Ykkrosh
56378ea9f1
Experimental Android build support
...
This was SVN commit r11078.
2012-02-15 19:57:49 +00:00
Ykkrosh
ff7653d012
Update Premake for Android
...
This was SVN commit r11076.
2012-02-15 15:53:17 +00:00
Ykkrosh
9972eb8cae
Enough GLES compatibility to reach the menu screen
...
This was SVN commit r11064.
2012-02-13 20:53:24 +00:00
historic_bruno
1fe6d4780a
Includes Objective-C++ (*.mm) files in Premake generated projects. Premake and GCC handle the rest. Fixes #1148 .
...
This was SVN commit r11013.
2012-02-04 01:20:33 +00:00
historic_bruno
41e3bad341
More build fixes for FreeBSD.
...
Adds BSD sysdep.
Adds support for MAKE variable, overriding make command in our build
scripts.
Fixes more files not ending with newline.
This was SVN commit r10994.
2012-01-31 00:06:56 +00:00
historic_bruno
fc27a5c0ea
More FreeBSD build fixes.
...
Fixes some warnings about files that don't end with newline.
This was SVN commit r10991.
2012-01-30 06:21:11 +00:00
historic_bruno
19c6ae7b1e
Adds incomplete FreeBSD support to Premake scripts.
...
Properly detects amd64 system architecture on FreeBSD.
Adds support for WX_CONFIG variable (works just like SDL_CONFIG).
Adds bsd_names for BSD-specific library names.
This was SVN commit r10981.
2012-01-29 03:58:08 +00:00
Ykkrosh
63e151fbd5
Slightly more Android compatibility
...
This was SVN commit r10975.
2012-01-28 16:38:21 +00:00
Yves
c7e9894d44
Fixes #947 by generating a plain executable instead of an app bundle for development-builds.
...
The plan is to create a bundle later as a separate deployment-step after
building.
NVTT build is also changed because the installnames were not correct
when doubleclickig the executable.
This was SVN commit r10946.
2012-01-22 10:38:08 +00:00
Ykkrosh
182bf2b4af
Vague start at hypothetical Android support
...
This was SVN commit r10923.
2012-01-17 22:05:43 +00:00
Ykkrosh
e64a3d3946
Experiment a little with OpenGL ES
...
This was SVN commit r10915.
2012-01-15 23:15:31 +00:00
Ykkrosh
e4b2de4bba
Delete obsolete AoE3Ed code
...
This was SVN commit r10909.
2012-01-14 19:12:18 +00:00
Ykkrosh
c349fb0b3c
Make Premake makefile compatible with OS X
...
This was SVN commit r10898.
2012-01-12 00:03:37 +00:00
Ykkrosh
d07eac218c
SDL 1.3 build fixes.
...
Support SDL_CONFIG environment variable in update-workspaces to pick
non-default sdl-config.
Avoid non-standard use of SDL/ in include paths.
This was SVN commit r10895.
2012-01-11 22:50:39 +00:00
Ykkrosh
11737926a1
Remove Premake's (seemingly undocumented) usage of the ARCH environment variable, which is usually unset but causes build failures in some build environments that set it.
...
Remake Premake's Makefiles with current patched version of Premake.
This was SVN commit r10894.
2012-01-11 17:43:07 +00:00
Ykkrosh
0ec4242962
Detect and fix printf signedness errors. Fixes #1086 , #1087 .
...
This was SVN commit r10846.
2012-01-01 16:43:10 +00:00
Yves
9911f561d3
Closes #1050 (Codeblocks not relinking after static libraries change)
...
This was SVN commit r10814.
2011-12-25 21:25:04 +00:00
Yves
4a42b6bf28
Solves/Works around some linking problems for ActorEditor, ArchiveViewer and FileConverter. Closes #1004
...
This was SVN commit r10749.
2011-12-17 12:59:29 +00:00
Ykkrosh
5bd7b74ec7
Fix ABI incompatibility with --with-system-mozjs185 in debug mode (see #990 ).
...
This was SVN commit r10535.
2011-11-14 18:18:04 +00:00
Ykkrosh
ed5a64aae4
Add --with-system-mozjs185 build flag. Fixes #990 , based on patch by infyquest.
...
This was SVN commit r10534.
2011-11-14 16:10:41 +00:00
Ykkrosh
fbff0aa98d
Fix printf argument types
...
This was SVN commit r10529.
2011-11-13 18:31:06 +00:00
Yves
fc9e89647b
Adds basic support for Code::Blocks on the Mac and Linux.
...
The Project structure is still a bit strange, but it builds successfully
now.
This was SVN commit r10521.
2011-11-12 23:58:35 +00:00
Ykkrosh
9cbf587e59
Import Mongoose HTTP server library
...
This was SVN commit r10463.
2011-11-03 23:36:54 +00:00
fcxSanya
b0ad0d97be
Remove Premake3 files. Closes #934 .
...
This was SVN commit r10362.
2011-10-03 19:09:03 +00:00
historic_bruno
6ff59cbeeb
Enables Atlas build on OS X.
...
This was SVN commit r10300.
2011-09-20 22:52:21 +00:00
historic_bruno
1389f11b6e
Applies Yves' latest patch for premake4.
...
Fixes test generation path in XCode and MSVC.
Fixes PCH dependency tracking in GCC. Fixes #903 .
Fixes PCH being included in its own input (caused GCC bus error).
Ensures premake4 gets rebuilt on *nix after running clean-workspaces.sh.
Updates Windows premake4 binary.
This was SVN commit r10154.
2011-09-01 01:58:04 +00:00
historic_bruno
37dad6eb62
This was SVN commit r10084.
2011-08-24 02:54:31 +00:00
historic_bruno
f9dc6d9d69
Removes superfluous test build configuration from premake4.
...
This was SVN commit r10082.
2011-08-24 00:15:00 +00:00
Ykkrosh
8872bad668
AoEO BAR compatibility in AoE3Ed
...
This was SVN commit r10026.
2011-08-17 16:17:22 +00:00
historic_bruno
fab7bf4fcf
Fixes manifest dependencies for Actor Editor. Fixes #924 .
...
This was SVN commit r10018.
2011-08-16 22:08:47 +00:00
historic_bruno
819f354cca
Removes Devil. Fixes #666 .
...
Adds no_delayload to OpenAL, which has been causing startup problems.
This was SVN commit r9989.
2011-08-10 23:15:40 +00:00
historic_bruno
d605e85ae5
Removes ColourTester utility (needs update-workspaces).
...
Adds busy cursor to Atlas map generator.
This was SVN commit r9987.
2011-08-10 22:23:35 +00:00
Ykkrosh
840a404952
Regenerate makefiles for modified Premake using unmodified Premake, for OS X compatibility
...
This was SVN commit r9878.
2011-07-18 21:42:41 +00:00
Ykkrosh
9edfe0fbcd
Fix clean-workspaces script for new SpiderMonkey
...
This was SVN commit r9876.
2011-07-18 17:32:07 +00:00
Ykkrosh
2f0bd8d8b0
Upgrade to SpiderMonkey 1.8.5 ( fixes #734 )
...
This was SVN commit r9852.
2011-07-16 23:24:14 +00:00
Ykkrosh
c7ba150c40
Fix handling of update-workspaces arguments on Windows
...
This was SVN commit r9849.
2011-07-16 22:17:47 +00:00
Ykkrosh
0aba4006cc
Fix object path for .asm files in VC200x
...
This was SVN commit r9837.
2011-07-15 22:48:37 +00:00
Ykkrosh
e8e4d37c8d
Set up manifest via linkoptions for test executable
...
This was SVN commit r9836.
2011-07-15 22:45:50 +00:00
Ykkrosh
b551a744cc
Premake4 binary for Windows
...
This was SVN commit r9833.
2011-07-15 19:01:50 +00:00
Ykkrosh
1e470d37ff
Pre-generated Premake4 build files
...
This was SVN commit r9832.
2011-07-15 18:55:36 +00:00
Ykkrosh
befba20acb
Fix Makefile dependency generation.
...
Fix PCH dependency to work with parallel builds.
This was SVN commit r9831.
2011-07-15 18:51:18 +00:00
Ykkrosh
0dc3ae487d
Premake4 build scripts for the game, from Yves (plus minor tweaks)
...
This was SVN commit r9830.
2011-07-15 17:56:57 +00:00
Ykkrosh
76ff2cc83a
Non-standard Premake4 patches from Yves (plus minor tweaks).
...
Add nasm support.
Add cxxtest support.
Some other fixes.
This was SVN commit r9829.
2011-07-15 17:48:21 +00:00
Ykkrosh
fcab9e3b5e
Import Premake4 source (rev fc0374a03b17), minus samples/ and packages/
...
This was SVN commit r9828.
2011-07-15 17:32:06 +00:00
Ykkrosh
e9b3bcf467
Disable building Atlas by default on OS X
...
This was SVN commit r9766.
2011-07-06 20:14:25 +00:00
historic_bruno
0c803f99e8
This was SVN commit r9609.
2011-06-09 23:47:20 +00:00
Ykkrosh
266977bc78
Attempt to fix manifest problems in autobuild.
...
This was SVN commit r9607.
2011-06-09 23:16:27 +00:00
Ykkrosh
c2677b4bb0
Upgrade game and build system to ENet 1.3
...
This was SVN commit r9574.
2011-05-29 20:57:28 +00:00
Ykkrosh
acb48663d7
Windows fixes
...
This was SVN commit r9570.
2011-05-29 18:14:52 +00:00
Ykkrosh
a81f180dd6
Remove Atlas UI scripting support
...
This was SVN commit r9567.
2011-05-29 15:43:08 +00:00
Ykkrosh
dc2035efc9
Move Atlas map settings from JS to C++.
...
Replace New dialog box with separate tools for resizing maps and
replacing terrain textures, to provide more power and to simplify the
problem of initialising map settings.
Fix engine to cope with dynamic map resizing.
Add JSON support to AtObj, to let C++ interact with JSON more easily.
This was SVN commit r9566.
2011-05-29 15:02:02 +00:00
Ykkrosh
07e307c49a
Move Atlas's terrain and object sections from JS back into C++, per http://www.wildfiregames.com/forum/index.php?showtopic=14741
...
This was SVN commit r9559.
2011-05-27 21:56:43 +00:00
Ykkrosh
1075e206f7
Fix some format string errors
...
This was SVN commit r9534.
2011-05-18 19:10:36 +00:00
Ykkrosh
962fb41729
Support parallel build jobs in update-workspaces (via JOBS=-j3 or argument -j3 etc)
...
This was SVN commit r9418.
2011-05-03 23:54:29 +00:00
janwas
5ca66fc757
cleanup: move ADTs into lib/adts (separate files). fix definition of ASSERT
...
This was SVN commit r9364.
2011-04-30 13:35:36 +00:00
historic_bruno
ad6f305359
Integrates random maps with Atlas. Fixes #460 .
...
Adds various map controls to Atlas.
Adds New Map dialog to Atlas.
Removes a few references to old simulation header files.
This was SVN commit r9247.
2011-04-14 04:01:59 +00:00
Ykkrosh
06a088efa8
Replace libcurl with a self-compiled (in VC2005) copy of 7.21.4 with no SSL/zlib support, in an attempt to fix errors on 64-bit Windows
...
This was SVN commit r8941.
2011-02-19 18:44:09 +00:00
Ykkrosh
0da7e822ff
# Add opt-in automatic feedback system.
...
Add GL implementation limits to hwdetect.
Make the in-game manual support multiple text files.
Remove unnecessary instruction on how to close the manual window.
Make guitextobject.caption return the original value without stripping
formatting tags.
Remove unused non-VFS support from config system.
Support writing config files back to their original path.
Remove unnecessary user profile directory; use normal config directory.
This was SVN commit r8925.
2011-02-16 20:40:15 +00:00
Ykkrosh
1c3c962ea1
Import libcurl for Windows
...
This was SVN commit r8924.
2011-02-16 11:22:34 +00:00
Ykkrosh
0d8ffa58dc
AoE3Ed build fixes
...
This was SVN commit r8868.
2011-01-17 13:29:45 +00:00
janwas
ba2a9d7af3
improvements from work: [update-workspaces required]
...
- split precompiled.h into several headers (simplifies reuse)
- enable additional warnings not in W4
- split ErrorReaction into ErrorReactionInternal - clarifies which
values can actually be returned by debug_DisplayError
- wsdl: slightly safer HDC usage via CS_OWNDC, avoid dipping into DC
cache via ValidateRect instead of BeginPaint; remove unused thread
create
- StdDeserializer - wasn't including byte_order => BYTE_ORDER was
undefined
- wsysdep: clean up error dialog message handling
This was SVN commit r8828.
2010-12-09 11:16:21 +00:00
Ykkrosh
bee013b586
Define CONFIG_FINAL in Release builds, to enable better compression in codec_zlib.cpp
...
This was SVN commit r8740.
2010-11-29 12:51:45 +00:00
Ykkrosh
94dca529b1
Fix OS X build errors
...
This was SVN commit r8684.
2010-11-23 19:20:03 +00:00
Ykkrosh
b13e6ae293
Fix script to rebuild SpiderMonkey properly
...
This was SVN commit r8633.
2010-11-17 00:58:10 +00:00
Ykkrosh
93861485fb
Add a script to clean up broken builds of bundled libraries
...
This was SVN commit r8632.
2010-11-17 00:50:38 +00:00
Ykkrosh
83285504cb
Disable RTTI in test project, for consistency
...
This was SVN commit r8565.
2010-11-10 15:26:29 +00:00
janwas
6935a03743
remove no-longer needed GLU dependency; avoids delay-load warning.
...
This was SVN commit r8555.
2010-11-08 10:42:34 +00:00
Ykkrosh
818ea52c3b
Delete obsolete non-working i18n code
...
This was SVN commit r8527.
2010-11-03 17:52:07 +00:00
Ykkrosh
ec5d4a9f9e
Attempt to fix build error with intrinsics on 32-bit Linux
...
This was SVN commit r8526.
2010-11-03 02:06:38 +00:00
Ykkrosh
dd3bf54e4c
Add translation to desktop file (see #492 )
...
This was SVN commit r8310.
2010-10-08 14:08:54 +00:00
Ykkrosh
7b6775ee9f
Fix building with NVTT
...
This was SVN commit r8309.
2010-10-08 10:42:23 +00:00
Ykkrosh
6b5b35c245
Remove BFD-based debugging code, to avoid the runtime dependency on binutils.
...
Fixes #581 .
This was SVN commit r8271.
2010-10-04 17:21:55 +00:00
Ykkrosh
aadbf53a2a
Add nvtt to build system
...
This was SVN commit r8093.
2010-09-10 20:15:49 +00:00
Ykkrosh
d922034a8e
Replace Windows installer bitmap
...
This was SVN commit r7969.
2010-08-15 14:56:01 +00:00
Ykkrosh
6707e6cf6b
Use non-debug executable for Linux packages.
...
This was SVN commit r7968.
2010-08-15 12:23:11 +00:00
Ykkrosh
025b7960f8
Suggest more Debian-compatible install paths
...
This was SVN commit r7945.
2010-08-14 19:39:50 +00:00
Ykkrosh
9c47c61ea9
Spell nasm options in a way that's compatible with old versions of yasm
...
This was SVN commit r7893.
2010-08-10 19:48:12 +00:00
Ykkrosh
422da1aef0
Add resources for Linux packages, based on files from fabio (see #492 )
...
This was SVN commit r7882.
2010-08-08 22:13:10 +00:00
Ykkrosh
29d3f824e0
Remove obsolete CppDoc files
...
This was SVN commit r7819.
2010-07-29 20:43:24 +00:00
Ykkrosh
797e2bb491
NSIS-based installer for Windows. Fixes #519 .
...
This was SVN commit r7812.
2010-07-26 23:38:46 +00:00
Ykkrosh
2375c7cb95
Add bindir/datadir/libdir options, to find files when the game is installed in standard FHS locations
...
This was SVN commit r7758.
2010-07-14 19:39:47 +00:00
Ykkrosh
1ea8ab60ee
Compile with -Wundef to detect stupid macro typos like "GCC_VER"
...
This was SVN commit r7756.
2010-07-14 15:54:39 +00:00
Ykkrosh
bad3d04bc0
Fix some Premake warnings
...
This was SVN commit r7755.
2010-07-14 13:53:26 +00:00
Ykkrosh
20c50d32d4
Windows fixes.
...
Avoid Boost.Random since it adds a dependency on a new library.
This was SVN commit r7654.
2010-06-30 23:40:51 +00:00
Ykkrosh
1c0536bf08
# Refactored the networking code, and redesigned the game setup screen.
...
Major updates to most network classes.
Simplify CNetServer so it doesn't duplicate any client behaviour; all
players now run CNetClient.
Remove most player/slot management from networking code.
Wait for all players to finish loading before starting the simulation.
Remove CGameAttributes; attributes are now just a JS object.
Remove CPlayer; they are now just simulation entities.
Handle player colours via simulation system.
Add a default map for Atlas, so it always has something to load.
Move network documentation to Doxygen.
Remove lots of now-unused code.
This was SVN commit r7653.
2010-06-30 21:41:04 +00:00
janwas
f066daf21d
update zlib, libpng; rebuild libjpg (avoids dependency on msvcr71)
...
update-workspaces required.
This was SVN commit r7630.
2010-06-21 11:54:15 +00:00
Ykkrosh
7eeacaab2d
Fix building on Windows in paths containing space characters. Fixes #482 , based on patch from Zoomastigophora.
...
This was SVN commit r7625.
2010-06-10 19:15:33 +00:00
Ykkrosh
a18aa24fe3
Windows support for window resizing and fullscreen toggling.
...
Windows build fixes.
This was SVN commit r7607.
2010-06-03 21:15:45 +00:00
Ykkrosh
47ca9fc6cb
Autobuild fixes (untested)
...
This was SVN commit r7597.
2010-05-30 15:18:24 +00:00
Ykkrosh
5b9d29729a
Windows fixes
...
This was SVN commit r7592.
2010-05-27 23:51:14 +00:00
Ykkrosh
64a610baab
Add some code for rough testing of state hashing performance.
...
Simplify the code needed for tests based on real maps.
This was SVN commit r7574.
2010-05-25 17:28:26 +00:00
Ykkrosh
80229cdea7
Remove unused DCDT library
...
This was SVN commit r7556.
2010-05-20 18:32:03 +00:00
Ykkrosh
56bb858802
# Delete a lot of obsolete simulation code.
...
This was SVN commit r7555.
2010-05-20 18:09:23 +00:00
Ykkrosh
202b13d557
Fix the calling conventions properly this time (I hope)
...
This was SVN commit r7542.
2010-05-13 16:22:07 +00:00
Ykkrosh
22a7a6396b
Revert deletion of compile flag that apparently is actually needed (see #424 ).
...
This was SVN commit r7538.
2010-05-11 13:56:04 +00:00
Ykkrosh
3c75dba1b8
Clean up some svn:executable flags
...
This was SVN commit r7518.
2010-05-08 23:17:08 +00:00
Ykkrosh
4ea28cf809
OS X Atlas build fix. Fix wcsdup emulation. Remove seemingly unneeded compile flag ( closes #424 ).
...
This was SVN commit r7513.
2010-05-07 23:09:36 +00:00
Ykkrosh
0429c113ab
Tell nasm to use macho64 when appropriate
...
This was SVN commit r7475.
2010-04-21 20:56:32 +00:00
Ykkrosh
701fcc18a6
Attempt to make build system's CPU architecture detection slightly less broken
...
This was SVN commit r7458.
2010-04-15 20:15:16 +00:00
janwas
0efef76f7d
disable delay-loading of version.dll.
...
Of the delay-loaded DLLs, version.dll is the only one that is used in
proximity to WoW64 FS redirection, which apparently has a dangerous
interaction with delay-loading. This should prevent #484 (after
update-workspaces + a rebuild), but we can't be sure due to lack of an
x64 Vista or Win7 machine for testing. Can someone please confirm that
it works without requiring the -quickstart workaround?
refs #484
This was SVN commit r7453.
2010-04-10 17:26:10 +00:00
Ykkrosh
7abb71f265
Use optimised FCollada on Unix non-debug builds. Fixes #207 .
...
This was SVN commit r7429.
2010-04-03 11:27:24 +00:00
Ykkrosh
0d6882dad2
# Fix the actor viewer in Atlas.
...
Delete the old standalone actor viewer.
Import some terrain textures that are useful for tools.
Fixes #483 .
This was SVN commit r7428.
2010-04-03 11:07:42 +00:00
Ykkrosh
f4c8225dd4
Slightly hacky attempt to fix OS X include path order so it hopefully doesn't get confused by a MacPorts SpiderMonkey
...
This was SVN commit r7419.
2010-03-31 20:40:45 +00:00
Ykkrosh
9b6326f124
Always build with Valgrind support. Always use the bundled Valgrind header.
...
This was SVN commit r7397.
2010-03-26 10:31:47 +00:00
Ykkrosh
a902b7a2f4
Remove obsolete undocumented line-fixing tool
...
This was SVN commit r7394.
2010-03-24 20:01:39 +00:00
Ykkrosh
0670638198
Remove obsolete build instructions (see BuildInstructions page instead)
...
This was SVN commit r7393.
2010-03-24 19:54:01 +00:00
Ykkrosh
1e7b36d54b
# OS X build fix.
...
Use sdl-config instead of pkg-config.
This was SVN commit r7387.
2010-03-21 19:36:35 +00:00
Ykkrosh
5118d6ab32
Restrict rpath usage to Linux
...
This was SVN commit r7386.
2010-03-21 18:40:22 +00:00
Ykkrosh
55adcfc595
Use better rpath for finding libraries on Linux
...
This was SVN commit r7376.
2010-03-20 18:45:55 +00:00
Ykkrosh
23a702c335
# OS X build fixes.
...
spidermonkey-tip script fix.
GCC 4.2 compatibility.
Remove redundant code in extern_libs.lua
This was SVN commit r7371.
2010-03-20 16:26:25 +00:00
Ykkrosh
ed69187450
Build with spidermonkey-tip by default. Remove codepaths for old SpiderMonkey.
...
This was SVN commit r7366.
2010-03-19 20:54:44 +00:00
Ykkrosh
e7e8b8dbc3
Fix spidermonkey-tip to build on Windows. Add precompiled binaries.
...
This was SVN commit r7365.
2010-03-19 20:28:22 +00:00
Ykkrosh
99fc76e7dd
Update spidermonkey-tip to recent version
...
This was SVN commit r7363.
2010-03-19 19:26:41 +00:00
Ykkrosh
17718981cf
Remove Crypto++ because it causes too much trouble. Replace with a custom MD5 implementation for simulation state hashing.
...
This was SVN commit r7269.
2010-01-10 19:29:27 +00:00
Ykkrosh
7c2e9027c2
# Rewrite of the game's simulation system
...
Giant merge from
http://svn.wildfiregames.com/hg-source/file/5fb522019d5e
Infrastructure is largely complete, gameplay is largely missing
Disabled by default; use command-line flag "-sim2"
(Second attempt at commit...)
This was SVN commit r7259.
2010-01-09 19:20:14 +00:00
Ykkrosh
c8fed35c52
Remove -ffast-math. (Better to focus on correctness by default, and only sacrifice it for performance in limited profiler-indicated areas.)
...
This was SVN commit r7246.
2010-01-05 20:54:33 +00:00
Ykkrosh
00409b9583
# Support latest version of SpiderMonkey
...
Add --with-spidermonkey-tip option to Premake
This was SVN commit r7230.
2009-12-28 16:45:42 +00:00
Ykkrosh
503341ae4c
Stop Premake's Makefile calling Premake to remake its Makefile, before making Premake
...
This was SVN commit r7218.
2009-12-05 23:57:58 +00:00
Ykkrosh
835c0d05b0
Disable -fomit-frame-pointers in optimised builds, so that oprofile callgraph works
...
This was SVN commit r7208.
2009-11-20 12:56:11 +00:00
Ykkrosh
f7e16d9f3e
Code coverage measurement support (with lcov)
...
This was SVN commit r7203.
2009-11-16 21:23:43 +00:00
Ykkrosh
beb3417b03
Build and link with the more correct -pthread option on Linux, instead of -lpthread
...
This was SVN commit r7193.
2009-11-13 20:24:21 +00:00
Ykkrosh
259f3990df
Fix inconsistency in Dehydra script
...
This was SVN commit r7182.
2009-11-07 13:38:31 +00:00
Ykkrosh
d7a057143d
An initial Dehydra-based static analysis script for type-checking printf-style functions
...
This was SVN commit r7175.
2009-11-06 22:48:11 +00:00
Ykkrosh
e6f9d25925
Exclude system headers from dependency generation. (Speeds up 'make' with no file changes by ~80%)
...
This was SVN commit r7159.
2009-10-29 16:45:34 +00:00
Ykkrosh
f1e3468f10
Fix paths in makefile dependency generation
...
This was SVN commit r7157.
2009-10-23 21:41:23 +00:00
janwas
f76dc5a062
by request of sluzky: add JS files to VS workspace to allow find-in-files and open-file-in-workspace
...
This was SVN commit r7150.
2009-10-04 11:49:07 +00:00
Ykkrosh
a8f33553e8
cxxtestgen: More informative errors when failing to open files
...
This was SVN commit r7148.
2009-09-30 09:29:14 +00:00
Ykkrosh
0e4f91fab9
Detect arch from gcc, not from uname, to cope with 32-bit userspace on 64-bit kernel
...
This was SVN commit r7141.
2009-09-11 16:43:07 +00:00
Ykkrosh
6857e34555
Fix libpath ordering
...
This was SVN commit r7105.
2009-08-10 22:38:51 +00:00
olsner
e8ba28c306
Automatically build bundled external libraries and report errors if premake or an external library fails to build
...
This was SVN commit r7091.
2009-08-08 11:22:42 +00:00
olsner
b59ba962df
Use internal spidermonkey by default on unices. Extract a helper for pkgconfig-based libraries. Add support for dependencies between external libraries and use that to link nspr in all projects that use the spidermonkey.
...
This was SVN commit r7085.
2009-08-08 09:56:50 +00:00
Ykkrosh
e96e2e9e8d
Fix Windows build issue, svn:eol-style
...
This was SVN commit r7084.
2009-08-07 17:43:44 +00:00
Ykkrosh
5c8861adf4
Remove redundant -L linker arguments on non-Windows.
...
Fix some compiler warnings.
Fix missing non-PCH headers.
This was SVN commit r7083.
2009-08-07 17:22:05 +00:00
Ykkrosh
c7ed6c8924
Fix project type reported in comment in makefiles
...
This was SVN commit r7082.
2009-08-07 15:46:03 +00:00
Ykkrosh
6374080b60
# Fixed Linux execution problem. Extended unit-test system.
...
Fix sys_get_executable_name.
Add mock object support.
Add CxxTest wrapper to support "-test TestSuitename" and "-test
TestSuitename::test_case_name" command-line arguments for running
individual tests.
This was SVN commit r7081.
2009-08-07 15:21:39 +00:00
Ykkrosh
c66dfd11d0
Fix typo in last commit
...
This was SVN commit r7079.
2009-08-07 12:22:56 +00:00
Ykkrosh
935efedacf
OS X build fix ( fixes #265 )
...
This was SVN commit r7078.
2009-08-07 07:58:32 +00:00
Ykkrosh
65d3bd642c
Fix linking problems on Linux (patch from Christian Ruppert (idl0r))
...
This was SVN commit r7077.
2009-08-06 19:41:18 +00:00
Ykkrosh
ed5fde8641
Add some GCC warnings
...
This was SVN commit r7049.
2009-07-28 17:01:30 +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
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
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
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
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
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
Ykkrosh
6525cfd39e
Patch from #259 : [FreeBSD compat] portability fixes
...
This was SVN commit r7002.
2009-07-16 16:57:59 +00:00
Ykkrosh
cb240e474d
Use the Unicode version of wxWidgets
...
This was SVN commit r6984.
2009-07-14 10:23:56 +00:00
olsner
95ca9604f1
Check that premake is up-to-date before updating workspaces
...
This was SVN commit r6955.
2009-07-13 16:59:10 +00:00
olsner
eb4c94e44c
Define OS_LINUX when assembling assembly on linux
...
This was SVN commit r6954.
2009-07-13 16:35:29 +00:00
olsner
50cdce055c
Of course, the elf64 hack should also only apply to linux.
...
This was SVN commit r6953.
2009-07-12 15:20:09 +00:00
olsner
f28ab0c473
Add premake hack to produce elf64 assembly on amd64/x86_64
...
This was SVN commit r6952.
2009-07-12 15:16:03 +00:00
olsner
89b687de6f
Include the name of the missing library in the error message
...
This was SVN commit r6951.
2009-07-12 14:58:05 +00:00
olsner
d8722b897f
Forward HOSTTYPE variable - this should let premake.lua detect 64-bit properly.
...
This was SVN commit r6947.
2009-07-12 13:50:04 +00:00
Ykkrosh
dc02482665
Added -fPIC to all Atlas libraries, to try to fix builds on Linux x86_64
...
This was SVN commit r6944.
2009-07-11 15:29:05 +00:00
Ykkrosh
b6ebe0645e
# Minor tweaks for building on Linux
...
This was SVN commit r6928.
2009-06-26 21:09:56 +00:00
Ykkrosh
973c9b2165
Removed xmbcleanup (nowadays you can just delete the 'cache' directory instead)
...
This was SVN commit r6924.
2009-06-24 16:11:27 +00:00
janwas
d9bb1a7447
remove dbghelp and directx libraries (not redistributable)
...
move dbghelp and powrprof-specific stuff into external_libraries
dbghelp: dynamically import functions to avoid needing the .lib
This was SVN commit r6912.
2009-06-20 17:50:43 +00:00
Ykkrosh
0401cd486b
Removed Collada_dbg.dll since it's outdated and not autobuilt. Added --collada option to default update-workspaces, so Collada_dbg.dll will get compiled automatically.
...
This was SVN commit r6793.
2009-03-27 01:45:22 +00:00
Ykkrosh
6426777e61
# Disable non-Free pathfinding library
...
(All the code is still there, it's just #ifdef'd out by default)
This was SVN commit r6775.
2009-03-24 21:40:10 +00:00
Ykkrosh
07a4f809d8
# Replace Xerces with Libxml2
...
(in Xeromyces, whose name now doesn't make much sense but oh well)
This was SVN commit r6770.
2009-03-24 00:55:35 +00:00
Ykkrosh
f74f772a41
# More libxml2
...
Use libxml2 for parsing in Atlas. Plus some tests for it.
This was SVN commit r6764.
2009-03-23 01:07:08 +00:00
Ykkrosh
7610d4361c
# Started using libxml2
...
This was SVN commit r6763.
2009-03-22 20:51:35 +00:00
Ykkrosh
eec7f8fc05
# Added libxml2
...
This was SVN commit r6761.
2009-03-22 19:06:21 +00:00
Ykkrosh
54ab9db537
Made AoE3Ed tools optional (and disabled by default), because they're incompatible with recent DevIL
...
This was SVN commit r6760.
2009-03-22 17:57:11 +00:00
Ykkrosh
8c1fc507ab
# Build system fixes for Linux
...
Use proper library names instead of hard-coded paths when linking to dll
projects, so they can be found properly at run-time
This was SVN commit r6759.
2009-03-22 16:38:27 +00:00
Ykkrosh
a483f94023
Added a default svn_revision.txt to fix the build
...
This was SVN commit r6753.
2009-03-19 23:20:27 +00:00
Wijitmaker
42323bf1b5
wfg icon
...
This was SVN commit r6660.
2009-02-07 20:04:51 +00:00
Ykkrosh
54e19e27d2
Autobuilder startup service binary
...
This was SVN commit r6570.
2009-01-01 22:48:05 +00:00
janwas
96eb854667
fix: output is only expanded once, so set it directly
...
fix path
now get version of source dir, not .
This was SVN commit r6530.
2008-12-08 07:43:07 +00:00
janwas
3da952a036
add missing DLL
...
move svn_revision stuff to build/svn_revision
This was SVN commit r6529.
2008-12-08 07:34:20 +00:00
janwas
12e59fd850
# groundwork for embedding svn revision number into the EXE for debugging
...
add svnversion from official svn cmdline client distro and its
dependencies
add a horrible batch file that reads its output and writes it to a text
file as a quoted string
(see http://www.wildfiregames.com/forum/index.php?showtopic=12104&hl= )
This was SVN commit r6528.
2008-12-07 22:21:10 +00:00
Matei
09f97a3422
Some fixes for OS X:
...
- Find enet properly
- Type conversion of size_t's in JS
This was SVN commit r6324.
2008-08-11 04:18:10 +00:00
Ykkrosh
4a57fed5a7
Make CxxTest output on Windows go to OutputDebugString instead of stdout, so it'll appear in the VS debug output window.
...
This was SVN commit r6258.
2008-07-19 19:00:32 +00:00
Ykkrosh
49f0feb969
Fixed Linux build more
...
This was SVN commit r6168.
2008-07-01 21:43:08 +00:00
Ykkrosh
58c3b031d6
Partly fixed Linux build
...
This was SVN commit r6166.
2008-07-01 20:18:05 +00:00
janwas
10a6ef4e17
fix a few remnants of the previous sysdep/win folder location, including a relative path in icon.rc
...
This was SVN commit r6163.
2008-06-30 18:19:14 +00:00
janwas
a3696c0b91
premake: detect processor architecture from script
...
lib/sysdep: clean up by moving OS and cpu-arch folders into "os" and
"arch" folders
This was SVN commit r6162.
2008-06-30 17:34:18 +00:00
janwas
2382899a87
add system-specific AllocateAligned call (because _mm_malloc isnt as portable as hoped)
...
("RTL" directly has been added to sysdep - requires update of workspace)
This was SVN commit r6156.
2008-06-29 10:30:33 +00:00
janwas
1ec9b00a00
remove test_1_run from solution, rename the other test projects.
...
see http://www.wildfiregames.com/forum/index.php?showtopic=11828
extern_libs.lua: add comment
This was SVN commit r6147.
2008-06-28 20:22:49 +00:00
janwas
b488340f22
add debug symbols for enet (rationale: see enet/lib/rationale.txt)
...
requires update of workspace.
This was SVN commit r6145.
2008-06-28 20:02:05 +00:00
janwas
2118c3ccfe
(no rebuild of workspace is required)
...
avoid linker warning about delay-loading enet
remove done TODO comment
This was SVN commit r6141.
2008-06-28 17:53:37 +00:00
Ykkrosh
6b51050f96
Updated Premake to generate VS2008 project files.
...
This was SVN commit r6127.
2008-06-28 00:49:38 +00:00
janwas
a845570fef
add enet to external library definitions and add it as a dependency of the network and engine subsystems.
...
(required for dacian's new netcode)
warning: enet isn't yet compiled on OS X and linux
This was SVN commit r5997.
2008-05-31 20:00:37 +00:00
janwas
bafc8d0cfa
lib code requires a macro to be set, otherwise it thinks it's being used in a DLL (rebuild workspace required)
...
This was SVN commit r5953.
2008-05-13 19:34:16 +00:00
janwas
6e46b897c9
add new source directory to premake list (-> update_workspace required)
...
This was SVN commit r5950.
2008-05-13 05:44:23 +00:00
janwas
9cde0f45b7
remove some DLLs from the delayload list that shouldn't be there (DL doesn't make sense)
...
[this is a good time because the next commit requires workspace rebuild
anyway]
This was SVN commit r5882.
2008-04-13 14:48:10 +00:00
Ykkrosh
6541294ebf
More Linux build fixes
...
This was SVN commit r5539.
2008-01-08 00:09:52 +00:00
janwas
5768b9b8ab
remove ddraw dependency, use wmi instead
...
This was SVN commit r5531.
2007-12-29 16:20:23 +00:00
janwas
f5890de017
part5: update build system to reflect new directories in the source tree.
...
workspace needs to be updated.
This was SVN commit r5520.
2007-12-20 20:22:01 +00:00
janwas
23a1c6196f
incorporate allocators/ into build
...
the old lib/allocators.h is now a bridge to the new headers (temporary)
make slight interface changes in lib/res/file to match new allocators
interface
This was SVN commit r5445.
2007-11-10 13:55:32 +00:00
Matei
29e5130153
Updated required libraries to include some AtlasUI libs.
...
This was SVN commit r5437.
2007-11-10 02:58:23 +00:00
Matei
6bbd564910
Updated Ubuntu instructions.
...
This was SVN commit r5436.
2007-11-09 19:17:42 +00:00
Matei
57ac4228d1
Updated build instructions for Linux and commented out visibility options
...
that make GCC 4.1 fail to link the game.
This was SVN commit r5435.
2007-11-09 18:48:23 +00:00
kai
e595dbc88e
pathfinding change: the engine uses Triangulation and A* on triangles now. dcdt package added. premake.lua changed to include the dcdt code. it needs to run update-workspaces.bat (flag -showOverlay will draw the triangulation and a single unit paths)
...
This was SVN commit r5393.
2007-10-09 07:27:45 +00:00
janwas
7421fa79ba
move archive-related files to their own directory (res/file was way too cluttered.. vfs will probably also be separated.)
...
This was SVN commit r5387.
2007-10-03 09:48:45 +00:00
janwas
4b481bdd2c
avoid "directory already exists" warning.
...
allow skipping generating the vc2003 or vc2005 projects by creating a
file SKIP_PREMAKE_HERE in that workspace directory
This was SVN commit r5386.
2007-10-03 09:43:00 +00:00
janwas
ea791fc6ef
add new sysdep linux dir to build (requires rebuilding the workspace)
...
This was SVN commit r5366.
2007-09-23 16:14:49 +00:00
olsner
264f394f17
Moved X11 stuff out of unix/ folder, added osx/ sysdep folder, corresponding premake.lua changes, and a few misc other Mac OS X-related changes
...
This was SVN commit r5320.
2007-09-03 12:56:45 +00:00
Ykkrosh
eea76e7d9d
Added Valgrind headers.
...
Changed ICC PCH arguments to the form that's not deprecated in ICC 10.
This was SVN commit r5319.
2007-09-02 23:41:06 +00:00
Matei
08d3ff2952
Updates for OS X and gcc 4.0 compatibility.
...
- Fixed some invalid member function references in wxJS code that gcc
4.0 didn't like.
- Some conversion changes.
- Don't try to construct wxSound from memory in OS X (it's not
available).
- Added dependency on zlib in AtlasUI (something there uses _compress).
- Added Mac code for finding current executable's path.
- Added dummy code for getting display size that does not use X.
- Fixed dir_get_changed_file stub to return ERR::AGAIN (end of files)
instead of INFO::OK.
This was SVN commit r5312.
2007-09-02 16:50:20 +00:00
Matei
b65d1f8756
Replaced wxWidgets-devel with wxWidgets, which works better.
...
This was SVN commit r5311.
2007-08-30 17:52:57 +00:00
Matei
5e39585359
Added Mac build instructions using MacPorts.
...
This was SVN commit r5310.
2007-08-29 07:45:55 +00:00
Matei
d9702ca590
Added dependency on comsuppw to fix VC2005 build.
...
This was SVN commit r5216.
2007-06-30 16:45:24 +00:00
Ykkrosh
ec9b5c982e
Replaced Windows SpiderMonkey library with a threadsafe build of version 1.6.
...
Fixed linking with wxWidgets.
Enabled RTTI for non-engine packages.
Fixed wxJS for Windows.
Fixed failure to load on Windows 2000 due to IsWow64Process import.
Fixed trivial warnings.
This was SVN commit r5155.
2007-06-09 02:40:48 +00:00
janwas
4fbaea3780
# fix for exceptions when not running in debugger
...
move exception-specific stuff into wseh. it now grabs the entry point
and wraps it in a __try block (but only for the main EXE).
this works around issues with the previous SEH registration code
(exceptions weren't caught in release mode when not running in debugger)
This was SVN commit r5151.
2007-06-08 17:44:24 +00:00
janwas
2405a98b58
fix for immediate exit in autobuilt EXE
...
(problem was the vc7 linker stripping out stuff that we needed)
This was SVN commit r5149.
2007-06-07 19:32:13 +00:00
Ykkrosh
914e5f7c2f
Rename stdafx.h to precompiled.h
...
This was SVN commit r5146.
2007-06-05 18:35:05 +00:00
Ykkrosh
4e83672579
# Added scripting support to the scenario editor UI
...
Added modified version of wxJavaScript.
Added Atlas script interface.
Rewrote the Map sidebar in JS.
This was SVN commit r5144.
2007-06-05 18:16:55 +00:00
janwas
db189468a9
(update-workspace required)
...
found another means of doing startup/shutdown that doesn't require
hooking and allows init callbacks to use CRT functions (avoiding
problems similar to the recent rash of pre-libc bugs). also, callback
registration no longer needs ugly #pragma syntax.
remove 'Detours' (evil and no longer needed)
This was SVN commit r5137.
2007-06-04 00:00:57 +00:00
Ykkrosh
c3de4710d3
Reverted update-workspaces.bat
...
This was SVN commit r5127.
2007-06-02 15:24:20 +00:00
janwas
cf89464e64
# autobuilder fix
...
detours is configured as a static lib, which would require using the
same compiler, but we have several in action.
fix: include a stripped down version of its code in the main source tree
This was SVN commit r5126.
2007-06-02 12:43:42 +00:00
Ykkrosh
6b6b6198f9
# Linux ICC compatibility.
...
Don't disable PCH in AtlasUI for non-GCC builds.
Prevented some excessive warnings ("implicitly-signed bit field of
length 1").
Removed (wcs|str)nlen functions on OS_UNIX, since they were already
removed from the .h.
This was SVN commit r5125.
2007-06-01 00:34:36 +00:00
Ykkrosh
d90975ee1e
# Slightly improved Linux compatibility for Atlas.
...
Properly enabled PCH in GCC.
But wx 2.8 (with anonymous namespaces) and GCC <4.2 and PCH conflict, so
PCH is disabled when building AtlasUI on broken compiler versions.
Removed media player, because it's useless and makes building harder.
Removed unnecessary wx linking.
This was SVN commit r5122.
2007-05-31 01:47:17 +00:00