Menu

Tree [4543af] master 0.8.1 /
 History

HTTPS access


File Date Author Commit
 Font 2014-11-01 Charles Cosse Charles Cosse [136d9b] new org
 MultiplicationStation 2014-12-08 Charles Cosse Charles Cosse [a84c6d] fullscreen mode via F6 key, all platforms.
 .mstation_config_master 2014-12-05 Charles Cosse Charles Cosse [0d1c72] Updated to work with wxpython-3.*
 CHANGES 2014-12-08 Charles Cosse Charles Cosse [a84c6d] fullscreen mode via F6 key, all platforms.
 INSTALL 2014-12-05 Charles Cosse Charles Cosse [f22e6f] More additions to wxadmin gui
 LICENSE 2014-12-05 Charles Cosse Charles Cosse [f22e6f] More additions to wxadmin gui
 MANIFEST.in 2014-12-08 Angelo Naselli Angelo Naselli [7afb2e] Added sdist option to setup to build a tarball
 README 2014-12-08 Charles Cosse Charles Cosse [a84c6d] fullscreen mode via F6 key, all platforms.
 README.md 2014-11-01 Charles Cosse Charles Cosse [136d9b] new org
 VERSION 2014-12-08 Charles Cosse Charles Cosse [a84c6d] fullscreen mode via F6 key, all platforms.
 mstation 2014-11-01 Charles Cosse Charles Cosse [136d9b] new org
 mstation.ico 2014-11-01 Charles Cosse Charles Cosse [136d9b] new org
 mstation.py 2014-12-07 Charles Cosse Charles Cosse [2c915e] thought i already did this?
 multiplicationstation-0.8.0.png 2014-12-07 Charles Cosse Charles Cosse [0200ef] changes as per request
 multiplicationstation-admin.desktop 2014-12-07 Charles Cosse Charles Cosse [acf65e] updated 2x .desktop files with Italian translat...
 multiplicationstation.desktop 2014-12-07 Charles Cosse Charles Cosse [acf65e] updated 2x .desktop files with Italian translat...
 setup.py 2014-12-08 Charles Cosse Charles Cosse [4543af] edit version to 0.8.1

Read Me

===============================
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.