Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
(30) |
Oct
(60) |
Nov
(17) |
Dec
(47) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(33) |
Feb
(18) |
Mar
(3) |
Apr
(5) |
May
(6) |
Jun
(34) |
Jul
(54) |
Aug
(33) |
Sep
(36) |
Oct
(33) |
Nov
(40) |
Dec
(6) |
2009 |
Jan
(37) |
Feb
(38) |
Mar
(31) |
Apr
(23) |
May
(24) |
Jun
(2) |
Jul
(6) |
Aug
(5) |
Sep
(1) |
Oct
(14) |
Nov
(12) |
Dec
(26) |
2010 |
Jan
(23) |
Feb
(17) |
Mar
(17) |
Apr
(2) |
May
(10) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
(2) |
2011 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
(2) |
2
|
3
|
4
(1) |
5
(2) |
6
|
7
(4) |
8
(6) |
9
(4) |
10
(1) |
11
|
12
|
13
(1) |
14
(1) |
15
|
16
|
17
(2) |
18
(1) |
19
|
20
|
21
|
22
(4) |
23
|
24
(5) |
25
(3) |
26
(1) |
27
|
28
|
From: <andy_miller@us...> - 2009-02-14 00:50:54
|
Revision: 890 http://python-ogre.svn.sourceforge.net/python-ogre/?rev=890&view=rev Author: andy_miller Date: 2009-02-14 00:50:43 +0000 (Sat, 14 Feb 2009) Log Message: ----------- Updated QuickGUI to 9.02 Finished Canvas wrapper and demo Additional work on bullet Started on the RakNet wrapper (not working yet) Modified Paths: -------------- trunk/python-ogre/PythonOgreConfig_nt.py trunk/python-ogre/ThirdParty/canvas/Canvas.cpp trunk/python-ogre/ThirdParty/canvas/Canvas.h trunk/python-ogre/code_generators/bullet/customization_data.py trunk/python-ogre/code_generators/bullet/generate_code.py trunk/python-ogre/code_generators/bullet/python_bullet.h trunk/python-ogre/code_generators/bullet/python_bullet_aliases.h trunk/python-ogre/code_generators/bullet/python_bullet_sizeof.h trunk/python-ogre/code_generators/canvas/customization_data.py trunk/python-ogre/code_generators/canvas/python_canvas.h trunk/python-ogre/code_generators/common_utils/__init__.py trunk/python-ogre/code_generators/common_utils/extract_documentation.py trunk/python-ogre/code_generators/ois/generate_code.py trunk/python-ogre/code_generators/quickgui/generate_code.py trunk/python-ogre/code_generators/quickgui/python_quickgui_aliases.h trunk/python-ogre/code_generators/quickgui/python_quickgui_sizeof.h trunk/python-ogre/code_generators/template/generate_code.py trunk/python-ogre/demos/ogrebullet/Demo_OgreCollision01.py trunk/python-ogre/demos/qgui/Demo_QuickGUI01.py trunk/python-ogre/demos/qgui/resources.cfg trunk/python-ogre/environment.py Added Paths: ----------- trunk/python-ogre/ThirdParty/canvas/CanvasPO.h trunk/python-ogre/ThirdParty/canvas/DancingGraphElement.cpp trunk/python-ogre/ThirdParty/canvas/DancingGraphElement.h trunk/python-ogre/ThirdParty/canvas/Document.cpp trunk/python-ogre/ThirdParty/canvas/Document.h trunk/python-ogre/ThirdParty/canvas/Element.cpp trunk/python-ogre/ThirdParty/canvas/Element.h trunk/python-ogre/ThirdParty/canvas/ImageElement.cpp trunk/python-ogre/ThirdParty/canvas/ImageElement.h trunk/python-ogre/ThirdParty/canvas/Parser.cpp trunk/python-ogre/ThirdParty/canvas/Parser.h trunk/python-ogre/ThirdParty/canvas/TextFlowElement.cpp trunk/python-ogre/ThirdParty/canvas/TextFlowElement.h trunk/python-ogre/ThirdParty/canvas/Utils.h trunk/python-ogre/ThirdParty/quickgui/QuickGUI.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIAnchors.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIBaseDesc.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIBorderEnums.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIBrush.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIBrush.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIBrushEnums.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIButton.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIButton.h trunk/python-ogre/ThirdParty/quickgui/QuickGUICharacter.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUICharacter.h trunk/python-ogre/ThirdParty/quickgui/QuickGUICheckBox.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUICheckBox.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIColorPicker.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIColorPicker.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIComboBox.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIComboBox.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIComponentType.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIComponentType.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIComponentWidget.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIComponentWidget.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIConsole.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIConsole.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIConsoleEnums.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIConsoleInputHandler.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIContainerWidget.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIContainerWidget.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIContextMenu.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIContextMenu.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIDefinitionProperty.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIDefinitionProperty.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIDesc.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIEventArgs.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIEventHandlerManager.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIEventHandlerManager.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIEventHandlerPointer.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIEventTypes.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIException.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIException.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIExportDLL.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIFactory.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIFactoryManager.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIFactoryManager.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIForwardDeclaredDesc.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIForwardDeclaredDesc.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIHScrollBar.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIHScrollBar.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIImage.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIImage.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIKeyCode.h trunk/python-ogre/ThirdParty/quickgui/QuickGUILabel.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUILabel.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIList.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIList.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIListImageItem.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIListImageItem.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIListItem.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIListItem.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIListTextItem.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIListTextItem.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIManager.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIManager.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIMenu.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIMenu.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIMenuItem.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIMenuItem.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIMenuLabel.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIMenuLabel.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIMenuPanel.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIMenuPanel.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIModalWindow.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIModalWindow.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIMouseButtonID.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIMouseCursor.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIMouseCursor.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIPadding.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIPanel.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIPanel.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIPoint.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIPoint.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIProgressBar.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIProgressBar.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIProgressBarEnums.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIPropertyGrid.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIPropertyGrid.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIPropertyGridBoolProperty.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIPropertyGridBoolProperty.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIPropertyGridComboBoxProperty.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIPropertyGridComboBoxProperty.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIPropertyGridProperty.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIPropertyGridProperty.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIPropertyGridSection.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIPropertyGridSection.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIPropertyGridTextProperty.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIPropertyGridTextProperty.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIRadioButton.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIRadioButton.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIRect.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIRect.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIRoot.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIRoot.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIScriptDefinition.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIScriptDefinition.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIScriptNode.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIScriptNode.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIScriptProperty.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIScriptReader.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIScriptReader.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIScriptToken.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIScriptWriter.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIScriptWriter.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIScrollBarButtonLayouts.h trunk/python-ogre/ThirdParty/quickgui/QuickGUISerialBase.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUISerialBase.h trunk/python-ogre/ThirdParty/quickgui/QuickGUISerialReader.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUISerialReader.h trunk/python-ogre/ThirdParty/quickgui/QuickGUISerialWriter.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUISerialWriter.h trunk/python-ogre/ThirdParty/quickgui/QuickGUISerializable.h trunk/python-ogre/ThirdParty/quickgui/QuickGUISheet.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUISheet.h trunk/python-ogre/ThirdParty/quickgui/QuickGUISheetManager.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUISheetManager.h trunk/python-ogre/ThirdParty/quickgui/QuickGUISize.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUISize.h trunk/python-ogre/ThirdParty/quickgui/QuickGUISkinDefinition.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUISkinDefinition.h trunk/python-ogre/ThirdParty/quickgui/QuickGUISkinDefinitionManager.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUISkinDefinitionManager.h trunk/python-ogre/ThirdParty/quickgui/QuickGUISkinElement.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUISkinElement.h trunk/python-ogre/ThirdParty/quickgui/QuickGUISkinType.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUISkinType.h trunk/python-ogre/ThirdParty/quickgui/QuickGUISkinTypeManager.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUISkinTypeManager.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIStringConverter.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIStringConverter.h trunk/python-ogre/ThirdParty/quickgui/QuickGUITab.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUITab.h trunk/python-ogre/ThirdParty/quickgui/QuickGUITabControl.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUITabControl.h trunk/python-ogre/ThirdParty/quickgui/QuickGUITabPage.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUITabPage.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIText.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIText.h trunk/python-ogre/ThirdParty/quickgui/QuickGUITextAlignment.h trunk/python-ogre/ThirdParty/quickgui/QuickGUITextArea.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUITextArea.h trunk/python-ogre/ThirdParty/quickgui/QuickGUITextBox.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUITextBox.h trunk/python-ogre/ThirdParty/quickgui/QuickGUITextCursor.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUITextCursor.h trunk/python-ogre/ThirdParty/quickgui/QuickGUITextInputValidator.h trunk/python-ogre/ThirdParty/quickgui/QuickGUITextLine.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUITextLine.h trunk/python-ogre/ThirdParty/quickgui/QuickGUITimer.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUITimer.h trunk/python-ogre/ThirdParty/quickgui/QuickGUITimerManager.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUITimerManager.h trunk/python-ogre/ThirdParty/quickgui/QuickGUITitleBar.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUITitleBar.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIToolBar.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIToolBar.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIToolBarEnums.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIToolBarItem.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIToolBarItem.h trunk/python-ogre/ThirdParty/quickgui/QuickGUITreeView.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUITreeView.h trunk/python-ogre/ThirdParty/quickgui/QuickGUITreeViewCheckBoxNode.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUITreeViewCheckBoxNode.h trunk/python-ogre/ThirdParty/quickgui/QuickGUITreeViewNode.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUITreeViewNode.h trunk/python-ogre/ThirdParty/quickgui/QuickGUITreeViewRadioButtonNode.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUITreeViewRadioButtonNode.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIUVRect.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIUVRect.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIVScrollBar.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIVScrollBar.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIVertex.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIWidget.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIWidget.h trunk/python-ogre/ThirdParty/quickgui/QuickGUIWindow.cpp trunk/python-ogre/ThirdParty/quickgui/QuickGUIWindow.h trunk/python-ogre/code_generators/raknet/ trunk/python-ogre/code_generators/raknet/RakMasterInclude.h trunk/python-ogre/code_generators/raknet/customization_data.py trunk/python-ogre/code_generators/raknet/generate_code.py trunk/python-ogre/code_generators/raknet/hand_made_wrappers.py trunk/python-ogre/code_generators/raknet/python_raknet.h trunk/python-ogre/code_generators/raknet/python_raknet_aliases.h trunk/python-ogre/code_generators/raknet/python_raknet_sizeof.h trunk/python-ogre/demos/canvas/ trunk/python-ogre/demos/canvas/Demo_Canvas.py trunk/python-ogre/demos/canvas/media/ trunk/python-ogre/demos/canvas/media/DemoLayout.txt trunk/python-ogre/demos/canvas/media/LucidaSans.ttf trunk/python-ogre/demos/canvas/media/LucidaSansBold.ttf trunk/python-ogre/demos/canvas/media/LucidaSansBoldItalic.ttf trunk/python-ogre/demos/canvas/media/LucidaSansItalic.ttf trunk/python-ogre/demos/canvas/media/logo.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |