Skip to content

Commit

Permalink
- add additional non core games to games trunk, p3
Browse files Browse the repository at this point in the history
  • Loading branch information
wallenium committed Feb 6, 2013
0 parents commit d96d6d5
Show file tree
Hide file tree
Showing 38 changed files with 196 additions and 0 deletions.
Binary file added classes/1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added classes/1_b.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added classes/2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added classes/2_b.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added classes/3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added classes/3_b.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added classes/index.html
Empty file.
Binary file added events/1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added events/2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added events/3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added events/4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added events/index.html
Empty file.
Binary file added events/unknown.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions field_data.php
@@ -0,0 +1,45 @@
<?php
/*
* Project: EQdkp-Plus
* License: Creative Commons - Attribution-Noncommercial-Share Alike 3.0 Unported
* Link: http://creativecommons.org/licenses/by-nc-sa/3.0/
* -----------------------------------------------------------------------
* Began: 2012
* Date: $Date$
* -----------------------------------------------------------------------
* @author $Author$
* @copyright 2006-2011 EQdkp-Plus Developer Team
* @link http://eqdkp-plus.com
* @package eqdkp-plus
* @version $Rev$
*
* $Id$
*/

if ( !defined('EQDKP_INC') ){
header('HTTP/1.0 404 Not Found');exit;
}

// Category 'character' is a fix one! All others are created dynamically!

$xml_fields = array(

'gender' => array(
'type' => 'dropdown',
'category' => 'character',
'name' => 'uc_gender',
'options' => array('Male' => 'uc_male', 'Female' => 'uc_female'),
'undeletable' => true,
'visible' => true
),
'guild' => array(
'type' => 'text',
'category' => 'character',
'name' => 'uc_guild',
'size' => 40,
'undeletable' => true,
'visible' => true
),

);
?>
Empty file added index.html
Empty file.
37 changes: 37 additions & 0 deletions language/english.php
@@ -0,0 +1,37 @@
<?php


if ( !defined('EQDKP_INC') ){
header('HTTP/1.0 404 Not Found');exit;
}
$english_array = array(
'classes' => array(
0 => 'Unknown',
1 => 'Mage',
2 => 'Scout',
3 => 'Warrior',
),
'races' => array(
'Human',
'Elf',
'Dwarf',
'Gnome',
'Orcs',
'Dark Elf',
'Goblin',
'Demon',
),
'factions' => array(
'Member',
),
'lang' => array(
'shakesfidget' => 'Shakes & Fidget',

// Profile information
'uc_gender' => 'Gender',
'uc_male' => 'Male',
'uc_female' => 'Female',
'uc_guild' => 'Guild',
),
);
?>
37 changes: 37 additions & 0 deletions language/german.php
@@ -0,0 +1,37 @@
<?php


if ( !defined('EQDKP_INC') ){
header('HTTP/1.0 404 Not Found');exit;
}
$german_array = array(
'classes' => array(
0 => 'Unknown',
1 => 'Magier',
2 => 'Kundschafter',
3 => 'Krieger',
),
'races' => array(
'Menschen',
'Elfen',
'Zwerge',
'Gnome',
'Orks',
'Dunkelelfen',
'Goblins',
'Dämonen'
),
'factions' => array(
'Member',
),
'lang' => array(
'shakesfidget' => 'Shakes & Fidget',

// Profile information
'uc_gender' => 'Geschlecht',
'uc_male' => 'Männlich',
'uc_female' => 'Weiblich',
'uc_guild' => 'Gilde',
),
);
?>
Empty file added language/index.html
Empty file.
Binary file added races/0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added races/0f.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added races/1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added races/1f.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added races/2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added races/2f.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added races/3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added races/3f.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added races/4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added races/4f.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added races/5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added races/5f.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added races/6.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added races/6f.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added races/7.png
Binary file added races/7f.png
Empty file added races/index.html
Empty file.
77 changes: 77 additions & 0 deletions shakesfidget.class.php
@@ -0,0 +1,77 @@
<?php
/*
* Project: EQdkp-Plus
* License: Creative Commons - Attribution-Noncommercial-Share Alike 3.0 Unported
* Link: http://creativecommons.org/licenses/by-nc-sa/3.0/
* -----------------------------------------------------------------------
* Began: 2009
* Date: $Date$
* -----------------------------------------------------------------------
* @author $Author$
* @copyright 2006-2011 EQdkp-Plus Developer Team
* @link http://eqdkp-plus.com
* @package eqdkp-plus
* @version $Rev$
*
* $Id$
*/


if ( !defined('EQDKP_INC') ){
header('HTTP/1.0 404 Not Found');exit;
}

if(!class_exists('shakesfidget')) {
class shakesfidget extends game_generic {
public static $shortcuts = array();
protected $this_game = 'shakesfidget';
protected $types = array('classes', 'races', 'filters');
public $icons = array('classes', 'classes_big', 'events', 'races');
protected $classes = array();
protected $races = array();
protected $filters = array();
public $langs = array('english', 'german');

protected $glang = array();
protected $lang_file = array();
protected $path = '';
public $lang = false;
public $version = '2.1';

/**
* Initialises filters
*
* @param array $langs
*/
protected function load_filters($langs){
if(!$this->classes) {
$this->load_type('classes', $langs);
}
foreach($langs as $lang) {
$names = $this->classes[$lang];
$this->filters[$lang][] = array('name' => '-----------', 'value' => false);
foreach($names as $id => $name) {
$this->filters[$lang][] = array('name' => $name, 'value' => 'class:'.$id);
}
}
}

/**
* Returns Information to change the game
*
* @param bool $install
* @return array
*/

public function get_OnChangeInfos($install=false){
$info['aq'] = array();

//Do this SQL Query NOT if the Eqdkp is installed -> only @ the first install
#if($install){
#}
return $info;
}
}
}
if(version_compare(PHP_VERSION, '5.3.0', '<')) registry::add_const('short_shakesfidget', shakesfidget::$shortcuts);
?>
Binary file added shakesfidget.png
Binary file added template_background.jpg

0 comments on commit d96d6d5

Please sign in to comment.