Giter Site home page Giter Site logo

spring12's Introduction

spring12

春节十二响

事先声明一下:

  1. 这是李一一写的,木星事件之后,经过党委批准和李一一的同意,我把它传到了这里;
  2. #env最开始是行星引擎专用编译器引入的指令,c34这个最新标准也采纳了这个编译指令;
  3. 如果编译不成功,请确保你的编译器是最新,并且行星引擎sdk也是最新的。

spring12's People

Contributors

picasso250 avatar plazum avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

spring12's Issues

Feature Request: Use different nozzles for each shot

During the experimental testing, I found that the engine haven't got enough power to make the plasma beam more red-looking. If the program can convert all energy into one nozzle and let each nozzle take turns firing up in a clockwise order, and that should make the view more spetacular.

Operating system: PEOS v18.1
Engine power: ~15Gt
Engine height: 11km
Nozzle count: 7

围观

这个必须围观,命名太硬核了,蛤蛤蛤蛤蛤蛤

gcc 编译出错

 spring12 git:(master) gcc twelve_biubiu.c 
twelve_biubiu.c:8:2: error: invalid preprocessing directive #env
 #env "planet_engine"
  ^
twelve_biubiu.c: In function ‘init’:
twelve_biubiu.c:11:5: warning: implicit declaration of function ‘set_engine_number_mask’ [-Wimplicit-function-declaration]
     set_engine_number_mask(ENGINE_ALL);
     ^
twelve_biubiu.c:11:28: error: ‘ENGINE_ALL’ undeclared (first use in this function)
     set_engine_number_mask(ENGINE_ALL);
                            ^
twelve_biubiu.c:11:28: note: each undeclared identifier is reported only once for each function it appears in
twelve_biubiu.c:12:5: warning: implicit declaration of function ‘set_funeral_level’ [-Wimplicit-function-declaration]
     set_funeral_level(FUNERAL_FULL);
     ^
twelve_biubiu.c:12:23: error: ‘FUNERAL_FULL’ undeclared (first use in this function)
     set_funeral_level(FUNERAL_FULL);
                       ^
twelve_biubiu.c:14:9: warning: implicit declaration of function ‘unix_time’ [-Wimplicit-function-declaration]
     if (unix_time() < make_unix_time(2082, 1, 28, 23, 59, 60-10)) return ERR_ENGIN_ENV;
         ^
twelve_biubiu.c:14:23: warning: implicit declaration of function ‘make_unix_time’ [-Wimplicit-function-declaration]
     if (unix_time() < make_unix_time(2082, 1, 28, 23, 59, 60-10)) return ERR_ENGIN_ENV;
                       ^
twelve_biubiu.c:14:74: error: ‘ERR_ENGIN_ENV’ undeclared (first use in this function)
     if (unix_time() < make_unix_time(2082, 1, 28, 23, 59, 60-10)) return ERR_ENGIN_ENV;
                                                                          ^
twelve_biubiu.c:15:12: warning: implicit declaration of function ‘engine_check_init’ [-Wimplicit-function-declaration]
     return engine_check_init(); // after compile and before real run
            ^
twelve_biubiu.c: In function ‘main’:
twelve_biubiu.c:18:5: warning: implicit declaration of function ‘set_curve’ [-Wimplicit-function-declaration]
     set_curve(CURVE_NATURAL); // 自然曲线耗费燃料最少
     ^
twelve_biubiu.c:18:15: error: ‘CURVE_NATURAL’ undeclared (first use in this function)
     set_curve(CURVE_NATURAL); // 自然曲线耗费燃料最少
               ^
twelve_biubiu.c:19:16: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘:’ token
     for (int i :range(0, 12, 1)) {
                ^
twelve_biubiu.c:20:9: warning: implicit declaration of function ‘engine_start’ [-Wimplicit-function-declaration]
         engine_start();
         ^
twelve_biubiu.c:21:9: warning: implicit declaration of function ‘wait_engine’ [-Wimplicit-function-declaration]
         wait_engine(ENGINE_STATE_CHAGNE);
         ^
twelve_biubiu.c:21:21: error: ‘ENGINE_STATE_CHAGNE’ undeclared (first use in this function)
         wait_engine(ENGINE_STATE_CHAGNE);
                     ^
twelve_biubiu.c:22:9: warning: implicit declaration of function ‘sleep’ [-Wimplicit-function-declaration]
         sleep(2000);
         ^
twelve_biubiu.c:23:9: warning: implicit declaration of function ‘engin_stop’ [-Wimplicit-function-declaration]
         engin_stop();
         ^
twelve_biubiu.c: In function ‘final’:
twelve_biubiu.c:30:5: warning: implicit declaration of function ‘engine_ensure_shutdown’ [-Wimplicit-function-declaration]
     engine_ensure_shutdown();

你好,李一一

北京第三区交通委提醒您:道路千万条,安全第一条。行车不规范,亲人两行泪。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.