6063 Commits

Author SHA1 Message Date
Andy Alt
069f36ee1f
.travis.yml:remove "Tr_default" (#133)
This related script needs updating, I think. I don't know yet how best to proceed.
https://github.com/ZetaGlest/zetaglest-source/blob/develop/.travis-before_install.sh

This patch is to help fix the broken build shown at
https://travis-ci.org/ZetaGlest/zetaglest-source/builds/378943044

* remove Tr_default section

Not sure why it builds everywhere else but fails on this one.
2018-05-15 10:17:38 -05:00
mathusummut
6eff51c413 Now Windows binary release can be automated 2018-05-14 23:46:04 +02:00
mathusummut
b7e1ad8784 Polished Windows build system 2018-05-14 23:32:52 +02:00
mathusummut
729c88fe7b Polished Windows build system 2018-05-14 21:45:29 +02:00
mathusummut
a3dff1423d Fixed travis issue+added git pull to setup.bat 2018-05-14 21:38:59 +02:00
mathusummut
1ea031b08e Added isBuilding and setUnitProperty functions to LUA 2018-05-14 01:38:48 +02:00
MathuSum Mut
a2b53f70af
Merge pull request #117 from ZetaGlest/issue_70
connected_game.cpp:comment line disabling controls
2018-05-13 15:40:28 +02:00
MathuSum Mut
626e7e1c99
Merge branch 'develop' into issue_70 2018-05-13 15:39:23 +02:00
MathuSum Mut
2508fed336
Merge pull request #124 from ZetaGlest/ChangeLog
changelog:update [skip ci]
2018-05-13 15:28:50 +02:00
MathuSum Mut
15ffc179cc
Merge pull request #125 from ZetaGlest/README
Readme
2018-05-13 15:27:06 +02:00
andy5995
0759ebb84e add 'make' to comment [skip ci] dev-snapshot-source 2018-05-10 10:09:58 -05:00
andy5995
c321ec39aa .gitignore:added cmake files and move entries to mk/linux [skip ci] 2018-05-10 10:09:58 -05:00
Andy Alt
1d620e284d
README.md:fix bullets [skip ci] 2018-05-10 10:08:12 -05:00
Andy Alt
e4f2202b27
README.md:fix rss icon links, add bullets [skip ci] 2018-05-10 10:05:14 -05:00
andy5995
f269b477d9 README:add RSS and ChangeLog links [skip ci] 2018-05-10 10:00:40 -05:00
andy5995
6341b659fc
README.md:note where ZG split from MegaGlest [skip ci] 2018-05-10 09:19:03 -05:00
andy5995
3a9155a308
README.md:add link to message board [skip ci] 2018-05-10 09:17:45 -05:00
andy5995
1a7fddca47
formatting [skip ci] 2018-05-10 09:03:33 -05:00
andy5995
06fcbb6d53 changelog:update [skip ci]
Added 5 entries going back to March 14th, 2018.

Did I miss anything?
2018-05-10 09:01:04 -05:00
andy5995
04c7627292 docs:rename deprecated directory [skip ci] 2018-05-10 08:44:28 -05:00
andy5995
8daaee9696 docs dir:README.txt:noting archived docs [skip ci] 2018-05-10 08:44:28 -05:00
mathusummut
56013bee49 Reached mid-way AI compromise 2018-05-10 03:04:30 +02:00
mathusummut
91d8fea807 Re-strengthened AI 2018-05-10 02:38:06 +02:00
mathusummut
df200c3485 Polished ZG 32-bit build [skip ci] 2018-05-10 01:16:14 +02:00
andy5995
60e38945fe CMake:correct spelling of "zetaglest"
This also removes the git revision number stamping from cmake, support
for which was removed from the source code months ago.

This is to help prepare to fix #110 but doesn't fix it.
2018-05-09 09:09:36 -05:00
Andy Alt
31e48026a6
Merge pull request #121 from devnexen/openbsd_instructions
Basic building instructions for OpenBSD
(resolves #56)
2018-05-08 15:34:30 -05:00
David Carlier
7f7fa1e64f Basic building instructions for OpenBSD 2018-05-08 20:38:45 +01:00
mathusummut
56e5904c5d Added friendly messages for Windows build 2018-05-07 23:58:46 +02:00
mathusummut
c26b3c35e3 Windows build now groups binaries into /mk/windows/bin folder 2018-05-07 23:48:53 +02:00
mathusummut
9d3678cee9 Replaced emplace_back with push_back 2018-05-07 22:51:46 +02:00
mathusummut
d1acd87423 Now Lua can be used in scripts tag in faction tag in XML 2018-05-06 12:45:25 +02:00
mathusummut
c760a1415b Removed .user files 2018-05-06 00:41:15 +02:00
mathusummut
0343c3e48e Added .user file to gitignore 2018-05-06 00:37:17 +02:00
mathusummut
35b7b1f1a6 Fixed the god-awful indentation 2018-05-06 00:01:36 +02:00
mathusummut
643e3820f5 Polished Windows build system 2018-05-05 18:52:30 +02:00
mathusummut
5b63cd2402 Polished Windows build system 2018-05-05 18:24:25 +02:00
mathusummut
c4fa2c8400 Updated Windows Readme 2018-05-05 15:46:17 +02:00
MathuSum Mut
0a2bbbd3ad
Updated Windows Readme 2018-05-05 15:42:04 +02:00
MathuSum Mut
a6e263134d
Updated Windows Readme 2018-05-05 15:41:16 +02:00
MathuSum Mut
7072f266df
Updated Windows Readme 2018-05-05 15:40:28 +02:00
mathusummut
6669eef0de Removed unnecessary file 2018-05-05 14:10:34 +02:00
andy5995
e018b26056 ai:revert AI enhancement
@Jammyjamjamman suspects the AI patch from commit
464860aa02 (diff-d96c21449fc203a306589b5bd1f8aaa1)
may be causing extra lag when playing mp with Windows clients.

This patch reverts most of that commit. Max expansions I set to 5, the
MG setting was 2.

If this fixes the lag, then we can consider looking at making these
changes again, but one at a time, making sure lag isn't a result before
making more changes.

Anyone can review this to learn some of the code, but I'd like to hear
feedback from Jammy before finally merging.
2018-05-04 18:36:21 -05:00
andy5995
cb1c78887b
connected_game.cpp:comment line disabling controls
Commenting out this line has fixed the problem but I don't know if
there'll be any side effects yet.
2018-05-04 10:09:16 -05:00
MathuSum Mut
3022427fd7
Updated Build.md 2018-05-03 22:36:44 +02:00
MathuSum Mut
9ef067de11
Updated Readme 2018-05-03 22:35:28 +02:00
MathuSum Mut
83c5b8c301
Merge pull request #109 from mathusummut/develop
Renamed CPU-Mega to CPU-Zeta
2018-04-29 15:39:44 +02:00
mathusummut
7ace98f8e1 Renamed CPU-Mega to CPU-Zeta 2018-04-29 15:37:44 +02:00
MathuSum Mut
94bcfedeb0
Merge pull request #4 from ZetaGlest/develop
Update
2018-04-29 12:41:44 +02:00
MathuSum Mut
f00780299a
Updated Windows Readme 2018-04-29 12:02:49 +02:00
MathuSum Mut
15be4bac9a
Updated Windows Readme 2018-04-29 11:59:07 +02:00