Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/FortuneMaker.activity
Commit message (Collapse)AuthorAgeFilesLines
* Updated class to exec (API Change)jlew2010-08-171-0/+1
| | | | http://lists.sugarlabs.org/archive/sugar-devel/2010-August/026153.html
* Updated license and readme filesJustin Lewis2010-02-211-1/+3
|
* Expanded constants fileJustin Lewis2010-02-151-1/+6
|
* Need to destroy objects before they are saved in xo 1.5?Justin Lewis2010-02-061-1/+1
|
* Sync with mafhJustin Lewis2010-02-041-1/+3
|
* Fixed a boo-boo by someone I won't nameJustin Lewis2010-02-041-1/+1
|
* updated map iconJon Meschino2010-02-042-4/+4
|
* Fixed bug in constants fileJustin Lewis2010-02-031-16/+16
|
* Release 1Justin Lewis2010-02-022-0/+443
|
* Added support function (not used yet)Justin Lewis2010-02-021-2/+9
|
* Moved journal code external so that it may be shared with mafhJustin Lewis2010-02-022-101/+146
|
* Prevent closing/saving of invalid exported file.Justin Lewis2010-02-021-0/+7
|
* Minor text updateJustin Lewis2010-02-011-2/+2
|
* Added door check to ensure only one entrance and exit.Justin Lewis2010-02-012-12/+24
|
* Sorted item/enemy/flags... display orderJustin Lewis2010-02-011-11/+21
|
* Added items to constants.Justin Lewis2010-02-011-2/+26
|
* No longer throw error if file emptyJustin Lewis2010-02-011-3/+5
|
* Now handles loading exported files directly.Justin Lewis2010-02-012-22/+40
|
* Now map files have custom icon.Justin Lewis2010-02-014-1/+38
|
* Removed room viewJustin Lewis2010-01-291-201/+5
|
* Fixed grid redraw problem. Now only redraws changed roomsJustin Lewis2010-01-292-13/+14
|
* Fixed bug introduced by resizing gridJustin Lewis2010-01-292-10/+17
|
* Added items to room grid. Also increased room size to 150x150Justin Lewis2010-01-291-2/+8
|
* Added ability to add items to room as well as edit them from in roomJustin Lewis2010-01-292-7/+25
|
* Added ability to remove enemy and item from room in grid viewJustin Lewis2010-01-292-5/+68
|
* Fixed door add bug, wrapping boarder in negative directionJustin Lewis2010-01-291-8/+19
|
* Fixed bug when removing doors not removing other room's doorJustin Lewis2010-01-281-2/+12
|
* Added legend to dungeon layout screenJustin Lewis2010-01-281-3/+43
|
* Added enemy text and color coded room type.Justin Lewis2010-01-282-9/+20
|
* Added Welcome screen with basic help systemJustin Lewis2010-01-281-7/+116
|
* Added ability to edit dungeon settingsJustin Lewis2010-01-281-1/+49
|
* Added CC LicenseJustin Lewis2010-01-271-0/+51
|
* Removed none debug statementJustin Lewis2010-01-261-1/+1
|
* Now grid is location sensitive for door placementJustin Lewis2010-01-261-24/+27
|
* GUI now auto-add doors to adjacent rooms.Justin Lewis2010-01-262-1/+33
| | | | It also now checks edge to make sure the door is legal
* Improved dungeon grid gui representation.Justin Lewis2010-01-263-10/+67
|
* Added new system for configuring rooms.Justin Lewis2010-01-251-42/+160
| | | | | This is a checkpoint, It is mostly functional (except for the ability to remove items and enemies from the dungeon screen).
* Added none to item flags for validation of no itemsJustin Lewis2010-01-252-1/+4
| | | | Also fixed room api to work with this change
* Added none to door flags (better for gui code)Justin Lewis2010-01-251-0/+1
|
* Improved room api to allow easier adding of items and enemiesJustin Lewis2010-01-251-10/+37
| | | | Also now returns true if it was added successfully.
* Removed old debug "main" codeJustin Lewis2010-01-251-15/+0
|
* Implemented keep/resume functionality.Justin Lewis2010-01-251-1/+20
|
* Removed share bar from activity.Justin Lewis2010-01-251-0/+7
|
* Switching to menu bar, added some features and contentJustin Lewis2010-01-223-36/+124
|
* Added gui interface to select dungeons to edit.Justin Lewis2010-01-223-15/+119
| | | | | Also modified system to handle loading of the file and save format to include theme.
* New activity IconsJustin Lewis2010-01-203-33/+21
|
* Export now saves file to datastoreJustin Lewis2010-01-201-1/+44
|
* Updated gui codeJustin Lewis2010-01-151-16/+40
|
* Basic prototype of level makerJustin Lewis2010-01-152-0/+59
|
* Added room options. still doesn't save but now shows optionsJustin Lewis2010-01-153-7/+143
|