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
mathusummut
78e0fb173a
Fixed transparency issue
2018-06-29 02:35:12 +02:00
mathusummut
7f40d14221
Fixed gcc build issue
2018-06-29 02:19:34 +02:00
mathusummut
73c90a3eed
Fixed fading bug
2018-06-29 01:25:50 +02:00
mathusummut
d142d80b05
Fading out at death works again
2018-06-29 00:42:44 +02:00
mathusummut
b1760253fd
Implemented the new g3d spec
2018-06-28 21:36:10 +02:00
mathusummut
90556c870e
Merge branch 'develop' of https://github.com/ZetaGlest/zetaglest-source into develop
2018-06-25 17:30:44 +02:00
mathusummut
2a42a10d43
Fixed setDisplayText issue
2018-06-25 17:29:50 +02:00
Jammyjamjamman
f06d594db6
Added support for Matt's teamcolour texture transparency to the g3d blender exporter #166 . [skip ci]
2018-06-24 18:10:58 +01:00
MathuSum Mut
91af4e3dd3
Merge pull request #170 from ZetaGlest/testai
...
AI fix for move while upgrading
2018-06-23 23:39:22 +02:00
mathusummut
6b6a4fb4de
AI upgrades should complete successfully
2018-06-23 23:38:12 +02:00
mathusummut
812db7279d
AI fix for move while upgrading
2018-06-23 22:07:20 +02:00
mathusummut
3b14f3eb02
Relaxed network grace + fixed annoying warnings
2018-06-23 22:04:15 +02:00
mathusummut
2e9623c8da
Fixed menu layout
2018-06-23 14:57:11 +02:00
mathusummut
b5d7bf3b6e
Polished Windows build system
2018-06-23 01:17:51 +02:00
mathusummut
7bbfa3843a
Polished Windows build system
2018-06-23 01:16:30 +02:00
MathuSum Mut
0e225b0009
Updated Windows Readme
2018-06-23 00:48:44 +02:00
MathuSum Mut
4e551e8457
Updated Readme.md
2018-06-23 00:47:24 +02:00
MathuSum Mut
3ece15f4f4
Updated Readme
2018-06-23 00:22:04 +02:00
mathusummut
ff884ca598
Merge branch 'develop' of https://github.com/ZetaGlest/zetaglest-source into develop
2018-06-22 23:35:05 +02:00
mathusummut
e495bc10e0
Removed libglest warning
2018-06-22 23:34:33 +02:00
MathuSum Mut
d4d9fd898e
Merge pull request #159 from andy5995/update_link
...
website_design.md:update link to README.md [skip ci]
2018-06-22 19:41:48 +02:00
mathusummut
b14a23f2d7
Incremented version number
2018-06-22 18:27:35 +02:00
mathusummut
83476f4cb2
Fixed directories issue on Windows
2018-06-22 17:47:17 +02:00
mathusummut
87465b35d4
Extended faction transparency support
2018-06-22 13:06:02 +02:00
mathusummut
656816084c
Fixed button-mouse area bug
2018-06-21 21:20:09 +02:00
mathusummut
c15488a212
Full transparency support is now added
2018-06-21 19:57:44 +02:00
andy5995
e30d8eb6e8
website_design.md:update link to README.md [skip ci]
2018-06-18 17:56:08 -05:00
Andy Alt
3e8f8f7dd5
WEBSITE_DESIGN.md: add files that aid testing for master-server changes ( #153 )
...
* WEBSITE_DESIGN.md: add files that aid testing for master-server changes
[skip ci]
* link to README.txt
Instructions were already in the README.txt of the master-server repo
2018-06-17 14:11:25 -05:00
andy5995
af333f8839
CMakeLists.txt:narrow scope of -std=gnu++11
...
Make sure this passes Travis CI test before merging.
This is to get rid of warnings such as the following:
[ 31%] Building C object
source/shared_lib/CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpServer.c.o
[ 31%] Building C object
source/shared_lib/CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpSession.c.o
cc1: warning: command line option '-std=gnu++11' is valid for C++/ObjC++
but not for C
cc1: warning: command line option '-std=gnu++11' is valid for C++/ObjC++
but not for C
[ 31%] Building C object
source/shared_lib/CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpTargetPosix.c.o
cc1: warning: command line option '-std=gnu++11' is valid for C++/ObjC++
but not for C
2018-06-17 12:25:27 -05:00
mathusummut
b4b13ec918
Attack mode no longer becomes disabled on selection
2018-06-17 15:50:14 +02:00
MathuSum Mut
26b977b9e5
Merge pull request #152 from andy5995/observer_render
...
render resources of selected faction in observer mode
2018-06-15 22:49:56 +02:00
andy5995
a4af068cf3
render resources of selected faction in observer mode
...
This is recent patch @titiger made for @MegaGlest in
1caed4accc
2018-06-15 15:33:09 -05:00
MathuSum Mut
8b9c146aca
Merge pull request #148 from ZetaGlest/andy5995-patch-1
...
Update ChangeLog.md
2018-06-11 22:50:55 +02:00
Andy Alt
001a3311ea
Update ChangeLog.md
...
[skip ci]
2018-06-11 13:00:26 -05:00
mathusummut
76d4c9e7a8
Now scenarios are customisable without breaking scripts
2018-06-11 16:06:48 +02:00