Code Monkey home page Code Monkey logo

digger's People

Contributors

billkek avatar lordstanius avatar michaelknigge avatar onlyjob avatar sobomax 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

digger's Issues

Which Version is Digger and add digextra.zip

I look to make upgrade from digger-20020314 to your Code on

https://github.com/sobomax/digger

But not find in Source which is Version?

Is Version 1.0 or?

I find only in digger.rc

VALUE "ProductVersion", "1.0"

Could you please add digextra.zip to Source from

http://www.digger.org/digextra.zip

to extras directory?

I see in extras.txt

This file may be distributed under the terms of the GPL.

And make normal Program for digleved.exe (Level Editor) and getscore.exe (retrieve the Digger high score table) to not must use users DosBox.

FTBFS with GCC 5.3.1: error: 'SDL_SCANCODE_F8' undeclared

Hi,

I'm trying to build the master branch on Mageia 6 with GCC 5.3.1 and SDL 1.2.15, but I get this error:

[ 45%] Building C object CMakeFiles/digger.dir/input.c.o
In file included from /home/akien/Mageia/Checkout/digger/digger/input.c:11:0:
/home/akien/Mageia/Checkout/digger/digger/input.c: In function 'checkkeyb':
/home/akien/Mageia/Checkout/digger/digger/sdl_kbd.h:39:17: error: 'SDL_SCANCODE_F8' undeclared (first use in this function)
 #define ASCIIF8 SDL_SCANCODE_F8
                 ^

CALL_METHOD warnings: ISO C does not permit named variadic macros [-Wvariadic-macros]

Building on Mageia 6 with GCC 5.3.1 I get many warnings about the CALL_METHOD macro:

[  4%] Building C object CMakeFiles/digger.dir/main.c.o
In file included from /home/akien/Mageia/Checkout/digger/digger/main.c:10:0:
/home/akien/Mageia/Checkout/digger/digger/digger_types.h:40:38: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
 #define CALL_METHOD(obj, method, args...) (obj)->method(obj, ## args)
                                      ^
/home/akien/Mageia/Checkout/digger/digger/main.c: In function 'mainprog':
/home/akien/Mageia/Checkout/digger/digger/main.c:372:35: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
           CALL_METHOD(nobbin, dtor);
                                   ^
/home/akien/Mageia/Checkout/digger/digger/main.c:375:32: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
         CALL_METHOD(nobbin, put);
                                ^
/home/akien/Mageia/Checkout/digger/digger/main.c:386:36: warning: ISO C99 requires at least one argument for the "..." in a variadic macro
         CALL_METHOD(nobbin, animate);
                                    ^

and so on and so forth for each call of CALL_METHOD.

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.