mathusummut
dde3804f31
Fixed capitalisation of Disconnected message
2018-09-23 12:04:15 +02:00
mathusummut
934d7845c2
Fixed capitalisation of Server message
2018-09-23 11:58:06 +02:00
andy5995
d774a1d179
maint:addressing "strength" issue
...
@JoaoMarcosCSilva helps this project stay sharp!
2018-09-22 16:58:53 -05:00
andy5995
ccb507a3f4
core_data/maint:coding style, playSound
2018-09-22 14:19:49 -05:00
andy5995
3143d0c7b6
ircclient:remove unneeded join and leave message
2018-09-22 13:27:54 -05:00
mathusummut
801e8e0314
Changed network interrupt message
2018-09-22 12:50:21 +02:00
mathusummut
f33c8cd27b
Test fix for rejoining
2018-09-22 11:10:11 +02:00
MathuSum Mut
3045e736ea
Improved code format spec
2018-09-20 23:44:09 +02:00
Andy Alt
a6f217f7c3
Update CONTRIBUTING.md
...
add case and indent info [skip ci]
2018-09-20 16:40:26 -05:00
Andy Alt
3d276092c2
Update CONTRIBUTING.md
...
add coding style info [skip ci]
2018-09-20 16:25:39 -05:00
mathusummut
3f750ee590
Attempts to recover from errors
2018-09-20 21:56:02 +02:00
mathusummut
8e5a8fe5ae
Merge branch 'develop' of https://github.com/ZetaGlest/zetaglest-source into develop
2018-09-20 19:58:28 +02:00
mathusummut
5b0737190d
Now handles lobby errors more gracefully
2018-09-20 19:58:12 +02:00
andy5995
c4404d4983
simulate_lag.txt:add doc for simulating lag
...
This may help with testing
2018-09-20 01:39:40 -05:00
mathusummut
d992eaa4bb
Removed throw from client disconnect
2018-09-19 20:34:03 +02:00
mathusummut
820b1bf5fd
Removed throw from client disconnect
2018-09-19 19:56:45 +02:00
andy5995
5c117d3b68
BUILD.md:typo (mk->mkdir)
...
[skip ci]
2018-09-19 11:11:26 -05:00
mathusummut
96a838f271
Fixed Windows build to support miniz
2018-09-19 11:06:00 +02:00
andy5995
754f8827f9
shared_lib/miniz:update miniz library
...
Update [miniz](https://github.com/richgel999/miniz ) library. Thanks
to @richgel999 and the miniz contributors.
2018-09-18 22:37:23 -05:00
Andy Alt
23f4f5c5e7
.travis.yml:add c++11 flag for osx ( #236 )
...
* .travis.yml:add c++11 flag for osx
fixes #233
And correct flags for model_import_export, edit BUILD.md
2018-09-18 18:29:37 -05:00
Andy Alt
37c8030cae
Update WEBSITE_DESIGN.md
...
fix link (readme.txt->.md) [skip ci]
2018-09-18 13:00:07 -05:00
Andy Alt
e5b6ee69c7
Update CONTRIBUTING.md
...
typo fix (the->to) [skip ci]
2018-09-18 12:57:27 -05:00
Andy Alt
bfc17cfce7
Update README.md
...
fix build and install link [skip ci]
2018-09-17 22:45:11 -05:00
Andy Alt
f4c883468d
Update INSTALL.md
...
fix Windows installer link
[skip ci]
2018-09-17 17:47:16 -05:00
andy5995
0e032f12a5
final reviewing and editing
...
[skip ci]
2018-09-17 17:40:22 -05:00
Andy Alt
7c359ca82d
CMakeLists.txt:checking, tuning the build system ( #232 )
...
* build.zg.sh scripts deprected
* update for BSD
* removed checking for VLC (not implemented)
* docs updated
* Install.md created.
* scripts moved to scripts/ directory
2018-09-17 17:35:19 -05:00
andy5995
df81c2a956
packaging:add Debian files, initial commit
...
[skip ci] #210
These are edited files I extracted from megaglest_3.12.0-2.debian.tar.xz
downloaded from https://packages.debian.org/stretch/megaglest
2018-09-15 13:27:29 -05:00
andy5995
b2e81a80e2
CMakeLists.txt:prevent generation of man pages
...
closes #229
2018-09-15 13:21:35 -05:00
andy5995
f324f46d4b
CMakeLists.txt:fix output path when using build-zg.sh
...
fixes #227
2018-09-14 13:39:01 -05:00
andy5995
1ddda61b71
coverity-scan.txt:remove script, add instructions
...
[skip ci]
2018-09-12 15:37:48 -05:00
andy5995
473807f8fe
.travis.yml:add tests for 'make install'
...
(#110 #147 )
2018-09-11 23:51:30 -05:00
andy5995
d9e71d3798
CMakeLists.txt:make install work
...
closes #110
closes #147
2018-09-11 23:07:08 -05:00
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