aboutsummaryrefslogtreecommitdiff
path: root/util/master/list.js
Commit message (Collapse)AuthorAge
* Fix backward compatibility for server uptime in master server web pageproller2013-03-30
|
* Masterserver: report gameid, uptime, cosmetic fixes on server web pageproller2013-03-30
|
* new auto masterserverproller2013-02-22
f the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #pragma once #include "lua_api/l_base.h" class ModApiSound : public ModApiBase { private: static int l_sound_play(lua_State *L); static int l_sound_stop(lua_State *L); public: static void Initialize(lua_State *L, int top); };