2019-07-22 08:44 | Use read(2) instead of getchar(). | Claudio Alessi | 1 | +12 | -3 |
2019-01-27 10:47 | Switch to 2019 | Claudio Alessi | 2 | +1 | -3 |
2018-06-26 19:13 | Remove an item from TODO. Actually it's not possible to keep energy between levels with the current implementation. Elements on the map are identified as Objects thus different Blocks may belong to the same Object preventing to keep states on a per-block basis. | Claudio Alessi | 1 | +0 | -1 |
2018-06-26 18:12 | Make zombies trying to avoid cannon balls. Also fix an out-of-map issue on level 5. | Claudio Alessi | 2 | +13 | -3 |
2018-06-21 20:57 | Fix a typo | Claudio Alessi | 1 | +1 | -1 |
2018-06-21 20:55 | Implements z-index | Claudio Alessi | 2 | +19 | -18 |
2018-06-21 20:35 | Rewrite cannonball() and few other improvements. | Claudio Alessi | 4 | +33 | -42 |
2018-06-20 19:22 | Add zombies in the arena. | Claudio Alessi | 1 | +5 | -5 |
2018-06-20 18:06 | Fix a bug in checkgame() about the OF_AI flag. | Claudio Alessi | 1 | +3 | -2 |
2018-06-19 20:25 | Handle zombie collision and fix missing OF_AI in checkgame() | Claudio Alessi | 1 | +14 | -5 |
2018-06-19 20:16 | Add OF_AI flag to ignore zombie()s on finish() | Claudio Alessi | 2 | +16 | -15 |
2018-06-19 20:03 | Add a zombie to level 5 | Claudio Alessi | 3 | +41 | -22 |
2018-06-19 18:47 | Add an annoying cannon. | Claudio Alessi | 1 | +1 | -1 |
2018-06-19 18:35 | Add level 5 | Claudio Alessi | 2 | +31 | -0 |
2018-06-19 18:14 | Improve the levels a bit. | Claudio Alessi | 1 | +7 | -7 |
2018-03-09 21:08 | Switch to 2018. | Claudio Alessi | 1 | +1 | -1 |
2017-07-15 20:05 | Use cfmakeraw() to setup the terminal. | Claudio Alessi | 1 | +4 | -3 |
2017-07-07 18:03 | Get rid of all wchar crap. | Claudio Alessi | 3 | +100 | -114 |
2017-07-05 20:47 | Code cleanups. | Claudio Alessi | 1 | +5 | -6 |
2017-07-05 18:25 | Use fgetwc() in place of getchar(). | Claudio Alessi | 1 | +8 | -8 |
2017-07-01 14:49 | Ensure CTRL() exists. | Claudio Alessi | 1 | +10 | -1 |
2017-06-27 22:34 | Remove a repetition. | Claudio Alessi | 1 | +1 | -1 |
2017-06-25 15:54 | Write a brief readme. | Claudio Alessi | 1 | +18 | -3 |
2017-06-25 15:44 | hello globox | Claudio Alessi | 9 | +1019 | -0 |