mirror of
https://github.com/glest/glest-source.git
synced 2025-09-08 23:10:42 +02:00
- prepare for 3.7.0-beta1
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
# Written by Mark Vejvoda <mark_vejvoda@hotmail.com>
|
||||
# Copyright (c) 2011 Mark Vejvoda under GNU GPL v3.0+
|
||||
|
||||
OLD_MG_VERSION=3.6.0.2
|
||||
OLD_MG_VERSION_BINARY=3.6.0.2
|
||||
OLD_MG_VERSION=3.6.0.3
|
||||
OLD_MG_VERSION_BINARY=3.6.0.3
|
||||
#MG_VERSION=3.6.1-dev
|
||||
MG_VERSION=3.6.0.3
|
||||
MG_VERSION=3.7.0-beta1
|
||||
|
||||
if [ "$1" = "--oldversion" ]; then
|
||||
echo "$OLD_MG_VERSION"
|
||||
|
@@ -1,15 +1,7 @@
|
||||
#! /bin/sh
|
||||
# Use this script to track performance while running MegaGlest
|
||||
# ----------------------------------------------------------------------------
|
||||
# Written by Mark Vejvoda <mark_vejvoda@hotmail.com>
|
||||
# Copyright (c) 2011 Mark Vejvoda under GNU GPL v3.0+
|
||||
#!/bin/sh
|
||||
|
||||
exec 3>&1
|
||||
echo 'Recording performnce stats...'
|
||||
|
||||
sudo opcontrol --reset
|
||||
sudo opcontrol --start
|
||||
./megaglest --load-scenario=benchmark
|
||||
sudo opcontrol --shutdown
|
||||
# opreport -lt1
|
||||
opreport --symbols ./megaglest >perf.log
|
||||
gedit perf.log
|
||||
perf record ./megaglest $@
|
||||
|
||||
perf report
|
||||
|
@@ -1,5 +1,5 @@
|
||||
local GAME_INSTALL_SIZE = 680000000;
|
||||
local GAME_VERSION = "3.6.0.2";
|
||||
local GAME_VERSION = "3.7.0-beta1";
|
||||
|
||||
local _ = MojoSetup.translate
|
||||
|
||||
|
Reference in New Issue
Block a user