912 Commits

Author SHA1 Message Date
mathusummut
5861c2e744 Testing stuff 2019-05-18 17:06:06 +02:00
mathusummut
daeec74328 Fixed and added some paths 2019-04-05 23:37:26 +02:00
mathusummut
e8b52942f5 Trying to fix bug again 2019-04-05 00:59:05 +02:00
mathusummut
b5051e8fa9 Small code cleanup 2019-04-04 23:35:44 +02:00
mathusummut
e431517286 Forgot ; 2019-04-04 23:27:24 +02:00
mathusummut
aa7c0b4dca Actual fix for DATADIR 2019-04-04 23:25:28 +02:00
mathusummut
73cc3dcf4e No more issues I think 2019-04-04 23:05:10 +02:00
mathusummut
95bf40e591 Updated link 2019-02-14 19:36:35 +01:00
mathusummut
04e3404d0e Fixed hotkey behaviour 2019-02-05 15:14:19 +01:00
mathusummut
e12e4ff732 Removed double-question marks 2019-02-03 23:45:15 +01:00
mathusummut
0d32e4902a Renamed factionpack to glestpack 2019-02-03 15:14:28 +01:00
mathusummut
66383eaa54 Updated selection mechanism 2019-02-01 04:31:10 +01:00
mathusummut
d5775734d7 Renamed ZetaGlest to Glest 2019-01-31 02:40:31 +01:00
mathusummut
f591544528 Turned off pointless network warnings 2019-01-26 15:42:40 +01:00
mathusummut
4769e132d0 Normalized defaults 2018-12-16 15:06:51 +01:00
mathusummut
fb9a48fd02 Fixed AI replacement multiplier issue 2018-12-16 01:33:03 +01:00
mathusummut
f34b90a637 Removed rare error message 2018-12-15 20:02:17 +01:00
mathusummut
eefb930120 Fixed nework UI bugs 2018-12-14 08:45:11 +01:00
mathusummut
b4feeecd4a Fixed potential networking bugs 2018-12-13 14:45:58 +01:00
mathusummut
6775e08fb8 Changed variable name, trying to fix bug 2018-11-05 21:30:51 +01:00
mathusummut
0cfe7e81d1 Yet another code cleanup 2018-11-03 15:26:37 +01:00
mathusummut
f652f88784 Renamed Glest namespace to ZetaGlest 2018-11-02 19:51:40 +01:00
mathusummut
c0bc0c40c2 Renamed environment variables 2018-11-02 12:28:43 +01:00
mathusummut
69ab9716da Renamed megaglest_runtime_error to game_runtime_error 2018-11-02 12:15:57 +01:00
mathusummut
4eb7dc204e Preparing for refactoring 2018-11-02 12:03:04 +01:00
mathusummut
52408a57a6 Standardized license comments in all source files 2018-11-01 23:23:25 +01:00
andy5995
bda3154a69 remove libircclient from shared library
* removes libircclient from libzetaglest shared library because the
editor and g3d_viewer also link against libzetaglest. Those 2 binaries
don't need libircclient support

* libircclient is now built directly into only the zetaglest binary

* moved libircclient from source/shared_lib because it's no longer part
of the shared library

* libircclient put in dir "external/" because it is an "external" or
"3rd" party library. The @Supertux project does something similar
2018-10-07 23:50:59 -05:00
mathusummut
2de5026e82 Test fix for gcc to find versions.h 2018-10-06 23:06:25 +02:00
mathusummut
e12f168a01 Added const strings for versions 2018-10-06 17:20:22 +02:00
mathusummut
ee16663f4b Placed constants in versions.h 2018-10-05 22:12:39 +02:00
mathusummut
171415cc11 Fixed libstreflop warnings 2018-10-04 17:58:42 +02:00
mathusummut
c03a9b914a Test fix for OOS message 2018-09-28 00:14:18 +02:00
mathusummut
8c8b827588 Test fix for OOS message 2018-09-28 00:10:04 +02:00
mathusummut
e5cc8044d0 Test for fixing OOS checks 2018-09-27 23:34:44 +02:00
mathusummut
3379702a92 Test for additional OOS checks 2018-09-27 22:51:49 +02:00
andy5995
62e3819d86 maps:allow zgm extension, use zgm by default in editor 2018-09-27 02:45:23 -05:00
mathusummut
5d250fb60b Fixed double right-click issue 2018-09-26 22:10:22 +02:00
mathusummut
c04e75e19c Disabled streflop 2018-09-25 20:24:38 +02:00
mathusummut
39310bad4d Code cleanup 2018-09-25 01:27:39 +02:00
andy5995
3143d0c7b6 ircclient:remove unneeded join and leave message 2018-09-22 13:27:54 -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
2c27a89331 ircclient.cpp:add joinAnnounce message
displays message like this.
<ZG_andy_400> has joined
2018-09-09 12:46:48 -05:00
mathusummut
1b3ae14659 Made OOS messages more friendly 2018-09-02 13:06:21 +02:00
mathusummut
b1760253fd Implemented the new g3d spec 2018-06-28 21:36:10 +02:00
mathusummut
6b6a4fb4de AI upgrades should complete successfully 2018-06-23 23:38:12 +02:00
mathusummut
3b14f3eb02 Relaxed network grace + fixed annoying warnings 2018-06-23 22:04:15 +02:00
mathusummut
656816084c Fixed button-mouse area bug 2018-06-21 21:20:09 +02:00
andy5995
957827ea21 ircclient:change spelling
Most of these changes don't do anything, but near L820 in ircclient.cpp,
there was an extra "g"

Also changed the header
2018-06-04 16:28:14 -05:00
mathusummut
35b7b1f1a6 Fixed the god-awful indentation 2018-05-06 00:01:36 +02:00
mathusummut
7ace98f8e1 Renamed CPU-Mega to CPU-Zeta 2018-04-29 15:37:44 +02:00