1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 01:16:36 +02:00

27 Commits

Author SHA1 Message Date
7abf6388f8 Add ability to compile without game support 2021-05-24 14:30:28 -04:00
ae94bc593b Rename some build options for naming consistency 2021-01-19 15:21:31 -05:00
3f2826bd66 Add release and LLVM asan build options
The release build uses -O2 and flto, and has no debug symbols.
-Wmissing-field-initializer was removed due to false positives
on newer versions of clang
2020-11-26 16:04:54 -05:00
73aaa44d12 Add config option to set data file auto-save frequency 2018-10-30 18:22:30 -04:00
f90a774470 Make Toxic easier to port 2018-10-03 22:00:43 +00:00
46f646afcf Add an option to disable qr codes 2018-06-16 05:07:16 +02:00
3605a296a9 Update install.mk 2017-11-13 13:30:22 -05:00
4f60d546e6 Disable Python support in the default build 2017-05-21 16:18:39 -04:00
0e13a1f1bc Implemented a basic Python scripting engine, optional compilation. 2017-05-15 20:29:00 -04:00
958df9f2e8 Add possibility to save QR code in PNG file format 2016-10-05 20:57:50 +02:00
035420e5c7 Revert commit 312d0c3 (localization/gettext)
There were serious problems with branch merging that need to be resolved first
2015-07-04 01:19:16 -04:00
85d3c18ba6 Add localization system (gettext) 2015-05-28 15:50:55 +02:00
5a2c341259 Makefile: try to fix Tox/toxic#307
@henriqueleng please test it and report back if it works for you.
2015-04-06 11:44:02 +02:00
bbb639c5aa Makefile: add uninstall target 2015-04-03 13:04:28 +02:00
a11289de79 Move makefile into root directory
Requested by @mannol.
2015-03-21 18:35:40 +01:00
59e1114997 Some cosmetics changes 2015-03-16 13:16:03 +01:00
a4e8cb3971 Fix Tox/toxic#276 2014-10-30 15:23:47 +01:00
317fa42b20 Makefile: revert back to mkdir 2014-10-21 11:51:02 +02:00
f5090532fb Makefile: add toxic.desktop to install target 2014-10-21 10:31:30 +02:00
1b9fd7f936 Install: check if manpages exist 2014-10-15 14:25:14 +02:00
0a132b0eb5 doc: Unlink docs from the rest of the build process.
Since generated man pages are also included, we can't
guarantee proper timestamps. This should fix issues that trigger doc
building when it isn't needed.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2014-10-12 23:21:48 -04:00
3ac22fafe4 Add info about DISABLE_X11 usage 2014-09-04 19:20:51 +02:00
9581940cfa Cosmetic fixes 2014-08-26 10:39:43 +02:00
924e8e0860 Reworked manpage build system 2014-08-25 12:54:44 +02:00
1a8fdb1b99 Make asciidoc 'optional'
Run `make doc` in the build directory after editing the asciidoc to
regenerate the manpages. Changes to asciidoc source and generated man
pages will need to be commited together.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2014-08-24 16:34:16 -04:00
97d4c97c52 Generate man pages from asciidoc
Working directly with g/roff is a pain.
Also changed the formatting of toxic.conf.5 a bit.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2014-08-21 04:39:24 -04:00
a3a8f7608a Fix Tox/toxic#222 and reorganize cfg dir 2014-08-19 18:22:57 +02:00