Commit Graph

1618 Commits

Author SHA1 Message Date
Mirio
c1df98fc69 Fix #146 2015-07-27 18:13:51 +02:00
Mirio
191365368d Fix 146 2015-07-27 18:11:50 +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
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
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
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