Commit Graph

  • e8b34d30eb [update] Changed the default value of CircleElement's smooth property. falsycat 2019-10-09 00:00:00 +00:00
  • ab889c2e1c [update] Implemented getting matrix values as a variable. falsycat 2019-10-09 00:00:00 +00:00
  • 7f2ada6982 [update] Implemented player's moving calculation. falsycat 2019-10-09 00:00:00 +00:00
  • 1e6ebe97ce [add] Added PostEffectController. falsycat 2019-10-09 00:00:00 +00:00
  • 2fd5736587 [add] Added ActorControllerInterface. falsycat 2019-10-09 00:00:00 +00:00
  • 4c480abb75 [update] Implemented a clipping post effect. falsycat 2019-10-09 00:00:00 +00:00
  • e485bf4ef5 [update] Added Context methods related to framebuffers. falsycat 2019-10-09 00:00:00 +00:00
  • 93ac2c1e2a [add] Added PostEffect. falsycat 2019-10-09 00:00:00 +00:00
  • 3ac1293e06 [add] Added VarStore. falsycat 2019-10-08 00:00:00 +00:00
  • 37a1a122e5 [fix] Fixed an issue that Actor wasn't drawn. falsycat 2019-10-08 00:00:00 +00:00
  • 8b4e4535a1 [update] Added ActorControllerFactory. falsycat 2019-10-08 00:00:00 +00:00
  • 9d55655c92 [update] Added SortParametersBlock function. falsycat 2019-10-08 00:00:00 +00:00
  • ea55a66247 [add] Added ActorController. falsycat 2019-10-08 00:00:00 +00:00
  • c760bd6b9b [update] Splitted the large source files. falsycat 2019-10-08 00:00:00 +00:00
  • aa44c004af [update] Renamed ElementScheduledController to ScheduledController. falsycat 2019-10-08 00:00:00 +00:00
  • 0a864950cd [update] Allowed ElementScheduledController not to require Initialize() method. falsycat 2019-10-08 00:00:00 +00:00
  • 32a80bf865 [add] Added Actor. falsycat 2019-10-08 00:00:00 +00:00
  • cdb2c80b65 [update] Unified ScheduledControllerFactory module into ElementScheduledController. falsycat 2019-10-07 00:00:00 +00:00
  • 16fdc64281 [fix] Fixed the wrong gradient formula in BackgroundProgram. falsycat 2019-10-07 00:00:00 +00:00
  • 7ec65a3625 [fix] Fixed an issue that couldn't run script without elements. falsycat 2019-10-07 00:00:00 +00:00
  • f8c1793dfc [add] Added a background controller. falsycat 2019-10-07 00:00:00 +00:00
  • 58621115e0 [add] Added ContextBuilderInterface and Replaced Context from struct to class. falsycat 2019-10-07 00:00:00 +00:00
  • b23971448b [update] Renamed ElementProgramSet to ProgramSet. falsycat 2019-10-07 00:00:00 +00:00
  • 52187dae9a [add] Added ElementScheduledController template class. falsycat 2019-10-07 00:00:00 +00:00
  • d752f85e39 [update] Added MatrixFactory for matrix calculation. falsycat 2019-10-07 00:00:00 +00:00
  • 1783d78183 [fix] Fixed a fucking mistake. falsycat 2019-10-06 00:00:00 +00:00
  • 92ee305fff [fix] Fixed an issue that time variable returned an absolute beat count. falsycat 2019-10-06 00:00:00 +00:00
  • 0684fd293d [update] Implemented calculating parameters for CircleElementScheduledController. falsycat 2019-10-06 00:00:00 +00:00
  • 5f2317c6eb [update] Renamed sjplayer.util.compare -> sjplayer.util.Period. falsycat 2019-10-06 00:00:00 +00:00
  • 3216a4eadd [update] Improved specs of ScheduledController's protected methods. falsycat 2019-10-06 00:00:00 +00:00
  • a85dcb8f3e [update] Allowed the standalone version of sjplayer to load a script file. falsycat 2019-10-06 00:00:00 +00:00
  • f35bd8cef6 [fix] Fixed invalid casts. falsycat 2019-10-06 00:00:00 +00:00
  • e1eac4cf85 [update] Implemented creating Context for sjplayer. falsycat 2019-10-06 00:00:00 +00:00
  • 4979b7f8fa [add] Added ElementScheduledControllerFactory. falsycat 2019-10-06 00:00:00 +00:00
  • 94efeb6120 [fix] Fixed an issue that ProcessOperation wouldn't be called when the operation is in first frame. falsycat 2019-10-06 00:00:00 +00:00
  • 803b4132af [add] Added CircleElementScheduledController. falsycat 2019-10-06 00:00:00 +00:00
  • ecbed62b80 [update] Added Context struct for sjplayer. falsycat 2019-10-06 00:00:00 +00:00
  • 5722f65892 [add] Added VarStoreInterface. falsycat 2019-10-06 00:00:00 +00:00
  • 2183b74ee7 [add] Added ScheduledControllerInterface. falsycat 2019-10-06 00:00:00 +00:00
  • fbc326ea96 [add] Added package.d module for sjplayer. falsycat 2019-10-05 00:00:00 +00:00
  • 669c908f94 [add] Added ElementProgramSet. falsycat 2019-10-05 00:00:00 +00:00
  • 375dabf2ea [add] Implemented CircleElement. falsycat 2019-10-05 00:00:00 +00:00
  • 84b0033790 [add] Added ElementInterface. falsycat 2019-10-05 00:00:00 +00:00
  • 9c5fb1af8c [update] Replaced the test program with the subproject of sjplayer. falsycat 2019-10-05 00:00:00 +00:00
  • 826f6d76eb [add] Created new subproject sjplayer with the sfml test. falsycat 2019-10-05 00:00:00 +00:00
  • 84895c9454 [add] Added new test for testing $repeat and template expansion. falsycat 2019-10-05 00:00:00 +00:00
  • 39a6977caf [update] Replaced the NullVarStore with the StandardVarStore. falsycat 2019-10-05 00:00:00 +00:00
  • 1a18f59930 [add] Added the func module for calling function. falsycat 2019-10-05 00:00:00 +00:00
  • ad7e005c7c [add] Added the calculate module to calculate Expression. falsycat 2019-10-05 00:00:00 +00:00
  • 1d3ce20332 [update] Added new parameter assign type OnceAssign. falsycat 2019-10-04 00:00:00 +00:00
  • efc5dbb038 [add] Added the test for sjscript. falsycat 2019-10-04 00:00:00 +00:00
  • f5df2c9aab [update] Implement skipping comments. falsycat 2019-10-04 00:00:00 +00:00
  • 53295526b3 [update] Improved the tokenizing algorithm. falsycat 2019-10-04 00:00:00 +00:00
  • e7ebe7ddef [add] Added package.d module. falsycat 2019-10-04 00:00:00 +00:00
  • 2858e30285 [update] Allowed the parser to parse Expression. falsycat 2019-10-04 00:00:00 +00:00
  • 398ba52c0b [update] Allowed the parser to parse period specification. falsycat 2019-10-04 00:00:00 +00:00
  • 3d51830ec7 [add] Implemented a part of parsing rules. falsycat 2019-10-04 00:00:00 +00:00
  • 6886416a30 [add] Added AST types. falsycat 2019-10-04 00:00:00 +00:00
  • 6c34b1d24d [update] Implemented error handlings for Preprocess() function. falsycat 2019-10-03 00:00:00 +00:00
  • 45e80f7c4f [add] Added Preprocess() function. falsycat 2019-10-03 00:00:00 +00:00
  • 98240dfe29 [add] Added Token module. falsycat 2019-10-03 00:00:00 +00:00
  • 9f41d0faaf [add] Created new dub project. falsycat 2019-10-03 00:00:00 +00:00
  • b9f1d1ca58 INITIAL COMMIT falsycat 2019-10-03 00:00:00 +00:00