|
From: KJeff01 <kje...@gm...> - 2017-12-20 21:05:05
|
Branch: refs/heads/master Home: https://github.com/Warzone2100/warzone2100 Commit: b016f609d704ce4df022e3a89f4f70f6eaabbee7 https://github.com/Warzone2100/warzone2100/commit/b016f609d704ce4df022e3a89f4f70f6eaabbee7 Author: KJeff01 <kje...@gm...> Date: 2017-12-20 (Wed, 20 Dec 2017) Changed paths: M data/base/script/rules.js A data/base/script/weather.js M data/base/wrf/cam1/cam1a-c.wrf M data/base/wrf/cam1/cam1a.wrf M data/base/wrf/cam1/cam1b.wrf M data/base/wrf/cam1/cam1c.wrf M data/base/wrf/cam1/cam1ca.wrf M data/base/wrf/cam1/cam1end.wrf M data/base/wrf/cam1/sub1-1.wrf M data/base/wrf/cam1/sub1-1s.wrf M data/base/wrf/cam1/sub1-2.wrf M data/base/wrf/cam1/sub1-2s.wrf M data/base/wrf/cam1/sub1-3.wrf M data/base/wrf/cam1/sub1-3s.wrf M data/base/wrf/cam1/sub1-4a.wrf M data/base/wrf/cam1/sub1-4as.wrf M data/base/wrf/cam1/sub1-5.wrf M data/base/wrf/cam1/sub1-5s.wrf M data/base/wrf/cam1/sub1-7.wrf M data/base/wrf/cam1/sub1-7s.wrf M data/base/wrf/cam1/sub1-d.wrf M data/base/wrf/cam1/sub1-ds.wrf M data/base/wrf/cam2/cam2a.wrf M data/base/wrf/cam2/cam2b.wrf M data/base/wrf/cam2/cam2c.wrf M data/base/wrf/cam2/cam2end.wrf M data/base/wrf/cam2/sub2-1.wrf M data/base/wrf/cam2/sub2-1s.wrf M data/base/wrf/cam2/sub2-2.wrf M data/base/wrf/cam2/sub2-2s.wrf M data/base/wrf/cam2/sub2-5.wrf M data/base/wrf/cam2/sub2-5s.wrf M data/base/wrf/cam2/sub2-6.wrf M data/base/wrf/cam2/sub2-6s.wrf M data/base/wrf/cam2/sub2-7.wrf M data/base/wrf/cam2/sub2-7s.wrf M data/base/wrf/cam2/sub2-8.wrf M data/base/wrf/cam2/sub2-8s.wrf M data/base/wrf/cam2/sub2-d.wrf M data/base/wrf/cam2/sub2-ds.wrf M data/base/wrf/cam3/cam3a.wrf M data/base/wrf/cam3/cam3ab.wrf M data/base/wrf/cam3/cam3ad1.wrf M data/base/wrf/cam3/cam3ad2.wrf M data/base/wrf/cam3/cam3b.wrf M data/base/wrf/cam3/cam3c.wrf M data/base/wrf/cam3/sub3-1.wrf M data/base/wrf/cam3/sub3-1s.wrf M data/base/wrf/cam3/sub3-2.wrf M data/base/wrf/cam3/sub3-2s.wrf M data/base/wrf/cam3/sub3-3.wrf M data/base/wrf/cam3/sub3-3s.wrf M data/base/wrf/cam3/sub3-4.wrf M data/base/wrf/cam3/sub3-4s.wrf M data/base/wrf/fastplay/fastdemo.wrf M data/base/wrf/tutorial/newtut.wrf M data/mp/addon.lev A data/mp/multiplay/script/weather.js M data/mp/multiplay/skirmish/rules.js R data/mp/wrf/multi/fog1.wrf R data/mp/wrf/multi/fog2.wrf R data/mp/wrf/multi/fog3.wrf A data/mp/wrf/weather.wrf M po/POTFILES.in M src/mission.cpp M src/qtscriptfuncs.cpp Log Message: ----------- Move weather scripts to JS. - Fixes a warning for cam2-5s by not including a directory that does not exist. - Audio is started from rules.js rather than the weather scripts. - Rocky maps use the Kevlar scavenger texture. - Weather used in multiplay. Qtscript: Adds function setCampaignNumber(number). Fixes ticket:983. Music resets in eventGameInit in rules.js. |