[rcitelco/legion] 13be5c: Adding global `LEGION_DEFAULT_LANGUAGE` to config ...
- From:
-
- Date:
- 2010-08-17 @ 20:51
Branch: refs/heads/dev
Home: https://github.com/rcitelco/legion
Commit: 13be5c13710159090f67beb8cb0fdaf0c0c18840
https://github.com/rcitelco/legion/commit/13be5c13710159090f67beb8cb0fdaf0c0c18840
Author: Randall Degges <rdegges@gmail.com>
Date: 2010-08-17 (Tue, 17 Aug 2010)
Changed paths:
M config/config.conf
Log Message:
-----------
Adding global `LEGION_DEFAULT_LANGUAGE` to config file.
This variable will store the default language used on the system. This language
setting determines which soundfiles will be played.
Commit: 35344ff1e38bf164ddfc18a0ab58e54f3b0b3cd7
https://github.com/rcitelco/legion/commit/35344ff1e38bf164ddfc18a0ab58e54f3b0b3cd7
Author: Randall Degges <rdegges@gmail.com>
Date: 2010-08-17 (Tue, 17 Aug 2010)
Changed paths:
M config/config.conf
Log Message:
-----------
Renaming `LEGION_DEFAULT_LANGUAGE` -> `LEGION_LANGUAGE`.
It is already implied that it is the default setting, so this is redundant.
Commit: f203a33fd0a9c4107f7d901a2bc1a78917f1db56
https://github.com/rcitelco/legion/commit/f203a33fd0a9c4107f7d901a2bc1a78917f1db56
Author: Randall Degges <rdegges@gmail.com>
Date: 2010-08-17 (Tue, 17 Aug 2010)
Changed paths:
A subroutines/setup.conf
Log Message:
-----------
Adding a `legion-setup` subroutine skeleton.
This subroutine should be called when a call first gets into a legion instance.
It will setup all of the necessary channel variables that the rest of our
software will rely on in order to work properly.
This is the equivalent of the `default_settings` subroutine in our legacy code.