Commit graph

1755 commits

Author SHA1 Message Date
Anonymissimus
2655e8ddff cb projectfile update 2011-08-02 20:41:49 +00:00
Tommy Schmitz
b2be7c7cab Reimplemented a lot of iteration code using the new visitor_base template.
Removed visitor.cpp because all the code is in visitor.hpp now.
2011-08-02 10:17:48 +00:00
Steven Panek
91ea9e913a Set svn:eol-style. 2011-06-29 23:59:19 +00:00
Anonymissimus
3dbcf8a63a CB projectfile update 2011-06-29 16:20:04 +00:00
Anonymissimus
21d10bbf46 VS9 projectfile update 2011-06-29 16:19:47 +00:00
Anonymissimus
1660635cb4 enabled openmp for all configurations... (forgot in 2011-06-27T16:13:34Z!anonymissimus@arcor.de) 2011-06-29 16:19:28 +00:00
Anonymissimus
c829161d59 enable openmp in MSVC2008+standalone project files
needed dll: http://www.mediafire.com/?dqlpppu2vqdd0yl
(put into wesnoth project root/execution dir)
2011-06-27 16:13:16 +00:00
Timotei Dolean
d8c341eac1 Fix the MSVC 10 to use the correct startup directory when...
...starting the debugger
2011-06-24 15:19:06 +00:00
Anonymissimus
3935c0523b codeblocks projectfile update 2011-06-21 13:40:24 +00:00
Timotei Dolean
94ebf52340 Update the VC10 project file 2011-06-21 08:39:02 +00:00
Timotei Dolean
e7e14f2ab8 Update MSVC project files 2011-06-21 07:39:35 +00:00
Steven Panek
e98101d8d0 Set svn:eol-style. 2011-06-20 20:38:41 +00:00
Timotei Dolean
910ca163b7 Disable building 'wesnothd' with MSVC2010
according to this boost bug:

https://svn.boost.org/trac/boost/ticket/4073

The building could be enabled after boost 1.47
2011-06-20 15:34:19 +00:00
Timotei Dolean
18382c9d43 Add solution files for Microsoft Visual Studio 2010 (VC10)
The solution works just like the VC9 one,
but it needs the proper libs and dlls for boost.

One can download them (saving the compile time & hassle)
from here: http://www.boostpro.com/download/
2011-06-20 15:34:10 +00:00
Anonymissimus
6c119c3bab updated build instructions 2011-06-19 17:30:28 +00:00
Anonymissimus
b6958b9d94 codeBlocks projectfile update 2011-06-19 17:30:06 +00:00
Anonymissimus
6648a77f6b MSVC projectfile update 2011-06-19 17:29:10 +00:00
Anonymissimus
0d53300c23 CodeBlocks projectfile update 2011-06-17 15:02:49 +00:00
Anonymissimus
8d46dcba41 MSVC projectfile update 2011-06-17 15:02:31 +00:00
Anonymissimus
e2c050dc83 removed Dev-C++ project files
Nobody has been maintaining them since more than 2 years.

