Esempio n. 1
0
// --- //

const SH_NODE_EVENT = 16;				// Ludum Dare Events
const SH_NODE_PLATFORM = 17;			// Platforms
const SH_NODE_TAG = 18;					// Tags
const SH_NODE_TOOL = 19;				// Tools (Unity, etc)
const SH_NODE_OTHER = 20;				// Other Games and Game Jams (GGJ)
const SH_NODE_CUSTOM = 21;				// Custom User Generated Jams
const SH_NODE_HOSTED = 22;				// Extra Events we host (3rd party, or sponsored)

// --- //

const SH_NODE_EVENT_LD = 32;
const SH_NODE_EVENT_MINILD = 33;
const SH_NODE_EVENT_OCTOBER = 34;
const SH_NODE_EVENT_SCENE = 35;

const SH_NODE_OTHER_GAME = 36;			// Other Games (not from a Jam)
const SH_NODE_OTHER_DEMO = 37;			// Other Demos (from Demoscene Events we haven't added)
const SH_NODE_OTHER_CRAFT = 38;			// Other Crafts
const SH_NODE_OTHER_JAM = 39;			// Other Game Jams
const SH_NODE_OTHER_SCENE = 40;			// Other Demoscene Events

const SH_NODE_TOOL_DEV = 41;
const SH_NODE_TOOL_ART = 42;
const SH_NODE_TOOL_CONTENT = 43;
const SH_NODE_TOOL_OTHER = 44;
*/
global_AddReservedName('events', 'event', 'games', 'game', 'demos', 'demo', 'tools', 'tool', 'crafts', 'craft', 'medias', 'media', 'tags', 'tag', 'teams', 'team', 'platforms', 'platform', 'arts', 'art', 'photos', 'photo', 'comics', 'comic', 'videos', 'video', 'streams', 'stream', 'radios', 'radio', 'live', 'broadcasts', 'broadcast', 'music', 'audio', 'sounds', 'sound', 'soundtracks', 'soundtrack', 'books', 'book', 'poems', 'poem', 'stories', 'story', 'novels', 'novel', 'comments', 'comment', 'help', 'unityhelp', 'jammers', 'jammer', 'ludumdares', 'ludumdare', 'ldjams', 'ldjam', 'jams', 'jam', 'compos', 'compo', 'hackathons', 'hackathon', 'gamejams', 'gamejam', 'scenes', 'scene', 'intros', 'intro', 'gamers', 'gamer', 'players', 'player', 'hello', 'hey', 'howdy', 'love', 'hate', 'mom', 'dad', 'unity', 'unreal', 'gamemaker', 'javascript', 'html', 'html5', 'css', 'python', 'flash', 'web');
Esempio n. 2
0
<?php

/// @defgroup User
/// @ingroup Modules
/// @name User Tables
/// @addtogroup Tables
/// @{
const SH_TABLE_USER = "******";
const SH_TABLE_USER_ACCESS = "user_access";
const SH_TABLE_USER_STRIKE = "user_strike";
const SH_TABLE_USER_MAIL = "user_mail";
/// @}
global_AddTableConstant('SH_TABLE_USER', 'SH_TABLE_USER_ACCESS', 'SH_TABLE_USER_STRIKE', 'SH_TABLE_USER_MAIL');
global_AddReservedName('users', 'user', 'administrators', 'administrator', 'admins', 'admin', 'moderators', 'moderator', 'mods', 'mod', 'anonymous', 'anon');
Esempio n. 3
0
const SH_NODE_TYPE_ROOT = 'root';
const SH_NODE_TYPE_USERS = 'users';
const SH_NODE_TYPE_SYMLINK = 'symlink';
/// @}
///	@addtogroup NodeTypes
/// @name Core Types
/// @{
const SH_NODE_TYPE_USER = '******';
const SH_NODE_TYPE_POST = 'post';
/// @}
///	@addtogroup NodeMetaPrivacy
/// @name Privacy Types
/// @{
const SH_NODE_META_PUBLIC = 0;
const SH_NODE_META_PROTECTED = 1;
const SH_NODE_META_PRIVATE = 128;
/// @}
/// @name Node Tables
///	@addtogroup Tables
/// @{
const SH_TABLE_NODE = "node";
const SH_TABLE_NODE_VERSION = "node_version";
const SH_TABLE_NODE_LINK = "node_link";
const SH_TABLE_NODE_META = "node_meta";
const SH_TABLE_NODE_LOVE = "node_love";
const SH_TABLE_NODE_STAR = "node_star";
const SH_TABLE_NODE_SEARCH = "node_search";
/// @}
global_AddTableConstant('SH_TABLE_NODE', 'SH_TABLE_NODE_VERSION', 'SH_TABLE_NODE_LINK', 'SH_TABLE_NODE_META', 'SH_TABLE_NODE_LOVE', 'SH_TABLE_NODE_STAR', 'SH_TABLE_NODE_SEARCH');
global_AddReservedName('nodes', 'node', 'roots', 'root', 'symlinks', 'symlink', 'groups', 'group', 'posts', 'post');