-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
68 lines (48 loc) · 2.12 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
===============================
MultiplicationStation-0.8.1
December 8, 2014
===============================
1. Updated to work with wxpython-3
2. Admin interface still requires -wx flag arg:
"python mstation.py -wx"
3. Reduced set of Admin config variables offered through GUI
4. Another release with further improvements to admin interface
will be undertaken soon.
===============================
MultiplicationStation-0.6.3
January 17, 2010
===============================
1. Bugfix for windows: os.getenv('HOME') -> os.getenv('USERPROFILE')
===============================
MultiplicationStation-0.6.2
January 17, 2010
===============================
1. If installed (installation only applies to Linux now, Win/Mac run from within package directory),
then .mstation_config_master located at /var/games/MultiplicaitonStation/.mstation_config_master
and copied -> $HOME/.mstation_config at user's first run. Previously ran into permission problems
if users try to change settings via admin. Now every user takes their own copy of the config file
and saves in their $HOME.
===============================
MultiplicationStation-0.6.1
December 27, 2009
===============================
1. Display init probs on windows fixed by adding lines 141-143 mstation.py
if self.env.OS=='win':
os.environ['SDL_VIDEODRIVER'] = 'windib'
pygame.display.init()
pygame.init()
===============================
MultiplicationStation-0.6.0
December 23, 2009
===============================
1. wx now merely an option (use -wx command line argument)
2. defaults changed for minimum resource requirements (ie. fireworks off, etc)
3. sound is off by default; toggle on via admin config or manually editing
the config file. If running from the install directory then the config
file is at: ./Globals/globals/config
If installed (Linux only) then config located at:
/var/games/MultiplicationStation/Globals/globals/config
In either case, if you mess-up the config, just copy config_default over
to config.
4. Screensaver/splash is off by defualt. Toggle on in config via admin gui
(using optional -wx flag) or manually as per above.