Commit Graph

107 Commits

Author SHA1 Message Date
Mark Vejvoda
42fa56d464 - updated codeblocks project to compile mingw projects using new libcurl version 2011-01-01 11:54:38 +00:00
Mark Vejvoda
8e42035257 - updated curl to v7.21.3 for windows build (requires new win32 deps download) 2011-01-01 05:42:53 +00:00
Mark Vejvoda
5b6bce1a7f - updated to remove unneeded files in svn and paths in glest_game 2011-01-01 01:21:39 +00:00
Mark Vejvoda
a58710be0c - updated codeblocks project for debugging in Linux 2011-01-01 01:09:23 +00:00
Mark Vejvoda
1f29685803 - bugfixes for ftp server to work on windows, silly M$ compiler has issues with mixing C / C++ code so I had to make these changes 2010-12-31 21:00:25 +00:00
Mark Vejvoda
08d3f0bf60 - updated vc++ build script to only call vcvars once 2010-12-31 08:39:44 +00:00
Mark Vejvoda
60f2b035e7 - fixed debug build in vc++ 2010-12-31 01:18:43 +00:00
Mark Vejvoda
254eac6147 - updated cb projects 2010-12-30 23:28:53 +00:00
Mark Vejvoda
89a6ae3fe4 - updated win32 vc++ files to compile with new ftp server / client 2010-12-29 16:28:46 +00:00
Mark Vejvoda
6e88e4be4c - got my plumbers suit on and added the plumbing for FTP file xfers 2010-12-29 01:10:53 +00:00
Mark Vejvoda
b76cc89b60 - added new file to win32 vc++ project file to fix windows build for new Internet menu 2010-12-27 08:52:12 +00:00
Mark Vejvoda
b954d399df - updated vc++ build script to always get the correct SVN revision (must have svnvversion command in the path for the current svn revision to work otherwise it defaults to rev in cpp file) 2010-12-23 23:17:15 +00:00
Mark Vejvoda
7e6a7a85f7 - big fight to get libircclient compiled in VC++ but we won the battle (requires new win32 deps.. NOT ming deps) 2010-12-23 02:17:29 +00:00
Mark Vejvoda
ea4f8e0bcd - added IRC client to the Internet game menu (still need to update VC++ projects) 2010-12-23 00:00:30 +00:00
Mark Vejvoda
443096d0db - updated win32 files / project to properly compile UPNP 2010-12-21 06:03:38 +00:00
Mark Vejvoda
6a289b3d0a - updated VC++ projects to use UPNP code 2010-12-21 05:31:17 +00:00
Mark Vejvoda
2854ec9caa - updated codeblocks projects with new UPNP files 2010-12-21 05:12:37 +00:00
Mark Vejvoda
debdd50a26 - changed location of windows glest library to make compiling and debugging easier 2010-12-09 06:40:16 +00:00
Mark Vejvoda
7a7bc828f1 - full support for all megaglest modules to compile with the following:
release / debug
 linux / windows