It'll be a ton of work to bring them up to date (so it's probably a
better choice to convert the CodeBlocks files instead). The Dev-C++
IDE itsself is a dead project since 2005. Nobody will think there's
need to update these files anymore when adding source files. The
compiler used was MinGw, so CodeBlocks is basically a replacement.
2011-06-13 23:32:21 +00:00
Anonymissimus
81ec530af9 added info that openmp should be installed when installing the compiler 2011-06-12 23:25:22 +00:00
Anonymissimus
7db9ce4cff added a README about how to compile on windows using CodeBlocks 2011-06-11 22:52:42 +00:00
Anonymissimus
75141b7e7e updated CodeBlocks project file
(I should upload my updated headers/lib package too...)
2011-06-11 22:52:23 +00:00
Timotei Dolean
5d4f1c9b1c Get rid of the virtual directories: "Header Files" and "Source files".
The source files tree is now resembling the real one.
2011-06-11 16:25:40 +00:00
Anonymissimus
81dc4a8b5d reenable C4706 2011-06-05 01:51:06 +00:00
Anonymissimus
8cf73c9c91 cranked up the warnlevel to the maximum and disabled 3 warnings
(needs confirmation by mordante)
2011-06-03 21:15:25 +00:00
Anonymissimus
7f0cb881db moved disabled warnings from projectfiles to global.hpp 2011-06-02 19:54:32 +00:00
Anonymissimus
1a84bd3163 CodeBlocks projectfile update 2011-06-02 19:54:14 +00:00
Dmitry Kovalenko
b2ce483b71 Lua aspect foundation 2011-06-01 13:47:33 +00:00
Anonymissimus
21d5a5fa76 reverted "changed debug information format for liblua...
...from /ZI to /Zi in an attempt to mute more warnings"
2011-06-01 12:25:17 +00:00
Anonymissimus
6dcd8a8bd6 update MSVC project file
new files needed:

libboost_program_options-vc90-mt-gd-1_42.lib

boost_program_options-vc90-mt-gd-1_42.dll

can be get from http://www.boostpro.com/download/
2011-05-29 21:52:38 +00:00
Anonymissimus
081c34b595 changed debug information format for liblua...
...from /ZI to /Zi in an attempt to mute more warnings
2011-05-28 12:18:15 +00:00
Anonymissimus
bc1d9b2e6b MSVC projectfile update 2011-05-28 12:18:03 +00:00
Anonymissimus
03e81a5037 codeblocks projectfile update 2011-05-28 12:18:00 +00:00
Anonymissimus
72a618189d removed some files deleted a while ago from the projectfile 2011-05-25 22:55:13 +00:00
Anonymissimus
290c09ff65 MSVC projectfile update 2011-05-24 13:47:25 +00:00
Anonymissimus
d4ab906fb1 codeblocks projectfile update 2011-05-24 13:47:09 +00:00
Anonymissimus
ebda43b423 added _DEBUG to the used preprocessor defines for debug configuration
This seems to solve a major problem about destructors not being called
(breakpoints aren't reached) when executing wesnoth in debug
configuration, resulting in memory exceptions
2011-05-22 21:21:50 +00:00
Anonymissimus
fcc8596672 CodeBlocks project file update 2011-04-18 21:09:43 +00:00
Gabriel Morin
df4ba3108c Patch #2640 by tschmitz
* Adds new Suppose Dead feature to the whiteboard, temporarily bound
  to 'i' key.

* Fixes wrong use of std::equals
2011-04-17 22:56:44 +00:00
Anonymissimus
5a89f48cef Disabled "OpenMP=true" setting in MSVC project file for now...
...since it causes a compiler error on my built system. Timotei, would
be nice to mention such thing in the commit message.
2011-04-16 17:31:58 +00:00
Timotei Dolean
cd19fc770b update the suppressed warnings 2011-04-16 13:56:02 +00:00
Jérémy Rosen
c68a158f37 apply patch 2633 by automagic : refactoring of the imagepath code 2011-04-15 14:44:23 +00:00
Ben Anderman
5045a85138 Updated XCode project file, from monochromatic. 2011-04-13 00:01:35 +00:00
Timotei Dolean
c10a892e85 Add some extra preprocessor defines to disable some silly warnings 2011-04-11 19:05:45 +00:00
Anonymissimus
5faf48c7e6 project files update 2011-04-11 17:40:00 +00:00
Timotei Dolean
72fb7d0f1c Add more silly warning to be suppressed 2011-04-05 20:17:40 +00:00
Timotei Dolean
edd352bae9 Add some warning suppresions triggered by the MSVC compiler:
C4244, C4099, C4345
2011-04-05 16:24:09 +00:00
Timotei Dolean
f26118cfe9 Use the windows line endings for the visual studio solution 2011-04-05 16:23:39 +00:00
Timotei Dolean
a897724217 Update the msvc solution 2011-03-31 21:07:11 +00:00