Changeset 31
- Timestamp:
- 02/05/10 03:50:53 (12 years ago)
- Location:
- rc
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
rc/puzzlebox_brainstorms_client.py
r26 r31 6 6 # Copyright Puzzlebox Productions, LLC (2010) 7 7 # 8 # Portions of this code have been previously 9 # released under the GNU Pulic License (GPL) version 2 10 # and is Copyright Steven M. Castellotti (2010) 11 # For more information please refer to http://www.gnu.org/copyleft/gpl.htm 8 # This code is released under the GNU Pulic License (GPL) version 2 9 # For more information please refer to http://www.gnu.org/copyleft/gpl.html 12 10 # 13 11 # Last Update: 2010.02.03 -
rc/puzzlebox_brainstorms_client_interface.py
r30 r31 6 6 # Copyright Puzzlebox Productions, LLC (2010) 7 7 # 8 # Portions of this code have been previously 9 # released under the GNU Pulic License (GPL) version 2 10 # and is Copyright Steven M. Castellotti (2010) 11 # For more information please refer to http://www.gnu.org/copyleft/gpl.htm 8 # This code is released under the GNU Pulic License (GPL) version 2 9 # For more information please refer to http://www.gnu.org/copyleft/gpl.html 12 10 # 13 11 # Last Update: 2010.02.04 … … 130 128 print "Display Driver:", 131 129 print pygame.display.get_driver() 132 print "Display Info:", 130 print 131 print "Display Info:" 133 132 print pygame.display.Info() 133 #print 134 #print "Windows System Info:" 135 #print pygame.display.get_wm_info() 136 #print 134 137 #print "Get Flags:", 135 138 #print pygame.display.screen.get_flags() … … 138 141 #self.pygame.mouse.set_visible(0) 139 142 self.pygame.mouse.set_visible(1) 140 141 143 142 144 self.pygame.display.set_caption('Puzzlebox Brainstorms - Client Interface') … … 387 389 display_window_y_dimension = string.atoi(sys.argv[-1]) 388 390 except: 389 if DEBUG :391 if DEBUG > 1: 390 392 print "Using default display coordinates" 391 393 -
rc/puzzlebox_brainstorms_client_interface_button.py
r30 r31 6 6 # Copyright Puzzlebox Productions, LLC (2010) 7 7 # 8 # Portions of this code have been previously 9 # released under the GNU Pulic License (GPL) version 2 10 # and is Copyright Steven M. Castellotti (2010) 11 # For more information please refer to http://www.gnu.org/copyleft/gpl.htm 8 # This code is released under the GNU Pulic License (GPL) version 2 9 # For more information please refer to http://www.gnu.org/copyleft/gpl.html 12 10 # 13 11 # Last Update: 2010.02.04 -
rc/puzzlebox_brainstorms_client_interface_component.py
r25 r31 6 6 # Copyright Puzzlebox Productions, LLC (2010) 7 7 # 8 # Portions of this code have been previously 9 # released under the GNU Pulic License (GPL) version 2 10 # and is Copyright Steven M. Castellotti (2010) 11 # For more information please refer to http://www.gnu.org/copyleft/gpl.htm 8 # This code is released under the GNU Pulic License (GPL) version 2 9 # For more information please refer to http://www.gnu.org/copyleft/gpl.html 12 10 # 13 11 # Last Update: 2010.02.01 -
rc/puzzlebox_brainstorms_configuration.py
r27 r31 4 4 # Puzzlebox - Brainstorms - Configuration 5 5 # 6 # Copyright Steven M. Castellotti(2010)6 # Copyright Puzzlebox Productions, LLC (2010) 7 7 # 8 # Portions of this code have been previously 9 # released under the GNU Pulic License (GPL) version 2 10 # and is Copyright Steven M. Castellotti (2010) 11 # For more information please refer to http://www.gnu.org/copyleft/gpl.htm 8 # This code is released under the GNU Pulic License (GPL) version 2 9 # For more information please refer to http://www.gnu.org/copyleft/gpl.html 12 10 # 13 11 # Last Update: 2010.02.03 -
rc/puzzlebox_brainstorms_py2exe.py
r24 r31 3 3 # Puzzlebox - Brainstorms - Py2Exe Distutils 4 4 # 5 # Copyright Steven M. Castellotti(2010)5 # Copyright Puzzlebox Productions, LLC (2010) 6 6 # 7 # Portions of this code have been previously 8 # released under the GNU Pulic License (GPL) version 2 9 # and is Copyright Steven M. Castellotti (2010) 7 # This code is released under the GNU Pulic License (GPL) version 2 10 8 # For more information please refer to http://www.gnu.org/copyleft/gpl.html 11 9 # -
rc/puzzlebox_brainstorms_rc.py
r21 r31 6 6 # Copyright Puzzlebox Productions, LLC (2010) 7 7 # 8 # Portions of this code have been previously 9 # released under the GNU Pulic License (GPL) version 2 10 # and is Copyright Steven M. Castellotti (2010) 8 # This code is released under the GNU Pulic License (GPL) version 2 11 9 # For more information please refer to http://www.gnu.org/copyleft/gpl.html 12 10 # -
rc/puzzlebox_brainstorms_server.py
r26 r31 6 6 # Copyright Puzzlebox Productions, LLC (2010) 7 7 # 8 # Portions of this code have been previously 9 # released under the GNU Pulic License (GPL) version 2 10 # and is Copyright Steven M. Castellotti (2010) 11 # For more information please refer to http://www.gnu.org/copyleft/gpl.htm 8 # This code is released under the GNU Pulic License (GPL) version 2 9 # For more information please refer to http://www.gnu.org/copyleft/gpl.html 12 10 # 13 11 # Last Update: 2010.02.03
Note: See TracChangeset
for help on using the changeset viewer.