1
0
Fork 0
mirror of https://github.com/Oreolek/undum.git synced 2024-05-03 17:49:21 +03:00
Commit graph

171 commits

Author SHA1 Message Date
idmillington 20b45053b6 Changed reference to old API root file in readme. 2013-09-28 19:42:15 +01:00
idmillington 89b8a2cd4a Changed top level documentation link. 2013-09-28 19:37:09 +01:00
idmillington c2af11461a Moved doc output into its own directory. 2013-09-28 19:36:25 +01:00
idmillington a61523ace5 Split documentation down into smaller pieces. 2013-09-28 19:33:12 +01:00
idmillington 09f72a7ae6 Added code for the new implicit choice system with some other minor modifications. Need to push this through to the API documentation and to the tutorial game now. There is a test version of the tutorial game, but it is just hacked as a test bed, need a better walkthrough of its capabilities. 2013-09-28 01:24:20 +01:00
idmillington 1b30cd6e17 Added gitignore. 2013-09-26 21:59:49 +01:00
idmillington c01015df7c Added german translation to home page and tidied up some whitespace in the undum code. 2013-09-26 21:57:44 +01:00
idmillington e2e59b0573 Incorporated the german translation of the tutorial and the german
language file. Both translations were done by Michael Neal Tenuis, and
incorporated very gratefully!
2013-09-23 16:30:59 +01:00
idmillington 6cf72c5734 Added writeHeading to API documentation. 2013-09-07 14:44:24 +01:00
idmillington cd8a953e80 Added writeHeading method to system. 2013-09-07 14:38:53 +01:00
Ian Millington 8b4898c07f Merge pull request #17 from Madzi/master
Fix for russian tutorial page
2013-06-07 08:07:24 -07:00
Madzi 711abe9f56 russian html page was fixed 2013-06-06 16:29:54 +04:00
Ian Millington 0cb1fed8c5 Merge pull request #14 from selene/master
Fixes for localStorage detection and handling
2013-01-06 12:10:58 -08:00
Selene 7c20f7612e Fixes for localStorage feature detection and handling
- When checking for localStorage, hasLocalStorage is called as a function, not tested as a variable. (Fixes browsers
always thinking localStorage is available.)
- Save/load button display is selected as a CSS class, not an ID. (Fixes localStorage always looking available.)
- hasLocalStorage() checks for window.localStorage === undefined as well as null. (Fixes detection on IE8 and
probably others.)
- hasLocalStorage() wraps detection in a try-catch block. (Fixes detection in Firefox when "Accept Cookies" is set to
"Always Ask", which throws an exception on accessing localStorage.)
2013-01-06 11:09:40 -08:00
idmillington b40c4047c5 Merge branch 'master' of github.com:idmillington/undum 2012-10-06 00:12:57 +01:00
idmillington b6bb4d0325 Added site deployment script. 2012-10-06 00:12:35 +01:00
Ian Millington f02ca7b2b7 Merge pull request #9 from juhana/master
Exposing interactivity state
2011-09-03 09:14:10 -07:00
juhana 1c286f3996 Expose interactivity state + documentation 2011-09-03 14:17:09 +03:00
Ian Millington 920165ad2f Changed documentation to match previous commit. 2011-08-25 16:37:42 +02:00
Ian Millington bd594486ef Changed misleading comment after previous commit. 2011-08-25 16:35:33 +02:00
Ian Millington b9576e339b Merge pull request #7 from juhana/master
afterEnter hook and once-link bug fix
2011-08-24 21:33:42 -07:00
juhana 7eb1f376ca Preparing for pull request 2011-08-23 17:39:32 +03:00
juhana b155c6a53d Remove once-links before processing the click 2011-08-23 17:09:07 +03:00
juhana 2019935e46 afterEnter hook 2011-08-23 17:09:07 +03:00
juhana 421b18ec62 Allow functions in doWrite 2011-08-23 17:09:06 +03:00
juhana 0bf99a232b Allow capital letters in ids 2011-08-23 17:09:06 +03:00
Ian Millington e31c35f7b3 Added documentation for the change to SimpleSituation 2011-08-18 11:35:50 +01:00
Ian Millington 10ed34a8e2 Merge pull request #6 from eykd/master
Make SimpleSituation heading and content able to be functions.
2011-08-18 03:28:50 -07:00
deyk fd2694b468 Whoops. Fixed heading to use writeHeading. 2011-08-16 16:56:10 -07:00
deyk 7a69e6eb89 SimpleSituation heading and content can now be functions. 2011-08-16 16:54:35 -07:00
Ian Millington 09ae3d5cee Removed _ from id regex, because that allow situation names that clash with generated dom-ids, causing difficult to trace bugs. 2011-05-27 14:28:39 +01:00
Ian Millington 70e1318316 Added backlink to API docs. 2011-05-27 14:24:50 +01:00
Ian Millington 53d81c1b36 Various tweaks to the documentation look and feel. 2011-05-27 14:14:18 +01:00
Ian Millington d7b31fefed Added documentation for changes. 2011-05-27 13:44:05 +01:00
Ian Millington 0717d00f8d Removed Zarf's isAnimated property. This can be done with jQuery: 2011-05-27 13:35:43 +01:00
Ian Millington 9fbdcbec9e Added documentation for Zarf's write and writeBefore, but changed them to support arbitrary selectors rather than just ids. 2011-05-27 13:30:39 +01:00
Ian Millington 18f5c97a6e Refactored Zarf's writeBefore code, and removed the property setter syntax so we should support IE7 without a crash now (though HTML5 functionality might not be there). 2011-05-27 13:20:59 +01:00
Ian Millington 2dd34896c1 Merge pull request #1 from erkyrath/master
A whole bunch of small changes from erkyrath. They are pending documentation right now (I'll get onto that asap). See the commit log for details.
2011-05-08 12:41:55 -07:00
Andrew Plotkin e97e9685c8 This follows the scrollStack logic that you originally had in the system.
(My previous commit more or less broke the stack idea.) I don't know if
this is right, because my test game never nests transactions, but I think
it's right.
2011-04-27 12:48:52 -04:00
Andrew Plotkin 1b9197546d The scrolling mechanism will now jump to the most recently-added element,
whether that's at the beginning, middle, or end.
2011-04-27 12:37:42 -04:00
Andrew Plotkin 6627000223 I did the isAnimated test wrong for the automatic scrolling. (It wasn't
scrolling to the bottom when isAnimated was false.) This fixes that.
2011-04-27 00:30:14 -04:00
Andrew Plotkin 654bef0b42 Display an appropriate "requires javascript" message on startup if the
browser has no javascript.

(I added this to the tutorial.ru.html file, but in English, not in
Russian.)
2011-04-25 23:46:19 -04:00
Andrew Plotkin e2a6ba4718 Added a game property which switches off all animations. Useful for
development.

(I think there's a jQuery flag which does the same thing, but I didn't
discover it before I implemented this one.)
2011-04-25 21:12:48 -04:00
Andrew Plotkin 10832e3302 Added methods to add new content at the beginning of the page,
or before or after any given element on the page.
2011-04-25 21:12:01 -04:00
Andrew Plotkin 6ac8444008 Identifiers can now include underscores. 2011-04-25 21:04:40 -04:00
Ian Millington 2cd8eac365 Bugfix, correcting the width of the legal statement. 2011-01-04 05:31:58 +00:00
Ian Millington 102cbc402b Replaced web-app settings. 2011-01-04 04:55:44 +00:00
Ian Millington be658a4650 Reduced padding on the title. 2011-01-04 04:52:17 +00:00
Ian Millington 91b7bf97f2 Fixed glitch on transitioning from mobile to desktop. 2011-01-04 04:48:10 +00:00
Ian Millington e547ad17f6 Fixed menu appearance problem and made legals appear in the correct location. 2011-01-04 04:44:21 +00:00