Commit Graph

1760 Commits

Author SHA1 Message Date
Rudolf Polzer
c3fdfbf12d Fix field names displayed for gmqcc progs. 2015-06-04 13:56:25 +02:00
Rudolf Polzer
091f879029 LNO support. 2015-06-04 13:15:04 +02:00
Rudolf Polzer
a0c0c14270 Merge branch 'terencehill/font_fix' into 'master'
Fix for a minor font issue

Apply commit 6909a1d4e: "Also load the menu bold font at size 12 as we are using that." to the other font configs too. It completely fixes xonotic/xonotic-data.pk3dir#1432 "Header labels flicker"

See merge request !10
2015-05-18 14:12:51 +00:00
BuddyFriendGuy
01e628f1e0 fix previous commit's bug; now the loop logic is the same as the original version, except for injectAtStart is surely to run once 2015-05-16 00:19:54 -04:00
BuddyFriendGuy
df3c06690c remove unnecessary variable 2015-05-15 23:40:23 -04:00
BuddyFriendGuy
ed40267b9d fix volume value preservation bug 2015-05-15 23:36:13 -04:00
Severin Meyer
0145c45aa9 Update Xolonium font to version 3.0 2015-05-04 19:13:18 +02:00
terencehill
99c0cbd2c9 Apply commit 6909a1d4e: "Also load the menu bold font at size 12 as we are using that." to the other font configs too. It completely fixes #1432 "Header labels flicker" 2015-04-27 15:06:52 +02:00
Mario
827726791b Merge branch 'BuddyFriendGuy/rid_scr_centersize' into 'master'
got rid of remaining scr_centersize that was removed in 6a966ce59127e888e11aa8dded8809e2e0b78f71

scr_centersize was removed in 6a966ce591 but some cfg for fonts still use it, causing warnings. See the discussion on http://forums.xonotic.org/showthread.php?tid=5262

See merge request !9
2015-04-25 00:36:13 +00:00
BuddyFriendGuy
9d95235a9f got rid of remaining scr_centersize that was removed in 6a966ce59127e888e11aa8dded8809e2e0b78f71 2015-04-24 15:26:03 -04:00
Rudolf Polzer
f19bb65e08 Add a command ./all serverbench dedicated to quickly run serverbench. 2015-02-01 18:58:11 +01:00
Rudolf Polzer
12046baede Merge branch 'mrbougo/win-rsync-filenames' into 'master'
Mrbougo/win rsync filenames

This should fix issue #120.

See merge request !8
2015-01-27 13:14:29 +00:00
MrBougo
ffefea297e update filenames to SDL and 64bit defaults in Windows rsync updaters 2015-01-25 20:53:20 +01:00
Rudolf Polzer
b5753010e7 Version bump for the notification 2015-01-20 21:11:33 +01:00
Rudolf Polzer
97948ed997 Hotfix the chat bubble for 0.8. 2015-01-18 07:47:01 -08:00
Rudolf Polzer
5287e8a508 Remove usage of resedit.exe, as it no longer works anyway. 2015-01-18 07:34:42 -08:00
Rudolf Polzer
6909a1d4eb Also load the menu bold font at size 12 as we are using that. 2015-01-11 12:34:45 -08:00
Rudolf Polzer
9100bb8613 x64 is the new default. Let x86 get the odd name instead then. 2015-01-08 17:47:43 +01:00
Rudolf Polzer
252fd92817 Fix xonotic.exe name 2015-01-04 14:22:30 +01:00
Rudolf Polzer
8a110315a7 Make SDL the default build everywhere in releases.
Only really affects Win32, for other platform this merely changes the build order/priority.
2015-01-03 17:01:21 +01:00
Severin Meyer
ae42651d61 Update GNU Unifont to version 7.0.06, create a dedicated package for it 2014-12-26 01:18:56 +01:00
Rudolf Polzer
c2f2b7e1d2 Merge branch 'sev/xolonium' into 'master'
Xolonium font update

Since Xolonium version 2.0 (current master), I've added various pictographs and emoticons to the font,
to provide a Unicode compatible replacement of the legacy special characters.

Note:
I'm currently working on version 3.0 of Xolonium, which is a major (and hopefully final) revision.
However, it might not be ready for Xonotic 0.8. Hence I've pushed the preliminary version 2.4, which
includes up-to-date changes to the pictograph assignments.

