]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge remote branch 'origin/master' into mirceakitsune/preview_images
authorSamual <samual@xonotic.org>
Sat, 7 Jan 2012 18:18:00 +0000 (13:18 -0500)
committerSamual <samual@xonotic.org>
Sat, 7 Jan 2012 18:18:00 +0000 (13:18 -0500)
Conflicts:
qcsrc/common/util.qh

1  2 
qcsrc/client/Main.qc
qcsrc/client/mapvoting.qc
qcsrc/common/util.qc
qcsrc/common/util.qh

Simple merge
Simple merge
Simple merge
index 78c9baa6edade795bd07237d3a4e56122c525265,a8dd88c2f05b7b7490bd989a8015969533dc3106..dc8b8708b616a3307384301b9d71584fd24e4c28
@@@ -20,15 -20,6 +20,11 @@@ void wordwrap_sprint(string s, float l)
  #endif
  void wordwrap_cb(string s, float l, void(string) callback)
  
- float GameCommand_Generic(string cmd);
- // returns TRUE if handled, FALSE otherwise
- // tokenizes its input!
 +#ifndef SVQC
 +string draw_currentSkin;
 +string draw_UseSkinFor(string pic);
 +#endif
 +
  // iterative depth-first search, with fields that go "up", "down left" and "right" in a tree
  // for each element, funcPre is called first, then funcPre and funcPost for all its children, and funcPost last
  void depthfirst(entity start, .entity up, .entity downleft, .entity right, void(entity, entity) funcPre, void(entity, entity) funcPost, entity pass);