Commit graph

26 commits

Author SHA1 Message Date
Sebastian Krzyszkowiak
bb9bb692fe config: fix compilation on MinGW 2018-03-03 20:31:44 +01:00
Sebastian Krzyszkowiak
2b1248ce14 clang-tidy support; clang-tidy and clang-format fixes 2017-09-10 21:35:14 +02:00
Sebastian Krzyszkowiak
7ab739db54 config: fix config file handling when custom file interface is in effect 2017-08-15 01:41:24 +02:00
Sebastian Krzyszkowiak
e9bd4eefa5 update license to GPLv3+ 2017-07-22 18:22:28 +02:00
Sebastian Krzyszkowiak
f7362d3d74 added DrawWrappedText, some clean up 2016-09-08 00:32:57 +02:00
Sebastian Krzyszkowiak
fc44fd2d5a better symbol visibility handling 2016-07-04 01:12:55 +02:00
Sebastian Krzyszkowiak
b36c5e8ed4 basic implementation of gamestates handling 2012-12-25 00:22:03 +01:00
Sebastian Krzyszkowiak
e29382b5dc Remove everything!
Engine should be now clean from gamestate dependences.
The next thing will be implementing dynamic gamestate loading.
2012-12-24 19:41:12 +01:00
Sebastian Krzyszkowiak
194a81fa55 correctly define functions that take no arguments 2012-11-13 16:49:18 +01:00
Sebastian Krzyszkowiak
4bbbd1958f indentation fixes 2012-09-03 02:25:32 +02:00
Sebastian Krzyszkowiak
8420a5ca92 use correct paths for data files when game is installed 2012-09-03 02:08:12 +02:00
Sebastian Krzyszkowiak
8eab7da8f1 fix segfault when ini file does not exist 2012-04-08 11:39:27 +02:00
Sebastian Krzyszkowiak
2f118db351 create separate mixers for music and fx 2012-03-05 11:13:08 +01:00
Sebastian Krzyszkowiak
5627ddecaf rewrite config handling using allegro routines 2012-03-05 10:35:25 +01:00
Sebastian Krzyszkowiak
5b5bd21ffe add license information 2012-03-04 13:32:42 +01:00
Sebastian Krzyszkowiak
5fd6b4b912 fix infinite loop with config handling 2012-03-01 22:46:54 +01:00
Sebastian Krzyszkowiak
576a206f00 don't require C99 standard 2012-02-29 12:16:11 +01:00
Sebastian Krzyszkowiak
7e4b6e7a14 moar docs 2012-02-28 23:16:55 +01:00
Sebastian Krzyszkowiak
cf2f82f5f9 first batch of documentation 2012-02-28 13:09:12 +01:00
Sebastian Krzyszkowiak
654472f79a allocate string buffer when appending new config option at runtime 2012-02-27 22:50:05 +01:00
Sebastian Krzyszkowiak
6b877d10a2 fix uninitialized pointer at the end of list when creating list of config options 2012-02-27 22:39:48 +01:00
Sebastian Krzyszkowiak
2c102d01fa read and respect first batch of config options 2012-02-26 12:59:45 +01:00
Sebastian Krzyszkowiak
a88099b9d5 more work on config 2012-02-26 00:47:41 +01:00
Sebastian Krzyszkowiak
537dac3cfb info about config manager 2012-02-25 23:22:47 +01:00
Sebastian Krzyszkowiak
c1cdde9f92 a little reorganization of config manager structure 2012-02-24 13:08:44 +01:00
Sebastian Krzyszkowiak
52aa7c3f1e add config manager 2012-02-24 13:03:30 +01:00