What does the current gamemode have now?
I can't be bothered to tell you everything there is, but let's see...
-A module system that supports hotswappable modules
(Item system is a module, all basic chat commands are a module, the RP chat is a module)
-A class system, that doesn't work correctly IIRC
-Lots of other stuff.
A paste containing most of the features (That's a paste of all the most relevant commit logs)
yeah what features and if i dl the gamemode how do i run it in single or multi
To run it you simply pluck the gamemode in your gamemodes-folder (You DO know how to use SVN, right?) and start a server. Of course, it would be beneficial to check out the file gamemode/convars.lua, because it contains all the convars you'll be needing to configure the gamemode.
Ill start running this once I talk this over.
I fail to understand you.
talk over: speak with others about (something); talk (something) over in detail; have a discussion
Who are you discussing with, and about what? o_O
Edited:
Imported the new folder structure.
This revision is not numbered because Hitler.
/|------|\
||Rev 57||
\|------|/
On the other hand, this commit is numbered because Hitler.
tl;dr: From now on checkout
http://subversion.assembla.com/svn/shadow/trunk instead of the old url (
http://subversion.assembla.com/svn/shadow/ )
[Modified]
Folder structure. The repository is now divided in three categories: trunk, branches and tags. You want to checkout either the trunk, even though it can be unstable, or one of the tags (When some are committed, obviously) because tags should mostly be stable.
[Added]
Failure message in case you checkout the root folder and not trunk. You clearly have not read these logs in any case. :D
/|------|\
||Rev 58||
\|------|/
[Tagged]
Tagged current HEAD with version number 1.2
The permanent checkout URL for this tag is
http://subversion.assembla.com/svn/shadow/tags/1.2
/|------|\
||Rev 59||
\|------|/
And finally...
[Branched]
Branched my working copy under the working name "Photon"
The checkout URL for this tag is:
http://subversion.assembla.com/svn/s...ranches/photon
Enjoy. Or suffer, whichever you prefer.
Edited:
The one time I wanted to break automerge it didn't :D
Quoting the release logs: