GameLobby-r50074

Details

  • Filename
    GameLobby-r50074.zip
  • Uploaded by
  • Uploaded
    Sep 27, 2007
  • Size
    137.27 KB
  • Downloads
    11
  • MD5
    37eaa95d880ebe8ac000d56d2e2156fa

Supported WoW Retail Versions

  • 2.1.3

Changelog

------------------------------------------------------------------------
r50074 | warloxx | 2007-09-27 17:36:16 -0400 (Thu, 27 Sep 2007) | 6 lines
Changed paths:
   M /trunk/GameLobby/Core.lua
   M /trunk/GameLobby/GameLobby.toc
   A /trunk/GameLobby/RoundBasedGame.lua
   M /trunk/GameLobby/localization/localization.lua
   M /trunk/GameLobby/templates.xml
   M /trunk/GameLobby/util.lua

GameLobby:
- added the RoundBasedGame class to make it easier to code a round based game. (for example: local round_based_game = GameLobby:NewGame(RoundBasedGame))
- The function GameLobby:NewGame() returns now an empty class. You have to deliver the class to inherit from on your own. (for example: local game = GameLobby:NewGame(BasicServer))
- New server can no longeger created by doubleclicking the game button but rightclicking the button.
- Deletes doubles in scripts table and move them to an "all" table. Modified the script resore func to handle this new layout

------------------------------------------------------------------------
r49942 | warloxx | 2007-09-26 18:29:25 -0400 (Wed, 26 Sep 2007) | 2 lines
Changed paths:
   M /trunk/GameLobby
   A /trunk/GameLobby/BasicServer.lua
   A /trunk/GameLobby/Core.lua
   A /trunk/GameLobby/GUI.xml
   A /trunk/GameLobby/GameLobby.toc
   A /trunk/GameLobby/ResizeGrip.tga
   A /trunk/GameLobby/embeds.xml
   A /trunk/GameLobby/localization
   A /trunk/GameLobby/localization/localization.lua
   A /trunk/GameLobby/templates.xml
   A /trunk/GameLobby/util.lua

GameLobby:
- uploading files
------------------------------------------------------------------------
r47931 | warloxx | 2007-09-02 03:49:45 -0400 (Sun, 02 Sep 2007) | 2 lines
Changed paths:
   A /trunk/GameLobby

GameLobby: initial commit
- It doesn't work yet.
------------------------------------------------------------------------

Additional Files