Commit Graph

1902 Commits

Author SHA1 Message Date
TimePath
5c85d81e94 Fix MSYS2 xonotic-data.pk3dir/qcsrc rebuild detection 2016-03-19 16:09:17 +11:00
Rudolf Polzer
38843b816f Update Windows SDL to 2.0.4. 2016-03-14 16:51:12 +01:00
Mario
27137e7dca Update Mac OS X SDL framework to 2.0.4 2016-03-12 17:45:55 -08:00
TimePath
d4d74c9a52 Merge branch 'packer/fix_team_chat_beep' into 'master'
fix team chat beep sound

There are two beep sounds :
* General chat and (**talk.wav**)
* team messages (**talk2.wav**)

These should not be converted to **ogg**, otherwise the engine does not find **talk2.wav**.

See: https://gitlab.com/xonotic/darkplaces/blob/div0-stable/cl_parse.c#L517

This causes that the beep sound for general chat is used for team messages, too.

The script *cached_converter.sh* already tries excludes them (But uses wrong path.)





See merge request !15
2016-01-11 00:23:37 +00:00
packer
bb0f2ecaa7 fix team chat beep sound 2016-01-11 00:57:40 +01:00
Rudolf Polzer
69c459f92b Fix bot scripts. 2015-10-12 03:00:26 +02:00
Rudolf Polzer
76f7de9fe0 Allow remapping a channel to multiple channels (to duplicate notes). 2015-10-12 02:32:09 +02:00
Rudolf Polzer
14e69f8fa6 Start the version update notifier. 2015-09-30 18:04:17 +02:00
Rudolf Polzer
08f0ef07ea Make the Xonotic maps no longer exempt of the sRGB requirement, now that all fulfill it. YIIIEEEEAAAAAHHH!!1 2015-09-09 15:36:00 +02:00
Mirio
d4d24f4d7c Fix msg 57 2015-09-02 19:11:16 +02:00
Mirio
e287a828f4 Fix msg 39 2015-08-31 19:05:31 +02:00
Rudolf Polzer
325024352b Fix an endless loop in the-big-benchmark on Windows affecting all users. 2015-08-26 14:07:52 +02:00
Rudolf Polzer
52d1e5f424 Pass the input path. 2015-08-25 03:55:38 +02:00
Rudolf Polzer
d5c8c7b294 Try adding the Luma version builder. 2015-08-25 03:48:37 +02:00
Mirio
f651468070 Merge branch 'Mirio/helpsystem' into 'master'
Mirio/helpsystem

Fixing the first message, the nick color, add some colors to highlight words.

See merge request !13
2015-08-23 14:17:17 +00:00
Mirio
98bfce8c1d Colors are now fixed 2015-08-21 01:44:48 +02:00
Mirio
3a3da8a035 Color codes were removed sigh 2015-08-21 01:38:00 +02:00
Mirio
034f34b377 Fix an error when using help_loop 2015-08-21 01:32:59 +02:00
Mirio
3406d20442 Fix typo in msg 35 2015-08-21 01:24:49 +02:00
Mirio
c4498053f8 Fix quotation in msg 1, which broke it. Fix color code of nick, add some color highlights 2015-08-21 01:22:49 +02:00
Mario
b7f69e4314 Disable hotfix and set new recommended servers 2015-08-19 08:15:35 +10:00
Rudolf Polzer
611be7dbdb Merge branch 'sev/unifont_update' into 'master'
Unifont update

This branch updates the GNU Unifont from version 5.1 to version 7.0.06.
It also makes two changes which I consider useful:


- Remove the version string from the font file name.
This way, any future updates will not invalidate all references to the font. A problem that is illustrated with this update.


- Move the Unifont to a dedicated package. Currently, individual copies are added to the other font packages.
This causes a lot of redundancy. More importantly, it gives the impression that this is necessary for custom fonts as well,
causing more redundancy and inconsistencies if the unifont is shared in custom font pk3 archives.
This change also eliminates possible confusions about authorship of the fonts.

See merge request !7
2015-08-03 16:14:34 +00:00
Mario
737b6e2b75 Merge branch 'sev/xolonium3' into 'master'
Update Xolonium font to version 3.1

This merge request accompanies xonotic/xonotic-data.pk3dir!144

Also see http://forums.xonotic.org/showthread.php?tid=5466

See merge request !11
2015-08-02 13:02:22 +00:00
Mario
86ea593b0a Update server readme.txt 2015-07-30 15:24:54 +10:00
Mirio
402d56da22 More improvements by packer 2015-07-27 19:40:05 +02:00
Mirio
f5a98acf44 Sigh 2015-07-27 18:20:39 +02:00
Mirio
3d4c506f65 Fix sentence about Arc 2015-07-27 18:18:15 +02:00
Mirio
c1df98fc69 Fix #146 2015-07-27 18:13:51 +02:00
Mirio
191365368d Fix 146 2015-07-27 18:11:50 +02:00
Severin Meyer
1fcbaeaaa0 Merge branch 'master' of gitlab.com:xonotic/xonotic into sev/xolonium3 2015-07-09 10:52:25 +02:00
Ant Zucaro
97c6fdd825 Merge branch 'BuddyFriendGuy/fixVolumeReset' into 'master'
fix volume value preservation bug in NexuizDemoRecorder

Symptom: In the original code, the user's original volume value is not preserved (the default behavior is to mute the volume during fast forward) so the program fails to set the correct volume value back -- in fact it sets it to an illegal variable name.

Code problem: This bug happens in the case of user choosing to record the demo early on, i.e. the loop enters the second stage right away, so injectAtStart was never executed. Besides, srvLoop and firstLoop seem to do the same thing.

Fix: Make sure injectAtStart is executed exactly once.

See merge request !12
2015-06-23 12:56:37 +00:00
Severin Meyer
8f7dc42f2f Merge branch 'master' of gitlab.com:xonotic/xonotic into sev/xolonium3 2015-06-11 19:30:52 +02:00
Severin Meyer
2627fa199f Merge branch 'master' of gitlab.com:xonotic/xonotic into sev/unifont_update
Conflicts:
	data/font-nimbussansl.pk3dir/font-nimbussansl.cfg
	data/font-xolonium.pk3dir/font-xolonium.cfg
2015-06-11 19:27:33 +02:00
Severin Meyer
ab6e13f1c5 Update Xolonium font to version 3.1 2015-06-11 17:14:40 +02:00
Rudolf Polzer
b2f2ba4277 oops, typo 2015-06-05 22:13:59 +02:00
Rudolf Polzer
32d19e8457 setmodelindex also relinks 2015-06-05 22:12:27 +02:00
Rudolf Polzer
4cd99969a9 setorigin also relinks, mention this 2015-06-04 16:04:42 +02:00
Rudolf Polzer
15d5cc336e It's nicer with [] 2015-06-04 16:03:00 +02:00
Rudolf Polzer
60c4acc1a0 Fix detection of setorigin/setsize/setmodel. 2015-06-04 15:55:47 +02:00
Rudolf Polzer
14c7702062 Detect assignment to foo.solid without a call to setmodel/setsize following it. 2015-06-04 15:27:30 +02:00
Rudolf Polzer
ef3dce861a Also find setmodel, setsize builtins. 2015-06-04 14:02:40 +02:00
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