# # ChangeLog for trunk/PARPG/run.py # # Generated by Trac 0.12.5 # 12/11/19 13:35:46 Fri, 05 Jun 2009 01:15:01 GMT bretzel_parpg [88] * trunk/PARPG/run.py (modified) * trunk/PARPG/settings-dist.xml (added) Added settings-dist.xml so that if there is no settings.xml, it will ... Wed, 13 May 2009 16:21:58 GMT maximinus_parpg [68] * trunk/PARPG/maps/map_objects.xml (modified) * trunk/PARPG/run.py (modified) * trunk/PARPG/scripts/agents/agent.py (deleted) * trunk/PARPG/scripts/agents/hero.py (modified) * trunk/PARPG/scripts/agents/npc.py (modified) * trunk/PARPG/scripts/engine.py (modified) * trunk/PARPG/scripts/objects.py (added) * trunk/PARPG/scripts/world.py (modified) Cleaned up NPC class (a lot) Right-clicking an object now shows info, ... Wed, 13 May 2009 02:20:25 GMT maximinus_parpg [66] * trunk/PARPG/run.py (modified) * trunk/PARPG/scripts/engine.py (modified) * trunk/PARPG/scripts/inventory.py (modified) * trunk/PARPG/scripts/world.py (modified) OK, you win Bretzel... Lots of small annoying PEP 8 standards ... Tue, 12 May 2009 16:17:55 GMT maximinus_parpg [62] * trunk/PARPG/maps/map.xml (modified) * trunk/PARPG/run.py (modified) * trunk/PARPG/scripts/agents/agent.py (modified) * trunk/PARPG/scripts/agents/hero.py (modified) * trunk/PARPG/scripts/engine.py (modified) * trunk/PARPG/scripts/world.py (modified) Large restructure of PC and NPC classes. Data seperation is a lot ... Mon, 11 May 2009 13:42:45 GMT maximinus_parpg [58] * trunk/PARPG/maps/map.xml (modified) * trunk/PARPG/maps/map_objects.xml (modified) * trunk/PARPG/objects/agents/player/player.xml (modified) * trunk/PARPG/objects/agents/player/stand/animation.xml (modified) * trunk/PARPG/run.py (modified) * trunk/PARPG/scripts/engine.py (modified) * trunk/PARPG/scripts/world.py (modified) * trunk/PARPG/settings.xml (modified) Made it so we only have one keycheck function (sanity at last!) A few ... Fri, 08 May 2009 14:54:53 GMT maximinus_parpg [54] * trunk/PARPG/maps/map.xml (modified) * trunk/PARPG/maps/map_objects.xml (added) * trunk/PARPG/objects/agents/npcs (added) * trunk/PARPG/objects/agents/npcs/npc_woman (added) * trunk/PARPG/objects/agents/npcs/npc_woman/npc-woman.xml (added) * trunk/PARPG/objects/agents/npcs/npc_woman/stand (added) * trunk/PARPG/objects/agents/npcs/npc_woman/stand/animation.xml (added) * trunk/PARPG/objects/agents/npcs/npc_woman/stand/image.png (added) * trunk/PARPG/objects/objects (added) * trunk/PARPG/objects/objects/crate (added) * trunk/PARPG/objects/objects/crate/image.png (added) * trunk/PARPG/run.py (modified) * trunk/PARPG/scripts/agents/agent.py (modified) * trunk/PARPG/scripts/agents/npc.py (added) * trunk/PARPG/scripts/engine.py (added) * trunk/PARPG/scripts/world.py (modified) * trunk/PARPG/settings.xml (modified) Set Model / View data model for PARPG. Code no longer looks like Rio ... Wed, 29 Apr 2009 14:29:28 GMT maximinus_parpg [48] * trunk/PARPG/run.py (modified) * trunk/PARPG/scripts/common/utils.py (modified) * trunk/PARPG/scripts/world.py (modified) All code is to our PEP standard as on the PARPG wiki. Trivial ... Mon, 20 Apr 2009 05:45:29 GMT maximinus_parpg [40] * trunk/PARPG (moved) * trunk/PARPG/run_tests.py (copied) * trunk/PARPG/update_dlls_mingw.bat (copied) * trunk/PARPG/update_dlls_msvc2005.bat (copied) * trunk/PARPG/update_dlls_msvc2008.bat (copied) * trunk/game (deleted) Removed the /game and /demo folders under /trunk. Added /PARPG folder, ... Thu, 09 Apr 2009 12:43:56 GMT tie_parpg [33] * trunk/demo/run.py (modified) - Removed some commented-out code