mathusummut
5861c2e744
Testing stuff
2019-05-18 17:06:06 +02:00
Jammyjamjamman
417908c91d
Made a few macro corrections (to avoid breaking windows builds) and removed unwanted prints.
2019-04-12 21:43:10 +01:00
Jammyjamjamman
35b08573f8
Lots of changes to make glest binary more portable on linux.
2019-04-12 21:28:19 +01:00
Jammyjamjamman
4c0914fff1
Make snapcraft build work.
2019-04-07 19:45:21 +01:00
mathusummut
daeec74328
Fixed and added some paths
2019-04-05 23:37:26 +02:00
mathusummut
3857de58b5
Testing things
2019-04-05 20:00:27 +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
456febce1c
Fixed audio bug
2019-03-19 23:46:37 +01:00
mathusummut
514f75f580
Now shows map authors (modified version of titi's commit)
2019-03-15 00:42:12 +01:00
mathusummut
14811e5964
Added debug mode to LUA
2019-03-06 20:20:16 +01:00
mathusummut
3e50ea514f
Added cancel load button
2019-02-20 02:37:59 +01:00
mathusummut
95bf40e591
Updated link
2019-02-14 19:36:35 +01:00
mathusummut
497e58a5ce
Tested areCellsFree function
2019-02-06 01:10:59 +01:00
mathusummut
04e3404d0e
Fixed hotkey behaviour
2019-02-05 15:14:19 +01:00
mathusummut
7a9c386748
Default command on right-click is now configurable
2019-02-05 00:31:53 +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
b73f67bf2a
Code cleanup
2018-12-16 23:36:51 +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
25598a8ac7
added error message string
2018-12-15 19:04:15 +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
34fe6fd0f1
Resource multiplier goes up to 10
2018-12-10 19:37:05 +01:00
mathusummut
19fe3e6b52
Fixed re-joining lag issue by skipping lag checks, Resource multiplier can now go up to 5.0, Network slots now remain open even if not filled immediately
2018-12-10 02:17:28 +01:00
mathusummut
5d3cd95a78
Fixed warning
2018-11-12 08:50:23 +01:00
mathusummut
d4ba5cbf00
Now tolerates different versions
2018-11-11 18:28:29 +01:00
mathusummut
30ffb291f5
Updated version number
2018-11-09 12:34:44 +01:00
mathusummut
dc1d00bce6
DataDir fix
2018-11-07 19:04:22 +01:00
mathusummut
7dc1bc3476
Fixed font string on Windows
2018-11-05 22:30:35 +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
mathusummut
ebcdcbb033
Removed xerces-c from Windows build
2018-10-14 12:08:36 +02:00
mathusummut
357939ec0e
Removed xerces-c from Windows build
2018-10-14 12:07:33 +02:00
MathuSum Mut
720870ce53
Revert "remove miniz and zlib from libzetaglest"
2018-10-10 13:22:08 +02:00
andy5995
769d4dab10
remove miniz and zlib from libzetaglest
2018-10-08 12:43:05 -05: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