See merge request !6
2014-12-23 21:47:58 +00:00
Severin Meyer
bfdab051f2 Merge branch 'master' into sev/xolonium
Conflicts:
	data/font-xolonium.pk3dir/font-xolonium.cfg
2014-12-23 20:48:00 +01:00
Severin Meyer
a3525d441f Update Xolonium font to version 2.4 2014-12-23 20:23:40 +01:00
Mario
d8f373a912 Add some recommended servers to the list 2014-12-20 14:07:42 +11:00
Rudolf Polzer
848e42482c Fix build failure detection. 2014-12-05 16:47:17 +01:00
Mario
e81fb5aafb Merge branch 'nyov/wiki' into 'master'
gitignore new wiki repo

I'm sorry I forgot this in the original commit.

See merge request !5
2014-11-27 08:34:30 +00:00
nyov
06510c23d8 and gitignore the wiki, too 2014-11-27 08:08:37 +00:00
Mario
b9e6e89611 Merge branch 'nyov/instagib-rename' into 'master'
instagib rename

See merge request !4
2014-11-27 05:39:59 +00:00
nyov
492d615bfe Renaming MinstaGib mode to InstaGib, as per xonvote (#31) 2014-11-27 05:36:37 +00:00
Rudolf Polzer
ceb891e7b4 Merge branch 'nyov/wiki' into 'master'
Allow cloning wiki from './all'

This enables cloning the wiki by adding a `wiki.yes` file for `all`.

As the setup stands, it would require @divVerent to mirror the repo first at de.x.o before this can work.
(Alternatively re-enable gitlab as a valid location named `lab` and `./all update -l lab` to test or use it.)

See merge request !1
2014-11-26 11:52:16 +00:00
Mario
653849e434 Merge branch 'nyov/recompile-qc' into 'master'
switch for 'all' to (re)compile qc only

I've been using this locally for a while, I think it would make sense to have.

See merge request !2
2014-11-13 17:50:58 +00:00
nyov
27da3271dd switch for 'all' to (re)compile qc only 2014-11-13 10:14:44 +00:00
nyov
d03c35e290 optionally clone wiki 2014-11-13 09:55:30 +00:00
Rudolf Polzer
7e66523372 Bail out if no single OS has all required binaries. 2014-10-09 14:34:26 +02:00
Rudolf Polzer
b35b443c4c Make sure to bail out on empty binary files. 2014-10-09 14:31:29 +02:00
Rudolf Polzer
2d1564bb9d Remove redundant DLL files. 2014-10-09 14:30:14 +02:00
Rudolf Polzer
66970b3b27 Add missing +x bits. 2014-10-09 14:29:11 +02:00
Rudolf Polzer
a617e7e3f5 point at SDL2 for OS X and Windows. 2014-09-02 14:57:33 +02:00
Rudolf Polzer
09fb8dba19 Delete code to compile the OS X agl client. 2014-09-02 14:48:57 +02:00
Rudolf Polzer
23e539374f Do not include SDL2 DLLs - we link to them statically. 2014-09-02 14:41:26 +02:00
Rudolf Polzer
a4a05f7081 Change the messages to mention gitlab. 2014-08-30 11:40:20 +02:00
Rudolf Polzer
e4fdb51af9 Allow the repo's default branch to differ from master. 2014-08-30 11:29:30 +02:00
Rudolf Polzer
9787afd328 do not webp 2014-08-28 18:28:24 +02:00
Rudolf Polzer
a6584ad54d Switch to s2tc for now - fix the crap later. 2014-08-28 15:29:25 +02:00
Rudolf Polzer
15cc16ab4a Fix pulling of travis binaries. 2014-08-28 14:31:09 +02:00
Rudolf Polzer
b9b2f96253 Use the proper gmqcc binary. 2014-08-28 13:17:30 +02:00
Rudolf Polzer
3fc01417ed FIx the icon changing. 2014-08-28 13:16:19 +02:00
Rudolf Polzer
8764700dda Upgrade to SDL2 on OS X too. 2014-08-27 15:08:58 +02:00
Rudolf Polzer
bade3e94e5 Fix the downloading. 2014-08-27 13:02:42 +02:00