/[drupal]/contributions/modules/rpg/todo.txt
ViewVC logotype

Log of /contributions/modules/rpg/todo.txt

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


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

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Feb 10 03:32:07 2008 UTC (21 months, 2 weeks ago) by aaron
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +29 -3 lines
Diff to previous 1.18
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.18 - (view) (download) (annotate) - [select for diffs]
Mon Nov 26 21:20:32 2007 UTC (23 months, 4 weeks ago) by aaron
Branch: MAIN
Changes since 1.17: +1 -2 lines
Diff to previous 1.17
rpg_action
rpg_event
rpg_skill
various blocks to display messages/actions/etc
new hooks for actions

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

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Oct 25 14:03:52 2007 UTC (2 years, 1 month ago) by aaron
Branch: MAIN
Changes since 1.15: +6 -4 lines
Diff to previous 1.15
object browsing at rpg/view
object creation/edit forms at rpg/create
fix up rpg_get/set/verify

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Sep 29 02:44:26 2007 UTC (2 years, 1 month ago) by aaron
Branch: MAIN
Changes since 1.14: +11 -2 lines
Diff to previous 1.14
some notes of things to remove from code after verifying they're not needed anymore
documentation & todo notes (specifically for events)
clean up rpg.db.inc a bit
save rpg objects (not tested yet)

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Sep 19 11:54:53 2007 UTC (2 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.13: +3 -10 lines
Diff to previous 1.13
create rpg_set, rpg_set_raw, and rpg_verify
create rpg_get_raw
complete rpg_get functionality
separate classes into new module: rpg_base_classes.module

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Sep 17 03:06:08 2007 UTC (2 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.12: +2 -3 lines
Diff to previous 1.12
allow import of types and attributes from rulesets
separate ruleset types by new & system-defined

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Sep 11 12:43:56 2007 UTC (2 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.11: +3 -1 lines
Diff to previous 1.11
tweaks, todo stuff

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

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Aug 19 02:49:42 2007 UTC (2 years, 3 months ago) by aaron
Branch: MAIN
Changes since 1.9: +8 -1 lines
Diff to previous 1.9
fix bug that causes blank screen for new installs
begin support for ruleset imports
remove module-defined types

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed May 23 02:37:13 2007 UTC (2 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.8: +0 -0 lines
Diff to previous 1.8
set up inherited attributes
store inherited/defined attributes in types ['attributes']['inherited/defined']
include inherited type order in rpg_types ['order']

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed May 23 02:35:42 2007 UTC (2 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.7: +5 -4 lines
Diff to previous 1.7
set up inherited attributes
store inherited/defined attributes in types ['attributes']['inherited/defined']
include inherited type order in rpg_types ['order']

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu May 10 03:09:44 2007 UTC (2 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
admin type add screen
added type locks for module-defined types
documentation
outline todo list

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu May 10 02:04:37 2007 UTC (2 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.5: +27 -8 lines
Diff to previous 1.5
outline todo items

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu May 10 01:55:49 2007 UTC (2 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
id version

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu May 10 01:55:13 2007 UTC (2 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
id version

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat May 5 01:02:53 2007 UTC (2 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.2: +1 -0 lines
Diff to previous 1.2
add admin menu items for type actions & attributes

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Apr 25 02:49:23 2007 UTC (2 years, 7 months ago) by aaron
Branch: MAIN
Changes since 1.1: +6 -1 lines
Diff to previous 1.1
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.1 - (view) (download) (annotate) - [select for diffs]
Fri Apr 13 02:36:31 2007 UTC (2 years, 7 months ago) by aaron
Branch: MAIN
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

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