# # ChangeLog for branches/active/character_customization/game/dialogue # # Generated by Trac 0.12.5 # 12/06/19 08:48:17 Mon, 21 Feb 2011 22:51:42 GMT aspidites [736] * branches/active/character_customization/game/design/rev233_Class_Design.uml (modified) * branches/active/character_customization/game/dialogue/dialogue.license (modified) * branches/active/character_customization/game/dialogue_demo.py (modified) * branches/active/character_customization/game/dialogue_schema.yaml (modified) * branches/active/character_customization/game/license/gpl30.license (modified) * branches/active/character_customization/game/maps/maps.license (modified) * branches/active/character_customization/game/packaging/AdvUninstLog2.nsh (deleted) * branches/active/character_customization/game/packaging/packaging_instructions_win32.txt (deleted) * branches/active/character_customization/game/packaging/windows_packaging.nsi (deleted) * branches/active/character_customization/game/packaging/windows_packaging_exe.nsi (deleted) * branches/active/character_customization/game/parpg (added) * branches/active/character_customization/game/parpg/__init__.py (moved) * branches/active/character_customization/game/parpg/application.py (moved) * branches/active/character_customization/game/parpg/charactercreationcontroller.py (moved) * branches/active/character_customization/game/parpg/charactercreationview.py (moved) * branches/active/character_customization/game/parpg/characterstatistics.py (moved) * branches/active/character_customization/game/parpg/common (added) * branches/active/character_customization/game/parpg/common/__init__.py (moved) * branches/active/character_customization/game/parpg/common/listeners (added) * branches/active/character_customization/game/parpg/common/listeners/__init__.py (moved) * branches/active/character_customization/game/parpg/common/listeners/command_listener.py (moved) * branches/active/character_customization/game/parpg/common/listeners/console_executor.py (moved) * branches/active/character_customization/game/parpg/common/listeners/event_listener.py (moved) * branches/active/character_customization/game/parpg/common/listeners/key_listener.py (moved) * branches/active/character_customization/game/parpg/common/listeners/mouse_listener.py (moved) * branches/active/character_customization/game/parpg/common/listeners/widget_listener.py (moved) * branches/active/character_customization/game/parpg/common/optionparser.py (moved) * branches/active/character_customization/game/parpg/common/ordereddict.py (moved) * branches/active/character_customization/game/parpg/common/utils.py (moved) * branches/active/character_customization/game/parpg/console.py (moved) * branches/active/character_customization/game/parpg/controllerbase.py (moved) * branches/active/character_customization/game/parpg/dialogue.py (moved) * branches/active/character_customization/game/parpg/dialogueactions.py (moved) * branches/active/character_customization/game/parpg/dialoguecontroller.py (moved) * branches/active/character_customization/game/parpg/dialogueparsers.py (moved) * branches/active/character_customization/game/parpg/dialogueprocessor.py (moved) * branches/active/character_customization/game/parpg/gamemap.py (moved) * branches/active/character_customization/game/parpg/gamemodel.py (moved) * branches/active/character_customization/game/parpg/gamescenecontroller.py (moved) * branches/active/character_customization/game/parpg/gamesceneview.py (moved) * branches/active/character_customization/game/parpg/gamestate.py (moved) * branches/active/character_customization/game/parpg/gui (added) * branches/active/character_customization/game/parpg/gui/__init__.py (moved) * branches/active/character_customization/game/parpg/gui/actionsbox.py (moved) * branches/active/character_customization/game/parpg/gui/containergui.py (moved) * branches/active/character_customization/game/parpg/gui/containergui_base.py (moved) * branches/active/character_customization/game/parpg/gui/context_menu.py (moved) * branches/active/character_customization/game/parpg/gui/dialoguegui.py (moved) * branches/active/character_customization/game/parpg/gui/drag_drop_data.py (moved) * branches/active/character_customization/game/parpg/gui/filebrowser.py (moved) * branches/active/character_customization/game/parpg/gui/hud.py (moved) * branches/active/character_customization/game/parpg/gui/inventorygui.py (moved) * branches/active/character_customization/game/parpg/gui/popups.py (moved) * branches/active/character_customization/game/parpg/inventory.py (moved) * branches/active/character_customization/game/parpg/mainmenucontroller.py (moved) * branches/active/character_customization/game/parpg/mainmenuview.py (moved) * branches/active/character_customization/game/parpg/objects (added) * branches/active/character_customization/game/parpg/objects/__init__.py (moved) * branches/active/character_customization/game/parpg/objects/action.py (moved) * branches/active/character_customization/game/parpg/objects/actors.py (moved) * branches/active/character_customization/game/parpg/objects/base.py (moved) * branches/active/character_customization/game/parpg/objects/composed.py (moved) * branches/active/character_customization/game/parpg/objects/containers.py (moved) * branches/active/character_customization/game/parpg/objects/doors.py (moved) * branches/active/character_customization/game/parpg/objects/items.py (moved) * branches/active/character_customization/game/parpg/quest_engine.py (moved) * branches/active/character_customization/game/parpg/serializers.py (moved) * branches/active/character_customization/game/parpg/sounds.py (moved) * branches/active/character_customization/game/parpg/viewbase.py (moved) * branches/active/character_customization/game/run.py (modified) * branches/active/character_customization/game/setup_exe.py (deleted) * branches/active/character_customization/game/tests/test_carryable_container.py (modified) * branches/active/character_customization/game/tests/test_console.py (modified) * branches/active/character_customization/game/tests/test_container.py (modified) * branches/active/character_customization/game/tests/test_crate.py (modified) * branches/active/character_customization/game/tests/test_dialogueprocessor.py (modified) * branches/active/character_customization/game/tests/test_game_object.py (modified) * branches/active/character_customization/game/tests/test_inventory.py (modified) * branches/active/character_customization/game/tests/test_living.py (modified) * branches/active/character_customization/game/tests/test_lockable.py (modified) * branches/active/character_customization/game/tests/test_npc.py (modified) * branches/active/character_customization/game/tests/test_objects_base.py (modified) * branches/active/character_customization/game/tests/test_openable.py (modified) * branches/active/character_customization/game/tests/test_scriptable.py (modified) * branches/active/character_customization/game/tests/test_single_item_container.py (modified) * branches/active/character_customization/game/tests/test_wearable.py (modified) * branches/active/character_customization/game/utilities/convert_dialogue.py (modified) * branches/active/character_customization/game/utilities/dialogueChecker.py (modified) * branches/active/character_customization/tools/pychan_designer/fonts/freefont/COPYING (modified) * branches/active/character_customization/tools/pychan_designer/fonts/freefont/CREDITS (modified) * branches/active/character_customization/tools/pychan_designer/fonts/freefont/ChangeLog (modified) * branches/active/character_customization/tools/pychan_designer/fonts/freefont/README (modified) * branches/active/character_customization/tools/pychan_designer/pychan_designer.py (modified) * branches/active/character_customization/tools/writing_editor/data/recent_files.txt (modified) * branches/active/character_customization/tools/writing_editor/run.py (modified) * branches/active/character_customization/tools/writing_editor/scripts/dialogMap.py (modified) * branches/active/character_customization/tools/writing_editor/scripts/writingEditor.py (modified) * branches/active/character_customization/tools/writing_editor/ui/popupWindows.py (modified) Patch by Aspidites: - renamed scripts package to parpg ... Sat, 05 Feb 2011 19:38:26 GMT barra_parpg [712] * branches/active/character_customization (moved) Patch by mvbarracuda: * Renaming sprint branch to reflect the actual ... Fri, 04 Feb 2011 01:09:29 GMT barra_parpg [711] * branches/active/td2_sprint1 (copied) Patch by mvbarracuda: * Branching trunk for the upcoming sprint * The ...