Thomas Debesse
8eea0c7e29
fix protocol numbers
2017-02-05 02:29:59 +01:00
Thomas Debesse
f7e177f570
Merge pull request #182 from Watcom/master
...
fix segmentation fault when .ui file is missing
2016-09-02 03:25:47 +02:00
Thomas Debesse
5ad23e8c17
Merge pull request #181 from sezero/hwrcon
...
Fix hexenworld rcon support, fix sf.net/p/xqf/patches/12
2016-09-02 03:12:20 +02:00
Watcom Hecht
0d6ce0c7f5
fix segmentation fault when .ui file is missing
2016-08-27 21:52:12 -03:00
sezero
f699161f60
fix 64 bit builds
2016-06-10 08:56:05 +03:00
sezero
c706f8aa28
Add (actually Fix) hexenworld rcon support by adding the huffman encode
...
and decoding routines from the uhexen2 project. sending the message does
not actually need any encoding, but if the received msg is not decoded
garbage is displayed especially for long responses.
See the original sf tracker entry at: https://sf.net/p/xqf/patches/12/
2016-06-09 12:28:00 +03:00
Thomas Debesse
9769952a09
Merge pull request #143 from skybon/pref_sound-redesign
...
Sound prefs tab redesign
2015-08-07 20:04:42 +02:00
Artem Vorotnikov
e78e638526
Sound prefs tab concept
2015-07-31 17:37:51 +03:00
Thomas Debesse
0c7a4b2469
Merge pull request #172 from illwieckz/flags
...
import public domain country flags, ref #156
2015-07-06 04:57:29 +02:00
Thomas Debesse
f23d5c8978
import public domain country flags, ref #156
2015-07-06 04:44:13 +02:00
Thomas Debesse
9f2137dcd9
move country flags to flags/country/
2015-07-06 04:01:28 +02:00
Zack Middleton
c019264f6f
Remove passing cg_precachedModels to Q3 with memory settings
...
The UI option for setting cg_precachedModels was removed.
2015-07-05 15:53:23 -05:00
Thomas Debesse
5379e59be7
Merge pull request #177 from illwieckz/mapshots
...
fix unvanquished and nexuiz/xonotic map shot loading
2015-07-05 10:50:04 +02:00
Thomas Debesse
d079323859
fix unvanquished and nexuiz/xonotic map shot loading
2015-07-05 01:04:29 +02:00
Thomas Debesse
6672d801da
Merge pull request #176 from skybon/callbacks
...
Callbacks separation, GtkProgressBar upgrade, ref #169
2015-07-01 06:36:18 +02:00
Artem Vorotnikov
44c870ebeb
First shot at callbacks separation
2015-07-01 01:39:55 +03:00
Thomas Debesse
b9017f5c50
Merge pull request #171 from illwieckz/tools
...
create a dedicated directory for tools used to maintain xqf and other scripts
2015-06-27 23:33:24 +02:00
Thomas Debesse
d76bb074c6
use “tools” dirname instead of “scripts” dirname since “scripts” dirname is already used by XQF scripts
2015-06-27 22:26:53 +02:00
Thomas Debesse
e723bad8bf
remove old flag import scripts
2015-06-27 22:20:15 +02:00
Thomas Debesse
c95443068e
add script to import flags from TeeWorlds
2015-06-27 22:18:53 +02:00
Thomas Debesse
04fd982703
write down maintainable travis_update_packages.sh script
2015-06-27 22:12:30 +02:00
Thomas Debesse
473860ac13
better file organisation for scripts
2015-06-27 22:12:30 +02:00
Thomas Debesse
bb7de34ec8
Merge pull request #170 from XQFTransifexBot/master
...
Transifex translation update: synced with pot file, updated translator-credits for all languages
2015-06-27 21:06:15 +02:00
XQFTransifexBot
ca0a97edeb
Transifex translation update: updated pot file, updated translator-credits for all languages
...
Mode: default
Minimum percent translated: 0
Matched 8 languages
2015-06-27 21:01:36 +02:00
Thomas Debesse
10c4d4ca22
Merge pull request #165 from illwieckz/mapshots
...
get rid of old quake2 tga.c (11 years old workaround), add new gamma levelshot modification, fix #158
2015-06-27 20:24:19 +02:00
Thomas Debesse
62a6dfd76d
use levelshot overBrightBits 1 for some games, 0 for others
2015-06-27 20:16:44 +02:00
Thomas Debesse
38cad1bd80
new brightness modification by @zturltman (Q3 gamma ramp imitation), currently not used
2015-06-27 20:16:44 +02:00
Thomas Debesse
12da396f36
get rid of old quake2 tga.c (11 years old workaround), fix #158
2015-06-27 20:08:48 +02:00
Thomas Debesse
0c3481e586
Merge pull request #168 from skybon/gtkbuilder
...
port menu to gtkbuilder, move “Preferences” in “Edit” menu, improve GTK+3 stuff etc. ref #14
2015-06-27 20:00:11 +02:00
Artem Vorotnikov
ef5c56c3d4
Lifted GTK+ dependency in stat.c
2015-06-27 14:10:30 +03:00
Artem Vorotnikov
777c7d3bd8
More GtkBuilder, ported menus, general cleanup
2015-06-27 14:10:30 +03:00
Thomas Debesse
e3bddc11eb
Merge pull request #160 from skybon/gtkbuilder
...
started XQF UI reconstruction, cmake improvements, ref #14
2015-06-26 01:06:22 +02:00
Artem Vorotnikov
8a45d5f344
New Glade-base GTK3 UI, CMake fix and other stuff
2015-06-24 22:55:53 +03:00
Thomas Debesse
7946149ee6
Merge pull request #164 from illwieckz/mapshots
...
re-enable map screenshot preview, fix minizip SIGSEGV, fix #141 , ref #163
2015-06-23 03:58:27 +02:00
Thomas Debesse
c6ce92ab60
fix SIGSEGV on unzGetCurrentFileInfo, some minizip releases does not
...
allow NULL pointer arguments
2015-06-23 03:41:19 +02:00
Thomas Debesse
60acd16427
re-enable map scan options
2015-06-23 02:04:53 +02:00
Thomas Debesse
f362a0628f
remove some obvious unused code
2015-06-23 01:36:15 +02:00
Thomas Debesse
173dc12172
Merge pull request #162 from illwieckz/savage-hack
...
re-enabling the savage hack, ref #110
2015-06-23 01:22:29 +02:00
Thomas Debesse
4d277b770b
re-enabling the savage hack
2015-06-22 21:12:14 +02:00
Thomas Debesse
359270d3f1
re-add flags, fix #156
2015-06-22 06:41:38 +02:00
Thomas Debesse
a3ae79c063
update master server list, thanks @Xylemon for WON server, fix #154 , ref #48
2015-06-22 02:27:34 +02:00
Thomas Debesse
e6b51fdebf
Merge pull request #159 from skybon/emergency
...
POT emergency fix
2015-06-21 22:59:55 +02:00
Artem Vorotnikov
35366af587
POT emergency fix
2015-06-21 23:18:53 +03:00
Thomas Debesse
b96ceee81c
add @skybon in credit window
2015-06-21 21:46:15 +02:00
Thomas Debesse
665c0e3f64
remove the rusty doc, the website's doc is (a little more) uptodate: http://xqf.github.io/docs/
2015-06-21 21:34:20 +02:00
Thomas Debesse
8f22a01925
some poetic feelings for @skybon
2015-06-21 21:33:05 +02:00
Thomas Debesse
28780863f8
update build instruction
2015-06-21 16:51:08 +02:00
Thomas Debesse
d0b3e5933c
Merge pull request #147 from skybon/cmake
...
Goodbye Autotools, hello CMake, thanks @skybon, fix #138 , fix # 141, fix #148 , fix #155 , fix #157 , ref #14 , ref 129, ref #156
2015-06-21 16:42:21 +02:00
Artem Vorotnikov
94b6f7e9cd
Travis CI update for CMake. Props to @illwieckz for base64.
2015-06-21 10:01:31 +03:00
Artem Vorotnikov
cfc4c13bd0
Goodbye Autotools, hello CMake and minizip
2015-06-21 10:01:31 +03:00