0
0
Fork 0
mirror of https://gitlab.com/Oreolek/salet-module.git synced 2024-07-02 23:05:02 +03:00
Commit graph

96 commits

Author SHA1 Message Date
Alexander Yakovlev 9229dfb512 removed a couple of ; 2016-02-26 20:21:07 +07:00
Alexander Yakovlev f9fd118b6f Issue #15 - single phrases 2016-02-24 19:45:02 +07:00
Alexander Yakovlev 893f61032c No need to advertise what's not there yet.
Got rid of the dropdown.
2016-02-16 13:18:11 +07:00
Alexander Yakovlev 9c3ad6cfdb Removed unnecessary console.log 2016-02-13 10:28:40 +07:00
Alexander Yakovlev ba9b59b53a Localization supports functions, init fixes 2016-02-13 10:20:56 +07:00
Alexander Yakovlev 84d6538e61 Crash fixes
- Fixed a crash when using non-EN localization
- Fixed a crash when having no `ways` div (in case you're using an old
  Raconteur/Undum layout)
2016-02-11 21:58:25 +07:00
Alexander Yakovlev 7e01af67d3 Styling upgrade, initialization fix 2016-02-11 12:19:03 +07:00
Alexander Yakovlev 2b0f714ac0 Proper variables and putting things 2016-02-10 20:35:44 +07:00
Alexander Yakovlev 43c66af5a6 Fixed the prototype variables. Resolves #5. 2016-02-08 20:52:12 +07:00
Alexander Yakovlev 07b994cc7f Examination and syntax rewrites 2016-02-08 19:12:12 +07:00
Alexander Yakovlev 408d3bc1a5 Forgot about watching the game. 2016-02-01 22:30:00 +07:00
Alexander Yakovlev 10b1eeed0d Autosave and cycling fix 2016-02-01 22:16:36 +07:00
Alexander Yakovlev 99b678cfa7 Dependency cleaning
Coffee-script is required for the gulpfile.
2016-02-01 21:57:29 +07:00
Alexander Yakovlev 9628801fe1 Cycling fix 2016-02-01 20:39:16 +07:00
Alexander Yakovlev 15e001af2a Autosaving (issue #9) 2016-02-01 20:28:05 +07:00
Alexander Yakovlev 86612614f5 Save and load working now 2016-02-01 20:23:20 +07:00
Alexander Yakovlev 3215b865f5 Gulpfile update 2016-02-01 19:44:22 +07:00
Alexander Yakovlev 53d9009fc6 No need to wrap the replacer in span now 2016-02-01 17:10:34 +07:00
Alexander Yakovlev b6696ff981 Fixed once links.
Looks finished (except for saving)
2016-02-01 16:54:15 +07:00
Alexander Yakovlev 5af7d3ad72 A playable game with most features on 2016-02-01 15:51:48 +07:00
Alexander Yakovlev 5e7f4087aa Salet is now passed as an argument.
Also, no frequency filters on choice list.
2016-02-01 14:22:23 +07:00
Alexander Yakovlev 566c8b27a2 Modular API (WIP) 2016-01-25 23:05:32 +07:00
Alexander Yakovlev 63dbeb49f4 Trying to sort out the API 2016-01-24 14:53:03 +07:00
Alexander Yakovlev 5f7f142028 Did a crude MVC structure. 2016-01-24 13:33:39 +07:00
Alexander Yakovlev c48c1ff11e More untested conversions WIP 2016-01-23 18:31:03 +07:00
Alexander Yakovlev e54585cdbc Rewriting Undum WIP. 2016-01-22 22:07:34 +07:00
Alexander Yakovlev 15792d556c Issue #11 - room illustration property 2016-01-20 06:56:10 +07:00
Alexander Yakovlev 0ed470dae6 Cycling rewrite, Raconteur's purge
- Rewrote cycling shortcuts into the library. It's more object-oriented
  now (and slightly less obvious, but we can get around that).
- Removed Raconteur situations entirely. Their functionality is 100%
  integrated now.
2016-01-19 10:03:01 +07:00
Alexander Yakovlev 407305a54c Rewritten using more OOP 2016-01-18 18:29:34 +07:00
Alexander Yakovlev 0d7f566441 List of contributors and licenses 2016-01-18 17:51:15 +07:00
Alexander Yakovlev b51d54e227 Issue #7: renaming content to dsc
There are two reasons to make this change:

1. Consistency because objects also have `dsc`
2. `content` is not a good property name.
`dsc` is much more self-explanatory.
2016-01-18 17:29:14 +07:00
Alexander Yakovlev a1d04aa459 Constructor name check 2016-01-17 12:29:52 +07:00
Alexander Yakovlev b9d0d3028e Removed SimpleSituation. 2016-01-17 12:29:42 +07:00
Alexander Yakovlev c84a1c9def Something resembling a story..? 2016-01-17 00:24:02 +07:00
Alexander Yakovlev 4ca04bb658 Dialogues sample 2016-01-17 00:04:00 +07:00
Alexander Yakovlev 5488736b48 Fix for takeable objects 2016-01-16 23:43:20 +07:00
Alexander Yakovlev 0ed4f98098 Object manipulation - WIP
I'm stuck because of a COFFEESCRIPT bug or whatever.
2016-01-16 23:24:23 +07:00
Alexander Yakovlev 8ad06c0d0a Cut the long introduction 2016-01-16 13:26:25 +07:00
Alexander Yakovlev 9eb9a011bf Story WIP 2016-01-15 22:29:15 +07:00
Alexander Yakovlev b05b2974c7 Issue #1 fix - proper sectioning 2016-01-15 21:04:09 +07:00
Alexander Yakovlev 828962b1ff Documentation and API
Made enter() a redefinable function.
Updated Gulpfile to watch the libs.
Fixed a couple of bugs in Raconteur CoffeeScript port.
2016-01-15 15:10:12 +07:00
Alexander Yakovlev b0c0804b43 Localization fix 2016-01-15 09:49:03 +07:00
Alexander Yakovlev 0b5c241cd3 Save/load buttons
Save is broken now. Reasons unknown.
2016-01-15 08:59:46 +07:00
Alexander Yakovlev 29fe51b179 Undum is included now, got rid of browserify dependencies. 2016-01-15 08:31:04 +07:00
Alexander Yakovlev 16b82caf8d Backports from Rachel, new interface. 2016-01-15 08:08:53 +07:00
Alexander Yakovlev f1a6d47dea Initial commit - scaffold 2016-01-07 18:27:57 +07:00