/[drupal]/contributions/modules/fsgame/fsgame.module
ViewVC logotype

Log of /contributions/modules/fsgame/fsgame.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 30 02:42:30 2008 UTC (13 months, 3 weeks ago) by aaron
Branch: MAIN
CVS Tags: HEAD
Changes since 1.54: +4 -2 lines
Diff to previous 1.54
  * Add debug messages to contests (aaronwinborn).
  * Fix determination of defense multipliers (aaronwinborn).

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 28 14:16:36 2008 UTC (13 months, 4 weeks ago) by aaron
Branch: MAIN
Changes since 1.53: +99 -26 lines
Diff to previous 1.53
  * Add ahah to character skills on class change (aaronwinborn).

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 27 02:22:39 2008 UTC (13 months, 4 weeks ago) by aaron
Branch: MAIN
Changes since 1.52: +20 -8 lines
Diff to previous 1.52
  * Change db_query's to drupal_write_record (aaronwinborn).
  * Fix link destination for 'create new character' (aaronwinborn).
  * Fix install schema (aaronwinborn).
  * Change fsgame_user's latest_character column (aaronwinborn).

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 26 02:38:23 2008 UTC (14 months ago) by aaron
Branch: MAIN
Changes since 1.51: +42 -1 lines
Diff to previous 1.51
  * Allow users to claim their anonymous character after login (aaronwinborn).
  * Track anonymous characters with the $_SESSION (aaronwinborn).

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 23 02:59:24 2008 UTC (15 months ago) by aaron
Branch: MAIN
Branch point for: DRUPAL-6--1
Changes since 1.50: +7 -1 lines
Diff to previous 1.50
fieldset

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 23 02:57:22 2008 UTC (15 months ago) by aaron
Branch: MAIN
Changes since 1.49: +34 -22 lines
Diff to previous 1.49
* Allow basic skill selection and insert into db (aaronwinborn).

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 13 11:46:00 2008 UTC (15 months, 1 week ago) by aaron
Branch: MAIN
Changes since 1.48: +79 -2 lines
Diff to previous 1.48
  * Set up fake skill randomizers and messages to watch combat (aaronwinborn).
  * Add automatic opponent skill selection (aaronwinborn).
  * Set up fake attribute selectors for combat testing (aaronwinborn).

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 11 01:38:05 2008 UTC (15 months, 2 weeks ago) by aaron
Branch: MAIN
Changes since 1.47: +10 -1 lines
Diff to previous 1.47
  * Automatically select latest opponent on contest form (aaronwinborn).
  * Set latest opponent on contest completion (aaronwinborn).
  * Add uid exclusions to autocomplete for opponent selection (aaronwinborn).

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 10 16:13:37 2008 UTC (15 months, 2 weeks ago) by aaron
Branch: MAIN
Changes since 1.46: +24 -24 lines
Diff to previous 1.46
* Change 'recent' to 'latest' for clarity (aaronwinborn).

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 10 14:41:19 2008 UTC (15 months, 2 weeks ago) by aaron
Branch: MAIN
Changes since 1.45: +14 -1 lines
Diff to previous 1.45
fsgame_character_set_recent_opponent

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 10 14:30:56 2008 UTC (15 months, 2 weeks ago) by aaron
Branch: MAIN
Changes since 1.44: +11 -1 lines
Diff to previous 1.44
Track character's last opponent (aaronwinborn).

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 18 01:58:55 2008 UTC (16 months, 1 week ago) by aaron
Branch: MAIN
Changes since 1.43: +1 -5 lines
Diff to previous 1.43
Consolidate theme_attributes (Morbus).

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 17 22:37:48 2008 UTC (16 months, 1 week ago) by aaron
Branch: MAIN
Changes since 1.42: +25 -17 lines
Diff to previous 1.42
Change fsgame_user_current to fsgame_user (aaronwinborn).

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 23:59:25 2008 UTC (16 months, 1 week ago) by morbus
Branch: MAIN
Changes since 1.41: +1 -5 lines
Diff to previous 1.41
Merging the singular attribute theme into attributes.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 12:47:43 2008 UTC (16 months, 1 week ago) by aaron
Branch: MAIN
Changes since 1.40: +19 -1 lines
Diff to previous 1.40
Implement hook_user to get/set current character of user (aaronwinborn).

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 12:32:32 2008 UTC (16 months, 1 week ago) by aaron
Branch: MAIN
Changes since 1.39: +32 -1 lines
Diff to previous 1.39
Set and get user's current character (aaronwinborn).

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 02:22:44 2008 UTC (16 months, 1 week ago) by morbus
Branch: MAIN
Changes since 1.38: +13 -11 lines
Diff to previous 1.38
Random potpourri cleanup as I try to get back into it.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 15:48:36 2008 UTC (16 months, 2 weeks ago) by aaron
Branch: MAIN
Changes since 1.37: +3 -6 lines
Diff to previous 1.37
  * Validate selected character/opponent in contest (aaronwinborn).
  * Remove 'access any 5 Second Game character attributes' from hook_perm (aaronwinborn).

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 14:54:46 2008 UTC (16 months, 2 weeks ago) by aaron
Branch: MAIN
Changes since 1.36: +20 -1 lines
Diff to previous 1.36
  * Link for create new character, with destination to save opponent (aaronwinborn).
  * Select random characters/opponents (aaronwinborn).
  * Allow character/opponent section by nid on contest form (aaronwinborn).

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 10:42:44 2008 UTC (16 months, 2 weeks ago) by aaron
Branch: MAIN
Changes since 1.35: +29 -1 lines
Diff to previous 1.35
  * Add fsgame.theme.inc (aaronwinborn).
  * Add attributes in hook_view (aaronwinborn).
  * Add 'access any 5 Second Game character attributes' to hook_perm (aaronwinborn).

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 19 01:00:57 2008 UTC (17 months, 1 week ago) by aaron
Branch: MAIN
Changes since 1.34: +16 -1 lines
Diff to previous 1.34
  * Begin form for contests (aaronwinborn).
  * Add page callback for fsgame/autocomplete (aaronwinborn).
  * Add page callback for fsgame/contest (aaronwinborn).

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 12 13:21:23 2008 UTC (17 months, 2 weeks ago) by aaron
Branch: MAIN
Changes since 1.33: +81 -22 lines
Diff to previous 1.33
  * Add 'disallow' message to results win when contest disallowed (aaronwinborn).
  * Allow for empty attack/defense arrays when tallying results (aaronwinborn).
  * Merge hook_fsgame_contest_allow into hook_fsgame_contest (aaronwinborn).
  * Change function fsgame_allow_contest to fsgame_contest_allow (aaronwinborn/Morbus).
  * Change names of stages of combat (aaronwinborn/Morbus).
  * Add dice, courtesy of game/rpg (aaronwinborn/Morbus).

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 11 17:02:30 2008 UTC (17 months, 2 weeks ago) by aaron
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32
translate that sucker

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 11 00:50:00 2008 UTC (17 months, 2 weeks ago) by morbus
Branch: MAIN
Changes since 1.31: +3 -3 lines
Diff to previous 1.31
Bugfixes for class errors and trumping yourself.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 11 00:33:52 2008 UTC (17 months, 2 weeks ago) by morbus
Branch: MAIN
Changes since 1.30: +14 -4 lines
Diff to previous 1.30
Classes are now compulsory: no classes, no character creation.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 11 00:24:30 2008 UTC (17 months, 2 weeks ago) by morbus
Branch: MAIN
Changes since 1.29: +23 -22 lines
Diff to previous 1.29
Editing current character displays class in unchangeable state.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 11 00:17:18 2008 UTC (17 months, 2 weeks ago) by morbus
Branch: MAIN
Changes since 1.28: +48 -21 lines
Diff to previous 1.28
Class is now choosable. Still have to do edit form.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 9 20:28:06 2008 UTC (17 months, 2 weeks ago) by aaron
Branch: MAIN
Changes since 1.27: +6 -2 lines
Diff to previous 1.27
* Unless the user is an admin or the game otherwise allows, fail if the characters belong to the same user (aaronwinborn).

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 9 20:16:53 2008 UTC (17 months, 2 weeks ago) by aaron
Branch: MAIN
Changes since 1.26: +32 -6 lines
Diff to previous 1.26
 * create hook_fsgame_allow_content, which allows modules to disallow specific contests (aaronwinborn).

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 6 02:54:58 2008 UTC (17 months, 2 weeks ago) by morbus
Branch: MAIN
Changes since 1.25: +38 -13 lines
Diff to previous 1.25
Modifier array to human string.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 5 01:42:26 2008 UTC (17 months, 3 weeks ago) by morbus
Branch: MAIN
Changes since 1.24: +30 -7 lines
Diff to previous 1.24
Better attributes HTML. Classes commented temporarily.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 4 21:31:35 2008 UTC (17 months, 3 weeks ago) by aaron
Branch: MAIN
Changes since 1.23: +40 -4 lines
Diff to previous 1.23
 * Continue contest API (aaronwinborn).
 * Add 'trumps' to attributes (aaronwinborn).

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 4 13:03:30 2008 UTC (17 months, 3 weeks ago) by morbus
Branch: MAIN
Changes since 1.22: +3 -1 lines
Diff to previous 1.22
Naming convention decided.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 4 03:03:17 2008 UTC (17 months, 3 weeks ago) by morbus
Branch: MAIN
Changes since 1.21: +96 -18 lines
Diff to previous 1.21
Renaming key to ID, and a first attempt at class radios. They still need work.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 4 01:14:23 2008 UTC (17 months, 3 weeks ago) by aaron
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
remove array() from param

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 4 01:13:16 2008 UTC (17 months, 3 weeks ago) by aaron
Branch: MAIN
Changes since 1.19: +72 -1 lines
Diff to previous 1.19
 * Began API for contests (aaronwinborn).
 * Collapsible fieldset for node attributes (aaronwinborn).

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 4 01:04:08 2008 UTC (17 months, 3 weeks ago) by morbus
Branch: MAIN
Changes since 1.18: +19 -7 lines
Diff to previous 1.18
Coder fixes, and a validate function for attributes.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 18:40:06 2008 UTC (17 months, 3 weeks ago) by morbus
Branch: MAIN
Changes since 1.17: +10 -8 lines
Diff to previous 1.17
Character node type is fully CRUD'd.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 18:38:47 2008 UTC (17 months, 3 weeks ago) by morbus
Branch: MAIN
Changes since 1.16: +5 -3 lines
Diff to previous 1.16
Character node type is fully CRUD'd.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 18:37:31 2008 UTC (17 months, 3 weeks ago) by morbus
Branch: MAIN
Changes since 1.15: +39 -15 lines
Diff to previous 1.15
Character node type is fully CRUD'd.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 18:04:36 2008 UTC (17 months, 3 weeks ago) by morbus
Branch: MAIN
Changes since 1.14: +30 -3 lines
Diff to previous 1.14
Node access for characters.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 17:55:41 2008 UTC (17 months, 3 weeks ago) by morbus
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
Initial addition of character table.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 17:43:48 2008 UTC (17 months, 3 weeks ago) by morbus
Branch: MAIN
Changes since 1.12: +7 -6 lines
Diff to previous 1.12
Properly namespacing our node elements.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 17:36:25 2008 UTC (17 months, 3 weeks ago) by morbus
Branch: MAIN
Changes since 1.11: +20 -11 lines
Diff to previous 1.11
Admin page revised, shortened.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 17:00:53 2008 UTC (17 months, 3 weeks ago) by morbus
Branch: MAIN
Changes since 1.10: +36 -42 lines
Diff to previous 1.10
Revised base definitions.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 13:09:03 2008 UTC (17 months, 3 weeks ago) by morbus
Branch: MAIN
Changes since 1.9: +3 -2 lines
Diff to previous 1.9
Lowercasing.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 02:53:30 2008 UTC (17 months, 3 weeks ago) by aaron
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
 * Change order to Rock/Paper/Scissors to match wikipedia (aaronwinborn).
 * Callback for admin/build/fsgame in fsgame.pages.inc (aaronwinborn).

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 02:14:41 2008 UTC (17 months, 3 weeks ago) by morbus
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7
Final obsessions for the night.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 02:11:10 2008 UTC (17 months, 3 weeks ago) by morbus
Branch: MAIN
Changes since 1.6: +42 -37 lines
Diff to previous 1.6
container-inline on non-editable attributes.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 01:38:43 2008 UTC (17 months, 3 weeks ago) by morbus
Branch: MAIN
Changes since 1.5: +11 -9 lines
Diff to previous 1.5
Renaming node functions for eventual clarity with future node types, such as guild.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 01:26:05 2008 UTC (17 months, 3 weeks ago) by morbus
Branch: MAIN
Changes since 1.4: +11 -10 lines
Diff to previous 1.4
More style guide and string changes.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 01:18:50 2008 UTC (17 months, 3 weeks ago) by morbus
Branch: MAIN
Changes since 1.3: +6 -1 lines
Diff to previous 1.3
String changes to use Wikipedia's format.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 2 21:36:31 2008 UTC (17 months, 3 weeks ago) by aaron
Branch: MAIN
Changes since 1.2: +12 -2 lines
Diff to previous 1.2
minor bug fixes

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 2 21:31:40 2008 UTC (17 months, 3 weeks ago) by aaron
Branch: MAIN
Changes since 1.1: +120 -0 lines
Diff to previous 1.1
basic attribute definitions
began node_form
added node_info

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 1 20:12:40 2008 UTC (17 months, 3 weeks ago) by aaron
Branch: MAIN
engine for "5 Second Game", to be showcased in 5secondgame.com (but made available for other use)

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2