Mercurial > traipse_dev
view orpg/templates/default_LobbyMessage.html @ 231:cc7629ab526d alpha
Traipse Alpha 'OpenRPG' {100614-00}
Traipse is a distribution of OpenRPG that is designed to be easy to setup and go. Traipse also makes it easy for developers to work on code without fear of sacrifice. 'Ornery-Orc' continues the trend of 'Grumpy' and adds fixes to the code. 'Ornery-Orc's main goal is to offer more advanced features and enhance the productivity of the user.
Update Summary (Closing/Closed)
New Features:
New to Map, can re-order Grid, Miniatures, and Whiteboard layer draw order
New to Server GUI, can now clear log
Fixes:
Fix to InterParse that was causing an Infernal Loop with Namespace Internal
Fix to XML data, removed old Minidom and switched to Element Tree
Fix to Server that was causing eternal attempt to find a Server ID, in Register Rooms thread
Fix to metaservers.xml file not being created
Fix to Single and Double quotes in Whiteboard text
Fix to Background images not showing when using the Image Server
Fix to Duplicate chat names appearing
Fix to Server GUI's logging output
Fix to FNB.COLORFUL_TABS bug.
author | sirebral |
---|---|
date | Mon, 14 Jun 2010 15:20:08 -0500 |
parents | cd4ac7e46d3c |
children |
line wrap: on
line source
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <table width="100%" border="3" cellpadding="4" cellspacing="1" > <tr> <th bgcolor="#D4ECFB" align="left" valign="top"> <strong>Welcome to an OpenRPG Server</strong> <br /> Add a message here. </th> <th bgcolor="#73A183" width="45%" align="left" valign="top"> <strong>The OpenRPG Project</strong> <br /> Who is this force? </th> </th> <!-- I have to close the header twice? That's a disability.--> </tr> <tr> <td border="2" bgcolor="#ECECEC" valign="top"> Here is an example Room Message that can be easily modified to fit the needs of your server. The room message has two rows and two cells. One row is for headers, and one row is for cells. The main area here can be an introduction, and the side area to the right can contain a game schedule. <p>If you have created a Wiki or forums, be sure and put links to those as well.</p> </td> <td border="2" bgcolor="#D5E9D7" valign="top"> Thomas Baleno, Andrew Bennett, Lex Berezhny, Ted Berg, Bernhard Bergbauer, Chris Blocher, Ben Collins-Sussman, Robin Cook, Greg Copeland, Chris Davis, Michael Edwards, Andrew Ettinger, Dj Gilcrease, Todd Faris, Christopher Hickman, Paul Hosking, Scott Mackay, Brian Manning, Jesse McConnell, Brian Osman, Rome Reginelli, Christopher Rouse, Dave Sanders, Mark Tarrabain, David Byron, David Vrabel, and Tyler Starke. <p>And of course, the Community!</p> <p>Many thanks to all who contributed!</p> </td> </tr> </table> </html>