Commit Graph
27 Commits
Author SHA1 Message Date
Tiehuis 9bba1cc4b8 Fix merge with upstream master pull 2015-02-22 17:46:26 +13:00
Tiehuis 1c73dbbeda Merge branch 'devel' into master branch 2015-02-22 17:41:37 +13:00
Tiehuis 032659ff1e Fixing merge conflicts 2015-02-22 17:40:27 +13:00
Tiehuis 53e941bf98 Remove the c99 for loops, just for gcc users. Optional CC var set in makefile 2015-02-22 16:38:53 +13:00
Tiehuis 5d6c3f92be Reintroduced color support for ncurses version 2015-02-22 16:30:40 +13:00
Tiehuis d8cef1def4 Rewritten man page. Removed large dependencies by writing directly for man. 2015-02-22 16:08:11 +13:00
Tiehuis c8e55ed6e9 Added highscore functionality 2015-02-22 11:29:15 +13:00
Tiehuis 75ef085260 Small makefile fixes and readme alterations 2015-02-21 17:37:54 +13:00
Tiehuis 3dd23136d5 Added sdl version to exmplify extension of the main engine 2015-02-21 17:31:54 +13:00
Tiehuis 8cff1bb002 Major rewrite. Abstracting graphics code completely and allowing new extensions via a consistent drawing interface 2015-02-21 15:36:15 +13:00
Tiehuis 723738c706 Merge pull request #10 from besser82/improvements
fixed malformated manpage
2014-12-14 14:39:18 +13:00
Marc da0ff59971 Makefile updated. Small init changes in game_engine 2014-12-11 07:49:42 +13:00
Tiehuis 0a76b9c452 Various changes. Alter grid allocation. Add current block count 2014-12-07 22:09:22 +13:00
Tiehuis 3085bd4eb6 Removed unsigned/signed compare warnings. Change all to size_t types 2014-12-07 09:55:18 +13:00
Tiehuis a116923c69 Clean devel src dir 2014-12-06 13:49:54 +13:00
Tiehuis 32a4b483ee Consolidate printing styles, make more generic. Add goal option to create a custom target 2014-12-06 13:43:00 +13:00
Tiehuis 3ca10eb8d5 Correct last commit 2014-12-06 13:00:47 +13:00
Tiehuis 44bc1cbe87 correct grid malloc to calloc 2014-12-06 12:58:29 +13:00
Tiehuis b7c45f7f87 Add some option mechanics 2014-12-06 12:57:07 +13:00
Tiehuis 569e11710f vt100 simple mode added 2014-12-06 12:02:12 +13:00
Tiehuis 01af91121b Fix curses not displaying until keypress. Callback example demonstrating some pseudo-animation 2014-12-06 11:49:16 +13:00
Tiehuis 2b1d230330 Alter looping variables to better describe intent 2014-12-06 11:20:13 +13:00
Tiehuis 2a69fdfceb Merge pull request #9 from besser82/improvements
add manpage
2014-12-06 09:58:38 +13:00
Tiehuis a9505d949e Merge pull request #8 from besser82/improvements
Unified codebase
2014-12-05 14:09:29 +13:00
Marc 387f37a64a Abstract engine and drawing logic apart from one another. Keep gamestate in a struct 2014-12-05 10:27:25 +13:00
Marc 2195f44005 Don't need flog of negative integers 2014-12-02 00:07:34 +13:00
Tiehuis 2fef5a4822 Merge pull request #6 from besser82/improvements
some minor improvements
2014-12-01 16:29:06 +13:00