Commit Graph

1272 Commits (master)

Author SHA1 Message Date
Zack Middleton 3c43c20196 Use GitHub Actions for CI 2021-09-14 22:39:19 +02:00
Zack Middleton a6cf9de19e Remove Travis-CI.org config
Travis-CI.org shutdown building projects. Alternatives are either using
Travis-CI.com or using GitHub Actions which is better integrated and
more clear that it's free for all repositories.
2021-09-14 22:39:19 +02:00
Thomas Debesse a04eab96f4 preferences: no need to apply toolbar preferences after preferences dialog anymore 2021-03-01 01:18:08 +01:00
Thomas Debesse 11d1164cec preferences: remove the now empty frame for toolbar options 2021-03-01 01:18:08 +01:00
Thomas Debesse d115b11905 preferences: remove option for toolbar style, always use the “both” style (icon and text) 2021-03-01 01:18:08 +01:00
Thomas Debesse 67ef283dc8 preferences: remove option for toolbar tooltips, always enable them 2021-03-01 01:18:08 +01:00
Thomas Debesse b91a8c813c preferences: remove gtkrc option 2021-03-01 01:18:08 +01:00
Antoine Fontaine d7d587c284 Prepare for GTK3 2021-02-28 22:58:27 +01:00
Antoine Fontaine 325ca743a0 Use more readable syntax to set struct values 2021-02-28 22:58:27 +01:00
Antoine Fontaine 87a16d3cbd Ignore -Wdeprecated-declarations on GTK2
(GTK2 itself uses deprecated declarations)
2021-02-28 22:58:27 +01:00
Antoine Fontaine eda665b76c Remove useless GTK includes 2021-02-28 22:58:27 +01:00
Antoine Fontaine ba32f8073d Fix depreciation warnings with newer glib 2021-02-28 22:58:27 +01:00
Witold Piłat 61dfc57f9f Replace ouned.de JK2 master with jk2mv.org (same ip, official domain) 2020-05-05 01:41:11 +02:00
Witold Piłat a6160e898a Compiles with either minizip 1 or 2 (issue #223)
Compiled binary must be linked to the same version it was compiled
with
2020-05-05 01:41:11 +02:00
Witold Piłat d69a91a846 Minizip 2.x API compatibility 2020-05-05 01:41:11 +02:00
Witold Piłat ca3f08ae26 Fix duplicate global variable definitions 2020-05-05 01:41:11 +02:00
Thomas Debesse 1fc96f8d9f masters: add hambloch.com kingpin master server 2019-02-17 04:22:36 +01:00
Thomas Debesse 18225ff8e1 stat: filter http server list and fix a crash
- filter http server list for bad character
- fix a crash related to string allocation
2019-02-17 04:22:36 +01:00
Thomas Debesse 4db61dc1a1
Merge pull request #217 from aufau/faufixes
Few minor fixes and improvements
2018-09-28 23:25:00 +02:00
Witold Piłat 036dc2b811 Fix minor memory leaks in traverse_dir() and find_flag_file() 2018-08-31 01:17:04 +02:00
Witold Piłat ae7a444ffe q3maps.c: Clean up map detection code 2018-08-31 01:17:04 +02:00
Witold Piłat 5a329bd678 Make levelshot parsing work for all games 2018-08-31 01:14:53 +02:00
Witold Piłat 9b44e5a150 q3_decode_gametype(): Fix read overflow and matching mods from other games 2018-08-26 14:25:35 +02:00
Witold Piłat e965447f55 Honor setting to ignore bots when sorting servers by player count 2018-08-26 02:56:14 +02:00
Witold Piłat c5e905eb64 Honor setting to ignore bots in statistics module 2018-08-26 02:56:14 +02:00
Witold Piłat ac82fa693c Fallback to default gametype name for JK3 mods 2018-08-26 02:56:14 +02:00
Witold Piłat b5600ada92 Fix JK3 gametype names 2018-08-26 02:56:14 +02:00
Witold Piłat 8af9f68b5e Show q3 levelshots located in levelshots/ subdirectories 2018-08-26 02:56:14 +02:00
Witold Piłat d00be81cb5 q3maps.c: Fix memory leaks due to g_path_get_basename returning newly allocated string 2018-08-26 02:56:14 +02:00
Witold Piłat 76b9663828 Detect q3 maps located in maps/ subdirectories (eg JK3's mp/ffa1) 2018-08-26 02:56:14 +02:00
Thomas Debesse c1021d8b40 update unvanquished master servers 2018-08-13 19:47:42 +02:00
Thomas Debesse 215a6ff367 drop savage hack, there is no savage master server anymore 2018-07-23 02:52:57 +02:00
Thomas Debesse c00a078c64 delete dead savage master server 2018-07-23 02:51:29 +02:00
Thomas Debesse a6942c35a9 use qstat from PATH by default 2018-07-23 02:45:39 +02:00
Zack Middleton d1bf07e2bc Fix unused MAX_OPENARENA_TYPES 2018-07-03 22:17:57 -05:00
Thomas Debesse cfeaf67e77
Merge pull request #215 from blueperil/master
Add punkbuster option to CoD
2018-04-20 03:10:40 +02:00
Tilo Brueckner bd956ec2b4 Add punkbuster option to CoD 2018-04-17 12:22:14 +02:00
Thomas Debesse e5b7496502 icon update 2018-04-02 19:48:04 +02:00
Thomas Debesse d2b9108e25 LAN_SERVER pref notebook has nothing to show 2018-04-02 05:38:22 +02:00
Thomas Debesse a7a4c6141f make LAN server name translatable whenever it's used
the one in games.xml is just a placeholder
2018-04-02 05:31:34 +02:00
Thomas Debesse 54fc673faa quick fixup for "all games" LAN browsers
there was an offset in game preference windows
2018-04-02 05:18:14 +02:00
Thomas Debesse 02a9817ec1
Merge pull request #214 from illwieckz/langroup
add LAN browser for all games, fix #213
2018-04-02 04:24:36 +02:00
Thomas Debesse 3c17a9f64e add LAN browser for all games, fix #213
add a dummy LAN_SERVER game and add to its master group all LAN servers for all games
2018-04-02 04:22:51 +02:00
Thomas Debesse ff4e58f4a1 initial COD: World at War support 2018-04-02 03:53:53 +02:00
Thomas Debesse a645a02d87 do_checkinstall: always make clean before building
because the gamesxml2c dance can fools some stuff
2018-04-01 19:21:51 +02:00
Thomas Debesse 4adb2af6a4 square icon does not need alpha channel 2018-04-01 19:21:51 +02:00
Thomas Debesse 169cfbd8e7
Merge pull request #211 from illwieckz/icons
small icon update
2018-03-31 21:08:31 +02:00
Thomas Debesse 27d6e0e6ad give alpha channel to xonotic icon 2018-03-31 21:06:20 +02:00
Thomas Debesse fcdec2937b square icons do not need alpha channel 2018-03-31 20:12:21 +02:00
Thomas Debesse 973951780b bikeshedding 2018-03-31 19:54:57 +02:00