andy5995
aa54e2032b
put filenames back into source code
...
This closes #113 and will help with #110
2018-09-11 21:27:38 -05:00
Andy Alt
3f2cb5e6dd
travis.yml:add test for embedded libs with gcc6 ( #217 )
...
* travis.yml:add test for embedded libs with gcc6
2018-09-11 14:58:02 -05:00
MathuSum Mut
7b7c29173d
Merge pull request #221 from ZetaGlest/andy5995-patch-2
...
AUTHORS.md:move @mathusummut to different section
2018-09-11 21:24:42 +02:00
Andy Alt
9e1ed7655b
AUTHORS.md:move @mathusummut to different section
2018-09-11 13:13:19 -05:00
MathuSum Mut
2a97657e54
Made joining and connecting messages consistent with other messages
2018-09-11 09:16:21 +02:00
mathusummut
4dfbbf902d
Added to gitignores
2018-09-10 23:02:43 +02:00
MathuSum Mut
ff2a27537b
Fixed socket connectivity bug in libircclient on Windows
2018-09-10 22:51:17 +02:00
MathuSum Mut
ac0892cda2
Made leave message make more sense
2018-09-09 22:25:59 +02:00
MathuSum Mut
5aef99e0aa
Merge pull request #216 from andy5995/add_joinannounce
...
ircclient.cpp:add joinAnnounce message
2018-09-09 21:33:26 +02:00
andy5995
2c27a89331
ircclient.cpp:add joinAnnounce message
...
displays message like this.
<ZG_andy_400> has joined
2018-09-09 12:46:48 -05:00
MathuSum Mut
3acf4c1177
Merge pull request #206 from andy5995/cid-317047
...
menu_state_custom_game.h:init 'index'
2018-09-09 01:12:39 +02:00
mathusummut
67d91102c1
Updated libircclient on windows
2018-09-09 01:10:24 +02:00
andy5995
64190969f4
scripts:de-cluttering [skip ci]
...
make has an "install" feature. We'll figure out how to work with make
can cmake, and redo these scripts from scratch if necessary
(closes #155 )
(closes #71 )
(closes #154 )
2018-09-07 23:01:02 -05:00
andy5995
656820714b
CMakeLists.txt:change shared lib to libzetaglest
2018-09-07 22:59:52 -05:00
Andy Alt
919b127a13
changelog:add several new items from first week of Sep 2018 ( #215 )
...
* changelog:add several new items from first week of Sep 2018
[skip ci]
2018-09-07 22:25:49 -05:00
Andy Alt
64cc6c3cb1
remove embedded libircclient ( #207 )
...
upgrade embedded libircclient from 1.3 to 1.10
2018-09-07 17:39:28 -05:00
andy5995
79a9243acf
menu_state_custom_game.h:init 'index'
...
Fixes ?
https://scan4.coverity.com/reports.htm#v10064/p15637/g10064g/fileInstanceId=50222844&defectInstanceId=9301921&mergedDefectId=317047&eventId=9301921-3
2018-09-06 22:58:06 -05:00
mathusummut
a81055f8e3
0.65 looks better
2018-09-05 23:01:10 +02:00
mathusummut
55f7bf5f00
Dead units fade a bit
2018-09-05 22:53:44 +02:00
mathusummut
284ee73af4
Fixed some coverity warnings
2018-09-05 15:31:59 +02:00
mathusummut
c509fb1247
If player doesn't have enough resources, options are grayed out
2018-09-04 19:53:34 +02:00
MathuSum Mut
98c724770f
Added toolset warning
2018-09-04 18:21:38 +02:00
mathusummut
50dd1b7524
Aesthehic
2018-09-04 18:02:54 +02:00
mathusummut
5f733a6707
Zoom-out polish
2018-09-04 16:20:16 +02:00
mathusummut
b03ad32cdd
Now you can zoom out to your heart's content
2018-09-04 16:09:11 +02:00
mathusummut
87912ff56c
Fixed glow
2018-09-04 15:23:59 +02:00
MathuSum Mut
c2e2e93908
Fixed Windows Readme
2018-09-04 11:17:32 +02:00
mathusummut
bbd076d270
Now supports Windows 10 SDK
2018-09-04 11:11:14 +02:00
MathuSum Mut
765b8ec39f
Update
2018-09-03 23:09:04 +02:00
mathusummut
abe59d0d72
Merge branch 'develop' of https://github.com/ZetaGlest/zetaglest-source into develop
2018-09-03 12:50:04 +02:00
mathusummut
bbc97d02bb
Buildings now can still be built if there are people in the way
2018-09-03 12:49:23 +02:00
MathuSum Mut
84d5f8f989
Merge pull request #200 from andy5995/fix_switch_warning_game.cpp
...
game.cpp,client_interface.cpp:fix switch warnings
2018-09-03 09:38:20 +02:00
andy5995
dd43ef1c64
fix switch warnings
2018-09-02 21:11:55 -05:00
andy5995
6e57f775aa
fix more switch warnings
2018-09-02 21:11:55 -05:00
andy5995
8afea35d5a
game.cpp,client_interface.cpp:fix switch warnings
2018-09-02 21:11:55 -05:00
mathusummut
54c5631fae
Lag constants are now consistent across all files
2018-09-02 18:36:27 +02:00
Andy Alt
0410ad138f
Travis:add tests for more gcc versions ( #199 )
...
* travis:add tests for other versions of gcc
* cmakelists.txt:add c++11 flag by default, doesn't build using gcc-5
the llvm toolchain is needed for the clang-6.0 test.
Recently something changed on travis where adding the llvm toolchain by
using the "addons" directive in .travis.yml fails because
"allow-unauthenticated" isn't
passed, which seems to be the only way to add the repo. Moving that to
the script, and cleaning up the script a little.
2018-09-02 10:56:19 -05:00
mathusummut
3646557a9f
Fixed printf issue
2018-09-02 13:37:05 +02:00
mathusummut
1b3ae14659
Made OOS messages more friendly
2018-09-02 13:06:21 +02:00
mathusummut
498350f8bd
Added faster build script on Windows
2018-09-02 11:13:34 +02:00
mathusummut
c4cfe1a02b
Reduced performance impact from OOS
2018-09-02 11:10:38 +02:00
mathusummut
886ededb3c
[Test] Incorrect build command is now a warning instead of an error
2018-09-02 01:50:23 +02:00
mathusummut
913ab85c35
[Test] OOS is now a warning instead of an error
2018-09-01 16:20:21 +02:00
andy5995
e791da30db
readme:add Coverity scan badge [skip ci]
2018-08-27 21:24:41 -05:00
MathuSum Mut
03af4b8bf6
Reduced thread waiting time
2018-07-24 15:00:58 +02:00
mathusummut
b62719118d
Merge branch 'develop' of https://github.com/ZetaGlest/zetaglest-source into develop
2018-07-22 11:08:29 +02:00
mathusummut
d4f6978105
Units with sight 0 now have actually no sight
2018-07-22 11:08:16 +02:00
Joao Marcos
dd59978a05
Fixes problem when choosing the faction of an AI ( #186 )
...
* Fixes problem when choosing the faction of an AI
(fixes #184 )
2018-07-11 18:18:54 -05:00
mathusummut
778eb71ab7
Fixed bug in loading lang files
2018-06-29 22:02:49 +02:00
mathusummut
dfd4a658aa
Test fix for LUA environment variables
2018-06-29 16:14:38 +02:00