0ad/source
wraitii c016a74309 Add sliders to the GUI. Use them for the sound/music volume controls.
Patch by vladislavbelov, based on a patch by dpiquet.

Fixes #4039.
Differential Revision: https://code.wildfiregames.com/D325
This was SVN commit r19479.
2017-04-30 16:51:18 +00:00
..
collada Actually remove trailing tabs from source/. 2016-11-23 14:09:58 +00:00
graphics Move CinemaManager includes forgotton in 5d49e6c456 to the right place, thus fixing the build without precompiled headers. 2017-04-29 18:08:06 +00:00
gui Add sliders to the GUI. Use them for the sound/music volume controls. 2017-04-30 16:51:18 +00:00
i18n Durations over 1 hour aren't displayed correctly 2017-01-28 10:59:53 +00:00
lib Remove lib/pointer_typedefs.h. Patch by echotangoecho. 2017-01-29 00:06:28 +00:00
lobby Remove unused, deprecated SendGetGameList from the lobby. 2017-04-28 23:22:41 +00:00
maths Add support for const methods in components and make those that can be const const. 2017-01-20 02:25:19 +00:00
mocks More FreeBSD build fixes. 2012-01-30 06:21:11 +00:00
network Don't throw NetServer FSM errors if a client presses not-ready just before the host launches the game. 2017-04-10 16:52:52 +00:00
pch Switch to std::shared_ptr and std::weak_ptr. 2015-01-25 03:10:58 +00:00
ps Move CinemaPath class to the simulation helper directory, because it contains predominantly simulation data that is already serialized. 2017-04-14 23:20:49 +00:00
renderer Fix a vertex shader data pielup in the actor editor. It was reloading the shaders far too often. 2017-03-25 07:44:31 +00:00
scriptinterface Add FromJSProperty helper function that gets the property of a JS object, thus reducing duplicate checks when getting many properties. 2017-04-16 23:59:20 +00:00
simulation2 Move CinemaManager includes forgotton in 5d49e6c456 to the right place, thus fixing the build without precompiled headers. 2017-04-29 18:08:06 +00:00
soundmanager Actually remove trailing tabs from source/. 2016-11-23 14:09:58 +00:00
third_party Update tinygettext. 2015-12-08 18:05:11 +00:00
tools Remove unused, deprecated SendGetGameList from the lobby. 2017-04-28 23:22:41 +00:00
main.cpp Actually remove trailing tabs from source/. 2016-11-23 14:09:58 +00:00
test_setup.cpp Properly shut down SpiderMonkey using JS_ShutDown. 2016-08-06 15:41:59 +00:00