2010-12-08 20:03:15 +00:00
Mark Vejvoda
7341886b11 - changes so map editor compiles in mingw 2010-12-08 16:31:08 +00:00
Mark Vejvoda
5fb2a906f1 - added a touch for proper build date/time stamp for vc++ batchfile building mg 2010-12-07 22:34:24 +00:00
Mark Vejvoda
b605c65aa9 - updates to support both Windows and Linux targets from CodeBlocks Workspace 2010-12-07 07:00:11 +00:00
Mark Vejvoda
81683509d9 - added codeblocks workspace and project files for Main MG deps and game (not tools yet) so we can cross compile windows binary 2010-12-04 23:37:40 +00:00
Mark Vejvoda
b102ef513c - fix for HP messing with our windows build! 2010-11-16 23:57:18 +00:00
Mark Vejvoda
914649b647 - added a batchfile that updates from svn and builds mg on commandline for windows 2010-11-15 23:58:29 +00:00
Mark Vejvoda
559806538f - cleanup stupid warnings on windows (see C4503) 2010-11-10 00:45:26 +00:00
Mark Vejvoda
3b5630bb73 - a few windows compiler setting changes for more consistent compiler warning output 2010-10-21 18:32:40 +00:00
Mark Vejvoda
be979590c1 - more compiler warning cleanup 2010-10-21 17:42:45 +00:00
Mark Vejvoda
89a32dda54 - updated windows installer scripts for 3.3.7.2 2010-10-16 16:14:48 +00:00
Mark Vejvoda
c0c031569b - updated Windows Installer scripts for 3.3.7 release 2010-10-08 02:11:59 +00:00
James McCulloch
7f1412d524 * remove redundant include dirs in vc proj files 2010-09-18 02:09:23 +00:00
Mark Vejvoda
a259e0d8e4 - nothing is easy is windoze (renamed duplicate filename cause VC chokes on it) 2010-09-16 22:47:33 +00:00
Mark Vejvoda
e7efda5080 - updated windows project files to use new base renderer class 2010-09-14 06:37:20 +00:00
Mark Vejvoda
813076f64b - updated windows project files to use new mappreview class 2010-09-14 01:27:24 +00:00
Mark Vejvoda
1058065ce7 - changing the max filecount lower to avoid stack overflow due to array taking > 1MB 2010-08-26 20:28:26 +00:00
Mark Vejvoda
f3278c3cf3 - bugfixes for stack overflow issue (static array size too large causing chkstk errors) 2010-08-26 19:01:44 +00:00
Mark Vejvoda
d2f4b49f27 - fixed windows compiler flag for debug mode to include RTTI 2010-08-26 17:41:42 +00:00
Mark Vejvoda
8274ff1efb - windows compile bugfixes 2010-08-26 05:43:08 +00:00
Mark Vejvoda
b9b9cc822b - bugfixes related to SDL library upgrade on windows build and mouse cursor toggling (especially that stupid windows 7 issue where alt-tab doesn't let you move your cursor in fullscreen mode)
For reference: http://bugzilla.libsdl.org/show_bug.cgi?id=849
2010-08-23 07:27:31 +00:00
Mark Vejvoda
6ac3920b29 - updated windows installer to properly handle previous version uninstalls 2010-08-12 06:24:18 +00:00
James McCulloch
5d14cade20 * vc project file update 2010-08-08 13:10:36 +00:00
Mark Vejvoda
dd17d80b9b - fixed project lib dependencies for g3d viewer in relation to libpng 2010-08-06 22:25:36 +00:00
Mark Vejvoda
1366e088d4 - updated windows project files to point to correct libpng folder 2010-08-06 22:04:17 +00:00
Mark Vejvoda
bc064bea47 - fixes to properly detect previous installs and request admin access in case folder is protected 2010-08-05 15:20:34 +00:00
Mark Vejvoda
0ae4fd1865 - updated windows updater script to properly change install path when required and corrected removal of norsemen training_field 2010-08-05 14:35:53 +00:00
Mark Vejvoda
b15069d71a - updated version #'s on tools to remove beta text 2010-07-18 05:22:32 +00:00
Mark Vejvoda
bd3cb7f9bb - map editor bugfixes (proper deletion of arrays and tooltip painting)
- updated vc++ 2008 project files (and new win32 dependency archive uploaded to sourceforge) so that all projects can be built in debug mode now
2010-07-18 05:09:30 +00:00
Mark Vejvoda
d610650624 updated windows installer script to be more user friendly 2010-07-17 10:33:05 +00:00
James McCulloch
ff61cd9c36 forgot to commit VC project file changes 2010-07-13 10:58:52 +00:00
James McCulloch
bdd4f306f4 * added GAE path finder (SearchEngine and friends)
* some small changes to Unit, UnitType, Vec2<> & Map needed for the new path finder
 * compiles, but not hooked up yet, old PathFinder still in use
2010-07-11 18:31:02 +00:00