# # ChangeLog for trunk/game/scripts/popups.py # # Generated by Trac 0.12.5 # 12/10/19 01:59:06 Sat, 10 Oct 2009 21:45:49 GMT Kaydeth_parpg [313] * trunk/game/scripts/common/eventlistenerbase.py (modified) * trunk/game/scripts/console.py (modified) * trunk/game/scripts/engine.py (modified) * trunk/game/scripts/filebrowser.py (modified) * trunk/game/scripts/gamestate.py (modified) * trunk/game/scripts/hud.py (modified) * trunk/game/scripts/inventory.py (modified) * trunk/game/scripts/map.py (modified) * trunk/game/scripts/objectLoader.py (deleted) * trunk/game/scripts/popups.py (modified) * trunk/game/scripts/sounds.py (modified) * trunk/game/scripts/world.py (modified) Ticket #2: Patch by Kaydeth. Updated the rest of the classes in the ... Tue, 08 Sep 2009 00:39:15 GMT orlandov [277] * trunk/game/scripts/hud.py (modified) * trunk/game/scripts/objects/action.py (modified) * trunk/game/scripts/popups.py (modified) * trunk/game/scripts/world.py (modified) Ticket #79: Move the container display and examine popup code from World ... Sun, 30 Aug 2009 19:09:44 GMT Kaydeth_parpg [267] * trunk/game/scripts/gui_container.py (deleted) * trunk/game/scripts/inventory.py (modified) * trunk/game/scripts/popups.py (modified) Ticket #91: Patch by phoku. The drag and drop logic in ContainerGUI ... Wed, 26 Aug 2009 16:00:14 GMT barra_parpg [262] * trunk/game/run_tests.py (modified) * trunk/game/scripts/drag_drop_data.py (modified) * trunk/game/scripts/filebrowser.py (modified) * trunk/game/scripts/gamestate.py (modified) * trunk/game/scripts/gui_container.py (modified) * trunk/game/scripts/items.py (modified) * trunk/game/scripts/map.py (modified) * trunk/game/scripts/objectLoader.py (modified) * trunk/game/scripts/objects/__init__.py (modified) * trunk/game/scripts/objects/action.py (modified) * trunk/game/scripts/objects/actors.py (modified) * trunk/game/scripts/objects/base.py (modified) * trunk/game/scripts/objects/composed.py (modified) * trunk/game/scripts/objects/containers.py (modified) * trunk/game/scripts/parpgfilebrowser.py (modified) * trunk/game/scripts/popups.py (modified) * trunk/game/scripts/tests/__init__.py (modified) * trunk/game/scripts/tests/classTests.py (modified) Patch by mvbarracuda: * Applied svn:eol-style >> native to all Python ... Mon, 17 Aug 2009 11:44:29 GMT barra_parpg [240] * trunk/game (moved) * Renamed trunk/PARPG to trunk/game to avoid using PARPG in the SVN URL ... Sat, 15 Aug 2009 15:55:24 GMT Kaydeth_parpg [237] * trunk/PARPG/scripts/popups.py (modified) code cleanup. Closes Ticket #81