/[drupal]/contributions/modules/rpg/rpg.install
ViewVC logotype

Log of /contributions/modules/rpg/rpg.install

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.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 8 00:31:03 2008 UTC (20 months, 3 weeks ago) by aaron
Branch: MAIN
CVS Tags: HEAD
Changes since 1.24: +44 -1 lines
Diff to previous 1.24
fix character creation process, so it correctly selects the character
change object insertion so it uses rpg_set instead of _rpg_set_raw

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 10 03:32:07 2008 UTC (21 months, 2 weeks ago) by aaron
Branch: MAIN
Changes since 1.23: +7 -20 lines
Diff to previous 1.23
show dimly lit objects in dark room
don't display objects in dark room
change name to title where needed
check for dark room titles & descs
added lightness

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 3 01:59:56 2008 UTC (22 months, 3 weeks ago) by aaron
Branch: MAIN
Changes since 1.22: +31 -18 lines
Diff to previous 1.22
begin rpg_mods for attribute modifiers

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 30 20:02:02 2007 UTC (23 months, 4 weeks ago) by aaron
Branch: MAIN
Changes since 1.21: +26 -1 lines
Diff to previous 1.21
update.php: clear cache_rpg to rebuild object types
clear cache_rpg on type edit to rebuild object types
fix new object creation forms
fix bug with listable_contents

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 28 03:26:30 2007 UTC (2 years ago) by aaron
Branch: MAIN
Changes since 1.20: +56 -3 lines
Diff to previous 1.20
add temporary objects to global $rpg (for new insert forms)
create rpg_object_types table

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 26 21:20:32 2007 UTC (2 years ago) by aaron
Branch: MAIN
Changes since 1.19: +10 -45 lines
Diff to previous 1.19
rpg_action
rpg_event
rpg_skill
various blocks to display messages/actions/etc
new hooks for actions

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 31 21:47:03 2007 UTC (2 years ago) by aaron
Branch: MAIN
Changes since 1.18: +28 -6 lines
Diff to previous 1.18
need to wipe out old tables if you're using this, and reinstall
added message handling
added rooms/exits

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 30 00:52:44 2007 UTC (2 years ago) by aaron
Branch: MAIN
Changes since 1.17: +2 -6 lines
Diff to previous 1.17
character select page
fix save serialize bug

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 20 14:59:55 2007 UTC (2 years, 3 months ago) by aaron
Branch: MAIN
Changes since 1.16: +16 -1 lines
Diff to previous 1.16
add action forms
add action tables
api documentation

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 20 13:46:53 2007 UTC (2 years, 3 months ago) by aaron
Branch: MAIN
Changes since 1.15: +1 -3 lines
Diff to previous 1.15
fix wsod on install

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 31 06:00:00 2007 UTC (2 years, 5 months ago) by aaron
Branch: MAIN
Changes since 1.14: +3 -1 lines
Diff to previous 1.14
dynamically create rpg object-attribute tables
began adding class data for attributes
began work on bootstrapping types
separate add/edit attribute forms

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 20 00:51:21 2007 UTC (2 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.13: +6 -8 lines
Diff to previous 1.13
dynamically create new tables for attributes
add new attribute info into table
start admin page to add new attribute
create function rpg_attribute_classes
create hook_rpg_attribute_class_info

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 18 02:33:59 2007 UTC (2 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.12: +27 -8 lines
Diff to previous 1.12
fix module-defined type lock (previously also locked all types)
install attribute tables
move rarely-called internal cache definition functions to external inc file

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 4 14:03:45 2007 UTC (2 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.11: +55 -6 lines
Diff to previous 1.11
action points

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 25 02:49:23 2007 UTC (2 years, 7 months ago) by aaron
Branch: MAIN
Changes since 1.10: +0 -0 lines
Diff to previous 1.10
list invoked actions on object view page
invoke actions
theme object views
fix saving data on submit
fix setting location
move db functions to rpg.db.inc
move move functions to rpg_tangible (to allow for separate handling of coordinate systems)
del rpg.move.inc
move include functions to rpg.include.inc; only include if we're using them

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 13 02:36:31 2007 UTC (2 years, 7 months ago) by aaron
Branch: MAIN
Changes since 1.9: +54 -47 lines
Diff to previous 1.9
rpg_get and rpg_set
Writing function documentation
Cache object type invocation order
Create rpg_invoke to call types in ascending order of depth, with passed variables
Set up global $rpg for objects, to begin acting as a wrapper for objects
Begin development of substitution translation, extending t() with rpg_t()
Allow multiple inheritance of object types
Rewrite engine to use separate object tables rather than node integration

Revision 1.9
Fri Apr 13 02:29:57 2007 UTC (2 years, 7 months ago) by aaron
Branch: MAIN
Changes since 1.8: +1 -1 lines
FILE REMOVED
rewrite of engine: clear directory of old engine

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 15 15:44:58 2007 UTC (2 years, 10 months ago) by aaron
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
begin work on actions & rpg/play blocks

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 4 22:21:38 2007 UTC (2 years, 10 months ago) by aaron
Branch: MAIN
Changes since 1.6: +6 -7 lines
Diff to previous 1.6
character select stuff

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 3 21:56:55 2007 UTC (2 years, 10 months ago) by aaron
Branch: MAIN
Changes since 1.5: +0 -0 lines
Diff to previous 1.5
added rpg actions; started work on rpg/play page and character select/create

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 2 16:00:50 2007 UTC (2 years, 10 months ago) by aaron
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4
index changes to install queries

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 2 15:50:06 2007 UTC (2 years, 10 months ago) by aaron
Branch: MAIN
Changes since 1.3: +22 -4 lines
Diff to previous 1.3
action rounds; rpg messages (per player)

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 19 01:32:42 2006 UTC (2 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.2: +15 -0 lines
Diff to previous 1.2
divide functionality into contrib modules

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 12 19:47:29 2006 UTC (2 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.1: +59 -1 lines
Diff to previous 1.1
untangling from cck after all

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 6 20:26:17 2006 UTC (2 years, 11 months ago) by aaron
Branch: MAIN
rpg module -- in major development. not only does it not do anything yet, it does absolutely nothing yet. just a few notes.

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