Commit Graph

904 Commits

Author SHA1 Message Date
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
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
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
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
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
Rudolf Polzer
f19bb65e08 Add a command ./all serverbench dedicated to quickly run serverbench. 2015-02-01 18:58:11 +01: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
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
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
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
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
Rudolf Polzer
1c2912ca31 ./all release: Just download stuff from travis. 2014-08-27 12:58:22 +02:00
Rudolf Polzer
becc6d4822 Switch win32 to SDL2 2.0.3 too, as this worked so well for Win64. 2014-08-27 11:12:43 +02:00
Rudolf Polzer
a3e79d202d More open bugs in SDL2 2.0.3. 2014-08-27 10:31:35 +02:00
Rudolf Polzer
48bd94b3cd http://stackoverflow.com/questions/22446008/winapifamily-h-no-such-file-or-directory-when-compiling-sdl-in-codeblocks
No comment.
2014-08-27 09:50:28 +02:00