Commit Graph

  • c5be364349 Fixed some obsolete terminology in comments chrisgregan 2014-07-01 14:56:30 +0100
  • 2fdbf566f6 Added some basic arithmetic operations for variables. chrisgregan 2014-07-01 14:49:06 +0100
  • 84cebac487 Improved save game system. chrisgregan 2014-06-28 23:57:59 +0100
  • 1835d9401e Tidied up save/load methods. chrisgregan 2014-06-27 12:43:27 +0100
  • a26695397b Added ShakeCamera() command. chrisgregan 2014-06-26 21:24:19 +0100
  • da314746c3 Can now run other commands in parallel to PanToView() chrisgregan 2014-06-26 17:34:01 +0100
  • e7f9115aaf Fixed web player build crashing on Windows chrisgregan 2014-06-26 17:08:16 +0100
  • ac0df7ad67 Fixed Dialog text not updating scale after fullscreen chrisgregan 2014-06-26 17:07:52 +0100
  • ed1e48b2e7 Added rotation support to Views. chrisgregan 2014-06-26 16:40:37 +0100
  • fcab6a1d81 View preview boxes are now always displayed. chrisgregan 2014-06-26 14:42:06 +0100
  • 9ae56f2920 Fixed undo/redo when resizing Views chrisgregan 2014-06-26 14:03:48 +0100
  • 961b2a340a Removed deleted scene from build settings. chrisgregan 2014-06-26 13:56:20 +0100
  • 58266cfa8d Added accelerometer based parallax on mobile devices chrisgregan 2014-06-26 13:55:54 +0100
  • 922922c222 Room visit count now persists between scene loads. chrisgregan 2014-06-25 22:15:55 +0100
  • c8bee1eaf1 Replaced Values system with new Variables class chrisgregan 2014-06-25 16:20:25 +0100
  • b3204ac1bd Yield until unused assets have been unloaded chrisgregan 2014-06-25 13:33:23 +0100
  • bc7c7e7e19 Added parallax scaling effect when zooming in. chrisgregan 2014-06-25 12:20:27 +0100
  • 81efec8f6d Added MusicManager singleton to play music across scene loads chrisgregan 2014-06-25 11:39:44 +0100
  • bc9ff07700 Added Game Object name for SceneLoader object. chrisgregan 2014-06-25 11:33:39 +0100
  • c856c35192 Fixed clicked sound playing on button press. chrisgregan 2014-06-25 11:33:07 +0100
  • e71991c060 Fixed text with Rich Text tags not displaying chrisgregan 2014-06-25 10:04:59 +0100
  • 2064c853be Fixed child sprites not fading in some cases chrisgregan 2014-06-25 09:59:34 +0100
  • 6234d367b9 Added scene loader component to display loading image chrisgregan 2014-06-24 17:21:18 +0100
  • 722714a0e1 Moved text substitution step to Dialog commands. chrisgregan 2014-06-23 12:12:08 +0100
  • 6afa1e9571 Moved Say & AddOption commands to new DialogCommands class. chrisgregan 2014-06-23 12:03:49 +0100
  • c38e915119 Fixed buttons not hiding when new Dialog is writing text. chrisgregan 2014-06-23 11:50:19 +0100
  • 77ee10c966 Fixed GUIButton using default button background. chrisgregan 2014-06-23 11:48:59 +0100
  • b18495655f Fix for using Say() command with empty string. chrisgregan 2014-06-20 17:16:30 +0100
  • 759105166b New Dialog system (replaces Pages) chrisgregan 2014-06-20 17:06:01 +0100
  • 23af2fc443 Renamed AnchorGUITexture to GUIButton chrisgregan 2014-05-29 13:07:02 +0100
  • 2b4c75e327 Added AnchorGUITexture example to Sprite Room. chrisgregan 2014-05-27 11:33:29 +0100
  • 569c644723 Added AnchorGUITexture component and prefab. chrisgregan 2014-05-27 11:16:55 +0100
  • 927df59210 Fixed Playmaker compatibility issue chrisgregan 2014-05-12 15:12:26 +0100
  • de532d5231 Refactored Game commands to use closures chrisgregan 2014-05-08 16:05:29 +0100
  • 8858fc24b7 Multiple scene support chrisgregan 2014-05-08 15:05:27 +0100
  • 5092e82eee Improved Camera fade wait logic chrisgregan 2014-05-08 12:41:55 +0100
  • b3a5bb1a2e Documentation fixes chrisgregan 2014-04-28 18:31:15 +0100
  • e703e3ed94 Added SetString and GetString commands. chrisgregan 2014-04-25 18:09:41 +0100
  • 4bf0dd71f5 Auto-hide buttons now visible at game launch chrisgregan 2014-04-25 17:52:43 +0100
  • 5a89ea4f97 Fixed PageRoom.cs comments chrisgregan 2014-04-25 17:49:35 +0100
  • 10d426b9d8 Button.autoHide defaults to true chrisgregan 2014-04-25 17:41:22 +0100
  • 4f8707408e Updated Button comments chrisgregan 2014-04-25 17:41:05 +0100
  • f5b7e50e7e Update README.md chrisgregan 2014-04-23 14:47:25 +0100
  • 5d1bc05d60 Update README.md chrisgregan 2014-04-23 14:45:22 +0100
  • 9e23fede9e Updated comments. chrisgregan 2014-04-23 14:42:39 +0100
  • 242c905857 Backwards compatibility support for v1.2.0 chrisgregan 2014-04-23 14:22:40 +0100
  • 9157369bd2 Added property to control icon screen position chrisgregan 2014-04-23 13:18:05 +0100
  • 5d4ceaa170 Renamed ManualPan to SwipePan chrisgregan 2014-04-23 12:47:09 +0100
  • 9c92fa395d Tuned parallax default values chrisgregan 2014-04-23 12:34:33 +0100
  • 291902b386 Added more properties to control page position chrisgregan 2014-04-23 12:32:09 +0100
  • 9031911c10 Fixed option box padding. chrisgregan 2014-04-17 09:14:31 +0100
  • 20b795771b Added simpler Page handling, manual pan mode and more chrisgregan 2014-04-17 09:12:51 +0100
  • 4dbac33400 Added PageBounds script & prefab chrisgregan 2014-04-17 08:57:48 +0100
  • d1f8c9909d Added icon textures for pan and continue chrisgregan 2014-04-17 08:50:31 +0100
  • 36558c1bf6 Continue button can now be placed either on the page or on the screen. chrisgregan 2014-04-11 13:51:50 +0100
  • 23f66b733e Added parallax scrolling support & new example room. chrisgregan 2014-04-11 12:53:38 +0100
  • 1375bc9b23 Fixed Page rect clipping to screen rect. chrisgregan 2014-04-11 11:24:19 +0100
  • f298a48c2d Fix for continue text not scaling correctly. chrisgregan 2014-04-08 16:49:33 +0100
  • 30a7a54253 Continue button is now displayed separately to the Page text box. chrisgregan 2014-04-08 16:39:34 +0100
  • 9a1943dfe6 Page rendering improvements chrisgregan 2014-04-08 14:40:56 +0100
  • 2f21fdf3f6 Updated doxygen settings chrisgregan 2014-03-27 16:01:19 +0000
  • 11ba5bcf48 Added documentation markdown pages chrisgregan 2014-03-27 15:56:16 +0000
  • 396b86cc2f Improved command accessibility chrisgregan 2014-03-27 15:56:01 +0000
  • a4aab4e597 Added AddOption() command with empty action chrisgregan 2014-03-13 14:22:23 +0000
  • 965075f535 Hide buttons while transitioning between rooms. chrisgregan 2014-03-13 14:21:42 +0000
  • 58a84737e5 Added GameController.ShowSprite() with bool parameter chrisgregan 2014-03-13 13:54:52 +0000
  • dd020a2433 Deleted Mushroom.png chrisgregan 2014-03-13 13:23:56 +0000
  • be32f264a6 Replaced Flags, Counters & Inventory with Values chrisgregan 2014-03-13 13:22:01 +0000
  • 1aaf67633b Redesigned Button functionality. chrisgregan 2014-03-13 12:22:33 +0000
  • e6d17dee32 More button improvements chrisgregan 2014-03-11 18:52:38 +0000
  • 1c563183ea Added RemoveAndFadeButton() command chrisgregan 2014-03-11 17:28:00 +0000
  • a47326d22b Moved command classes into a separate namespace to avoid them appearing in code completion popups. chrisgregan 2014-03-11 17:13:47 +0000
  • 5ad78612be View now supports arbitrary aspect ratios, improved visualization. chrisgregan 2014-03-11 17:08:07 +0000
  • a532e62b45 Added button click for Say() and Choose() taps chrisgregan 2014-03-11 16:44:45 +0000
  • ab68d60565 Add comments in ButtonRoom.cs to explain behaviour. chrisgregan 2014-03-11 15:51:35 +0000
  • ea3573320f Improved button functionality chrisgregan 2014-03-11 14:10:28 +0000
  • a801431750 Fixed Say() command clearing previously added options chrisgregan 2014-03-11 10:34:21 +0000
  • c152545f94 Fixes for page style chrisgregan 2014-03-11 10:28:50 +0000
  • 9d2b07f9f5 Removed redundant AudioSource component from Game. chrisgregan 2014-03-11 10:16:52 +0000
  • c1aa9f734f Fixed PageStyle.cs comments. Updated Doxygen settings for v1.1.0. chrisgregan 2014-03-11 10:14:54 +0000
  • 365658274c Update README.md chrisgregan 2014-03-05 14:21:44 +0000
  • 50dba9d2f2 Update README.md chrisgregan 2014-03-05 14:21:21 +0000
  • dbbf31e6eb Update README.md chrisgregan 2014-03-05 14:21:05 +0000
  • f56b44898b Added vertical alignment property to Page. chrisgregan 2014-03-05 14:13:31 +0000
  • 70e90685d8 Page rendering improvements chrisgregan 2014-03-05 12:46:35 +0000
  • 2e11f6a182 Fixed font scale calculations. chrisgregan 2014-03-04 16:53:49 +0000
  • d35ff84ea3 Added PageStyle class to simplify control of Page rendering styles. chrisgregan 2014-03-04 11:05:54 +0000
  • db7d44acda Added Doxygen documentation support. chrisgregan 2014-03-03 14:05:35 +0000
  • 8ceb01e565 Configured settings for Android and added app icon chrisgregan 2014-02-26 14:32:56 +0000
  • 04b973191e Can click/tap anywhere to continue chrisgregan 2014-02-26 14:32:32 +0000
  • 6d5a58a202 Improved page box background chrisgregan 2014-02-26 11:47:20 +0000
  • 69e034058e Fixed partially written words jumping to next line due to word wrap chrisgregan 2014-02-26 11:26:20 +0000
  • 71eb606014 Fixed characters per second calculation for writing text chrisgregan 2014-02-26 10:32:12 +0000
  • 4b47435acd Page font sizes are now specified as a fraction of screen height chrisgregan 2014-02-26 10:19:18 +0000
  • 0e36980c65 Renamed StartGameMusic to StartMusic and StopGameMusic to StopMusic chrisgregan 2014-02-26 10:18:30 +0000
  • 96956cf108 Made Game.activeRoom the first property in inspector chrisgregan 2014-02-26 10:17:38 +0000
  • 551154298e Updated Game prefab to match Game object in example scene. chrisgregan 2014-02-25 11:32:35 +0000
  • 3c422f234c Miscellaneous refactors to hide complexity chrisgregan 2014-02-25 11:29:51 +0000
  • 188ee7fba7 Updated Room template to give better examples chrisgregan 2014-02-25 11:19:30 +0000
  • 9435f1255e Tidy up Start() function comment chrisgregan 2014-02-25 11:17:52 +0000